.header{background-color:var(--color-priamry);position:fixed;top:0;width:100%;z-index:10;transition:all .3s linear}.header.is-sticky{padding:0 0 12px;box-shadow:0 5px 16px rgba(0,0,0,.1);transition:all .3s linear}.header.is-sticky .header__bg{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.header.is-sticky .header__top .header__top--logo img{width:100px;transition:all .3s linear}.header .header__top{padding:12px 0}.header .header__bottom--group{padding:0 16px}.header .header__bg{background-color:#fff;max-width:1280px;margin:0 auto;border-radius:8px;border-bottom-left-radius:0;border-bottom-right-radius:0}.header .header__top--form input,.sidebar input{height:36px;width:505px;padding:0 16px;border-radius:6px;border:0;outline:none;font-size:14px;font-weight:500;color:var(--color-priamry)}.header .header__top--form input::placeholder,.sidebar input::placeholder{color:var(--color-priamry)}.header .header__top--form .group-input,.sidebar .group-input{position:relative}.header .header__top .header__top--logo img{width:150px;height:auto;transition:all .3s linear}.header .icon-search,.sidebar .icon-search{width:fit-content;height:auto;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.header .icon-search img,.sidebar .icon-search img{width:24px;height:auto;object-fit:cover}.header .header__top--call,.header .header__top--call a{font-family:sans-serif;font-size:18px;line-height:24px;font-weight:600;color:#f39c11;text-decoration:none;transition:all .3s linear}.header .header__bottom{background-color:#fff;padding:20px 0 20px;position:relative;z-index:2}.header .header__bottom .header__bottom--dropdown .dropdown-group{display:flex;align-items:center;gap:12px;width:fit-content;cursor:pointer}.header .header__bottom .header__bottom--dropdown .text{font-size:14px;line-height:24px;font-weight:600;color:var(--color-priamry)}.header .header__bottom .header__bottom--dropdown img{width:24px;height:auto;object-fit:cover}.header .header__bottom .header__bottom--list{gap:30px}.header .header__bottom .header__bottom--link{font-size:14px;line-height:24px;font-weight:600;color:var(--color-priamry);position:relative}.header .header__bottom .header__bottom--link:after{display:block;content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--color-priamry);transition:all .3s linear}.header .header__bottom .header__bottom--link:hover:after{width:100%;transition:all .3s linear}.header .header__bottom .dropdown-menu{width:100%;top:10px !important;border-radius:10px;background-color:var(--color-priamry);color:#fff;padding:10px 24px}.header .header__bottom--dropdown:after{display:block;content:'';width:100%;height:10px;background-color:transparent;bottom:0;left:0}.header .header__bottom--dropdown:hover .dropdown-menu{display:block;top:32px !important;left:12px}.header .header__bottom .dropdown-item{padding:12px 0}.header .header__bottom .dropdown-item a{font-size:15px;line-height:18px;font-weight:500;color:#fff;text-transform:uppercase;width:100%}.header .header__bottom .dropdown-item:after{display:block;content:'';width:40px;height:42px;background-color:transparent;position:absolute;z-index:-1;right:-2px;transform:translateY(-30px)}.header .header__bottom .dropdown-item--group{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.header .header__bottom .dropdown-item:not(:last-child){border-bottom:1px solid #fff}.header .header__bottom .dropdown-item img{width:8px;transition:all .3s linear}.header .header__bottom .dropdown-item:focus,.header .header__bottom .dropdown-item:hover{background-color:transparent;color:#fff}.header .header__bottom .dropdown-item:hover img{transform:rotateZ(90deg);transition:all .3s linear}.header .header__bottom .submenu{position:absolute;left:calc(100% + 2px);background-color:var(--color-priamry);border-radius:10px;transform:translateY(-40px);padding:10px 24px;opacity:0;visibility:hidden;transition:.3s linear all}.header .header__bottom .dropdown-item:hover .submenu,.header .header__bottom .dropdown-item:focus .submenu{opacity:1;visibility:visible;transition:.3s linear all}.header .header__bottom .submenu-link{font-size:15px;line-height:18px;font-weight:500;color:#fff;text-transform:uppercase;padding:8px 0;display:block;transition:all .3s linear}.header .header__bottom .submenu-link:hover{transform:translateX(5px);transition:all .3s linear}.header .header__top--call a:hover{color:#f39c11;transition:all .3s linear}@media screen and (max-width:1200px){.header .header__bottom .header__bottom--link{font-size:12px;line-height:22px}.header .header__bottom .header__bottom--dropdown .text{font-size:12px;line-height:22px}.hero .hero__bg{max-width:1024px}.header .header__top--call,.header .header__top--call a{font-size:12px;line-height:22px}}@media screen and (max-width:991px){.header .header__top .header__top--logo img{margin-right:32px;width:90px}.header .header__menu--mb{width:32px;height:23px;object-fit:contain}.header .header__menu--mb img{filter:invert(99%) sepia(55%) saturate(1%) hue-rotate(157deg) brightness(103%) contrast(100%)}.header.is-sticky .header__top .header__top--logo img{width:90px}.header.is-sticky{padding-bottom:0;background-color:#681446}.header .header__top .header__top--logo{flex-grow:1;text-align:center}.sidebar{width:260px;height:calc(100vh - 74px);background:#fff;position:fixed;z-index:9;top:74px;left:-100%;transition:all .3s linear}.sidebar .sidebar__list{height:75vh;overflow-y:auto}.sidebar.active{left:0;transition:all .3s linear}.sidebar__search{margin:74px 0 0;padding:10px 20px;width:100%;background-color:#fff;border-top:1px solid #68144626;border-bottom:1px solid #68144626}.sidebar__search input{width:100%;border:1px solid var(--color-priamry);height:36px;padding:0 16px;border-radius:6px;outline:none;font-size:14px;font-weight:500;color:var(--color-priamry)}.sidebar__search input::placeholder{color:var(--color-priamry);font-size:14px;font-weight:500}.sidebar__search .group-input{position:relative}.sidebar__search .icon-search{width:fit-content;height:auto;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.icon-search img{width:24px;height:auto;object-fit:cover}.sidebar .sidebar__item{padding:12px 20px;border-top:1px solid #ececec;overflow:hidden}.sidebar .sidebar__menu,.sidebar .sidebar__submenu{height:0}.sidebar .sidebar__link,.sidebar .sidebar__menu .sidebar__menu--item a,.sidebar .sidebar__submenu--link{font-weight:600;letter-spacing:.02em;font-size:12px;line-height:16px;color:var(--color-priamry)}.sidebar .sidebar__link{display:block;width:100%}.sidebar .sidebar__link .icon-menu{width:20px;margin-right:6px}.sidebar .sidebar__menu--list{padding:6px 0 0}.sidebar .sidebar__menu .sidebar__menu--item{padding:12px 0 12px 6px;overflow:hidden}.sidebar .sidebar__menu .sidebar__menu--item .group{display:flex;align-items:center;justify-content:space-between;padding-right:10px}.sidebar .sidebar__menu .sidebar__menu--item:not(:last-child){border-bottom:1px solid #ececec}.sidebar .sidebar__menu .sidebar__menu--item img{width:8px;height:auto;filter:invert(86%) sepia(55%) saturate(3788%) hue-rotate(306deg) brightness(92%) contrast(95%);transform:rotateZ(90deg);transition:all .3s linear}.sidebar .sidebar__menu .sidebar__menu--item .group.active img{transform:rotateZ(-90deg);transition:all .3s linear}.sidebar .sidebar__submenu--list{padding:6px 0}.sidebar .sidebar__submenu--item{padding:6px}.sidebar .btn-submenu{width:30px;height:100%;display:flex;align-items:center;justify-content:center}}