@charset "UTF-8";.m-bold{font-weight:700}.m-button,.m-text-button,.modalForm__submit{font:700 1.8rem/2rem Roboto,sans-serif;text-transform:uppercase}@media(min-width:1200px){.m-button,.m-text-button,.modalForm__submit{font-size:2rem;line-height:2.4rem}}.m-text-small,.m-tooltip:after{font-size:1.4rem;line-height:1.8rem}.m-text-big,.modalForm__completeDesc,.modalForm__desc{font-size:2rem;line-height:2.4rem}@media(min-width:768px){.m-text-big,.modalForm__completeDesc,.modalForm__desc{font-size:2.2rem;line-height:2.8rem}}@media(min-width:1200px){.m-text-big,.modalForm__completeDesc,.modalForm__desc{font-size:2.4rem;line-height:3.4rem}}.m-tag{background:var(--bg);border:.1rem solid var(--dark-line-30);border-radius:var(--rad);color:var(--dark);cursor:pointer;padding:.4rem .9rem;text-decoration:none;transition:background-color var(--time),color var(--time),border-color var(--time);-webkit-user-select:none;-moz-user-select:none;user-select:none}.m-tag._activeTag{background:var(--dark);border-color:var(--dark);color:var(--white);cursor:default;pointer-events:none}@media(min-width:1200px){.m-tag:not(._activeTag):hover{background:var(--accent);border-color:var(--accent);color:var(--white)}}.m-dl{align-items:end;color:var(--dark);display:flex;gap:2rem;justify-content:space-between;margin:0;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width:768px){.m-dl{display:grid;gap:0;grid-template-columns:auto minmax(2rem,1fr) auto;justify-content:unset;position:unset;-webkit-user-select:unset;-moz-user-select:unset;user-select:unset}}.m-dl:before{background:var(--dark-line-30);content:"";height:.1rem;inset:auto 0 .4rem;position:absolute}@media(min-width:768px){.m-dl:before{inset:unset;margin-bottom:.4rem;position:static}}.m-dl__dd,.m-dl__dt{margin:0;padding:0;position:relative;text-decoration-color:var(--white);text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:.5rem;text-underline-offset:-.2rem}@media(min-width:768px){.m-dl__dd,.m-dl__dt{position:static;text-decoration:none}.m-dl__dt{order:-1}}.m-dl__dd{text-align:right}@media(min-width:768px){.m-dl__dd{order:1}}.m-title,.modalForm__completeName,.modalForm__title{color:var(--dark);cursor:default;font-family:Roboto,sans-serif;font-weight:700;margin:0;text-transform:uppercase}._h1.modalForm__completeName,._h1.modalForm__title,.m-title._h1{font-size:5.6rem;letter-spacing:-.01em;line-height:6.6rem}@media(min-width:768px){._h1.modalForm__completeName,._h1.modalForm__title,.m-title._h1{font-size:9.6rem;line-height:11rem}}@media(min-width:1200px){._h1.modalForm__completeName,._h1.modalForm__title,.m-title._h1{font-size:12.8rem;line-height:13.2rem}}.m-title._h2,.modalForm__completeName,.modalForm__title{font-size:3.2rem;letter-spacing:-.01em;line-height:3.6rem}@media(min-width:768px){.m-title._h2,.modalForm__completeName,.modalForm__title{font-size:4.4rem;line-height:5rem}}@media(min-width:1200px){.m-title._h2,.modalForm__completeName,.modalForm__title{font-size:5.6rem;line-height:6.2rem}}._h3.modalForm__completeName,._h3.modalForm__title,.m-title._h3{font-size:2.6rem;letter-spacing:-.01em;line-height:3rem}@media(min-width:768px){._h3.modalForm__completeName,._h3.modalForm__title,.m-title._h3{font-size:3.4rem;line-height:4rem}}@media(min-width:1200px){._h3.modalForm__completeName,._h3.modalForm__title,.m-title._h3{font-size:4.2rem;line-height:4.6rem}}._h4.modalForm__completeName,._h4.modalForm__title,.m-title._h4{font-size:1.8rem;line-height:2.2rem}@media(min-width:768px){._h4.modalForm__completeName,._h4.modalForm__title,.m-title._h4{font-size:2.2rem;line-height:2.6rem}}@media(min-width:1200px){._h4.modalForm__completeName,._h4.modalForm__title,.m-title._h4{font-size:2.4rem;line-height:2.8rem}}.m-tooltip{background:var(--white);box-shadow:-1rem 0 0 0 var(--white);cursor:help;display:inline-block;font-size:0;line-height:0;margin:-.2rem 0 -.2rem 1rem;position:relative;vertical-align:middle;z-index:2}@media(min-width:1200px){.m-tooltip{margin-block:0}}.m-tooltip:before{align-items:center;background:var(--bg-grey);border-radius:50%;color:var(--dark);content:"i";display:flex;font-size:1.6rem;height:2.4rem;justify-content:center;line-height:2rem;text-align:center;transition:color var(--time),background-color var(--time);width:2.4rem}@media(min-width:1200px){.m-tooltip:before{font-size:1.8rem;line-height:2.4rem}}.m-tooltip:after{background:var(--bg);border:.1rem solid var(--dark-line-30);border-radius:var(--rad);box-sizing:border-box;color:var(--brown-grey);content:attr(data-tooltip);left:-100vw;margin:1rem 0 0;max-width:18rem;opacity:0;padding:1.1rem;position:absolute;top:100%;transform:translate(-3rem);transform-origin:left center;transition:opacity var(--time),transform var(--time),left 0s var(--time);width:-moz-max-content;width:max-content}@media(min-width:768px){.m-tooltip:after{margin:0 0 0 1rem;max-width:32rem;top:0;transform:translateY(3rem)}}.m-tooltip:hover:before{background-color:var(--accent);color:var(--white)}.m-tooltip:hover:after{left:0;opacity:1;transform:none;transition:opacity var(--time),transform var(--time),left 0s 0s}@media(min-width:768px){.m-tooltip:hover:after{left:100%}}.m-input{display:block;opacity:.7;overflow:hidden;position:relative;transition:opacity var(--time)}.m-input:has(.m-input__control:focus){opacity:1}.m-input__name{cursor:text;left:0;padding-left:1.5rem;position:absolute;right:1.5rem;top:1.6rem;transition:top var(--time),font-size var(--time),line-height var(--time);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}@media(min-width:768px){.m-input__name{top:1.6rem}}@media(min-width:1200px){.m-input__name{top:1.5rem}}._textarea .m-input__name{top:1.3rem}._textarea .m-input__name:before{background:linear-gradient(to bottom,var(--white) 70%,transparent);content:"";inset:-2rem 0 -1rem;position:absolute;z-index:-1}.m-input:has(.m-input__control:not(:-moz-placeholder)) .m-input__name{font-size:1.4rem;line-height:1.8rem;top:.4rem}.m-input:has(.m-input__control:focus) .m-input__name,.m-input:has(.m-input__control:not(:placeholder-shown)) .m-input__name{font-size:1.4rem;line-height:1.8rem;top:.4rem}.m-input__control{border:none;border-radius:var(--rad);box-sizing:border-box;color:var(--dark);display:block;height:5.2rem;margin:0;outline:none;padding:1.2rem 1.5rem 0;width:100%}@media(min-width:1200px){.m-input__control{height:5.4rem}}._textarea .m-input__control{display:block;height:16rem;padding-block:2.5rem 1.3rem;resize:none}.m-input__control::-moz-placeholder{opacity:0}.m-input__control::placeholder{opacity:0}.m-button,.modalForm__submit{align-items:center;background:var(--accent);border:none;border-radius:var(--rad);box-shadow:inset 0 0 0 .1rem var(--accent);box-sizing:border-box;color:var(--white);cursor:pointer;display:flex;justify-content:center;min-height:4.6rem;outline:none;padding:1rem 2rem;text-align:center;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media(min-width:1200px){.m-button,.modalForm__submit{min-height:5.4rem;transition:background-color var(--time),color var(--time)}.m-button:hover,.modalForm__submit:hover{background-color:var(--white);color:var(--accent)}}._arrow.modalForm__submit,.m-button._arrow{gap:1rem;justify-content:space-between;min-height:5rem}@media(min-width:1200px){._arrow.modalForm__submit,.m-button._arrow{min-height:5.4rem}}._arrow.modalForm__submit:after,.m-button._arrow:after{align-self:start;aspect-ratio:1/1;background:var(--white);content:"";margin-top:.3rem;mask:var(--image-arrow) center center/100% no-repeat;-webkit-mask:var(--image-arrow) center center/100% no-repeat;max-width:2.4rem;min-width:2.4rem}@media(min-width:1200px){._arrow.modalForm__submit:after,.m-button._arrow:after{margin-top:.5rem;transition:background-color var(--time),transform var(--time)}._arrow.modalForm__submit:hover:after,.m-button._arrow:hover:after{background-color:var(--accent);transform:rotate(45deg)}}._big-inverse.modalForm__submit,.m-button._big-inverse{background:var(--white);color:var(--accent)}._big-inverse.modalForm__submit:after,.m-button._big-inverse:after{background:var(--accent)}@media(min-width:1200px){._big-inverse.modalForm__submit:hover,.m-button._big-inverse:hover{background:var(--accent);color:var(--white)}._big-inverse.modalForm__submit:hover:after,.m-button._big-inverse:hover:after{background:var(--white)}}._small-inverse.modalForm__submit,._small-orange.modalForm__submit,._small.modalForm__submit,.m-button._small,.m-button._small-inverse,.m-button._small-orange{background:none;box-shadow:none;min-height:2.4rem;padding:0;text-align:left}._small.modalForm__submit,.m-button._small{color:var(--dark)}._small.modalForm__submit:after,.m-button._small:after{background:var(--dark)}@media(min-width:1200px){._small.modalForm__submit:hover,.m-button._small:hover{color:var(--accent)}._small.modalForm__submit:hover:after,.m-button._small:hover:after{background:var(--accent)}}._small-inverse.modalForm__submit,.m-button._small-inverse{color:var(--accent)}._small-inverse.modalForm__submit:after,.m-button._small-inverse:after{background:var(--accent)}@media(min-width:1200px){._small-inverse.modalForm__submit:hover,.m-button._small-inverse:hover{color:var(--white)}._small-inverse.modalForm__submit:hover:after,.m-button._small-inverse:hover:after{background:var(--white)}}._small-orange.modalForm__submit,.m-button._small-orange{color:var(--accent)}._small-orange.modalForm__submit:after,.m-button._small-orange:after{background:var(--accent)}@media(min-width:1200px){._small-orange.modalForm__submit:hover,.m-button._small-orange:hover{background:none;color:var(--accent)}._small-orange.modalForm__submit:hover:after,.m-button._small-orange:hover:after{background:var(--accent)}}._download.modalForm__submit,.m-button._download{background:var(--white);color:var(--accent);display:flex;justify-content:space-between}._download.modalForm__submit:after,.m-button._download:after{background:var(--accent);content:"";height:2.4rem;mask:var(--image-download) center center/100% no-repeat;-webkit-mask:var(--image-download) center center/100% no-repeat;width:2.4rem}@media(min-width:1200px){._download.modalForm__submit:hover,.m-button._download:hover{background:var(--accent);color:var(--white)}._download.modalForm__submit:hover:after,.m-button._download:hover:after{background:var(--white);mask:var(--image-download-go) center center/100% no-repeat;-webkit-mask:var(--image-download-go) center center/100% no-repeat}}._download._downloadLoading.modalForm__submit,.m-button._download._downloadLoading{pointer-events:none}._download._downloadLoading.modalForm__submit:after,.m-button._download._downloadLoading:after{mask:var(--image-preload) center center/100% no-repeat;-webkit-mask:var(--image-preload) center center/100% no-repeat}.modalForm{display:none;position:relative;z-index:2}.modalForm.fancybox__content{padding:0}html#myApp .modalForm.fancybox__content .f-button.is-close-btn:after,html#myApp .modalForm.fancybox__content .f-button.is-close-btn:before{background:var(--dark)}@media(min-width:1200px){html#myApp .modalForm.fancybox__content .f-button.is-close-btn:hover:after,html#myApp .modalForm.fancybox__content .f-button.is-close-btn:hover:before{background:var(--accent)}}.modalForm__ready{display:grid}.modalForm__content{align-items:stretch;background:var(--bg-grey);box-sizing:border-box;display:flex;flex-direction:column;grid-area:1/1/2/2;padding:6rem 1rem;width:38rem}@media(min-width:768px){.modalForm__content{max-width:76rem;min-width:76rem;padding:8rem 11.5rem}}@media(min-width:1200px){.modalForm__content{max-width:85rem;min-width:85rem;padding:8rem 16rem}}.modalForm__title{align-self:center;text-align:center}.modalForm__desc{margin-top:.5rem;text-align:center}@media(min-width:768px){.modalForm__desc{margin-top:1rem}}.modalForm__form{align-items:stretch;display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem;width:100%}@media(min-width:768px){.modalForm__form{margin-top:4rem;margin-inline:auto;max-width:53rem}}.modalForm__check{margin-top:.5rem}@media(min-width:768px){.modalForm__check{align-items:center;display:flex;min-height:2rem}}.modalForm__submitBox{margin-top:1rem}.modalForm__complete{align-items:center;background:var(--bg);display:flex;flex-direction:column;grid-area:1/1/2/2;justify-content:center;padding:2rem;z-index:0}.modalForm__completeName{display:grid;gap:1.5rem 0;grid-template-rows:auto 1fr;max-width:53rem;text-align:center}@media(min-width:768px){.modalForm__completeName{gap:2rem}}.modalForm__completeName:after,.modalForm__completeName:before{aspect-ratio:1/1;border-radius:50%;content:"";grid-area:1/1/2/2;justify-self:center;width:4.2rem}@media(min-width:768px){.modalForm__completeName:after,.modalForm__completeName:before{width:5rem}}.modalForm__completeName:before{background:var(--accent)}.modalForm__completeName:after{background:var(--white);mask:var(--image-check) center center/2.2rem no-repeat;-webkit-mask:var(--image-check) center center/2.2rem no-repeat}@media(min-width:768px){.modalForm__completeName:after{mask:var(--image-check) center center/2.8rem no-repeat;-webkit-mask:var(--image-check) center center/2.8rem no-repeat}}.modalForm__completeDesc{margin-top:.5rem;max-width:53rem;text-align:center}@media(min-width:768px){.modalForm__completeDesc{margin-top:1rem}}.m-section,.productPage{box-sizing:border-box;padding:6rem 1rem;position:relative;scroll-margin:6rem;width:100%}@media(min-width:768px){.m-section,.productPage{padding:12rem 2rem;scroll-margin:9rem}}@media(min-width:1200px){.m-section,.productPage{margin-inline:auto;max-width:172rem;padding-inline:0;scroll-margin:10.4rem}}._bg.productPage,.m-section._bg{position:relative}._bg.productPage:before,.m-section._bg:before{background-color:var(--bg-grey);bottom:0;content:"";left:50%;margin-left:-50vw;position:absolute;top:0;width:100vw;z-index:-2}._bg.productPage,.m-section._bg{padding-block:5rem}@media(min-width:768px){._bg.productPage,.m-section._bg{padding-block:10rem}}.m-section:not(._bg)+.m-section:not(._bg),.m-section:not(._bg)+.productPage:not(._bg),.productPage:not(._bg)+.m-section:not(._bg),.productPage:not(._bg)+.productPage:not(._bg){margin-top:-3rem;padding-top:3rem}@media(min-width:768px){.m-section:not(._bg)+.m-section:not(._bg),.m-section:not(._bg)+.productPage:not(._bg),.productPage:not(._bg)+.m-section:not(._bg),.productPage:not(._bg)+.productPage:not(._bg){margin-top:-6rem;padding-top:6rem}}.m-section:first-child,.productPage:first-child{padding-top:4rem}@media(min-width:768px){.m-section:first-child,.productPage:first-child{padding-top:6rem}}.m-bold,.productPage__priceValue{font-weight:700}.m-link{outline:none;text-decoration:none}@media(min-width:1200px){.m-link{transition:color var(--time)}.m-link:hover{color:var(--accent)}}.m-par{margin:0}.m-par:not(:last-child){margin-bottom:2rem}@media(min-width:1200px){.m-par:not(:last-child){margin-bottom:2.4rem}}.m-ul{align-items:start;display:flex;flex-direction:column;gap:1.5rem;list-style:none;margin:0;padding:0}@media(min-width:768px){.m-ul{gap:2rem}}.m-ul__li{padding:0 0 0 2.6rem;position:relative}@media(min-width:1200px){.m-ul__li{padding-left:2.8rem}}.m-ul__li:before{background-color:var(--accent);border-radius:50%;content:"";height:1.2rem;left:.3rem;position:absolute;top:.4rem;width:1.2rem}@media(min-width:1200px){.m-ul__li:before{top:.6rem}}.m-text-menu{font:600 1.6rem/1.8rem Roboto,sans-serif;text-transform:uppercase}@media(min-width:768px){.m-text-menu{font-size:1.8rem;line-height:2rem}}.m-button,.m-text-button,.productPageAdds__button,.productPageBottom__download,.productPage__priceButton{font:700 1.8rem/2rem Roboto,sans-serif;text-transform:uppercase}@media(min-width:1200px){.m-button,.m-text-button,.productPageAdds__button,.productPageBottom__download,.productPage__priceButton{font-size:2rem;line-height:2.4rem}}.m-text-small,.m-tooltip:after,.productPageBottom__tooltip:after{font-size:1.4rem;line-height:1.8rem}.m-text-big,.productPage__code,.productPage__priceValue,.productPage__text{font-size:2rem;line-height:2.4rem}@media(min-width:768px){.m-text-big,.productPage__code,.productPage__priceValue,.productPage__text{font-size:2.2rem;line-height:2.8rem}}@media(min-width:1200px){.m-text-big,.productPage__code,.productPage__priceValue,.productPage__text{font-size:2.4rem;line-height:3.4rem}}.m-text-quote{font-size:2.2rem;line-height:2.8rem}@media(min-width:768px){.m-text-quote{font-size:2.4rem;line-height:3.2rem}}@media(min-width:1200px){.m-text-quote{font-size:3rem;line-height:3.8rem}}.m-tag,.productPage__variantsItem{background:var(--bg);border:.1rem solid var(--dark-line-30);border-radius:var(--rad);color:var(--dark);cursor:pointer;padding:.4rem .9rem;text-decoration:none;transition:background-color var(--time),color var(--time),border-color var(--time);-webkit-user-select:none;-moz-user-select:none;user-select:none}._activeTag.productPage__variantsItem,.m-tag._activeTag{background:var(--dark);border-color:var(--dark);color:var(--white);cursor:default;pointer-events:none}@media(min-width:1200px){.m-tag:not(._activeTag):hover,.productPage__variantsItem:not(._activeTag):hover{background:var(--accent);border-color:var(--accent);color:var(--white)}}.m-dl,.productPageBottom__dl{align-items:end;color:var(--dark);display:flex;gap:2rem;justify-content:space-between;margin:0;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width:768px){.m-dl,.productPageBottom__dl{display:grid;gap:0;grid-template-columns:auto minmax(2rem,1fr) auto;justify-content:unset;position:unset;-webkit-user-select:unset;-moz-user-select:unset;user-select:unset}}.m-dl:before,.productPageBottom__dl:before{background:var(--dark-line-30);content:"";height:.1rem;inset:auto 0 .4rem;position:absolute}@media(min-width:768px){.m-dl:before,.productPageBottom__dl:before{inset:unset;margin-bottom:.4rem;position:static}}.m-dl__dd,.m-dl__dt,.productPageBottom__dd,.productPageBottom__dt{margin:0;padding:0;position:relative;text-decoration-color:var(--white);text-decoration-line:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-style:solid;text-decoration-thickness:.5rem;text-underline-offset:-.2rem}@media(min-width:768px){.m-dl__dd,.m-dl__dt,.productPageBottom__dd,.productPageBottom__dt{position:static;text-decoration:none}.m-dl__dt,.productPageBottom__dt{order:-1}}.m-dl__dd,.productPageBottom__dd{text-align:right}@media(min-width:768px){.m-dl__dd,.productPageBottom__dd{order:1}}.m-title,.productPageAdds__title,.productPageBottom__title,.productPage__name,.productPage__priceValue._valued,.productPage__variantsName{color:var(--dark);cursor:default;font-family:Roboto,sans-serif;font-weight:700;margin:0;text-transform:uppercase}._h1.productPageAdds__title,._h1.productPageBottom__title,._h1.productPage__name,._h1.productPage__priceValue._valued,._h1.productPage__variantsName,.m-title._h1{font-size:5.6rem;letter-spacing:-.01em;line-height:6.6rem}@media(min-width:768px){._h1.productPageAdds__title,._h1.productPageBottom__title,._h1.productPage__name,._h1.productPage__priceValue._valued,._h1.productPage__variantsName,.m-title._h1{font-size:9.6rem;line-height:11rem}}@media(min-width:1200px){._h1.productPageAdds__title,._h1.productPageBottom__title,._h1.productPage__name,._h1.productPage__priceValue._valued,._h1.productPage__variantsName,.m-title._h1{font-size:12.8rem;line-height:13.2rem}}._h2.productPageAdds__title,._h2.productPageBottom__title,._h2.productPage__priceValue._valued,._h2.productPage__variantsName,.m-title._h2,.productPage__name,.productPage__priceValue._valued.productPage__name{font-size:3.2rem;letter-spacing:-.01em;line-height:3.6rem}@media(min-width:768px){._h2.productPageAdds__title,._h2.productPageBottom__title,._h2.productPage__priceValue._valued,._h2.productPage__variantsName,.m-title._h2,.productPage__name,.productPage__priceValue._valued.productPage__name{font-size:4.4rem;line-height:5rem}}@media(min-width:1200px){._h2.productPageAdds__title,._h2.productPageBottom__title,._h2.productPage__priceValue._valued,._h2.productPage__variantsName,.m-title._h2,.productPage__name,.productPage__priceValue._valued.productPage__name{font-size:5.6rem;line-height:6.2rem}}._h3.productPageBottom__title,._h3.productPage__name,._h3.productPage__variantsName,.m-title._h3,.productPageAdds__title,.productPage__priceValue._valued{font-size:2.6rem;letter-spacing:-.01em;line-height:3rem}@media(min-width:768px){._h3.productPageBottom__title,._h3.productPage__name,._h3.productPage__variantsName,.m-title._h3,.productPageAdds__title,.productPage__priceValue._valued{font-size:3.4rem;line-height:4rem}}@media(min-width:1200px){._h3.productPageBottom__title,._h3.productPage__name,._h3.productPage__variantsName,.m-title._h3,.productPageAdds__title,.productPage__priceValue._valued{font-size:4.2rem;line-height:4.6rem}}._h4.productPageAdds__title,._h4.productPage__name,._h4.productPage__priceValue._valued,.m-title._h4,.productPageBottom__title,.productPage__priceValue._valued.productPageBottom__title,.productPage__priceValue._valued.productPage__variantsName,.productPage__variantsName{font-size:1.8rem;line-height:2.2rem}@media(min-width:768px){._h4.productPageAdds__title,._h4.productPage__name,._h4.productPage__priceValue._valued,.m-title._h4,.productPageBottom__title,.productPage__priceValue._valued.productPageBottom__title,.productPage__priceValue._valued.productPage__variantsName,.productPage__variantsName{font-size:2.2rem;line-height:2.6rem}}@media(min-width:1200px){._h4.productPageAdds__title,._h4.productPage__name,._h4.productPage__priceValue._valued,.m-title._h4,.productPageBottom__title,.productPage__priceValue._valued.productPageBottom__title,.productPage__priceValue._valued.productPage__variantsName,.productPage__variantsName{font-size:2.4rem;line-height:2.8rem}}.m-tooltip,.productPageBottom__tooltip{background:var(--white);box-shadow:-1rem 0 0 0 var(--white);cursor:help;display:inline-block;font-size:0;line-height:0;margin:-.2rem 0 -.2rem 1rem;position:relative;vertical-align:middle;z-index:2}@media(min-width:1200px){.m-tooltip,.productPageBottom__tooltip{margin-block:0}}.m-tooltip:before,.productPageBottom__tooltip:before{align-items:center;background:var(--bg-grey);border-radius:50%;color:var(--dark);content:"i";display:flex;font-size:1.6rem;height:2.4rem;justify-content:center;line-height:2rem;text-align:center;transition:color var(--time),background-color var(--time);width:2.4rem}@media(min-width:1200px){.m-tooltip:before,.productPageBottom__tooltip:before{font-size:1.8rem;line-height:2.4rem}}.m-tooltip:after,.productPageBottom__tooltip:after{background:var(--bg);border:.1rem solid var(--dark-line-30);border-radius:var(--rad);box-sizing:border-box;color:var(--brown-grey);content:attr(data-tooltip);left:-100vw;margin:1rem 0 0;max-width:18rem;opacity:0;padding:1.1rem;position:absolute;top:100%;transform:translate(-3rem);transform-origin:left center;transition:opacity var(--time),transform var(--time),left 0s var(--time);width:-moz-max-content;width:max-content}@media(min-width:768px){.m-tooltip:after,.productPageBottom__tooltip:after{margin:0 0 0 1rem;max-width:32rem;top:0;transform:translateY(3rem)}}.m-tooltip:hover:before,.productPageBottom__tooltip:hover:before{background-color:var(--accent);color:var(--white)}.m-tooltip:hover:after,.productPageBottom__tooltip:hover:after{left:0;opacity:1;transform:none;transition:opacity var(--time),transform var(--time),left 0s 0s}@media(min-width:768px){.m-tooltip:hover:after,.productPageBottom__tooltip:hover:after{left:100%}}.m-button,.productPageAdds__button,.productPageBottom__download,.productPage__priceButton{align-items:center;background:var(--accent);border:none;border-radius:var(--rad);box-shadow:inset 0 0 0 .1rem var(--accent);box-sizing:border-box;color:var(--white);cursor:pointer;display:flex;justify-content:center;min-height:4.6rem;outline:none;padding:1rem 2rem;text-align:center;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media(min-width:1200px){.m-button,.productPageAdds__button,.productPageBottom__download,.productPage__priceButton{min-height:5.4rem;transition:background-color var(--time),color var(--time)}.m-button:hover,.productPageAdds__button:hover,.productPageBottom__download:hover,.productPage__priceButton:hover{background-color:var(--white);color:var(--accent)}}._arrow.productPageBottom__download,._arrow.productPage__priceButton,.m-button._arrow,.productPageAdds__button{gap:1rem;justify-content:space-between;min-height:5rem}@media(min-width:1200px){._arrow.productPageBottom__download,._arrow.productPage__priceButton,.m-button._arrow,.productPageAdds__button{min-height:5.4rem}}._arrow.productPageBottom__download:after,._arrow.productPage__priceButton:after,.m-button._arrow:after,.productPageAdds__button:after{align-self:start;aspect-ratio:1/1;background:var(--white);content:"";margin-top:.3rem;mask:var(--image-arrow) center center/100% no-repeat;-webkit-mask:var(--image-arrow) center center/100% no-repeat;max-width:2.4rem;min-width:2.4rem}@media(min-width:1200px){._arrow.productPageBottom__download:after,._arrow.productPage__priceButton:after,.m-button._arrow:after,.productPageAdds__button:after{margin-top:.5rem;transition:background-color var(--time),transform var(--time)}._arrow.productPageBottom__download:hover:after,._arrow.productPage__priceButton:hover:after,.m-button._arrow:hover:after,.productPageAdds__button:hover:after{background-color:var(--accent);transform:rotate(45deg)}}._big-inverse.productPageAdds__button,._big-inverse.productPageBottom__download,._big-inverse.productPage__priceButton,.m-button._big-inverse{background:var(--white);color:var(--accent)}._big-inverse.productPageAdds__button:after,._big-inverse.productPageBottom__download:after,._big-inverse.productPage__priceButton:after,.m-button._big-inverse:after{background:var(--accent)}@media(min-width:1200px){._big-inverse.productPageAdds__button:hover,._big-inverse.productPageBottom__download:hover,._big-inverse.productPage__priceButton:hover,.m-button._big-inverse:hover{background:var(--accent);color:var(--white)}._big-inverse.productPageAdds__button:hover:after,._big-inverse.productPageBottom__download:hover:after,._big-inverse.productPage__priceButton:hover:after,.m-button._big-inverse:hover:after{background:var(--white)}}._small-inverse.productPageBottom__download,._small-inverse.productPage__priceButton,._small-orange.productPageBottom__download,._small-orange.productPage__priceButton,._small.productPageBottom__download,._small.productPage__priceButton,.m-button._small,.m-button._small-inverse,.m-button._small-orange,.productPageAdds__button{background:none;box-shadow:none;min-height:2.4rem;padding:0;text-align:left}._small.productPageAdds__button,._small.productPageBottom__download,._small.productPage__priceButton,.m-button._small{color:var(--dark)}._small.productPageAdds__button:after,._small.productPageBottom__download:after,._small.productPage__priceButton:after,.m-button._small:after{background:var(--dark)}@media(min-width:1200px){._small.productPageAdds__button:hover,._small.productPageBottom__download:hover,._small.productPage__priceButton:hover,.m-button._small:hover{color:var(--accent)}._small.productPageAdds__button:hover:after,._small.productPageBottom__download:hover:after,._small.productPage__priceButton:hover:after,.m-button._small:hover:after{background:var(--accent)}}._small-inverse.productPageAdds__button,._small-inverse.productPageBottom__download,._small-inverse.productPage__priceButton,.m-button._small-inverse{color:var(--accent)}._small-inverse.productPageAdds__button:after,._small-inverse.productPageBottom__download:after,._small-inverse.productPage__priceButton:after,.m-button._small-inverse:after{background:var(--accent)}@media(min-width:1200px){._small-inverse.productPageAdds__button:hover,._small-inverse.productPageBottom__download:hover,._small-inverse.productPage__priceButton:hover,.m-button._small-inverse:hover{color:var(--white)}._small-inverse.productPageAdds__button:hover:after,._small-inverse.productPageBottom__download:hover:after,._small-inverse.productPage__priceButton:hover:after,.m-button._small-inverse:hover:after{background:var(--white)}}._small-orange.productPageBottom__download,._small-orange.productPage__priceButton,.m-button._small-orange,.productPageAdds__button{color:var(--accent)}._small-orange.productPageBottom__download:after,._small-orange.productPage__priceButton:after,.m-button._small-orange:after,.productPageAdds__button:after{background:var(--accent)}@media(min-width:1200px){._small-orange.productPageBottom__download:hover,._small-orange.productPage__priceButton:hover,.m-button._small-orange:hover,.productPageAdds__button:hover{background:none;color:var(--accent)}._small-orange.productPageBottom__download:hover:after,._small-orange.productPage__priceButton:hover:after,.m-button._small-orange:hover:after,.productPageAdds__button:hover:after{background:var(--accent)}}._download.productPageAdds__button,._download.productPage__priceButton,.m-button._download,.productPageBottom__download{background:var(--white);color:var(--accent);display:flex;justify-content:space-between}._download.productPageAdds__button:after,._download.productPage__priceButton:after,.m-button._download:after,.productPageBottom__download:after{background:var(--accent);content:"";height:2.4rem;mask:var(--image-download) center center/100% no-repeat;-webkit-mask:var(--image-download) center center/100% no-repeat;width:2.4rem}@media(min-width:1200px){._download.productPageAdds__button:hover,._download.productPage__priceButton:hover,.m-button._download:hover,.productPageBottom__download:hover{background:var(--accent);color:var(--white)}._download.productPageAdds__button:hover:after,._download.productPage__priceButton:hover:after,.m-button._download:hover:after,.productPageBottom__download:hover:after{background:var(--white);mask:var(--image-download-go) center center/100% no-repeat;-webkit-mask:var(--image-download-go) center center/100% no-repeat}}._download._downloadLoading.productPageAdds__button,._download._downloadLoading.productPage__priceButton,._downloadLoading.productPageBottom__download,.m-button._download._downloadLoading{pointer-events:none}._download._downloadLoading.productPageAdds__button:after,._download._downloadLoading.productPage__priceButton:after,._downloadLoading.productPageBottom__download:after,.m-button._download._downloadLoading:after{mask:var(--image-preload) center center/100% no-repeat;-webkit-mask:var(--image-preload) center center/100% no-repeat}.m-fancy-arrows,.productPageAdds__arrows{display:flex;gap:.5rem}@media(min-width:768px){.m-fancy-arrows,.productPageAdds__arrows{gap:2rem}}.m-fancy-arrows:has(.swiper-button-disabled:first-child):has(.swiper-button-disabled:last-child),.productPageAdds__arrows:has(.swiper-button-disabled:first-child):has(.swiper-button-disabled:last-child){display:none}.m-fancy-arrows__item,.productPageAdds__arrow{align-items:center;background:var(--white);border:.1rem solid var(--bg-grey);border-radius:var(--rad);box-sizing:border-box;cursor:pointer;display:flex;font-size:0;height:5rem;justify-content:center;line-height:0;transition:opacity var(--time),background-color var(--time);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:5rem}@media(min-width:768px){.m-fancy-arrows__item,.productPageAdds__arrow{height:5.4rem;width:5.4rem}}.m-fancy-arrows__item:after,.productPageAdds__arrow:after{background:var(--dark);content:"";height:2.4rem;mask:var(--image-arrow) center center/100% no-repeat;-webkit-mask:var(--image-arrow) center center/100% no-repeat;transform:rotate(45deg);transition:background-color var(--time);width:2.4rem}@media(min-width:1200px){.m-fancy-arrows__item:not(.swiper-button-disabled):hover,.productPageAdds__arrow:not(.swiper-button-disabled):hover{background:var(--bg-grey)}.m-fancy-arrows__item:not(.swiper-button-disabled):hover:after,.productPageAdds__arrow:not(.swiper-button-disabled):hover:after{background:var(--accent)}}.m-fancy-arrows__item.swiper-button-disabled,.swiper-button-disabled.productPageAdds__arrow{cursor:default;opacity:.5}._inverse .m-fancy-arrows__item,._inverse .productPageAdds__arrow{background:var(--dark);border-color:var(--brown-grey)}._inverse .m-fancy-arrows__item:after,._inverse .productPageAdds__arrow:after{background:var(--white)}@media(min-width:1200px){._inverse .m-fancy-arrows__item:not(.swiper-button-disabled):hover,._inverse .productPageAdds__arrow:not(.swiper-button-disabled):hover{background:var(--brown-grey)}._inverse .m-fancy-arrows__item:not(.swiper-button-disabled):hover:after,._inverse .productPageAdds__arrow:not(.swiper-button-disabled):hover:after{background:var(--accent)}}.m-fancy-arrows__item:first-child:after,.productPageAdds__arrow:first-child:after{transform:rotate(-135deg)}.m-preload{background:var(--bg) var(--image-preload) center center/6rem no-repeat}._productPreload .productPage__code,._productPreload .productPage__imageBox,._productPreload .productPage__name,._productPreload .productPage__priceButton,._productPreload .productPage__priceValue,._productPreload .productPage__text,._productPreload .productPage__variantsItem,._productPreload .productPage__variantsName,.m-skeletonable{background:var(--bg-grey);border-radius:var(--rad);overflow:hidden;pointer-events:none;position:relative}._productPreload .productPage__code:after,._productPreload .productPage__imageBox:after,._productPreload .productPage__name:after,._productPreload .productPage__priceButton:after,._productPreload .productPage__priceValue:after,._productPreload .productPage__text:after,._productPreload .productPage__variantsItem:after,._productPreload .productPage__variantsName:after,.m-skeletonable:after{animation:shimmer 1.2s infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes shimmer{to{left:100%}}._productPreload ._withWord.productPage__imageBox:before,._productPreload ._withWord.productPage__priceButton:before,._productPreload .productPage__code:before,._productPreload .productPage__name:before,._productPreload .productPage__priceValue:before,._productPreload .productPage__text:before,._productPreload .productPage__variantsItem:before,._productPreload .productPage__variantsName:before,.m-skeletonable._withWord:before{content:" ";white-space:pre-wrap}.m-tabs,.productPageBottom__tabs{align-items:stretch;background:var(--bg);border-radius:var(--rad);display:flex;flex-direction:column;margin-inline:-.6rem;overflow:hidden;position:relative;z-index:0}@media(min-width:768px){.m-tabs,.productPageBottom__tabs{margin-inline:-1rem}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)),.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)){display:grid;grid-template-columns:repeat(2,1fr)}.m-tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):has(.m-tabs__item._activeTab:nth-child(2n),._activeTab.productPageBottom__tab:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):has(.m-tabs__item._activeTab:nth-child(2n),._activeTab.productPageBottom__tab:nth-child(2n)):after{left:50%}}@media(min-width:1200px){.m-tabs,.productPageBottom__tabs{display:flex;flex-direction:row;justify-content:space-between}}.m-tabs:before,.productPageBottom__tabs:before{background:var(--bg);border:.1rem solid var(--dark-line-30);border-radius:var(--rad);content:"";inset:0;position:absolute;z-index:-3}@media(min-width:1200px){.m-tabs:before,.productPageBottom__tabs:before{border:none}}.m-tabs:after,.productPageBottom__tabs:after{background:var(--dark);content:"";inset:0 0 auto;position:absolute;transition:inset var(--time);z-index:-1}.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):after{height:100%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):after{height:100%;width:100%}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{height:200%;right:auto;width:50%}}.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after{top:0}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after{left:0;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:0}}.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after{top:100%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after{left:100%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:0}}.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after{top:200%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after{left:200%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:100%}}.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after{top:300%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after{left:300%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:100%}}.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after{top:400%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after{left:400%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:200%}}.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after{top:500%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after{left:500%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:first-child,.productPageBottom__tab:last-child:first-child):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:200%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):after{height:50%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):after{height:100%;width:50%}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{height:100%;right:auto;width:50%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after{top:0}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after{left:0;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:0}}.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after{top:50%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after{left:50%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:0}}.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after{top:100%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after{left:100%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:100%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after{top:150%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after{left:150%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:100%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after{top:200%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after{left:200%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:200%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after{top:250%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after{left:250%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2),.productPageBottom__tab:last-child:nth-child(2)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:200%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):after{height:33.33333%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):after{height:100%;width:33.33333%}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{height:66.66667%;right:auto;width:50%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after{top:0}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after{left:0;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:0}}.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after{top:33.33333%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after{left:33.33333%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:0}}.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after{top:66.66667%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after{left:66.66667%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:50%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after{top:100%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after{left:100%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:50%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after{top:133.33333%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after{left:133.33333%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:100%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after{top:166.66667%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after{left:166.66667%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(3),.productPageBottom__tab:last-child:nth-child(3)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:100%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):after{height:25%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):after{height:100%;width:25%}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{height:50%;right:auto;width:50%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after{top:0}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after{left:0;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:0}}.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after{top:25%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after{left:25%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:0}}.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after{top:50%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after{left:50%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:50%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after{top:75%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after{left:75%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:50%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after{top:100%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after{left:100%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:100%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after{top:125%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after{left:125%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(4),.productPageBottom__tab:last-child:nth-child(4)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:100%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):after{height:20%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):after{height:100%;width:20%}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{height:40%;right:auto;width:50%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after{top:0}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after{left:0;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:0}}.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after{top:20%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after{left:20%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:0}}.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after{top:40%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after{left:40%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:33.33333%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after{top:60%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after{left:60%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:33.33333%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after{top:80%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after{left:80%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:66.66667%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after{top:100%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after{left:100%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(5),.productPageBottom__tab:last-child:nth-child(5)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:66.66667%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):after{height:16.66667%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):after{height:100%;width:16.66667%}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{height:33.33333%;right:auto;width:50%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after{top:0}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):after{left:0;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:first-child,._activeTab.productPageBottom__tab:first-child):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:0}}.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after{top:16.66667%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):after{left:16.66667%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(2),._activeTab.productPageBottom__tab:nth-child(2)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:0}}.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after{top:33.33333%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):after{left:33.33333%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(3),._activeTab.productPageBottom__tab:nth-child(3)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:33.33333%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after{top:50%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):after{left:50%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(4),._activeTab.productPageBottom__tab:nth-child(4)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:33.33333%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after{top:66.66667%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):after{left:66.66667%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(5),._activeTab.productPageBottom__tab:nth-child(5)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:66.66667%}}.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after{top:83.33333%}@media(min-width:1200px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):after{left:83.33333%;top:0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after,.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(6),.productPageBottom__tab:last-child:nth-child(6)):has(.m-tabs__item._activeTab:nth-child(6),._activeTab.productPageBottom__tab:nth-child(6)):has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)):after{top:66.66667%}}.m-tabs__item,.productPageBottom__tab{align-items:center;box-sizing:border-box;color:var(--dark);cursor:pointer;display:flex;justify-content:center;min-height:4.4rem;padding:.4rem 1.2rem;position:relative;text-align:center;text-decoration:none;transition:color var(--time);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width:1200px){.m-tabs__item,.productPageBottom__tab{flex:1;min-height:4.8rem;padding:.4rem 1.1rem}.m-tabs__item:before,.productPageBottom__tab:before{border:.1rem solid var(--dark-line-30);content:"";inset:0;position:absolute;transition:background-color var(--time),border-color var(--time);z-index:-2}.m-tabs__item:hover,.productPageBottom__tab:hover{color:var(--white)}.m-tabs__item:hover:before,.productPageBottom__tab:hover:before{background:var(--accent);border-color:var(--accent)}}._activeTab.productPageBottom__tab,.m-tabs__item._activeTab{color:var(--white);cursor:default}@media(max-width:767px){.m-tabs__item:not(:first-child),.productPageBottom__tab:not(:first-child){box-shadow:inset 0 .1rem 0 0 var(--dark-line-30)}}@media(min-width:1200px){.m-tabs__item:not(:last-child):before,.productPageBottom__tab:not(:last-child):before{border-width:.1rem 0 .1rem .1rem}.m-tabs__item:first-child,.m-tabs__item:first-child:before,.productPageBottom__tab:first-child,.productPageBottom__tab:first-child:before{border-radius:var(--rad) 0 0 var(--rad)}.m-tabs__item:last-child,.m-tabs__item:last-child:before,.productPageBottom__tab:last-child,.productPageBottom__tab:last-child:before{border-radius:0 var(--rad) var(--rad) 0}}@media(min-width:768px)and (max-width:1199px){.m-tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .m-tabs__item:nth-child(2n),.m-tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .productPageBottom__tab:nth-child(2n),.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .m-tabs__item:nth-child(2n),.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .productPageBottom__tab:nth-child(2n){box-shadow:inset .1rem 0 0 0 var(--dark-line-30)}.m-tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .m-tabs__item:nth-child(2n):nth-child(n+2),.m-tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .productPageBottom__tab:nth-child(2n):nth-child(n+2),.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .m-tabs__item:nth-child(2n):nth-child(n+2),.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .productPageBottom__tab:nth-child(2n):nth-child(n+2){box-shadow:inset .1rem 0 0 0 var(--dark-line-30)}.m-tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .m-tabs__item:nth-child(2n):nth-child(n+4),.m-tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .productPageBottom__tab:nth-child(2n):nth-child(n+4),.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .m-tabs__item:nth-child(2n):nth-child(n+4),.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .productPageBottom__tab:nth-child(2n):nth-child(n+4){box-shadow:inset .1rem 0 0 0 var(--dark-line-30),inset 0 .1rem 0 0 var(--dark-line-30)}.m-tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .m-tabs__item:nth-child(2n-1):nth-child(n+2),.m-tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .productPageBottom__tab:nth-child(2n-1):nth-child(n+2),.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .m-tabs__item:nth-child(2n-1):nth-child(n+2),.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2n),.productPageBottom__tab:last-child:nth-child(2n)) .productPageBottom__tab:nth-child(2n-1):nth-child(n+2){box-shadow:inset 0 .1rem 0 0 var(--dark-line-30)}.m-tabs:has(.m-tabs__item:last-child:nth-child(2n-1),.productPageBottom__tab:last-child:nth-child(2n-1)) .m-tabs__item:not(:first-child),.m-tabs:has(.m-tabs__item:last-child:nth-child(2n-1),.productPageBottom__tab:last-child:nth-child(2n-1)) .productPageBottom__tab:not(:first-child),.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2n-1),.productPageBottom__tab:last-child:nth-child(2n-1)) .m-tabs__item:not(:first-child),.productPageBottom__tabs:has(.m-tabs__item:last-child:nth-child(2n-1),.productPageBottom__tab:last-child:nth-child(2n-1)) .productPageBottom__tab:not(:first-child){box-shadow:inset 0 .1rem 0 0 var(--dark-line-30)}}.productPage{position:relative}.productPage:after{background:var(--accent-line-10);box-shadow:39.1rem 0 0 0 var(--accent-line-10);content:"";inset:0 auto 0 .4rem;pointer-events:none;position:absolute;width:.1rem;z-index:-1}@media(min-width:768px){.productPage:after{box-shadow:-39rem 0 0 0 var(--accent-line-10),38.9rem 0 0 0 var(--accent-line-10);inset:0 auto 0 50%}}@media(min-width:1200px){.productPage:after{box-shadow:-87rem 0 0 0 var(--accent-line-10),-43.6rem 0 0 0 var(--accent-line-10),43.5rem 0 0 0 var(--accent-line-10),86.9rem 0 0 0 var(--accent-line-10)}.productPage__top{display:grid;gap:0 2rem;grid-template-columns:repeat(2,1fr)}}.productPage__top:not(:first-child){margin-top:3rem}@media(min-width:768px){.productPage__top:not(:first-child){margin-top:4rem}}.productPage__top._productPreload{display:block}@media(min-width:1200px){.productPage__top._productPreload{display:grid}}.productPage__topContent{align-items:stretch;display:flex;flex-direction:column}@media(min-width:1200px){.productPage__topContent{align-self:start;position:sticky;top:14.4rem}}.productPage__code{color:var(--dark);text-transform:uppercase}._productPreload .productPage__code{width:20%}.productPage__name:not(:first-child){margin-top:1rem}@media(min-width:768px){.productPage__name:not(:first-child){margin-top:2rem}}._productPreload .productPage__name{width:80%}.productPage__text{margin-top:1rem}@media(min-width:768px){.productPage__text{margin-top:2rem}}._productPreload .productPage__text{width:60%}._productPreload .productPage__text:before{content:" \a \a ";word-break:break-word}.productPage__variants{align-items:start;display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}@media(min-width:768px){.productPage__variants{gap:1.5rem;margin-top:4rem}}._productPreload .productPage__variantsName{width:30%}.productPage__variantsList{display:flex;gap:1rem}._productPreload .productPage__variantsItem{border:none;width:5rem}.productPage__price{align-items:stretch;display:flex;flex-direction:column;gap:2.5rem;margin-top:4rem}@media(min-width:768px){.productPage__price{margin-top:6rem}}._productPreload .productPage__priceValue{width:20%}@media(min-width:768px){.productPage__priceButton{max-width:37rem}}@media(min-width:1200px){.productPage__priceButton{max-width:41.5rem}}._productPreload .productPage__priceButton{box-shadow:none}.productPage__gallery{margin-top:2rem}@media(min-width:1200px){.productPage__gallery{align-items:stretch;display:flex;flex-direction:column;gap:2rem;margin-top:0}}._productPreload .productPage__gallery{display:flex}.productPage__swiper.swiper{overflow:visible}@media(min-width:1200px){.productPage__swiper.swiper{overflow:hidden;width:85rem}}.productPage__swiper.swiper._bigSlider{display:none}@media(min-width:1200px){.productPage__swiper.swiper._bigSlider{background:var(--bg-grey);display:block}}.productPage__slide.swiper-slide{width:36rem}@media(min-width:768px){.productPage__slide.swiper-slide{width:74rem}}@media(min-width:1200px){._bigSlider .productPage__slide.swiper-slide{width:85rem}._smallSlider .productPage__slide.swiper-slide{width:19.75rem}}.productPage__slide.swiper-slide:not(:last-child){margin-right:1rem}@media(min-width:768px){.productPage__slide.swiper-slide:not(:last-child){margin-right:2rem}}@media(min-width:1200px){._bigSlider .productPage__slide.swiper-slide:not(:last-child){margin-right:0}}.productPage__imageBox{background:var(--bg);height:32rem;overflow:hidden;position:relative}@media(min-width:768px){.productPage__imageBox{height:40rem}}@media(min-width:1200px){.productPage__imageBox{transition:box-shadow var(--time)}._bigSlider .productPage__imageBox,._productPreload ._bigSlider .productPage__imageBox{height:55rem}._smallSlider .productPage__imageBox{cursor:pointer;height:16rem}._productPreload ._smallSlider .productPage__imageBox{height:16rem}._smallSlider .swiper-slide-thumb-active .productPage__imageBox{box-shadow:inset 0 0 0 .1rem var(--accent);cursor:default}}._productPreload .productPage__imageBox{display:block;height:32rem}@media(min-width:768px){._productPreload .productPage__imageBox{height:40rem}}.productPage__image{cursor:pointer;height:100%;inset:0;-o-object-fit:contain;object-fit:contain;position:absolute;transition:transform var(--time);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media(min-width:1200px){.productPage__image:hover{transform:scale(1.05)}.swiper-slide-thumb-active .productPage__image:hover{transform:scale(1)}}.productPage__bottom{margin-top:3rem}@media(min-width:768px){.productPage__bottom{margin-top:6rem}}.productPageBottom__container{background:var(--white);border-bottom:.1rem solid var(--dark-line-30);padding-block:2.5rem}@media(min-width:768px){.productPageBottom__container{padding-block:4rem}}.productPageBottom__content{display:flex;flex-direction:column;gap:3rem}@media(min-width:768px){.productPageBottom__content{gap:4rem}}@media(min-width:1200px){.productPageBottom__content._plan,.productPageBottom__content._tech{display:grid;gap:0 2rem;grid-template-columns:repeat(2,1fr)}.productPageBottom__content._tech{gap:0 4rem}._plan .productPageBottom__block,._tech .productPageBottom__block{align-self:start;position:sticky;top:14.4rem}}.productPageBottom__title{margin-bottom:1.5rem}@media(min-width:768px){.productPageBottom__title{margin-bottom:2rem}}@media(min-width:1200px){.productPageBottom__title._wide{grid-column:span 2}}.productPageBottom__title._onlyPrint{display:none}.productPageBottom__list{align-items:stretch;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.productPageBottom__list{gap:2rem}}.productPageBottom__image{display:block;max-width:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width:1200px){.productPageBottom__image[data-src]{cursor:pointer;pointer-events:unset;transition:transform var(--time)}.productPageBottom__image[data-src]:hover{transform:scale(1.02)}}.productPageBottom__image:only-child{margin-top:-1rem}@media(min-width:768px){.productPageBottom__image:only-child{margin-top:-2rem}}@media(min-width:1200px){.productPageBottom__image:only-child{margin-top:0}}.productPageBottom__text{max-width:128.5rem}.productPageBottom__download{margin-top:2.5rem}@media(min-width:768px){.productPageBottom__download{align-self:center;margin-inline:auto;width:37rem}}@media(min-width:1200px){.productPageBottom__download{align-self:center;width:41.5rem}}.productPageAdds{margin-top:6rem}@media(min-width:768px){.productPageAdds{margin-top:12rem}}.productPageAdds__slider{margin-top:2.5rem}@media(min-width:768px){.productPageAdds__slider{margin-top:4rem}}@media(min-width:1200px){.productPageAdds__slider{position:relative}}@media(max-width:1199px){.productPageAdds__arrows{display:none}}@media(min-width:1200px){.productPageAdds__arrows{position:absolute;right:0;top:-8.9rem}}.productPageAdds__swiper.swiper{overflow:visible}@media(min-width:1200px){.productPageAdds__swiper.swiper{overflow:hidden}}.productPageAdds__slide.swiper-slide{width:33rem}@media(min-width:768px){.productPageAdds__slide.swiper-slide{width:41.5rem}}.productPageAdds__slide.swiper-slide:only-child{width:38rem}@media(min-width:768px){.productPageAdds__slide.swiper-slide:only-child{width:41.5rem}}.productPageAdds__slide.swiper-slide:not(:last-child){margin-right:1rem}@media(min-width:768px){.productPageAdds__slide.swiper-slide:not(:last-child){margin-right:2rem}}.productPageAdds__link{display:block;position:relative;text-decoration:none}.productPageAdds__imageBox{height:30rem;overflow:hidden;position:relative;width:100%}.productPageAdds__image{background:var(--bg);display:block;height:100%;inset:0;-o-object-fit:contain;object-fit:contain;position:absolute;transition:transform var(--time);width:100%}@media(min-width:1200px){.productPageAdds__link:hover .productPageAdds__image{transform:scale(1.05)}}.productPageAdds__button{cursor:pointer;margin-top:1.5rem}.productPageAdds__button:before{content:"";inset:0;position:absolute}.productPageAdds__code{color:var(--accent);display:block;margin-top:.5rem;text-transform:uppercase}@media(min-width:768px){.productPageAdds__code{margin-top:1rem}}.__content{align-items:stretch;display:flex;flex-direction:column;gap:3rem}@media(min-width:768px){.__content{gap:4rem}}.__content__container{align-items:stretch;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.__content__container{gap:2rem}}@media(min-width:1200px){.__content__container{display:grid;gap:2rem 2rem;grid-template-columns:repeat(2,1fr)}}.__content__block{align-items:stretch;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.__content__block{gap:2rem}}.__content__block+.__content__block{margin-top:.5rem}@media(min-width:768px){.__content__block+.__content__block{margin-top:0}}@media(min-width:1200px){.__content__block._wide,.__content__title{grid-column:span 2;max-width:128.5rem}}.__content__images{align-items:stretch;display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.__content__images{align-items:start;display:grid;gap:0 2rem;grid-template-columns:repeat(2,1fr)}}.__content__image{align-self:start;display:block;max-width:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media print{@page{margin:0;size:auto}html:has(.productPage){font-size:.9090909091vw}html:has(.productPage) a[href]:after{content:none}html:has(.productPage) body{margin-inline:auto;width:100rem}html:has(.productPage) .head{padding:4rem 0 0;position:static}html:has(.productPage) .head:after,html:has(.productPage) .head:before{display:none}html:has(.productPage) .head__contacts{display:flex;gap:4rem}html:has(.productPage) .head__contact{display:block}html:has(.productPage) .bottomForm,html:has(.productPage) .breadcrumbs,html:has(.productPage) .cookie,html:has(.productPage) .foot,html:has(.productPage) .head__menu{display:none}html:has(.productPage) .content{padding-block:0}html:has(.productPage) .productPage{padding-block:0}html:has(.productPage) .productPage:after{content:none}html:has(.productPage) .productPage__variantsItem{background:none;border:none;box-shadow:inset 0 0 0 .1rem var(--dark-line-30);color:var(--dark-line-30)}html:has(.productPage) .productPage__variantsItem._activeTag{box-shadow:inset 0 0 0 .1rem var(--dark);color:var(--dark)}html:has(.productPage) .productPage__swiper.swiper{overflow:visible}html:has(.productPage) .productPage__wrapper.swiper-wrapper{display:grid;gap:2rem 2rem;grid-template-columns:repeat(4,1fr);transform:none!important}html:has(.productPage) .productPage__slide.swiper-slide{margin:0;width:auto}html:has(.productPage) .productPage__imageBox{aspect-ratio:198/160;background:none;height:auto}html:has(.productPage) .productPage__price{display:none}html:has(.productPage) .productPageBottom__tabs{display:none}html:has(.productPage) .productPageBottom__container{align-items:stretch;display:flex;flex-direction:column;gap:0;padding-block:0}html:has(.productPage) .productPageBottom__content{align-items:stretch;border-top:.1rem solid var(--dark-line-30);display:flex!important;flex-direction:column;gap:4rem;padding-block:4rem}html:has(.productPage) .productPageBottom__content._plan,html:has(.productPage) .productPageBottom__content._tech{display:grid!important;gap:0 2rem;grid-template-columns:repeat(2,1fr)}html:has(.productPage) .productPageBottom__content._tech{gap:0 4rem}html:has(.productPage) .productPageBottom__content._info{padding-block:0}html:has(.productPage) .productPageBottom__block{page-break-inside:avoid}html:has(.productPage) .productPageBottom__title._wide{grid-column:span 2}html:has(.productPage) .productPageBottom__title._onlyPrint{display:block}html:has(.productPage) .productPageBottom__list{gap:0}html:has(.productPage) .productPageBottom__dl{align-items:center;border-top:.1rem solid var(--dark-line-30);padding:.5rem 0}html:has(.productPage) .productPageBottom__dl:last-child{border-bottom:.1rem solid var(--dark-line-30)}html:has(.productPage) .productPageBottom__dl:before{content:none}html:has(.productPage) .productPageBottom__dt{text-decoration:none}html:has(.productPage) .productPageBottom__dd{text-decoration:none}html:has(.productPage) .productPageBottom__tooltip{display:none}html:has(.productPage) .productPageBottom__download{display:none}html:has(.productPage) .productPageAdds__arrows{display:none}html:has(.productPage) .productPageAdds__swiper.swiper{overflow:visible}html:has(.productPage) .productPageAdds__wrapper.swiper-wrapper{display:grid;gap:2rem 2rem;grid-template-columns:repeat(4,1fr);transform:none!important}html:has(.productPage) .productPageAdds__slide.swiper-slide{margin:0;width:100%}html:has(.productPage) .productPageAdds__imageBox{aspect-ratio:415/300;height:auto}html:has(.productPage) .productPageAdds__button{color:var(--dark)}html:has(.productPage) .productPageAdds__button:after{display:none}html:has(.productPage) .productPageAdds__code{color:var(--dark)}html:has(.productPage) .__content{gap:0;padding-block:0}html:has(.productPage) .__content__container{page-break-inside:avoid;display:grid;gap:1.5rem 2rem;grid-template-columns:repeat(2,1fr);padding-block:2rem}html:has(.productPage) .__content__container:first-child{padding-top:4rem}html:has(.productPage) .__content__container:last-child{padding-bottom:4rem}html:has(.productPage) .__content__title{grid-column:span 2}html:has(.productPage) .__content__images{display:grid;gap:0 2rem;grid-template-columns:repeat(2,1fr)}}
