:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.breadcrumbs ol{align-items:center;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs ol li{align-items:center;font-size:14px;font-weight:400;line-height:20px;display:flex}.breadcrumbs ol li.inactive span,.breadcrumbs ol li.inactive a{color:#8c8c8c}.breadcrumbs ol li.active span{color:#262626;font-size:14px}.breadcrumbs ol li .separator{color:#8c8c8c;margin:0 5px}.breadcrumbs ol li a{text-decoration:none}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.modal__callback-form .modal-wrapper{max-width:360px}.modal__callback-form .modal-wrapper .callback-form__form-container,.modal__callback-form .modal-wrapper .callback-form__error-container,.modal__callback-form .modal-wrapper .callback-form__success-container{flex-direction:column;gap:25px;padding:58px 20px 40px;display:flex}.modal__callback-form .modal-wrapper .callback-form__form-container .callback-form__title-container,.modal__callback-form .modal-wrapper .callback-form__error-container .callback-form__title-container,.modal__callback-form .modal-wrapper .callback-form__success-container .callback-form__title-container{flex-direction:column;gap:15px;display:flex}.modal__callback-form .modal-wrapper .callback-form__form-container .callback-form__title-container .callback-form__title,.modal__callback-form .modal-wrapper .callback-form__error-container .callback-form__title-container .callback-form__title,.modal__callback-form .modal-wrapper .callback-form__success-container .callback-form__title-container .callback-form__title{font-size:23px;font-weight:400;line-height:112%}.modal__callback-form .modal-wrapper .callback-form__form-container .callback-form__title-container .callback-form__subtitle,.modal__callback-form .modal-wrapper .callback-form__error-container .callback-form__title-container .callback-form__subtitle,.modal__callback-form .modal-wrapper .callback-form__success-container .callback-form__title-container .callback-form__subtitle{font-size:14px;font-weight:400;line-height:127%}.modal__callback-form .modal-wrapper .callback-form__form-container .callback-form__fields,.modal__callback-form .modal-wrapper .callback-form__error-container .callback-form__fields,.modal__callback-form .modal-wrapper .callback-form__success-container .callback-form__fields{flex-direction:column;gap:20px;display:flex}.modal__callback-form .modal-wrapper .callback-form__form-container .callback-form__fields .callback-form__checkbox-label,.modal__callback-form .modal-wrapper .callback-form__error-container .callback-form__fields .callback-form__checkbox-label,.modal__callback-form .modal-wrapper .callback-form__success-container .callback-form__fields .callback-form__checkbox-label{font-size:14px}.modal__callback-form .modal-wrapper .callback-form__error-container{gap:15px}.modal__callback-form .modal-wrapper .callback-form__error-container .callback-form__error-actions{flex-direction:column;gap:5px;margin-top:4px;display:flex}.modal__callback-form .modal-wrapper .callback-form__error-container .callback-form__error-actions button{height:27px}.modal__callback-form .modal-wrapper .callback-form__error-container .callback-form__error-actions button .button__content{justify-content:flex-start}@media (min-width:768px){.modal__callback-form .modal-wrapper{max-width:490px}.modal__callback-form .modal-wrapper .callback-form__form-container{padding:58px 40px}.modal__callback-form .modal-wrapper .callback-form__error-container,.modal__callback-form .modal-wrapper .callback-form__success-container{padding-right:72px}.modal__callback-form .modal-wrapper .callback-form__error-container{gap:11px}.modal__callback-form .modal-wrapper .callback-form__error-container .callback-form__error-actions{flex-direction:row;gap:25px;margin-top:9px}}@media (min-width:1024px){.modal__callback-form .modal-wrapper{max-width:520px}.modal__callback-form .modal-wrapper .callback-form__form-container{padding:58px 40px 48px}.modal__callback-form .modal-wrapper .callback-form__form-container .callback-form__title{font-size:25px}.modal__callback-form .modal-wrapper .callback-form__error-container,.modal__callback-form .modal-wrapper .callback-form__success-container{padding-right:102px}.modal__callback-form .modal-wrapper .callback-form__error-container{gap:16px}.modal__callback-form .modal-wrapper .callback-form__error-container .callback-form__error-actions{margin-top:7px}}@media (min-width:1440px){.modal__callback-form .modal-wrapper{max-width:520px}.modal__callback-form .modal-wrapper .callback-form__form-container{padding:58px 40px 48px}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.5);padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-overlay.center{justify-content:center;align-items:center}.modal-overlay.left{justify-content:flex-start;align-items:center}.modal-overlay.right{justify-content:flex-end;align-items:center}.modal-overlay.top{justify-content:center;align-items:flex-start}.modal-overlay.bottom{justify-content:center;align-items:flex-end}.modal-overlay.fullscreen{padding:0}.modal-overlay.fullscreen .modal-wrapper{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%}@media (min-width:1024px){.modal-overlay{padding:40px}.modal-overlay.left,.modal-overlay.right{padding:40px 20px}.modal-overlay.top,.modal-overlay.bottom{padding:20px 40px}}.modal-wrapper{background:#f6f5f1;border-radius:8px;width:100%;max-width:1420px;max-height:90%;position:relative;overflow-y:auto}.left .modal-wrapper,.right .modal-wrapper{max-width:600px;height:100%;max-height:100%}.top .modal-wrapper,.bottom .modal-wrapper{width:100%;max-height:600px}.modal--size-auto .modal-wrapper{width:auto}.modal--size-full .modal-wrapper{width:100%}.modal-actions{z-index:10;gap:10px;display:flex;position:absolute;top:15px;right:15px}.modal-close{cursor:pointer;background:0 0;border:none}.modal-body{height:100%}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.contacts{flex-direction:column;display:flex}.contacts .contacts__card-actions{flex-direction:column;gap:4px;display:flex}.contacts .contacts__card{border-bottom:1px solid #e1e1e1;flex-direction:column;gap:40px;padding-top:30px;padding-bottom:30px;display:flex}.contacts .contacts__card:first-child{border-top:1px solid #e1e1e1}@media (min-width:768px){.contacts{flex-direction:row}.contacts .contacts__card-actions{gap:5px}.contacts .contacts__card{border-top:1px solid #e1e1e1;flex:1;padding-left:30px}.contacts .contacts__card:not(:last-child){border-right:1px solid #e1e1e1}}@media (min-width:1024px){.contacts .contacts__card{gap:170px;padding-left:30px}}@media (min-width:1440px){.contacts .contacts__card{gap:160px;padding-top:35px;padding-bottom:35px;padding-left:30px}.contacts .contacts__card .contacts__card-actions{flex-direction:row;gap:33px}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.cookie-banner-wrapper .modal-wrapper{background-color:#fafafa;box-shadow:3px 8px 32px rgba(0,0,0,.12)}.cookie-banner-wrapper .modal-wrapper .cookie-content{flex-direction:column;gap:10px;max-width:100%;padding:18px 25px;display:flex}@media (min-width:768px){.cookie-banner-wrapper .modal-wrapper .cookie-content{flex-direction:row;gap:26px;max-width:600px;padding:18px 25px}}@media (min-width:1024px){.cookie-banner-wrapper .modal-wrapper .cookie-content{flex-direction:row;gap:9px;max-width:600px;padding:21px 30px}}.cookie-banner-wrapper .modal-wrapper .cookie-content .cookie-content__description{margin-bottom:0}.cookie-banner-wrapper .modal-wrapper .cookie-content .cookie-content__description p{font-size:13px;font-weight:400}@media (min-width:768px){.cookie-banner-wrapper .modal-wrapper .cookie-content .cookie-content__description p{font-size:14px}}.cookie-banner-wrapper .modal-wrapper .cookie-content a{color:#8c8c8c}.cookie-banner-wrapper .modal-wrapper .cookie-content .cookie-content__button-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.cookie-banner-wrapper .modal-wrapper .cookie-content .cookie-content__button-container button{text-transform:uppercase;color:#fff;cursor:pointer;border:none;width:100%;height:30px}@media (min-width:768px){.cookie-banner-wrapper .modal-wrapper .cookie-content .cookie-content__button-container button{width:58px}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.contact-icon ul{flex-direction:row;gap:12px;display:flex}.contact-icon ul li{position:relative}.contact-icon ul a{transform-origin:50%;will-change:transform;border:1px solid #d9d9d9;border-radius:100px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex}.contact-icon ul a:hover{transform:scale(1.125)}.contact-icon__mark{color:#262626;cursor:pointer;z-index:10;position:absolute;top:5px;left:45px}.contact-icon__mark:hover{color:#1e1e1e}.contact-icon__item--instagram{position:relative}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.footer-container{flex-direction:column;flex:none;gap:57px;padding-top:20px;padding-bottom:20px;display:flex}.footer-container .footer__main .footer__content{flex-direction:column-reverse;gap:30px;display:flex}.footer-container .footer__main .footer__content .footer-nav{flex:1;justify-content:space-between;display:flex}.footer-container .footer__main .footer__content .footer-nav .footer-nav__block{flex-direction:column;flex:1;gap:17px;max-width:189px;display:flex}.footer-container .footer__main .footer__content .footer-nav .footer-navigation ul{flex-direction:column;gap:10px;display:flex}.footer-container .footer__main .footer__content .footer-contacts{flex-direction:column;gap:31px;display:flex}.footer-container .footer__main .footer__content .footer-contacts .footer-contacts__socials{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.footer-container .footer__main .footer__content .footer-contacts .footer-contacts__socials .footer__disclaimer{max-width:260px;font-size:12px;line-height:127%}.footer-container .footer__main .footer__content .footer-contacts .contact-icon ul{justify-content:start;gap:12px}@media (min-width:768px){.footer-container .footer__main .footer__content .footer-contacts .contact-icon ul{justify-content:end}}.footer-container .footer__main .footer__content .footer-contacts .contact-info{display:flex}.footer-container .footer__main .footer__content .footer-contacts .contact-info ul{flex-direction:column;gap:10px;display:flex}.footer-container .footer__main .footer__content .footer-contacts .contact-info ul a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.footer-container .footer__bottom{justify-content:space-between;display:flex}.footer-container .footer__bottom .footer__meta{flex-direction:column;gap:8px;display:flex}.footer-container .footer__bottom .footer__copyright{opacity:.9;font-size:14px;line-height:127%}.footer-container .footer__bottom .navigation ul{justify-content:space-between;gap:10px;display:flex}.footer-container .footer__bottom .navigation ul li{white-space:nowrap;max-width:172px}.footer-container .footer__bottom .navigation ul li .link{white-space:nowrap}@media (min-width:768px){.footer-container{gap:120px;padding-top:25px;padding-bottom:25px}.footer-container .footer__main .footer__content{flex-direction:row;align-items:flex-start;gap:40px}.footer-container .footer__main .footer__content .footer-nav{flex:1}.footer-container .footer__main .footer__content .footer-contacts{flex-direction:row;flex:1;justify-content:space-between}.footer-container .footer__main .footer__content .footer-contacts .footer-contacts__socials{align-items:flex-end}.footer-container .footer__main .footer__content .footer-contacts .footer-contacts__socials .footer__disclaimer{text-align:right;max-width:322px}.footer-container .footer__bottom .footer__meta{gap:10px}.footer-container .footer__bottom .navigation ul{flex-direction:row;gap:20px}.footer-container .footer__bottom .navigation ul li{max-width:100%}}@media (min-width:1024px){.footer-container{gap:150px;padding-top:30px;padding-bottom:30px}.footer-container .footer__main .footer__content .footer-contacts{gap:116px}.footer-container .footer__main .footer__content .footer-nav{flex:1}}@media (min-width:1440px){.footer-container{gap:160px;padding-top:30px}.footer-container .footer__main .footer__content .footer-nav{margin-right:10%}.footer-container .footer__main .footer__content .footer-contacts{gap:317px}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.header-container{justify-content:space-between;display:flex}.header-container a{text-decoration:none}.header-container[data-absolute=true]{z-index:100;color:#fafafa;position:absolute;top:25px;left:50%;transform:translate(-50%)}.header-container[data-absolute=true] a,.header-container[data-absolute=true] p{color:#fafafa}.header-container[data-absolute=true] .icon{stroke:#fafafa}@media (max-width:767px){.header-container[data-absolute=true]{top:14px}}.header-container[data-absolute=false]{color:#262626;padding-top:20px;position:relative}.header-container[data-absolute=false] a{color:#262626}.header-container[data-absolute=false] .icon{stroke:#262626}.header-container .header__navigation-mobile{gap:8px;display:flex}.header-container .header__navigation-mobile .menu-icon__container{align-items:center;gap:8px;display:flex}.header-container .header__navigation-mobile .menu-icon__container .menu-icon{margin-top:3px}.header-container .header__navigation-mobile .cart-icon__container{display:flex;position:relative}.header-container .header__navigation-mobile .cart-icon__container .cart-icon svg{width:18px;height:18px}.header-container .header__navigation-mobile .cart-icon__container .cart-icon__quantity{color:#fff;z-index:10;background:#262626;border-radius:50%;justify-content:center;align-items:center;min-width:13px;min-height:13px;font-size:8px;display:flex;position:absolute;top:3px;right:-6px}@media (min-width:1024px){.header-container .header__navigation-mobile{display:none}}.header-container .header__navigation-desktop{display:none}.header-container .header__navigation-desktop .navigation{gap:83px;display:flex}.header-container .header__navigation-desktop .navigation ul{flex-direction:column;gap:9px;display:flex}@media (min-width:1024px){.header-container .header__navigation-desktop{gap:83px;display:flex}.header-container .header__navigation-desktop .cart-menu{text-align:left;min-width:100px}}.header-container .header__brand{height:-moz-fit-content;height:fit-content}.header-container .header__brand .header__brand__link{height:100%;display:block}.header-container .header__brand .header__brand__link,.header-container .header__brand img{width:auto;height:25px}@media (max-width:767px){.header-container .header__brand .header__brand__link,.header-container .header__brand img{height:17px}}@media (min-width:1440px){.header-container .header__brand .header__brand__link,.header-container .header__brand img{height:30px}}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.sidebar__overlay{opacity:.5;z-index:100;background:#262626;position:fixed;top:0;bottom:0;left:0;right:0}.sidebar{z-index:101;touch-action:pan-y;background:#f6f5f1;width:360px;height:100%;padding:60px 0 50px 30px;position:fixed;top:0;right:0;box-shadow:-2px 0 8px rgba(0,0,0,.1)}.sidebar__close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:21px;right:16px}.sidebar-children__wrapper{overscroll-behavior:contain;height:100%}
:root{--scrollbar-width:8px;--scrollbar-track:#f6f5f1;--scrollbar-thumb:#d9d9d9;--scrollbar-thumb-hover:#8c8c8c;--scrollbar-thumb-active:#262626;--scrollbar-border-radius:4px}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:var(--scrollbar-border-radius)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-border-radius);transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}@media (prefers-color-scheme:dark){:root{--scrollbar-track:#383838;--scrollbar-thumb:#555;--scrollbar-thumb-hover:#777;--scrollbar-thumb-active:#999}}.scrollbar-thin{--scrollbar-width:4px}.scrollbar-thick{--scrollbar-width:12px}.scrollbar-hidden::-webkit-scrollbar{display:none}.scrollbar-hidden{scrollbar-width:none}.sidebar-header .sidebar-children__wrapper nav{flex-direction:column;gap:60px;display:flex}.sidebar-header .sidebar-children__wrapper ul{flex-direction:column;gap:10px;display:flex}.sidebar-header .sidebar-children__wrapper .contact-info{margin-top:190px}.sidebar-header .sidebar-children__wrapper .contact-icon{margin-top:31px}.sidebar-header .sidebar-children__wrapper .contact-icon .contact-icon__mark{color:#262626;position:absolute;top:5px;left:45px}.sidebar-header .sidebar-children__wrapper .contact-icon ul{flex-direction:row;gap:12px;display:flex}.sidebar-header .sidebar-children__wrapper .contact-icon ul a{border:1px solid #d9d9d9;border-radius:100px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sidebar-header .sidebar-children__wrapper .contact-icon .contact-icon__note{margin-left:155px}
