.header-menu__link-active {
   padding-bottom: 40px !important;
}
.header-menu__link {
   padding: 14px 0;
}
.header-menu__list {
   position: relative;
}

.header-submenu {
   font-weight: 400;
   z-index: 3;
   margin-top: 14px;
   display: flex;
   flex-direction: column;
   position: absolute;
   background-color: white;
   left: -17%;
   visibility: hidden;
   opacity: 0;
   transition: 0.2s;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   padding-top: 22px;
   box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.15);
   border-radius: 4px;
   border: 0.5px solid #d2d2d2;
   padding-left: 24px;
}

.header-submenu li > .header__svgSmall {
   transition: 0.3s;
}

.header-submenu li:hover > .header__svgSmall {
   transform: rotate(-180deg);
   transition: 0.3s;
}

.header-submenu__line {
   margin-right: 25px;
   border-bottom: 1px solid #d2d2d2;
   border-color: #d2d2d2;
}

.header-submenu li {
   list-style: none;
   padding: 14px 0px 14px 0px;
}

.header-submenu li:last-child {
   margin: 0;
   padding-bottom: 22px;
   border-bottom: none;
}
.header-submenu li:nth-child(2) {
   padding-top: 0;
}
.header-submenu li:last-child {
   padding-top: 0;
}

.header-submenu li > a {
   transition: 0.3s;
   line-height: 100%;
   text-decoration: none;
   text-align: left;
   color: black;
   font-size: 16px;
}

.header-submenu li > a:hover {
   color: #2e6c77;
   transition: 0.3s;
}

.header-submenu li > p {
   cursor: default;
}

.header-subsubmenu {
   z-index: 3;
   display: flex;
   flex-direction: column;
   background-color: white;
   position: absolute;
   left: 100%;
   width: fit-content;
   visibility: hidden;
   opacity: 0;
   transition: 0.2s;
   padding-top: 22px;
   padding-left: 24px;
   box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.15);
   border-radius: 4px;
   border: 0.5px solid #d2d2d2;
   margin-left: 2px;
}

.header-submenu__list {
   display: flex;
   align-items: center;
   width: max-content;
   min-width: fit-content;
   width: 100%;
   padding-right: 24px !important;
   white-space: nowrap;
}

.header-submenu__list:last-child {
   padding-bottom: 22px;
}

.header-submenu__list:nth-last-child(2) {
   padding-bottom: 22px;
}

body._pc .header-menu > li:hover .header-submenu {
   visibility: visible;
   opacity: 1;
   pointer-events: all;
}

body._pc .header-submenu > li:hover .header__svgSmall {
   transform: rotate(-180deg);
   transition: 0.3s;
}

body._pc .header-submenu > li:hover .header-subsubmenu {
   visibility: visible;
   opacity: 1;
   pointer-events: all;
}

.header-submenu__link {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
}

.header__svg {
   margin-left: 10px;
   fill: #181818;
}
.header__svgSmall {
   margin-left: 10px;
   fill: #181818;
   width: 6px;
   height: 10px;
   transition: 0.3s;
}

.header-menu__list {
   position: relative;
}

.header-menu__activeLine {
   position: absolute;
   width: 100%;
   margin-top: 41px;
   border-bottom: 3px solid #2e6c77;
}

.header-menu__link {
   padding: 14px 0px;
   display: inline;
}

.header-submenu__backButton {
   display: none;
}
.header-submenu__textMobile {
   display: none;
}
