.header_wrapper{align-items:center;background:var(--color-8);display:flex;gap:16px;padding:10px 0;position:relative}body.theme-light .header_wrapper{background:var(--color-6)}.logo_wrapper{display:block;height:18px;width:153px}.logo_wrapper img{width:100%}.header__left{align-items:flex-end;display:flex;gap:36px}.menu-item-has-children{align-items:center;display:flex;gap:4px}.header__right{justify-content:end;transition:all .3s}.header__right,.header__right__top{align-items:center;display:flex;flex:1}.header__right__top{gap:16px}.header__mobile_right,.header__right__right{align-items:center;display:flex;gap:10px}.header__mobile_right{display:none;position:relative;z-index:10001}.auth-widget{display:inline-flex}.auth-widget--login{align-items:center;background:transparent;border:none;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;outline:1px var(--color-2) solid;outline-offset:-1px;padding:8px 10px;transition:opacity .2s ease}.auth-widget--login:hover{opacity:.8}body.theme-dark .auth-widget--login{outline-color:var(--color-2)}.auth-widget__text{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1}.auth-widget__text,body.theme-dark .auth-widget__text{color:var(--color-2)}.auth-widget--profile{position:relative}.auth-widget--profile .auth-trigger{align-items:center;background:transparent;border:none;border-radius:8px;cursor:pointer;display:inline-flex;height:40px;justify-content:center;line-height:0;outline:1px var(--color-2) solid;outline-offset:-1px;padding:0;transition:opacity .2s ease;width:40px}.auth-widget--profile .auth-trigger:hover{opacity:.8}.auth-widget--profile .auth-trigger .auth-icon path{fill:var(--color-2)}.user-menu{background:var(--color-6);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.2);display:flex;flex-direction:column;padding:20px;position:absolute;right:0;top:calc(100% + 10px);width:220px;z-index:10000}.user-menu[hidden]{display:none}body.theme-dark .user-menu{background:var(--color-8)}.user-menu__item{color:var(--text-color-1);display:flex;flex-direction:column;font-family:Manrope,sans-serif;justify-content:center;min-height:44px;padding-block:10px;text-decoration:none;transition:opacity .2s ease}.user-menu__item--username{color:var(--color-2);font-size:15px;font-weight:700}.user-menu__item--label{font-size:13px;font-weight:400;margin-top:4px}.user-menu__item--settings{font-size:15px;font-weight:700}.user-menu__item--logout{cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.user-menu__item--logout:hover{opacity:.7}body.theme-dark .user-menu__item{color:var(--text-color-3)}.user-menu__divider{border-top:2px solid var(--color-3);height:0;margin:0}body.theme-dark .user-menu__divider{border-color:var(--color-9)}.auth-modal{--color-accent:var(--color-13);align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:100000}.auth-modal[hidden]{display:none!important}.auth-modal__backdrop{background:color-mix(in srgb,var(--color-1) 60%,transparent);inset:0;position:absolute}body.theme-dark .auth-modal__backdrop{background:color-mix(in srgb,var(--color-9) 70%,transparent)}.auth-modal__dialog{background:var(--color-6);border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.25);position:relative}body.theme-dark .auth-modal__dialog{background:var(--color-8)}.auth-modal__content{padding:40px}.auth-modal__close{background:transparent;border:none;color:rgba(0,0,0,.78);cursor:pointer;height:27px;padding:0;position:absolute;right:20px;top:20px;transition:opacity .2s ease;width:27px;z-index:1}.auth-modal__close:hover{opacity:.6}.auth-modal__close svg{display:block}body.theme-dark .auth-modal__close{color:hsla(0,0%,100%,.7)}body.theme-dark .auth-modal{--color-accent:var(--color-2)}.reg-step{display:flex;flex-direction:column;gap:24px;margin:0!important;padding:0!important}.reg-step[hidden]{display:none!important}.reg-step__title{color:rgba(0,0,0,.9);font-family:Manrope,sans-serif;font-size:20px;font-weight:800;line-height:1.2;margin:0;text-transform:uppercase}body.theme-dark .reg-step__title{color:hsla(0,0%,100%,.9)}.reg-fast{display:flex;flex-direction:column;gap:20px}.reg-fast__title{color:rgba(0,0,0,.9);font-family:Manrope,sans-serif;font-size:15px;font-weight:700;margin:0}body.theme-dark .reg-fast__title{color:hsla(0,0%,100%,.9)}.reg-fast__buttons{display:flex;gap:10px}.reg-divider{border-top:2px solid var(--color-3);height:0;margin:0}body.theme-dark .reg-divider{border-color:var(--color-9)}.reg-tabs{background:var(--color-3);border-radius:8px;display:flex;overflow:hidden}body.theme-dark .reg-tabs{background:var(--color-9)}.reg-tabs__btn{align-items:center;background:transparent;border:none;border-radius:8px;color:rgba(0,0,0,.9);cursor:pointer;display:flex;flex:1;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;height:46px;justify-content:center;padding:0;transition:all .2s ease}body.theme-dark .reg-tabs__btn{color:hsla(0,0%,100%,.9)}.reg-tabs__btn--active{color:var(--color-13);outline:2px solid var(--color-13);outline-offset:-2px}body.theme-dark .reg-tabs__btn--active{color:var(--color-2);outline-color:var(--color-2)}.reg-tabs__btn:not(.reg-tabs__btn--active):hover{background:rgba(28,190,199,.1)}.reg-input-group{display:block}.reg-input-group[hidden]{display:none!important}.reg-input-group__bottom{margin-top:10px}.reg-phone{display:flex;gap:10px}.reg-phone__dial{align-items:center;background:var(--color-3);border:1px solid rgba(28,190,199,.1);border-radius:8px;display:flex;gap:4px;height:46px;padding:8px 10px}body.theme-dark .reg-phone__dial{background:var(--color-9)}.reg-phone__flag{flex-shrink:0;height:20px;width:20px}.reg-phone__code{color:rgba(0,0,0,.78);font-family:Inter,sans-serif;font-size:14px;font-weight:500;white-space:nowrap}body.theme-dark .reg-phone__code{color:hsla(0,0%,100%,.7)}.reg-input{align-items:center;background:var(--color-3);border:1px solid rgba(28,190,199,.1);border-radius:8px;display:flex;flex:1;gap:10px;height:46px;padding:8px 10px;transition:border-color .2s ease}[data-reg-input=email] .reg-input{width:100%}.reg-input:focus-within{border-color:rgba(28,190,199,.5)}body.theme-dark .reg-input{background:var(--color-9)}.reg-input input{background:transparent;border:none;color:rgba(0,0,0,.9);flex:1;font-family:Inter,sans-serif;font-size:14px;font-weight:500;outline:none}.reg-input input::-moz-placeholder{color:rgba(0,0,0,.5)}.reg-input input::placeholder{color:rgba(0,0,0,.5)}body.theme-dark .reg-input input{color:hsla(0,0%,100%,.9)}body.theme-dark .reg-input input::-moz-placeholder{color:hsla(0,0%,100%,.5)}body.theme-dark .reg-input input::placeholder{color:hsla(0,0%,100%,.5)}.reg-input__clear{align-items:center;background:rgba(28,190,199,.1);border:none;border-radius:50%;color:var(--color-13);cursor:pointer;display:flex;height:30px;justify-content:center;padding:7px;transition:background .2s ease;width:30px}body.theme-dark .reg-input__clear{color:var(--color-2)}.reg-input__clear:hover{background:rgba(28,190,199,.2)}.reg-input__clear[hidden]{display:none}.reg-input__clear svg{display:block}.reg-error{color:rgba(226,87,76,.9);font-family:Manrope,sans-serif;font-size:15px;font-weight:600;min-height:20px}.reg-error[hidden]{display:none}[data-reg-input-wrap].has-error{border-color:#eb5757!important;outline-color:#eb5757!important}[data-reg-input-wrap].has-error input{color:rgba(226,87,76,.9)}.reg-checkboxes{display:flex;flex-direction:column;gap:16px}.reg-checkbox-wrapper{display:flex;flex-direction:column;gap:10px}.reg-checkbox{align-items:center;cursor:pointer;display:flex;gap:10px}.reg-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid var(--color-13);border-radius:4px;cursor:pointer;flex-shrink:0;height:20px;position:relative;transition:all .2s ease;width:20px}body.theme-dark .reg-checkbox input[type=checkbox]{border-color:var(--color-2)}.reg-checkbox input[type=checkbox]:checked{background:var(--color-13)}body.theme-dark .reg-checkbox input[type=checkbox]:checked{background:var(--color-2)}.reg-checkbox input[type=checkbox]:checked:before{border-bottom:2px solid var(--color-6);border-left:2px solid var(--color-6);content:"";height:8px;left:3px;position:absolute;top:2px;transform:rotate(-45deg);width:12px}body.theme-dark .reg-checkbox input[type=checkbox]:checked:before{border-bottom-color:var(--color-8);border-left-color:var(--color-8)}.reg-checkbox__text{color:rgba(0,0,0,.78);flex:1;font-family:Manrope,sans-serif;font-size:15px;font-weight:400}.reg-checkbox__text a{color:var(--color-13);font-weight:600;text-decoration:underline}body.theme-dark .reg-checkbox__text a{color:var(--color-2)}.reg-checkbox__text .required{color:#eb5757}body.theme-dark .reg-checkbox__text{color:hsla(0,0%,100%,.7)}.reg-checkbox--error input[type=checkbox]{border-color:#eb5757}.reg-checkbox--error .reg-checkbox__text,.reg-checkbox-error{color:rgba(226,87,76,.9)}.reg-checkbox-error{font-family:Manrope,sans-serif;font-size:15px;font-weight:600;margin:0;min-height:20px}.reg-checkbox-error[hidden]{display:none}.reg-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;height:46px;justify-content:center;padding:14px;transition:opacity .2s ease;width:100%}.reg-btn:hover:not(:disabled){opacity:.9}.reg-btn:disabled{cursor:not-allowed;opacity:.5}.reg-btn--primary{background:var(--color-13);color:var(--color-6)}body.theme-dark .reg-btn--primary{background:var(--color-2);color:var(--color-8)}.reg-btn--secondary{background:var(--color-3);color:rgba(0,0,0,.9)}body.theme-dark .reg-btn--secondary{background:var(--color-9);color:hsla(0,0%,100%,.9)}.reg-social-btn{align-items:center;background:var(--color-3);border:none;border-radius:8px;cursor:pointer;display:flex;flex:1;height:64px;justify-content:center;padding:12px;position:relative;transition:opacity .2s ease}.reg-social-btn:disabled{cursor:not-allowed;opacity:.5}.reg-social-btn:not(:disabled):hover{opacity:.8}body.theme-dark .reg-social-btn{background:var(--color-9)}.reg-social-btn__icon{height:40px;-o-object-fit:contain;object-fit:contain;width:40px}.reg-other{display:flex;flex-direction:column;gap:20px}.reg-other__title{color:rgba(0,0,0,.9);font-family:Manrope,sans-serif;font-size:15px;font-weight:700;margin:0}body.theme-dark .reg-other__title{color:hsla(0,0%,100%,.9)}.reg-other__buttons{display:flex;gap:10px}.reg-code-group{display:flex;flex-direction:column;gap:16px}.reg-code-group__sent{color:rgba(0,0,0,.9);font-family:Manrope,sans-serif;font-size:15px;font-weight:700;margin:0}body.theme-dark .reg-code-group__sent{color:hsla(0,0%,100%,.9)}.reg-code-group__resend{color:rgba(0,0,0,.78);cursor:default;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;line-height:17.92px;margin:0}.reg-code-group__resend [data-reg=resend-timer-btn],.reg-code-group__resend [data-reg=timer]{color:var(--color-2)}body.theme-dark .reg-code-group__resend{color:hsla(0,0%,100%,.7)}.reg-code{display:flex;gap:10px}.reg-code__input{background:var(--color-3);border:1px solid rgba(28,190,199,.1);border-radius:8px;color:rgba(0,0,0,.9);font-family:Inter,sans-serif;font-size:24px;font-weight:600;height:64px;outline:none;padding:10px 8px;text-align:center;transition:all .2s ease;width:64px}.reg-code__input:focus{background:rgba(28,190,199,.05);border-color:var(--color-2)}body.theme-dark .reg-code__input{background:var(--color-9);color:hsla(0,0%,100%,.9)}.reg-actions{display:flex;flex-direction:column;gap:24px}.reg-error-header{align-items:center;display:flex;gap:10px}.reg-error-header__icon{flex-shrink:0;height:23px;width:23px}.reg-error-header__title{color:rgba(0,0,0,.9);font-family:Manrope,sans-serif;font-size:20px;font-weight:800;line-height:1.2;margin:0;text-transform:uppercase}body.theme-dark .reg-error-header__title{color:hsla(0,0%,100%,.9)}.reg-error-content{display:flex;flex-direction:column;gap:24px}.reg-error-content__text{color:rgba(0,0,0,.9);font-family:Manrope,sans-serif;font-size:15px;font-weight:700;line-height:1.4;margin:0}body.theme-dark .reg-error-content__text{color:hsla(0,0%,100%,.9)}.auth-success-notification{align-items:center;animation:slideInRight .3s ease,fadeOut .3s ease 4.7s;background:var(--color-2);border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.3);box-sizing:border-box;display:flex;height:60px;justify-content:center;padding:0 20px;position:fixed;right:20px;top:70px;width:394px;z-index:100001}.auth-success-notification[hidden]{display:none}.auth-success-notification__text{color:var(--color-8);font-family:Manrope,sans-serif;font-size:15px;font-weight:600;line-height:1.3;margin:0;text-align:center}body.theme-dark .auth-success-notification__text{color:var(--color-8)}.auth-success-notification__site{text-transform:uppercase}.auth-modal [data-visible]{display:none}.auth-modal[data-type=enter] [data-visible=enter],.auth-modal[data-type=reg] [data-visible=reg]{display:block}.reg-toggle-type{align-items:center;display:flex;font:700 15px/1 Manrope;gap:10px}.reg-btn-link{background:transparent;border:none;color:var(--color-accent);cursor:pointer;font:inherit;font-size:15px;font-weight:500;padding:0;text-decoration:underline}.reg-btn-link:focus{outline:none}.auth-modal .reg-auth-error-btn{display:none}.auth-modal[data-show-input-toggle-type=true] .reg-auth-error-btn{display:inline-block}@keyframes slideInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media(min-width:481px){.auth-modal{padding:20px}.auth-modal__dialog{max-width:440px;width:calc(100% - 40px)}}@media(max-width:480px){.auth-modal__dialog{width:100%}.auth-modal__content{padding:30px 20px}.reg-code{width:100%}.reg-code__input{flex:1;font-size:20px;height:56px;min-width:0}.reg-fast__buttons,.reg-other__buttons{flex-wrap:wrap}.reg-social-btn{height:56px;min-width:calc(50% - 5px)}.auth-success-notification{left:20px;right:20px;top:20px;width:auto}}.header__right__right:empty{display:none}.gift-widget{display:inline-flex;position:relative;--gift-accent:var(--color-13);--gift-icon-fill:var(--color-6);--gift-card-bg:var(--color-3);--gift-text:var(--text-color-2);--gift-cta-fg:var(--color-6);--gift-shadow:0 2px 10px rgba(0,0,0,.2)}body.theme-dark .gift-widget{--gift-accent:var(--color-2);--gift-icon-fill:var(--color-8);--gift-card-bg:var(--color-9);--gift-text:var(--color-11);--gift-cta-fg:var(--color-8)}.gift-trigger{align-items:center;background:var(--gift-accent);border:none;border-radius:8px;cursor:pointer;display:inline-flex;height:40px;justify-content:center;line-height:0;padding:0;width:40px;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}.gift-trigger:focus,.gift-trigger:focus-visible{box-shadow:0 0 0 2px var(--gift-accent) inset;outline:none}@media(max-width:360px){.gift-trigger{animation:none}}.gift-icon{animation:giftIdle 15s ease-in-out infinite;color:var(--gift-icon-fill);height:24px;margin-left:4px;transform-origin:50% 90%;width:25px;will-change:transform}.gift-icon circle,.gift-icon path{fill:currentColor}.gift-popup,.gift-popup.card{align-items:center;background:var(--gift-card-bg);border-radius:8px;box-shadow:var(--gift-shadow);box-sizing:border-box;display:flex;flex-direction:column;gap:20px;left:50%;min-height:240px;padding:20px;position:absolute!important;top:calc(100% + 10px);transform:translateX(-50%);white-space:normal;width:220px;z-index:10000}.block-editor-block-list__layout .gift-popup,.editor-styles-wrapper .gift-popup{display:none!important}@media(max-width:1050px){.gift-popup,.gift-popup.card{left:unset}}.gift-popup[hidden]{display:none!important}.gift-popup:not([hidden]){animation:giftPopupIn .24s cubic-bezier(.2,.8,.2,1)}.gift-popup__logo{cursor:pointer}.gift-popup__logo,.gift-popup__logo img{height:44px;-o-object-fit:contain;object-fit:contain;width:165px}.gift-popup__logo .logo--light,.gift-popup__logo img{display:block}.gift-popup__logo .logo--dark,body.theme-dark .gift-popup__logo .logo--light{display:none}body.theme-dark .gift-popup__logo .logo--dark{display:block}.gift-popup__content{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}.gift-popup__content a:not(.ab-item):not(.no__link):not(.page-numbers){background-image:none!important;background-size:0 0!important;text-decoration:none}.gift-popup__text{font-size:14px;font-weight:700;margin:0;word-break:break-word}.gift-popup__bottom,.gift-popup__text{color:var(--gift-text);line-height:1.3;text-align:center}.gift-popup__bottom{font-size:13px;font-weight:500}.gift-popup__cta{align-items:center;background:var(--gift-accent)!important;border:none;border-radius:26px;color:var(--gift-cta-fg)!important;display:inline-flex;font-weight:700;justify-content:center;outline:1px var(--gift-accent) solid;outline-offset:-1px;padding:10px 20px;text-decoration:none}.gift-popup__cta:hover{filter:brightness(.98)}.gift-popup__cta:focus,.gift-popup__cta:focus-visible{box-shadow:0 0 0 2px var(--gift-accent);outline:2px var(--gift-accent) solid;outline-offset:0}.gift-widget a:not(.ab-item):not(.no__link):not(.page-numbers){background-image:none!important;background-size:0 0!important}.gift-widget--mob{display:none}.gift-widget--desk{display:inline-flex}@media(max-width:1050px){.header__mobile_right{display:flex;gap:16px}.header__mobile_right .auth-widget{display:flex;height:33px}.header__mobile_right .auth-trigger{height:32px;width:32px}.header__mobile_right .auth-trigger svg{height:16px;width:16px}.header__right__right .auth-widget{display:none}.gift-widget--mob{display:inline-flex}.gift-widget--mob .gift-trigger{height:32px;width:32px}.gift-widget--mob .gift-icon{height:20px;width:20px}.gift-widget--desk{display:none}}@keyframes giftPopupIn{0%{opacity:0;transform:translateX(-50%) translateY(-8px) scale(.98)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}@keyframes giftIdle{0%,88%{transform:translateY(0) rotate(0) scale(1)}90%{transform:translateY(-2px) rotate(-2deg) scale(1.02)}92%{transform:translateY(0) rotate(1.5deg) scale(1.01)}94%{transform:translateY(-1px) rotate(-1deg) scale(1.01)}96%,to{transform:translateY(0) rotate(0) scale(1)}}@media(prefers-reduced-motion:reduce){.gift-icon,.gift-popup:not([hidden]),.gift-trigger{animation:none}}.gift-icon.svg--dark,.gift-icon.svg--light{display:none!important}body.theme-dark .gift-trigger{background:var(--gift-accent)}.menu-item:hover .menu__item_wrapper svg{transform:rotate(180deg)}.menu__item_wrapper svg path{stroke:var(--text-color-1)}.logo_wrapper img{height:100%;-o-object-fit:contain;object-fit:contain}.header__menu__nav{flex-shrink:1;flex:1;min-width:0}.header__menu__nav ul{display:flex;gap:24px;justify-content:center;list-style:none;margin:0;padding:0}.header__menu__nav ul a{color:var(--text-color-1);font-size:var(--fs-header-menu);font-weight:700;text-decoration:none}.header__menu__nav .menu-item{position:relative}.header__menu__nav .menu-item:hover .sub-menu{height:-moz-fit-content;height:fit-content;padding:20px;width:-moz-max-content;width:max-content}.header__menu__nav .menu-item .sub-menu{background:var(--color-3);border-radius:var(--br-content);display:flex;flex-direction:column;gap:10px;height:0;overflow:hidden;padding:0;position:absolute;transition:var(--base-transition);width:0;z-index:10}.header__menu__nav .menu-item .sub-menu a{color:var(--text-color-1)}.search_wrapper{align-items:center;background:var(--color-9);border:none;border-radius:8px;box-sizing:border-box;display:flex;gap:10px;height:40px;max-width:180px;outline:1px solid rgba(28,190,199,.1);outline-offset:-1px;padding:8px 10px;position:relative;width:180px}body.theme-light .search_wrapper{background:var(--color-3)}.search__input__form__head{box-sizing:border-box}.search__input__form input{background:transparent;border:none;flex:1;outline:none}.search__input__form input::-moz-placeholder{color:var(--text-color-1);font-size:14px;font-weight:500;line-height:100%;margin:0;padding:0}.search__input__form input,.search__input__form input::placeholder{color:var(--text-color-1);font-size:14px;font-weight:500;line-height:100%;margin:0;padding:0}.search__input__form__head .lupa{flex-shrink:0;height:16px;margin-right:5px;width:16px}.search__input__form{width:100%}.search__input__form__head{align-items:center;display:flex}.search__result__template{background:var(--color-3);border-radius:var(--br-content);box-shadow:0 4px 30px var(--color-10);position:absolute;right:0;top:100%;width:340px;z-index:100}.search__value_wrapper{align-items:center;border-bottom:1px solid var(--border-color);display:flex;gap:10px;padding:10px}.search__value__image{border-radius:var(--br-content);display:block;height:45px;overflow:hidden;width:80px}.search__value__content{display:flex;flex:1;flex-direction:column;font-size:13px;gap:7px}.search__value__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.search__value__title{font-size:15px;font-weight:700}.search__value__date{color:var(--color-7)}.search__result__action{margin:10px auto}.theme__switcher{align-items:center;background:var(--color-9);border-radius:40px;cursor:pointer;display:flex;height:28px;overflow:hidden;padding:2px;position:relative;width:42px}body.theme-light .theme__switcher{background:var(--color-3)}.switcher__circle{align-items:center;background:var(--color-8);border-radius:100px;display:flex;flex-shrink:0;height:24px;justify-content:center;left:2px;position:absolute;transition:transform .3s ease;width:24px}body.theme-light .switcher__circle{background:var(--color-6);transform:translateX(0)}body.theme-dark .switcher__circle{transform:translateX(14px)}.switcher__circle svg{height:16px;width:16px}.switcher__circle .mode__dark,.switcher__circle .mode__light{height:24px;width:24px}.switcher__circle .mode__dark,.theme-dark .switcher__circle .mode__light{display:none}.switcher__circle .mode__light,.theme-dark .switcher__circle .mode__dark{display:block}body.theme-dark .header__menu__nav .menu-item .sub-menu,body.theme-dark .header_wrapper{background:var(--color-8)}body.theme-dark .header__menu__nav .menu-item .sub-menu a,body.theme-dark .header__menu__nav ul a,body.theme-dark .search__input__form__head input,body.theme-dark .search__value__title{color:var(--color-3)}body.theme-dark .search__input__form,body.theme-dark .search__input__form__head input{background:transparent}body.theme-dark .menu__item_wrapper svg path{stroke:var(--color-3)}body.theme-dark .search__input__form input::-moz-placeholder{color:var(--color-11)}body.theme-dark .search__input__form input,body.theme-dark .search__input__form input::placeholder{color:var(--color-11)}body.theme-dark .lupa path{stroke:var(--color-2)}.burger__wrapper{display:none}.menu__item_wrapper{align-items:center;display:flex;gap:4px}.theme__switcher__mob{display:none}body.theme-dark .search__result__template{background:var(--color-1)}.header__social__links,.search__input__form__head .button{display:none}@media(max-width:1050px){.header__menu__nav .menu-item:hover .sub-menu{height:0;padding:0;width:0}.menu-item:hover .menu__item_wrapper svg{transform:rotate(0)}.header__menu__nav .menu-item.active .sub-menu{height:-moz-fit-content;height:fit-content;padding:20px;width:-moz-max-content;width:max-content}.menu-item.active .menu__item_wrapper svg{transform:rotate(180deg)}.search__input__form__head .button{display:flex}.header__social__links{align-items:center;display:flex;font-size:14px;gap:10px;margin-top:10px}.header__right{background:var(--color-6);display:flex;flex-direction:column;justify-content:start;left:calc(-100vw - 16px);min-height:calc(100dvh - 56px);overflow-x:hidden;overflow-y:scroll;padding:20px 10px;position:fixed;top:56px;width:100vw;z-index:10000}.header__menu__nav .menu-item .sub-menu{background:transparent;position:relative}.theme__switcher{display:none}.theme__switcher__mob,.theme__switcher__mob .theme__switcher{display:flex}.theme__switcher__mob{align-items:center;border-bottom:1px dotted var(--border-color);border-top:1px dotted var(--border-color);justify-content:space-between;padding:20px 10px;width:100%}body.theme-dark .theme__switcher__mob{border-bottom:1px dotted var(--border-color-dark);border-top:1px dotted var(--border-color-dark)}.header__right__top{display:flex;flex-direction:column-reverse;gap:10px;justify-content:flex-end;width:100%}.header__right__right{align-items:stretch;display:flex;flex-direction:column;gap:10px;width:100%}.search_wrapper{height:auto;max-width:100%;width:100%}.header__right__right .search__input__form__head{width:100%}.header_wrapper{justify-content:space-between;padding:12px 0}.burger__wrapper{cursor:pointer;display:flex;flex-direction:column;height:32px;justify-content:space-between;padding:9px 8px}.header__menu__nav{margin-top:8px;padding:0 0 0 10px;width:100%}.header__menu__nav ul{flex-direction:column;gap:0}.header__menu__nav ul a{justify-content:space-between;width:80%}.burger__wrapper span{background:var(--color-2);border-radius:10px;display:block;height:2px;transition:all .3s;width:20px}.menu__item_wrapper{justify-content:space-between}.menu__item_wrapper a{padding:12px 0}.menu__item_wrapper svg{height:36px;padding:12px 10px;width:32px}.burger__wrapper span:first-child{transform-origin:0 0}.burger__wrapper span:last-child{transform-origin:0 100%}body.menu{overflow:hidden}body.menu .burger__wrapper span:first-child{transform:rotate(45deg)}body.menu .burger__wrapper span:nth-child(2){transform:scaleY(0)}body.menu .burger__wrapper span:last-child{transform:rotate(-45deg);transform-origin:10% 100%;width:100%}body.menu .header__right{left:0}body.theme-dark .header__right{background:var(--color-1)}header .container{padding-left:16px;padding-right:16px}}
