.top-menu{height:100%}.top-menu__wrapper{height:100%}.top-menu__root-items{display:flex;height:100%;align-items:center;padding:0;margin:0;gap:calc(var(--gap)*4);list-style-type:none}.body--header-type-classic .top-menu__root-items{justify-content:flex-start;gap:calc(var(--gap)*5)}.body--header-type-classic .top-menu__root-items:has(.top-menu__root-item:nth-child(6)){gap:calc(var(--gap)*2)}.body--header-type-classic .top-menu__root-items:has(.top-menu__root-item:nth-child(6)) .top-menu__root-item-content{font-size:calc(18/var(--initial-font-multiplier)*1rem)}.body--header-type-classic .top-menu__root-items:has(.top-menu__root-item:nth-child(9)) .top-menu__root-item-content{font-size:calc(15/var(--initial-font-multiplier)*1rem)}.body--header-type-slider .top-menu__root-items:has(.top-menu__root-item:nth-child(4)){gap:calc(var(--gap)*2)}.body--header-type-slider .top-menu__root-items:has(.top-menu__root-item:nth-child(4)) .top-menu__root-item-content{font-size:calc(18/var(--initial-font-multiplier)*1rem)}.body--header-type-slider .top-menu__root-items:has(.top-menu__root-item:nth-child(5)) .top-menu__root-item-content{font-size:calc(15/var(--initial-font-multiplier)*1rem)}.body--header-type-slider .top-menu__root-items:has(.top-menu__root-item:nth-child(6)) .top-menu__root-item-content{font-size:calc(12/var(--initial-font-multiplier)*1rem)}:root[data-special-font-size=big] .top-menu__root-items{flex-wrap:wrap}.top-menu__root-item{position:relative;height:100%;padding:0;margin:0}.top-menu__root-item-link{white-space:nowrap}.top-menu__root-item-content{--root-item-line-height: 1.2;display:flex;height:100%;align-items:center;font-size:calc(20/var(--initial-font-multiplier)*1rem);gap:calc(var(--gap)*0.5);line-height:var(--root-item-line-height)}.top-menu__root-item:nth-last-child(1) .top-menu__child-items{right:100%;left:unset}.top-menu__root-item-icon{display:flex;width:16px;min-height:unset;padding:0;border:0;background:none}.top-menu__items,.top-menu__child-items{--columns-count: 1;position:absolute;z-index:10;display:none;padding:calc(var(--gap)*2) calc(var(--gap)*2.5);border-radius:calc(var(--gap)*2);margin:0;animation:fadeInAnimation var(--transition-time) var(--transition-effect);background:var(--primary-bg-color);box-shadow:0 2px 16px 0 rgba(5,6,35,.16);gap:calc(var(--gap)*1.5);grid-template-columns:repeat(var(--columns-count), calc(260rem / var(--initial-font-multiplier)));list-style-type:none}:root[data-special-color=white] .top-menu__items,:root[data-special-color=white] .top-menu__child-items{border:2px solid var(--special-text-color)}:root[data-special-color=black] .top-menu__items,:root[data-special-color=black] .top-menu__child-items{border:2px solid var(--special-text-color)}:root[data-special-color=blue] .top-menu__items,:root[data-special-color=blue] .top-menu__child-items{border:2px solid var(--special-text-color)}:root[data-special-font-size=big] .top-menu__items,:root[data-special-font-size=big] .top-menu__child-items{--columns-count: 1 !important;max-height:80vh;overflow-y:auto}:root[data-special-font-size=medium] .top-menu__items,:root[data-special-font-size=medium] .top-menu__child-items{--columns-count: 1 !important;max-height:80vh;overflow-y:auto}.top-menu__root-item:nth-last-child(1) .top-menu__items{right:0}.top-menu__item,.top-menu__child-item{position:relative;padding:0;margin:0}.top-menu__item-link,.top-menu__child-item-link{font-size:calc(14/var(--initial-font-multiplier)*1rem);font-weight:500;line-height:1.29}.top-menu__item-icon{display:none}.top-menu__child-items{top:0;left:100%;border-radius:calc(var(--gap)*1)}.top-menu__root-item--open .top-menu__root-item-icon{transform:rotate(-180deg)}.top-menu__root-item--open .top-menu__items{display:grid}.top-menu__item:hover .top-menu__child-items{display:grid}:root[data-special-font-size=big] .top-menu{height:auto}
