.FeedbackModal_modalOverlay__6m0mc{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:FeedbackModal_fadeIn__P9ZFN .3s ease}.FeedbackModal_modalContent__20tqA{background:#fff;border-radius:12px;box-shadow:0 10px 50px rgba(0,0,0,.3);max-width:520px;width:100%;margin:20px;position:relative;animation:FeedbackModal_slideIn__cyasv .3s ease}.FeedbackModal_closeButton__9mUEM{position:absolute;top:16px;right:16px;background:none;border:none;padding:8px;cursor:pointer;color:#666;border-radius:50%;transition:all .2s ease}.FeedbackModal_closeButton__9mUEM:hover{background:#f5f5f5;color:#333}.FeedbackModal_closeButton__9mUEM:disabled{opacity:.5;cursor:not-allowed}.FeedbackModal_modalTitle__SFqUc{font-size:24px;font-weight:600;color:#1d1d1b;margin:24px 24px 0;text-align:center}.FeedbackModal_form__BnX7c{padding:24px}.FeedbackModal_formContent__jjG3M{margin-bottom:24px}.FeedbackModal_description__r3T05{color:#666;margin:0 0 24px;font-size:14px;line-height:1.4}.FeedbackModal_formFields__anzee{gap:20px;margin-bottom:20px}.FeedbackModal_formField__eAa3a,.FeedbackModal_formFields__anzee{display:flex;flex-direction:column}.FeedbackModal_formLabel__RA_9j{margin-bottom:8px;font-weight:600;color:#333;font-size:14px}.FeedbackModal_formInput__DF_GG{padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s ease}.FeedbackModal_formInput__DF_GG:focus{outline:none;border-color:var(--yellow)}.FeedbackModal_formInput__DF_GG::placeholder{color:#999}.FeedbackModal_formTextarea__AXfQN{padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:14px;min-height:100px;resize:vertical;font-family:inherit;transition:border-color .2s ease}.FeedbackModal_formTextarea__AXfQN:focus{outline:none;border-color:var(--yellow)}.FeedbackModal_formTextarea__AXfQN::placeholder{color:#999}.FeedbackModal_privacyText__Zt82N{font-size:12px;color:#666;margin-top:16px}.FeedbackModal_privacyText__Zt82N a{color:var(--yellow);text-decoration:none}.FeedbackModal_privacyText__Zt82N a:hover{text-decoration:underline}.FeedbackModal_formActions__JTs_H{display:flex;justify-content:flex-end;gap:16px;margin-top:24px;border-top:1px solid #f0f0f0;padding-top:24px}.FeedbackModal_cancelButton__K77PN{min-width:120px;padding:12px 24px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-weight:500;background:#f5f5f5;color:#666;cursor:pointer;transition:all .2s ease}.FeedbackModal_cancelButton__K77PN:hover:not(:disabled){background:#ebebeb;border-color:#bbb;color:#333}.FeedbackModal_cancelButton__K77PN:disabled{opacity:.6;cursor:not-allowed}.FeedbackModal_submitButton__EA6fC{min-width:120px;padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;background:var(--yellow);color:#000;cursor:pointer;transition:all .2s ease}.FeedbackModal_submitButton__EA6fC:hover:not(:disabled){background:var(--yellow-hover);transform:translateY(-1px)}.FeedbackModal_submitButton__EA6fC:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes FeedbackModal_fadeIn__P9ZFN{0%{opacity:0}to{opacity:1}}@keyframes FeedbackModal_slideIn__cyasv{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:768px){.FeedbackModal_modalContent__20tqA{margin:10px;max-width:calc(100vw - 20px)}.FeedbackModal_modalTitle__SFqUc{font-size:20px;margin:20px 20px 0}.FeedbackModal_form__BnX7c{padding:20px}.FeedbackModal_formFields__anzee{gap:16px}.FeedbackModal_formInput__DF_GG,.FeedbackModal_formTextarea__AXfQN{padding:10px 12px;font-size:16px}.FeedbackModal_formActions__JTs_H{flex-direction:column;gap:12px}.FeedbackModal_cancelButton__K77PN,.FeedbackModal_submitButton__EA6fC{width:100%;padding:14px 24px}}.NotificationModal_modalOverlay__Q3hUb{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(4px)}.NotificationModal_modalContent__PSdTI{background:#fff;border-radius:16px;padding:32px;max-width:400px;width:90%;max-height:90vh;position:relative;text-align:center;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);animation:NotificationModal_modalSlideIn__r_aTv .3s ease-out}.NotificationModal_modalContent__PSdTI.NotificationModal_success__x8y_Y{border-top:4px solid #22c55e}.NotificationModal_modalContent__PSdTI.NotificationModal_error__sRcBH{border-top:4px solid #ef4444}.NotificationModal_closeButton__FjgIJ{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#6b7280;transition:all .2s ease}.NotificationModal_closeButton__FjgIJ:hover{background-color:#f3f4f6;color:#374151}.NotificationModal_closeButton__FjgIJ:focus{outline:2px solid #3b82f6;outline-offset:2px}.NotificationModal_iconContainer__0sYUo{margin-bottom:16px}.NotificationModal_icon__YwZSw{margin:0 auto}.NotificationModal_success__x8y_Y .NotificationModal_icon__YwZSw{color:#22c55e}.NotificationModal_error__sRcBH .NotificationModal_icon__YwZSw{color:#ef4444}.NotificationModal_title__0dOY_{font-size:20px;font-weight:600;margin:0 0 8px;color:#111827}.NotificationModal_message__tvSgB{font-size:16px;color:#6b7280;margin:0 0 24px;line-height:1.5}.NotificationModal_okButton__15dxH{background-color:#fbb600;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.NotificationModal_okButton__15dxH:hover{background-color:#e6a500;transform:translateY(-1px)}.NotificationModal_okButton__15dxH:active{transform:translateY(0)}.NotificationModal_okButton__15dxH:focus{outline:2px solid #fbb600;outline-offset:2px}@keyframes NotificationModal_modalSlideIn__r_aTv{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:480px){.NotificationModal_modalContent__PSdTI{padding:24px;margin:16px}.NotificationModal_title__0dOY_{font-size:18px}.NotificationModal_message__tvSgB{font-size:14px}.NotificationModal_okButton__15dxH{padding:10px 20px;font-size:14px}}.FeedbackWidget_wrapper__nufoK{position:fixed;bottom:20px;right:20px;z-index:1000}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__GddGg{position:absolute;bottom:100%;right:0;background:#fff;border:2px solid var(--purple);border-radius:10px;padding:15px;margin-bottom:10px;min-width:250px;box-shadow:0 4px 20px rgba(0,0,0,.15);animation:FeedbackWidget_popupFadeIn__wCKWY .3s ease}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__hideBtn__eZW4P{position:absolute;top:8px;right:8px;width:16px;height:16px;cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23999' d='M8 6.586l-3.293-3.293-1.414 1.414L6.586 8l-3.293 3.293 1.414 1.414L8 9.414l3.293 3.293 1.414-1.414L9.414 8l3.293-3.293-1.414-1.414L8 6.586z'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain;opacity:.6;transition:opacity .2s ease}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__hideBtn__eZW4P:hover{opacity:1}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__inner__1UrFE{display:flex;align-items:center;gap:12px}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__image__pJOqQ{width:40px;height:40px;flex-shrink:0}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__imageItem__B5luo{display:block;width:100%;height:100%;background:var(--yellow);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:20px}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__content__6ylvf{flex:1}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__name__eNGSz{font-weight:600;font-size:14px;color:#333;margin-bottom:4px}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__description__v2QQz{font-size:13px;color:#666;line-height:1.3}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__triangle__FMMQ7{position:absolute;bottom:-8px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--purple)}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__triangle__FMMQ7:before{content:"";position:absolute;bottom:2px;left:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_buttonContainer__arT2S{position:relative;width:60px;height:60px}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_pulse__vi0CE{position:absolute;inset:-5px;border:2px solid var(--yellow);border-radius:50%;animation:FeedbackWidget_pulse__vi0CE 2s infinite;opacity:.7}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_buttonInner__oLZDv{position:relative;width:100%;height:100%;background:var(--yellow);border-radius:50%;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(251,182,0,.3)}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_buttonInner__oLZDv:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(251,182,0,.4);background:var(--purple)}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_buttonInner__oLZDv:active{transform:translateY(0)}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_iconContainer__OkC13{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_icon___DuvV{display:flex;align-items:center;justify-content:center}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_iconSvg__Jmxu0{width:28px;height:28px}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_iconPath__x0esK{fill:#fff}@keyframes FeedbackWidget_popupFadeIn__wCKWY{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes FeedbackWidget_pulse__vi0CE{0%{transform:scale(1);opacity:.7}50%{transform:scale(1.1);opacity:.4}to{transform:scale(1.2);opacity:0}}@media(max-width:768px){.FeedbackWidget_wrapper__nufoK{bottom:15px;right:15px}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__GddGg{min-width:200px;padding:12px}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__name__eNGSz{font-size:13px}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_popup__description__v2QQz{font-size:12px}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_buttonContainer__arT2S{width:50px;height:50px}.FeedbackWidget_wrapper__nufoK .FeedbackWidget_iconSvg__Jmxu0{width:24px;height:24px}}.Cookies_wrapper__58rBi{position:fixed;bottom:0;width:100%;z-index:9999}.Cookies_container__NES9M{padding:25px;background-color:var(--orange);display:flex;align-items:center;gap:20px;justify-content:space-between}.Cookies_text__XsU49,.Cookies_text__XsU49 p{font-weight:600}.Cookies_text__XsU49 a{font-weight:600;text-decoration:underline}.Cookies_text__XsU49 a:hover{text-decoration:none}.Cookies_btn__iK3CQ{padding:8px 30px;display:block;border:1px solid var(--purple);width:fit-content;margin-top:10px;color:#fff;background-color:var(--purple);font-weight:600;font-size:18px;cursor:pointer}.Cookies_btn__iK3CQ:hover{opacity:.9}@media screen and (max-width:576.98px){.Cookies_container__NES9M{display:flex;flex-direction:column;align-items:center}}.Footer_footer__OYoYH{background:linear-gradient(-45deg,#47243b 50%,#76576d 72%,#cba06b);color:#fff;padding:44px 0 40px}.Footer_footer__OYoYH a{transition:var(--transition)}.Footer_footer__OYoYH a:hover{color:var(--orange)}.Footer_footer__OYoYH .Footer_footer__submenu__41ac7{display:none}.Footer_footer__menu__YYmMX{padding-top:40px;border-top:1px solid var(--sandy);display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding-bottom:56px}.Footer_footer__menu__column__wSk_C{flex-shrink:0}.Footer_footer__menu__column__wSk_C>a{color:#fff;font-weight:500;font-size:20px;border-bottom:2px solid var(--orange);display:block;margin-bottom:16px;max-width:100%;padding-bottom:4px;width:max-content}.Footer_footer__menu__column__wSk_C ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;color:#fff;font-weight:400;font-size:16px}.Footer_footer__middle__2L_vn{padding-top:40px;border-top:1px solid var(--sandy);display:flex;gap:16px;justify-content:space-between;font-size:16px}.Footer_footer__middle__logo__uhm4p{width:273px}.Footer_footer__middle__logo__uhm4p img{display:block;width:100%}.Footer_footer__middle__right__e5Tku{width:66.6667%;display:flex;gap:16px;flex:1;justify-content:space-between;margin-left:200px}.Footer_footer__middle__address__SXhL3{width:176px;width:235px}.Footer_footer__middle__address__SXhL3 a{color:var(--orange);text-decoration:underline;display:block;margin-top:16px}.Footer_footer__middle__phones__FLsOf{display:flex;flex-direction:column;gap:8px}.Footer_footer__middle__phones__FLsOf a{display:block}.Footer_footer__middle__phones__FLsOf a.Footer_site__6RghH{margin-top:8px;display:flex;gap:8px}.Footer_footer__middle__phones__FLsOf a.Footer_site__6RghH:hover svg path{fill:var(--orange)}.Footer_footer__middle__email__s_PGW span{font-weight:500}.Footer_footer__middle__socials__L9_vZ{margin-top:16px}.Footer_footer__middle__socials__L9_vZ span{font-weight:500;display:block;margin-bottom:8px}.Footer_footer__middle__socials__row__CDn8f{display:flex;gap:8px}.Footer_footer__middle__socials__row__CDn8f a{width:25px;height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.Footer_footer__middle__socials__row__CDn8f a.Footer_iconDzen___17_K{background:#fff}.Footer_footer__middle__socials__row__CDn8f a.Footer_iconRutube__FQT89{position:relative}.Footer_footer__middle__socials__row__CDn8f a.Footer_iconRutube__FQT89:after{content:"";position:absolute;top:2px;right:2px;width:4px;height:4px;background:#f41240;border-radius:50%}.Footer_footer__middle__socials__row__CDn8f a:hover svg path{fill:var(--orange)}.Footer_footer__bottom__YgtMy{margin-top:20px;padding-top:40px;border-top:1px solid var(--sandy);display:flex;justify-content:space-between;flex-wrap:wrap}.Footer_footer__bottom__YgtMy>*{font-size:14px;color:var(--grey)}.Footer_site__6RghH{height:25px;display:flex;align-items:center;max-width:100px}@media screen and (max-width:991.98px){.Footer_footer__menu__YYmMX{flex-wrap:wrap}.Footer_footer__menu__column__wSk_C{width:calc(33.3333333333% - 32px)}.Footer_footer__menu__column__wSk_C ul{font-size:14px}.Footer_footer__middle__logo__uhm4p{width:140px;flex-shrink:0}.Footer_footer__middle__right__e5Tku{width:auto;margin:0}}@media screen and (max-width:767.98px){.Footer_footer__menu__YYmMX{padding:20px 0;column-gap:16px;row-gap:0;flex-direction:column}.Footer_footer__menu__column__wSk_C{width:100%}.Footer_footer__menu__column__wSk_C ul{display:none}.Footer_footer__middle__2L_vn,.Footer_footer__middle__right__e5Tku{flex-direction:column}.Footer_footer__middle__right__e5Tku>*{width:100%}.Footer_footer__bottom__YgtMy{flex-direction:column}.Footer_footer__bottom__YgtMy a{display:block;height:40px;width:auto;margin-top:20px}.Footer_footer__bottom__YgtMy a img{height:100%;width:auto;margin:0}}.Header_header__MwWvM{content:"";position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;-webkit-box-shadow:0 4px 30px 0 rgba(71,36,59,.2);-moz-box-shadow:0 4px 30px 0 rgba(71,36,59,.2);box-shadow:0 4px 30px 0 rgba(71,36,59,.2);border-bottom:1px solid #000;-webkit-box-shadow:0 0 8px 0 rgba(34,60,80,.2);-moz-box-shadow:0 0 8px 0 rgba(34,60,80,.2);box-shadow:0 0 8px 0 rgba(34,60,80,.2)}.Header_header__transparent__984eG{position:absolute;background:transparent;border-bottom:unset}.Header_header__transparent__984eG .Header_header__button__bY5_6 span{background:var(--purple)}.Header_header__transparent__984eG .Header_header__bottom__right__UxViJ svg path,.Header_header__transparent__984eG .Header_header__logo___DqV1 svg path{fill:var(--purple)}.Header_header__transparent__984eG .Header_header__top__t_Pid{border-bottom:1px solid #fff}.Header_header__onScroll__D3ZHI .Header_header__top__t_Pid{display:none}.Header_header__container__i383M{margin:8px 58px}.Header_header__top__t_Pid{display:flex;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid #000;padding-bottom:4px;color:#000}.Header_header__top__phones__iQ_So{display:flex;gap:16px;font-size:16px;font-weight:400;flex-wrap:wrap;max-height:46px}.Header_header__top__phones__iQ_So a{display:block}.Header_header__top__phones__iQ_So svg{fill:#000}.Header_header__bottom___ElqO{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.Header_header__bottom__left__i_CsA{display:flex;align-items:center;gap:41px}.Header_header__bottom__right__UxViJ{display:flex;align-items:center;gap:20px;z-index:11;transform:var(--transition)}.Header_header__bottom__right__UxViJ svg path{fill:var(--orange)}.Header_header__button__bY5_6{display:flex;flex-direction:column;cursor:pointer;z-index:11}.Header_header__button__bY5_6 span{display:block;height:4px;background:var(--orange);border-radius:30px;width:59px;transition:var(--transition);opacity:1;visibility:visible}.Header_header__button__bY5_6 span:nth-child(2){margin:8px 0;width:49px}.Header_header__button__bY5_6 span:nth-child(3){width:39px}.Header_header__logo___DqV1{width:180px;z-index:11}.Header_header__logo___DqV1 svg{width:100%}.Header_header__logo___DqV1 svg path{fill:var(--orange)}.Header_header__menu__28Tat{content:"";position:absolute;left:0;top:0;width:100dvw;height:100dvh;background:linear-gradient(135deg,#47243b 50%,#76576d 72%,#cba06b);transition:var(--transition);transform:translateX(-100%);display:flex;padding-top:234px;padding-left:153px;overflow-y:scroll}.Header_header__menu__28Tat>ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:24px;position:relative}.Header_header__menu__28Tat>ul li{display:flex}.Header_header__menu__28Tat>ul li>span{width:384px}.Header_header__menu__28Tat>ul li a.Header_flvl__AGM3Q{width:240px;display:block;font-size:28px;color:#fff;position:relative}.Header_header__menu__28Tat>ul li.Header_arrow__zIw11 a.Header_flvl__AGM3Q:after{position:absolute;left:100%;flex-shrink:0;top:50%;transform:translateY(-50%);background-repeat:no-repeat;content:"";transition:var(--transition);overflow:hidden;width:164px;height:40px;background-position-x:-114px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY1IiBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgMTY1IDQwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4wMDA5MDAyNjkgMTYuOTA3MVYyMi44ODY0TDE0MS45OTkgMjIuODg2NFYzOS45OTk4TDE2NC4zODEgMTkuNzkzN0wxNDEuOTk5IC0wLjAwMDE1MjU4OFYxNi45MDcxTDAuMDAwOTAwMjY5IDE2LjkwNzFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K")}.Header_header__menu__28Tat>ul li.Header_simple__U6dMa a.Header_flvl__AGM3Q:after{content:none}.Header_header__menu__28Tat>ul li.Header_active__v7PU5 a.Header_flvl__AGM3Q:after{background-position-x:-40px}.Header_header__menu__28Tat>ul li.Header_active__v7PU5 .Header_header__menu__submenu__UIUYy{opacity:1;transform:translateX(0);visibility:visible}.Header_header__menu__submenu__UIUYy{display:flex;flex-direction:column;gap:16px;left:calc(100% + 96px);opacity:0;position:absolute;top:0;transform:translateX(-20%);transition:var(--transition);visibility:hidden;width:max-content;color:#dcdbdb;font-size:24px;overflow:hidden}.Header_header__menu__submenu__UIUYy a:hover{color:var(--orange)}.Header_header__menu__submenu__UIUYy:before{content:"";position:absolute;box-shadow:30px 0 25px rgba(0,0,0,.25);top:-234px;left:-176px;width:80px;height:100dvh;height:100vw}.Header_header__MwWvM.Header_active__v7PU5 .Header_header__menu__28Tat{transform:translateX(0)}.Header_header__MwWvM.Header_active__v7PU5 .Header_header__button__bY5_6 span{background:#fff}.Header_header__MwWvM.Header_active__v7PU5 .Header_header__button__bY5_6 span:first-child{transform:rotate(45deg) translateY(8px)}.Header_header__MwWvM.Header_active__v7PU5 .Header_header__button__bY5_6 span:nth-child(2){transform:rotate(-45deg) translateY(-8px);width:59px}.Header_header__MwWvM.Header_active__v7PU5 .Header_header__button__bY5_6 span:nth-child(3){opacity:0;visibility:hidden}.Header_header__MwWvM.Header_active__v7PU5 .Header_header__bottom__right__UxViJ a svg path,.Header_header__MwWvM.Header_active__v7PU5 .Header_header__logo___DqV1 svg path{fill:#fff}.Header_header__home__B7L9e.Header_header__transparent__984eG .Header_header__top__t_Pid{color:#fff}.Header_header__home__B7L9e.Header_header__transparent__984eG .Header_header__top__t_Pid path{fill:#fff}.Header_official__pCJuL{position:absolute;right:52px;display:none}.Header_header__home__B7L9e.Header_header__transparent__984eG .Header_official__pCJuL{display:block}@media screen and (max-width:1199.98px){.Header_header__container__i383M{margin:10px 15px}.Header_header__menu__28Tat{padding-top:196px;padding-left:15px}.Header_header__menu__submenu__UIUYy{width:calc(100dvw - 96px - 310px - 130px)}.Header_header__menu__submenu__UIUYy:before{top:-196px}.Header_official__pCJuL{right:8px}}@media screen and (max-width:991.98px){.Header_header__top__t_Pid{display:none}.Header_header__menu__28Tat{padding-top:110px}.Header_header__menu__28Tat>ul{height:calc(100dvh - 110px);overflow-y:scroll;width:100%}.Header_header__menu__28Tat>ul li{flex-direction:column;gap:20px}.Header_header__menu__28Tat>ul li a.Header_flvl__AGM3Q{font-size:20px}.Header_header__menu__28Tat>ul li a.Header_flvl__AGM3Q:after{display:none}.Header_header__menu__submenu__UIUYy{opacity:1;visibility:visible;position:relative;left:unset;width:auto;transform:unset;font-size:16px;margin-left:30px;margin-right:15px}.Header_header__menu__submenu__UIUYy:before{display:none}}@media screen and (max-width:576.98px){.Header_header__bottom__left__i_CsA{gap:20px}.Header_header__logo___DqV1{width:120px}}.LoadingPageProvider_loading__Mxdn0{content:"";width:100dvw;height:100dvh;position:absolute;left:0;top:0;display:flex;justify-content:center;align-items:center;gap:40px;background:pink;z-index:10;flex-direction:column;display:none}.LoadingPageProvider_loading__progress__tOmcB{width:400px;max-width:calc(100% - 30px)}