.header{position:absolute;width:calc(100vw - 137px);top:0;left:120px;right:0;height:80px;background-color:#fff;display:flex;align-items:center}.header__container{max-width:1440px}.header__row{display:flex;justify-content:space-between}.header__links-account{display:flex;justify-content:flex-end;align-items:center}.header__links-account-help{border-right:1px solid rgba(16,60,53,.1);padding-right:16px;margin-right:16px}.header__links-account-help>img{width:24px;height:24px}.header__links-account-login{padding-right:16px;color:#0f223f}.header__links-account-login:hover{color:#c0d23c}.header__links-account-me{padding-left:24px;text-transform:capitalize;display:flex;align-items:center}.header__links-account-me-image{width:40px;height:40px;margin-left:16px;background-color:#dfd0e8;padding:8px;border-radius:999px}.header__links-account-me:hover .header__links-account-me--menu{opacity:1;visibility:visible;transform:translate(0)}.header__links-account-me--menu{position:absolute;display:flex;flex-direction:column;top:40px;right:15px;background-color:#fff;border:1px solid #e9ecef;border-radius:8px;z-index:200;opacity:0;visibility:hidden;transition:.2s ease-in;transform:translateY(-30px)}.header__links-account-me--menu__item{display:flex;gap:12px;color:#0f223f;padding:6px 16px;cursor:pointer}.header__links-account-me--menu__item:not(:last-child){border-bottom:1px solid #e9ecef}.header__links-account-me--menu__item:hover{color:#c0d23c}.header__links-account-me--menu__item>img{width:16px;height:16px}@media screen and (max-width:768px){.header{width:unset;left:0}}.breadcrumb__list{display:flex;list-style-type:none}.breadcrumb__item{position:relative;text-transform:capitalize}.breadcrumb__item#d,.breadcrumb__item#i,.breadcrumb__item#u,.breadcrumb__item--number{display:none}.breadcrumb__item:not(:last-of-type){padding-right:20px}.breadcrumb__item:not(:last-of-type):after{content:"/";color:#c0d23c;top:0;position:relative;right:-10px;font-weight:700}.breadcrumb__link{color:#0f223f}.breadcrumb__link--active,.breadcrumb__link:hover{color:#c0d23c}@media screen and (max-width:568px){.breadcrumb{display:none}}.sidebar{position:fixed;left:0;top:0;max-width:120px;background-color:#fff;height:100%;z-index:1;padding:80px 24px 0}.sidebar__row{display:flex;flex-direction:column}.sidebar__new{background-color:#c0d23c;border-radius:20px;width:72px;height:72px;padding:14px;transition:.2s ease-in}.sidebar__new:hover{background-color:#103c35}.sidebar__nav{padding-top:24px;margin-top:24px;border-top:1px solid #e4e8e8}.sidebar__nav,.sidebar__nav-item{display:flex;flex-direction:column}.sidebar__nav-item{font-size:16px;align-items:center;margin-bottom:24px;text-align:center;color:#0f223f}.sidebar__nav-item>img{width:60px;height:36px;transition:.2s ease-in;object-fit:contain}.sidebar__nav-item:hover{color:#c0d23c}.sidebar__nav-item:hover>img{filter:brightness(0) saturate(100%) invert(87%) sepia(64%) saturate(543%) hue-rotate(7deg) brightness(89%) contrast(84%)}.sidebar__nav-item.active{color:#c0d23c}.sidebar__nav-item.active>img{filter:brightness(0) saturate(100%) invert(87%) sepia(64%) saturate(543%) hue-rotate(7deg) brightness(89%) contrast(84%)}.sidebar .burgertrigger{position:relative;height:22px;width:30px;z-index:15;margin-right:12px;cursor:pointer}.sidebar .burgertrigger span{position:absolute;width:30px;height:2px;background-color:#0f223f;transition-duration:.3s}.sidebar .burgertrigger span:first-child{top:0}.sidebar .burgertrigger span.center{top:calc(50% - 1px)}.sidebar .burgertrigger span:last-child{bottom:0}.sidebar .burgertrigger.active span:first-of-type{rotate:-135deg;top:9.5px}.sidebar .burgertrigger.active span.center{opacity:0}.sidebar .burgertrigger.active span:nth-of-type(4){rotate:135deg;bottom:9.5px}.sidebar__mobile{display:none}@media screen and (max-width:768px){.sidebar{width:100%;max-width:unset;top:unset;bottom:0;left:0;right:0;max-height:90px;padding:8px 0;z-index:200}.sidebar__desktop{display:none}.sidebar__new{width:unset;height:unset}.sidebar__mobile{display:flex;width:100%;justify-content:space-evenly;align-items:center}.sidebar__mobile-item{font-size:10px;display:flex;flex-direction:column;align-items:center;color:#0f223f}.sidebar__mobile-item>img{width:30px;height:30px}.sidebar__row{flex-direction:row;justify-content:center;align-items:center;gap:16px}.sidebar__nav{position:fixed;bottom:90px;right:0;width:100vw;background-color:#fff;transform:translateY(calc(100% + 90px));transition:.4s ease-in}.sidebar__nav.active{transform:translate(0)}.sidebar__nav-item{flex-direction:row;padding:8px 24px;border-bottom:1px solid #e4e8e8;margin:0}.sidebar__nav-item:last-child{border:none}.sidebar__burgertrigger{display:block}}