/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.component__title{color:var(--color-heading);font-family:var(--font-heading);font-size:1.2rem;font-weight:lighter;margin-bottom:4rem;word-break:break-word}@media screen and (min-width:360px){.component__title{font-size:1.2rem}}@media screen and (min-width:425px){.component__title{font-size:1.25rem}}@media screen and (min-width:576px){.component__title{font-size:1.4rem}}@media screen and (min-width:768px){.component__title{font-size:1.5rem}}@media screen and (min-width:992){.component__title{font-size:1.8rem}}@media screen and (min-width:1200px){.component__title{font-size:2rem}}.component__title_center{text-align:center}.breadcrumb{align-items:center;background-color:#eee;display:flex;font-size:var(--font-size-base);justify-content:center}.breadcrumb__list{display:flex;flex-flow:row;flex-wrap:wrap;margin-bottom:0;overflow-x:auto;padding:1rem;visibility:visible}@media screen and (min-width:768px){.breadcrumb__list{padding:1rem 0}}.breadcrumb__list-item{color:grey;font-size:16px;list-style-type:none;margin-left:20px}.breadcrumb__list-item:hover{color:#000;text-decoration:none}.breadcrumb__list-item:before{background:#f0b896;content:"";display:inline-block;height:1px;position:relative;right:10px;vertical-align:middle;width:50%;width:20px}.breadcrumb__list-item:first-child:before{display:none}.breadcrumb__list-item-active{color:#000;font-family:var(--font-strong);font-weight:700;visibility:visible}.breadcrumb__list-item-link--text{color:grey}.tabs{align-items:baseline;display:flex;flex-flow:wrap;list-style:none;margin:unset;padding:unset}.tabs--primary{margin-bottom:.75rem}.tabs--primary .tabs__link{border-top-left-radius:.25rem;border-top-right-radius:.25rem;color:#585570;display:block;font-weight:var(--font-strong);position:relative}.tabs--primary .tabs__link:hover{background-color:#eee;border-bottom:4px solid #f0b896}.tabs--primary .tabs__link a{display:block;padding:.75rem}.tabs--primary .tabs__link--active{background-color:#aeb0b3;border-bottom:4px solid #f0b896;position:relative}.tabs--secondary{border-bottom:1px solid var(--color-gray-10);margin-bottom:var(--spacing-sm)}.tabs--secondary .tabs__link{display:block;padding:var(--spacing-unit) var(--spacing-sm);position:relative}.tabs--secondary .tabs__link:before{background-color:var(--color-primary);border-top-left-radius:var(--radius-sm);border-top-right-radius:var(--radius-sm);bottom:0;content:"";display:none;height:2px;left:0;position:absolute;width:100%}.tabs--secondary .tabs__link:hover:before{display:block}.tabs--secondary .tabs__link--active{position:relative}.tabs--secondary .tabs__link--active:before{display:block}:root{--button-font-size:1rem;--button-line-height:1.5;--button-padding-y:0.75rem;--button-padding-x:2rem;--button-border-radius:2rem;--button-color:#5f6269;--button-color-hover:#fff;--button-border-color:#5f6269;--button-background-color:#000;--button-background-color-hover:#5f6269;--button-background-product-in-cart:#f56600}.button{align-items:center;background:none;border:1px solid var(--button-border-color);border-radius:var(--button-border-radius);color:var(--button-color);cursor:pointer;display:inline-flex;font-size:var(--button-font-size);justify-content:center;line-height:var(--button-line-height);padding:var(--button-padding-y) var(--button-padding-x);position:relative;text-decoration:none;transition:background-color .3s;white-space:nowrap}.button--product-in-cart,.button:hover{background-color:var(--button-border-color);color:var(--button-color-hover)}.button--product-in-cart:hover{background:none;color:var(--button-color)}.user-login-form,.user-pass{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:0 auto;min-height:20vh;padding-bottom:5vh;padding-top:5vh;width:100%}.js-form-item{display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:768px){.js-form-item{max-width:60vw}}.js-form-type-radio{display:block}.js-form-type-radio:hover{cursor:pointer}.form-item{margin-bottom:1em;margin-top:1em}.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:var(--bs-form-control-bg);border:.1rem solid #cecbcb;border-radius:.1875rem;box-shadow:0 0;display:block;font-size:1rem;font-weight:500;line-height:1.625;padding:.625rem 1.125rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-action{background:#fff;border:1px solid #cecbcb;border-radius:20px;color:#708090;cursor:pointer;height:30px;max-width:60vw;text-transform:uppercase}.form-email,.form-tel,.form-text,.form-textarea{border:.1rem solid #cecbcb;border-radius:.3rem;line-height:2em;max-width:25rem;outline:none;padding-left:.6rem;width:100%}.form-item--error-message{background-color:red;color:#fff;display:flex;flex-direction:column;justify-content:space-between;margin-top:.5rem;max-width:60vw;padding:.5rem}:root{--grid-gap:1rem;--grid-container-max-width:100%}@media screen and (min-width:360px){:root{--grid-container-max-width:360px}}@media screen and (min-width:425px){:root{--grid-container-max-width:425px}}@media screen and (min-width:576px){:root{--grid-container-max-width:576px}}@media screen and (min-width:768px){:root{--grid-container-max-width:768px}}@media screen and (min-width:992px){:root{--grid-container-max-width:992px}}@media screen and (min-width:1200px){:root{--grid-container-max-width:1200px}}@media screen and (min-width:1665px){:root{--grid-container-max-width:1665px}}.dialog-off-canvas-main-canvas{display:flex;flex-direction:column;height:100%;min-height:100svh}.wrapper{display:grid;grid-template-areas:"header" "main" "footer";grid-template-columns:100%;grid-template-rows:auto 1fr auto;min-height:100svh}.wrapper__content{margin:0 auto;max-width:var(--grid-container-max-width);padding:0 .5rem}@media screen and (min-width:576px){.wrapper__content{padding:0}}.paragraph{margin-bottom:2rem}@media screen and (min-width:992px){.paragraph{margin-bottom:3.5rem}}.paragraph:last-child{margin-bottom:0}.paragraph__content--grid{margin:0 auto;max-width:var(--grid-container-max-width);padding:0 .5rem}@media screen and (min-width:576px){.paragraph__content--grid{padding:0}}@media screen and (min-width:992px){.paragraph__content--grid--lg{margin:0 auto;max-width:var(--grid-container-max-width);padding:0 .5rem}}@media screen and (min-width:992px) and (min-width:576px){.paragraph__content--grid--lg{padding:0}}.paragraph__heading{margin-bottom:1rem;margin-top:0}@media screen and (min-width:992px){.paragraph__heading{margin-bottom:1.5rem}}.paragraph__content--center-image img{display:block;margin:auto}:root{--message-background-color:variables.$color-background;--message-color:variables.$color-black;--message-border--color:varibales.$color-border;--message-border-radius:1rem;--message-header-background:unset}.messages{border-left:5px solid #fff;border-radius:1rem;color:#000;margin-bottom:.75rem;padding:1rem;position:relative}.messages,.messages__header{background:#f4f8fd}.messages__content,.messages__title{margin-left:2rem}.messages--error{border-left:5px solid #e33f1e;--message-header-background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 14 14'%3E%3Cpath stroke='%23d72222' stroke-width='2' d='M3 11.193 11.45 3'/%3E%3Ccircle cx='7' cy='7' r='6' fill='none' stroke='%23e34f4f' stroke-width='2'/%3E%3C/svg%3E") no-repeat center left}.messages--status{border-left:5px solid #3fa21c;--message-header-background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 13'%3E%3Cpath fill='none' stroke='%2326a769' stroke-width='3' d='M2 6.571 5.6 10 14 2'/%3E%3C/svg%3E") no-repeat center left}.messages--warning{border-left:5px solid #fdca40;--message-header-background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffd23f' viewBox='0 0 4 14'%3E%3Cpath d='M.5 0h3v9h-3z'/%3E%3Ccircle cx='2' cy='12.5' r='1.5'/%3E%3C/svg%3E") no-repeat center left}
:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(0,0,0,0);-webkit-transition-property:bottom,background-color;-o-transition-property:bottom,background-color;transition-property:bottom,background-color;-webkit-transition-duration:0s,.3s;-o-transition-duration:0s,.3s;transition-duration:0s,.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.45s,.15s;-o-transition-delay:.45s,.15s;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-ocd-width);min-width:var(--mm-ocd-min-width);max-width:var(--mm-ocd-max-width);background:#fff;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:clamp(calc(100% - var(--mm-ocd-max-width)),calc(100% - var(--mm-ocd-width)),calc(100% - var(--mm-ocd-min-width)));background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px;--mm-spn-panel-offset:30%}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:calc(100% + var(--mm-spn-panel-offset));padding-right:var(--mm-spn-panel-offset);line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:"";display:block;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:calc(-1 * var(--mm-spn-panel-offset));overflow:visible}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:"";display:block;position:absolute;top:calc(var(--mm-spn-item-height)/ 2);right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm-spn li:after{content:"";display:block;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:0 0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:"";display:block;position:absolute;top:calc(var(--mm-spn-item-height)/ 2);left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:var(--mm-spn-item-height);padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:calc(var(--mm-spn-item-height) + 1px)}.mm-spn.mm-spn--navbar ul:before{content:"";display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}.mm-spn.mm-spn--dark{color:#ddd;background:#333}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:calc(var(--mm-spn-item-height)/ 2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);-ms-transform:rotate(135deg) translate(-50%,0);transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}
.visually-hidden{position:absolute!important;clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;width:1px;word-wrap:normal}
.component__card{display:flex;flex-direction:column}.card__image{overflow:hidden;position:relative}.card__image-link{display:block;height:100%;width:100%}.card__image-img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.card__image img{border-radius:1rem}.card__badge{background-color:#4e7661;border-radius:.25rem;color:#fff;font-size:.875rem;right:1rem;top:1rem}.card__actions,.card__badge{padding:.5rem;position:absolute}.card__actions{justify-content:space-around;right:0;top:0;transition:opacity .3s ease}@media screen and (min-width:1665px){.card__actions{right:1.5625rem}}.card__action{align-items:center;display:flex;height:2.5rem;justify-content:center;padding:1.5rem;vertical-align:middle;width:2.5rem}.card__action i{font-size:1.5em;transition:color .3s ease}.card__action:hover i{color:#fff}.card__body{padding:.5rem;text-align:center}.card__body>div:last-child{margin:0;padding:0}.card__body-item{margin-bottom:1rem}.card__body-item:last-child{margin:0}.card__price{font-weight:300;margin-bottom:1rem;text-align:start}.card__price .site-commerce-price-group-default-formatter{margin:0}.card__price .site-commerce-price-group-default-formatter__value{font-size:1.25rem;font-weight:400}.card__description{font-size:.75rem;font-weight:300;text-align:left}.card__title-link{font-size:1.25rem;text-align:left;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.card__title-link:hover{color:#4e7661}
.component__cards{padding:2rem 0}@media screen and (min-width:992px){.component__cards{padding:4rem 0}}.cards__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}@media screen and (min-width:992px){.cards__title{margin-bottom:3rem}}.cards__items{display:grid;grid-template-columns:1fr;grid-gap:2rem}@media screen and (min-width:768px){.cards__items{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.cards__items{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.cards__items{grid-template-columns:repeat(4,1fr)}}
:root{--button-font-size:1rem;--button-line-height:1.5;--button-padding-y:0.75rem;--button-padding-x:2rem;--button-border-radius:2rem;--button-color:#5f6269;--button-color-hover:#fff;--button-border-color:#5f6269;--button-background-color:#000;--button-background-color-hover:#5f6269;--button-background-product-in-cart:#f56600}.button,.cookie-policy__button{align-items:center;background:none;border:1px solid var(--button-border-color);border-radius:var(--button-border-radius);color:var(--button-color);cursor:pointer;display:inline-flex;font-size:var(--button-font-size);justify-content:center;line-height:var(--button-line-height);padding:var(--button-padding-y) var(--button-padding-x);position:relative;text-decoration:none;transition:background-color .3s;white-space:nowrap}.button--product-in-cart,.button:hover,.cookie-policy__button:hover{background-color:var(--button-border-color);color:var(--button-color-hover)}.button--product-in-cart:hover{background:none;color:var(--button-color)}.cookie-policy{background-color:#fff;border-top:1px solid #e4e6e8;bottom:0;display:none;font-size:12px;margin:0 auto;padding:1rem;position:fixed;text-align:center;width:100%;z-index:100}
.footer{box-shadow:0 2px 10px 6px rgba(0,0,0,.06);padding-top:1.5rem;position:relative}@media screen and (min-width:992px){.footer{padding-top:3rem}}.footer__content{display:grid;gap:2rem;grid-template-columns:1fr}@media screen and (min-width:992px){.footer__content{grid-template-columns:1fr 1fr}}.footer__info-block{display:flex;flex-direction:column;gap:2rem;justify-content:space-between}@media screen and (min-width:576px){.footer__info-block{flex-direction:row}}.footer__title{margin-bottom:1rem;text-transform:uppercase}.footer__title,.footer__title--subcribe{font-size:1.25rem}.footer__links{list-style-type:none}.footer__links-social,.footer__links-social-item{display:flex}.footer__social-low{font-size:.625rem}.footer__link{text-decoration:none}.footer__link:hover{text-decoration:underline}.footer__subcribe-description{font-size:1rem;margin:.5rem 0}@media screen and (min-width:992px){.footer__form{padding-right:4rem}}.footer__form-input-group{align-items:center;display:flex;position:relative}.footer__form-control{background-color:#fff;border:0;border-bottom:1px solid #7e7e7e;padding:.75rem;width:100%}.footer__form-control::-moz-placeholder{color:grey}.footer__form-control::placeholder{color:grey}.footer__form-submit{background-color:#fff;border:0;border-bottom:1px solid #7e7e7e;color:#7e7e7e;height:100%;padding-left:.75rem;padding-right:.75rem;position:absolute;right:0;top:0}.footer__bottom{align-items:center;border-top:1px solid hsla(0,0%,7%,.165);display:flex;font-size:.6625rem;height:3rem;justify-content:center;margin-top:2rem}@media screen and (min-width:768px){.footer__bottom{margin-top:5rem}}.footer__form-soglasie{font-size:.875rem;margin-top:1rem}
.header__info{align-items:center;background-color:#e2e5ec;display:flex;font-size:.875rem;height:3rem;text-transform:uppercase}@media screen and (min-width:1200px){.header__info{margin-bottom:.6875rem}}.header__content{align-items:center;display:grid;gap:.5rem;grid-template-columns:30px 3.4375rem auto;height:5.125rem;padding:1rem 0}@media screen and (min-width:1200px){.header__content{gap:3rem;grid-template-columns:60px auto 1fr;padding:1.2188rem 0}}.header__mobile-menu{align-items:center;display:flex}@media screen and (min-width:1200px){.header__mobile-menu{display:none}}.header__branding,.header__logo-link{display:flex;justify-content:center}.header__logo-link{align-self:center}.header__logo-img{max-height:6rem}.header__navigation{display:none;font-size:.875rem;font-weight:700;text-transform:uppercase;white-space:nowrap}@media screen and (min-width:1200px){.header__navigation{display:flex;justify-content:flex-start}}.header__navigation-list{align-items:center;display:flex;flex:1;gap:2.5rem;justify-content:left;list-style:none;margin:0;padding:0;text-align:center}.header__navigation-list a{text-decoration:none}.header__navigation-list a:hover{color:#4e7661}.header__controls{align-items:center;display:flex;font-size:.875rem;gap:1.5rem;justify-content:end}@media screen and (min-width:768px){.header__controls{gap:2rem;justify-content:flex-end}}.header__controls-link{align-items:center;display:inline-flex;text-decoration:none}.header__controls-account{display:none}@media screen and (min-width:992px){.header__controls-account{display:block}}.header__controls-cart,.header__controls-favorite{display:block;position:relative}
.menu-main{display:none}@media screen and (min-width:1200px){.menu-main{display:flex}}.navigation-menu ul{list-style:none;margin:0;padding:0}.navigation-menu>ul{align-items:center;display:flex;gap:1.875rem}.navigation-menu .nav-item{position:relative}.navigation-menu a{color:#5f6269;display:inline-block;font-size:1rem;line-height:1;padding:.5625rem 0;text-decoration:none;text-transform:uppercase}.navigation-menu .dropdown{background:#fff;border-radius:12px;box-shadow:0 14px 40px rgba(6,30,61,.12);display:block;left:0;min-width:320px;opacity:0;padding:.4rem 0;position:absolute;transform:translateY(8px);transform-origin:top left;transition:opacity .18s ease,transform .18s ease,visibility .18s;visibility:hidden;white-space:nowrap;z-index:500}.navigation-menu .nav-item.has-dropdown:focus-within>.dropdown,.navigation-menu .nav-item.has-dropdown:hover>.dropdown{opacity:1;transform:translateY(0);visibility:visible}.navigation-menu .dropdown ul{display:block;margin:0}.navigation-menu .dropdown li{display:block}.navigation-menu .dropdown li>a{border-radius:.3125rem;color:#5f6269;display:block;font-size:1rem;margin:0 .3125rem;padding:.5625rem .75rem;text-transform:uppercase}.navigation-menu .dropdown li>a:focus,.navigation-menu .dropdown li>a:hover{background:#f4f8fd;color:#d65900}.navigation-menu .dropdown li.active>a{background:#f0b896;color:#d65900;font-weight:600}.navigation-menu .dropdown .nav-item{position:relative}.navigation-menu .dropdown .dropdown{left:calc(100% + 5px);min-width:300px;top:0;transform-origin:left top}.navigation-menu .nav-item.has-dropdown>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' fill='none' viewBox='0 0 4 8'%3E%3Cpath stroke='%238aa3b2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M.667 7.333 3.333 4 .667.667'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;height:12px;margin-left:.5rem;transform:rotate(90deg);transform-origin:center;transition:transform .18s ease;vertical-align:middle;width:8px}.navigation-menu .nav-item.has-dropdown:focus-within>a:after,.navigation-menu .nav-item.has-dropdown:hover>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' fill='none' viewBox='0 0 4 8'%3E%3Cpath stroke='%234aa3d8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M.667 7.333 3.333 4 .667.667'/%3E%3C/svg%3E");transform:rotate(270deg)}.navigation-menu .dropdown .nav-item.has-dropdown>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' fill='none' viewBox='0 0 4 8'%3E%3Cpath stroke='%23b7c6cc' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M.667 7.333 3.333 4 .667.667'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;float:right;height:12px;margin-left:.5rem;transform:rotate(0deg);transform-origin:center;transition:transform .18s ease;width:8px}.navigation-menu .dropdown .nav-item.has-dropdown.open>a:after,.navigation-menu .dropdown .nav-item.has-dropdown:focus-within>a:after,.navigation-menu .dropdown .nav-item.has-dropdown:hover>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' fill='none' viewBox='0 0 4 8'%3E%3Cpath stroke='%234aa3d8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M.667 7.333 3.333 4 .667.667'/%3E%3C/svg%3E");transform:rotate(90deg)}@media (max-width:767px){.navigation-menu .nav-item.has-dropdown>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' fill='none' viewBox='0 0 4 8'%3E%3Cpath stroke='%238aa3b2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M.667 7.333 3.333 4 .667.667'/%3E%3C/svg%3E");content:"";float:right;transform:rotate(0deg)}.navigation-menu .nav-item.has-dropdown.open>a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' fill='none' viewBox='0 0 4 8'%3E%3Cpath stroke='%234aa3d8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M.667 7.333 3.333 4 .667.667'/%3E%3C/svg%3E");transform:rotate(90deg)}.navigation-menu .dropdown .nav-item.has-dropdown>a:after{transform:rotate(0deg)}.navigation-menu .dropdown .nav-item.has-dropdown.open>a:after{transform:rotate(90deg)}}
.component__menu-mobile{display:none}.mm-ocd__content{max-width:300px!important}.mm-spn a,.mm-spn span{align-items:center!important;-moz-column-gap:1rem;column-gap:1rem;display:flex!important;font-size:1.2rem}
.modal-signin{background-color:#000;background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:1}.modal-content{background-color:#fefefe;border:1px solid #888;color:#888;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:15% auto;max-width:450px;padding:1.5rem;position:relative;width:95%}.modal-content__header-title{color:#000;font-size:1.5rem;text-align:center}.modal-content__header-subtitle-signin{display:none}.modal-content__link{text-decoration:underline}.close{color:#aaa;float:right;font-size:28px;font-weight:700;position:absolute;right:25px;top:0}.close:focus,.close:hover{color:#000;cursor:pointer;text-decoration:none}.sm-text{font-size:.9rem;padding-bottom:1rem;padding-top:1rem}.sm-text a{color:#000;font-weight:400;text-decoration:none}.modal-form_input{align-items:center;display:flex;margin-top:.5rem;max-width:100%;position:relative}.input{background:#f3f3f3;color:#000;font-size:16px;outline:none;padding:15px;transition:.3s ease;width:100%}.input,.input:focus{border:1px solid #f3f3f3;border-radius:0}.input:focus{background:#f2f2f2}.input::-moz-placeholder{color:#949494}.input::placeholder{color:#949494}.modal-form-submit-button{width:100%}.modal-form__remember{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:.8rem}.cr-wrapper *,.cr-wrapper :after,.cr-wrapper :before{box-sizing:content-box!important}.cr-wrapper input{opacity:0;position:absolute;z-index:-1}.cr-wrapper span{font-size:14px;font-weight:400}.cr-wrapper{cursor:pointer;display:table;margin-bottom:5px;padding-left:30px;position:relative}.cr-wrapper input[type=checkbox]~.cr-input{background:#f3f3f3;border:1px solid #f3f3f3;border-radius:3px;height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:background .25s;width:20px}.cr-wrapper input[type=checkbox]~.cr-input:after{background-color:#000;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);content:"";display:none;height:12px;left:4px;position:absolute;top:4px;transition:background .25s;width:12px}.cr-wrapper input:checked~.cr-input:after{display:block}.cr-wrapper input[type=checkbox]:checked~.cr-input,.cr-wrapper input[type=checkbox]:focus~.cr-input,.cr-wrapper:hover input[type=checkbox]:not([disabled])~.cr-input{background:#f3f3f3;border-color:#f3f3f3}.cr-wrapper input[type=checkbox]:disabled~.cr-input,.cr-wrapper input[type=checkbox]:disabled~span{cursor:not-allowed;opacity:.5}.cr-wrapper input[type=checkbox]:disabled~.cr-input:after{background:#000}.cr-wrapper input[type=checkbox]:checked:focus~.cr-input,.cr-wrapper:hover input[type=checkbox]:not([disabled]):checked~.cr-input{background:#f3f3f3;border-color:#f3f3f3}.modal-form_soglasie{display:none;font-size:.875rem}
.component-star-rating{align-items:center;display:flex;flex-direction:row;gap:.5rem}.component-star-rating .stars{-webkit-background-clip:text;background-clip:text;background-color:#eee;background-image:linear-gradient(grey,grey);background-repeat:no-repeat;background-size:0 100%;display:block;flex-direction:row;letter-spacing:0;transition:.5s cubic-bezier(.175,.885,.32,1.275)}.component-star-rating .stars>div{display:inline;padding:0;-webkit-text-fill-color:transparent}.component-star-rating .stars>div:hover{color:#f0b896}.component-star-rating .stars{font-size:.875rem;width:-moz-fit-content;width:fit-content}.component-star-rating__count{font-size:.75rem;font-weight:300}
