.main-menu,.main-menu__overlay{bottom:0;left:0;right:0;top:0}.main-menu{height:100vh;pointer-events:none;position:fixed;width:100vw;z-index:200}@media screen and (max-width:991px){.main-menu{height:calc(100vh - 130px);top:130px}}@media screen and (max-width:767px){.main-menu{height:calc(100vh - 245px)}}.main-menu.isOpen{pointer-events:auto}.main-menu.isOpen .main-menu__overlay{opacity:1;pointer-events:auto}.main-menu.isOpen .main-menu__inner{opacity:1;transform:translate(0)}.main-menu.isOpen .main-menu__content{display:block}.main-menu.isOpen .btn-close{opacity:1;pointer-events:auto}.main-menu__overlay{backdrop-filter:blur(30px);background:hsla(0,0%,77%,.11);height:100%;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease;width:100%;z-index:210}@supports not (backdrop-filter:none){.main-menu__overlay{background:rgba(0,0,0,.5)}}.main-menu__inner{height:100%;opacity:0;position:relative;transform:translate(-50%);transition:transform .3s ease-in-out,opacity .2s ease;width:450px;will-change:transform,opacity;z-index:220}@media screen and (max-width:1259px){.main-menu__inner{width:360px}}.main-menu__aside{background-color:#fff;height:100%;position:relative;width:100%}.main-menu__nav{max-height:100vh;overflow-y:auto;padding:30px 0;scrollbar-color:var(--color-prime) #e4e4e4}.main-menu__nav::-webkit-scrollbar{background-color:#e4e4e4;border-radius:8px;width:8px}.main-menu__nav::-webkit-scrollbar-thumb{background-color:var(--color-prime);border-radius:8px}@media screen and (max-width:1259px){.main-menu__nav{padding:20px 0}}@media screen and (max-width:991px){.main-menu__nav{max-height:calc(100vh - 130px);padding:12px 0}}@media screen and (max-width:767px){.main-menu__nav{max-height:calc(100vh - 245px)}}.main-menu__nav-item{padding-left:20px;padding-right:65px}@media screen and (max-width:1259px){.main-menu__nav-item{padding-right:20px}}@media screen and (max-width:991px){.main-menu__nav-item{padding:0 12px}}.main-menu__nav-item:hover .main-menu__nav-link{background-color:var(--color-prime);color:#fff}.main-menu__nav-item:hover .main-menu__content{opacity:1;pointer-events:auto;visibility:visible}.main-menu__nav-link{border-radius:4px;display:block;font-size:16px;padding:10px 15px;transition:background-color .3s ease,opacity .3s ease}@media screen and (max-width:1259px){.main-menu__nav-link{font-size:14px}}@media screen and (max-width:991px){.main-menu__nav-link{font-size:12px;padding:12px 15px}}.main-menu__content{background-color:#fff;border-left:1px solid #e1e1e1;display:none;height:100vh;left:calc(100% - 18px);max-width:850px;opacity:0;padding:30px 260px 30px 45px;pointer-events:none;position:absolute;top:0;transition-delay:.3s;transition:opacity .3s ease-in-out;visibility:hidden;width:calc(100vw - 594px)}@media screen and (max-width:1259px){.main-menu__content{padding:20px 150px 20px 20px;width:calc(100vw - 450px)}}@media screen and (max-width:991px){.main-menu__content{display:none!important}}.main-menu__content-list{display:flex;flex-wrap:wrap;max-height:calc(100vh - 60px);overflow-y:auto;scrollbar-color:var(--color-prime) #e4e4e4}.main-menu__content-list::-webkit-scrollbar{background-color:#e4e4e4;border-radius:8px;width:8px}.main-menu__content-list::-webkit-scrollbar-thumb{background-color:var(--color-prime);border-radius:8px}@media screen and (max-width:1259px){.main-menu__content-list{max-height:calc(100vh - 40px)}}.main-menu__category{flex:0 0 50%;margin-bottom:32px;max-width:50%;padding-right:20px}.main-menu__category-pic{align-items:flex-start;display:flex;height:476px;justify-content:flex-end;position:absolute;right:0;top:20px;width:260px}@media screen and (max-width:1259px){.main-menu__category-pic{height:275px;width:150px}}.main-menu__category-link{display:inline-block;font-size:18px;font-weight:500;letter-spacing:0;line-height:1;margin-bottom:23px}@media screen and (max-width:1259px){.main-menu__category-link{font-size:16px}}.main-menu__category-link:hover{color:var(--color-prime)}.main-menu__subcategory-item:not(:last-child){margin-bottom:12px}@media screen and (max-width:1259px){.main-menu__subcategory-item:not(:last-child){margin-bottom:8px}}.main-menu__subcategory-link{color:#787878;font-size:16px;line-height:1}@media screen and (max-width:1259px){.main-menu__subcategory-link{font-size:14px}}.main-menu__subcategory-link:hover{color:var(--color-prime)}.main-menu .btn-close{background-color:transparent;border:none;box-shadow:none;height:48px;opacity:0;pointer-events:none;position:absolute;right:48px;top:48px;transition:transform .3s ease-in-out,opacity .2s ease;width:48px;z-index:250}@media screen and (max-width:1259px){.main-menu .btn-close{height:30px;right:30px;top:30px;width:30px}}@media screen and (max-width:991px){.main-menu .btn-close{display:none}}.main-menu .btn-close:hover{transform:rotate(180deg)}