﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@keyframes showNav {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.9;
    }
}

.font-zs-italic {
    font-family: var(--gaucher-font-Zilla-Slab-Italic);
    font-style: italic;
}

.container {
    max-width: 100%;
    padding-right: unset;
}

.header__request.bg-gray svg path {
    fill: var(--gaucher-bg-purple-looks-grey);
}

.header__request.bg-gray span {
    color: var(--gaucher-bg-purple-looks-grey);
}

.references-tab.bg-gray .references-tab__text {
    color: var(--gaucher-bg-purple-looks-grey);
}

.references-tab.bg-gray svg path {
    fill: var(--gaucher-bg-purple-looks-grey);
}


.header__request.bg-maroon svg path {
    fill: var(--gaucher-bg-maroon);
}

.header__request.bg-maroon span {
    color: var(--gaucher-bg-maroon);
}

.references-tab.bg-maroon .references-tab__text {
    color: var(--gaucher-bg-maroon);
}

.references-tab.bg-maroon svg path {
    fill: var(--gaucher-bg-maroon);
}

.header__request.bg-dark-orange svg path {
    fill: var(--gaucher-bg-dark-orange-v-2);
}

.header__request.bg-dark-orange span {
    color: var(--gaucher-bg-dark-orange-v-2);
}

.references-tab.bg-dark-orange .references-tab__text {
    color: var(--gaucher-bg-dark-orange-v-2);
}

.references-tab.bg-dark-orange svg path {
    fill: var(--gaucher-bg-dark-orange-v-2);
}

.header__request.bg-dark-blue svg path {
    fill: var(--gaucher-bg-dark-blue);
}

.header__request.bg-dark-blue span {
    color: var(--gaucher-bg-dark-blue);
}

.references-tab.bg-dark-blue .references-tab__text {
    color: var(--gaucher-bg-dark-blue);
}

.references-tab.bg-dark-blue svg path {
    fill: var(--gaucher-bg-dark-blue);
}

.header__request.bg-green svg path {
    fill: var(--gaucher-bg-green);
}

.header__request.bg-green span {
    color: var(--gaucher-bg-green);
}

.references-tab.bg-green .references-tab__text {
    color: var(--gaucher-bg-green);
}

.references-tab.bg-green svg path {
    fill: var(--gaucher-bg-green);
}

.navigation-menu {
    position: absolute;
    top: 0;
    left: 1.333rem;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding-top: 10.8rem;
    width: fit-content;
    z-index: 1;
}

.navigation-menu ul {
    padding: unset;
}

.navigation-menu ul .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.navigation-menu ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 0.53rem;
    grid-gap: 0.53rem;
    align-items: center;
    margin-bottom: 0.53rem;
}

.navigation-menu ul li a span {
    font-family: var(--gaucher-font-Zilla-Slab-Regular);
    font-size: 0.73rem;
    line-height: 0.93rem;
    text-transform: uppercase;
}

.navigation-menu ul li a .navigation-item__text {
    display: none;
    position: absolute;
    left: 3rem;
}

.navigation-menu .navigation-item__text.active {
    display: block;
}

.navigation-menu ul li a.item-dot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 2.53rem;
}

    .navigation-menu li.item > a > svg,
    .navigation-menu-mobile li.item > .icon > svg {
        width: 2.5rem;
        height: 2.5rem;
    }

.sub-list-items li.item-dot a svg {
    width: 0.26rem;
    height: 0.26rem;
}

.navigation-menu__body {
    align-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.header__logo {
    padding-left: 1.333rem;
    align-self: center;
    z-index: 2;
}

.header__logo a.menu-logo-icon img {
    height: 3.6rem;
    width: 9.6rem;
}

.header__body {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: unset;
}

.logo-col__pre-title {
    margin: 0.53rem 0 1rem 0;
    color: var(--gaucher-text-color);
    font-family: var(--gaucher-font-Arial-Regular, Serif);
    font-size: 0.8rem;
    line-height: normal;
}

.logo-col__pre-title a {
    color: var(--gaucher-text-color);
    text-decoration-line: underline;
}

a {
    color: var(--gaucher-text-color);
}

.header__menu_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__btn-wrapper {
    margin-right: 1.6rem;
}

.header__btn-wrapper .header__request {
    width: 9.8rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1.2rem;
    background: var(--gaucher-text-color);
    padding: 0.26rem 0.8rem 0.26rem 0.33rem;
    color: var(--gaucher-bg-purple-looks-grey);
    text-align: right;
    font-family: var(--gaucher-font-Zilla-Slab-Bold, serif);
    font-size: 1.066rem;
}

.header__btn-wrapper .header__request img,
.header__btn-wrapper .header__request svg {
    width: 1.3rem;
    height: 1.3rem;
}

.header__menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.header__menu .header__menu-close-btn {
    z-index: 1;
}

.header__menu_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.header__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 20rem;
    padding: 4.26rem 0 1.6rem 0;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0.9;
    background: var(--gaucher-bg-purple-looks-grey);
}
.header__menu > ul {
    padding-left: 1rem;
}

.header__menu > ul > li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
}
.header__menu ul li {
    border-top: 1px solid var(--gaucher-text-grey-footer);
}


.header__menu ul li span, .header__menu ul li li {
    /*border-bottom: 1px solid var(--gaucher-text-grey-footer);*/
    margin: 0;
    width: 100%;
    display: flex;
    font-size: 14px;
        align-items: center;
}
.header__menu ul li span label {
    font-size: 20px;
    line-height: 20px;
    margin-left: auto;
    padding: 10px 15px 10px 30px;
    text-align: end;
    z-index: 999;
    cursor: pointer;
}
.header__menu ul li ul{
    padding-left: 0;
}
.header__menu ul li ul li a {
    padding-left: 35px;
}
.header__menu ul li span label svg {
    transform: rotate(180deg);
    transition: transform 0.3s linear;
}
.header__menu ul li.open span label svg {
    transform: rotate(0deg);
    transition: transform 0.3s linear;
}
ul.header__list {
    margin-bottom: unset;
    padding-left: 0;
   /* max-height: 500px;
    min-height: 500px;
    overflow-y: scroll;*/
}

.header__list li {
    color: var(--gaucher-text-color);
    font-family: var(--gaucher-font-Zilla-Slab-Regular, serif);
    font-size: 0.92rem;
    line-height: normal;
    text-transform: uppercase;
}

.header__list li .active{
    color: var(--gaucher-text-grey-footer);
}

/*ul.header__list li:after {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.53rem;
    flex-direction: column;
    content: "-";
}*/

ul.header__list li:last-child::after {
    content: '';
    margin-top: 0;
}

ul.header__list li:last-child {
    margin-bottom: 0;
}

.header__burger {
    background: var(--gaucher-bg-purple-looks-grey);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0.53rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header__burger.open-menu svg {
    width: 2rem;
    height: 1.86rem;
}

.header__burger.close-menu svg {
    width: 1.46rem;
    height: 1.46rem;
}

.header__burger.close-menu {
    display: none;
}

.header__menu {
    display: none;
}
.header__menu ul li ul{
    height: 0;
    opacity: 0;
    display: none;
    background-color: rgb(255, 255, 255, 0.23);
}
.header__menu ul li.open ul {
    height: auto;
    opacity: 1;
    display: block;
}
.header__menu.active {
    display: block;
    -webkit-animation: showNav 250ms linear both;
    animation: showNav 300ms ease-in-out both;
}

.close-menu.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 1;
    -webkit-animation: showNav 250ms linear both;
    animation: showNav 250ms linear both;
}
/*.header__menu-col:has(li#main-home .active) .close-icon-menu svg path {
    fill: var(--gaucher-bg-purple-looks-grey) !important;
}*/
.header__burger.open-menu.active {
    display: none;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer .container {
    max-width: 100%;
    padding-right: unset;
    padding-left: unset;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: var(--gaucher-text-grey-footer);
    z-index: 1;
}

.footer__body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 100%;
}

.footer__copy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding-left: 1.33rem;
}

.copyright-text {
    display: block;
    width: min(27.73rem, 60%);
    color: var(--gaucher-text-grey-footer);
    font-family: var(--gaucher-font-Arial-Regular);
    font-size: 0.53rem;
    line-height: 0.8rem;
    padding-bottom: 0.53rem;
}
.copyright-text .superscript {
    font-family: var(--gaucher-font-Zilla-Slab-Regular);
    position: relative;
    left: 0.1em;
    bottom: 0.2em;
    line-height:0;
}
.copyright-text span img {
    width: 50px;
    margin-bottom: 4px;
}

.copyright-text .apple-prevent[x-apple-data-detectors] {
    color: var(--gaucher-text-grey-footer) !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.references-tab__pop-up {
    width: min(60%, 39.6rem);
    position: absolute;
    left: calc(50% - 6.4rem);
    bottom: 0;
}

.references-tab__body {
    overflow: auto;
    max-height: 90vh;
}

.footer__logo {
    flex: 1 1 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 0.6rem;
    margin-bottom: 0.53rem;
}

.footer-brand svg {
    width: 6.13rem;
    height: 2.186rem;
}

.references-tab {
    width: 6.4rem;
    align-items: center;
    display: inline-flex;
    padding: 0.26rem 0.53rem;
    border-radius: 0.53rem 0.53rem 0 0;
    background: var(--gaucher-text-color);
    color: var(--gaucher-bg-purple-looks-grey);
}

.references-tab__icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-self: center;
}

.references-tab__text {
    align-self: end;
    color: var(--gaucher-bg-purple-looks-grey);
    font-family: var(--gaucher-font-Zilla-Slab-Bold);
    font-size: 0.8rem;
    line-height: normal;
    margin-right: 0.53rem;
}

.references-tab__body {
    display: none;
    padding: 1.6rem;
    background: var(--gaucher-text-color);
}

.references-tab__body.active {
    display: block;
}

.references-tab__text li {
    color: var(--gaucher-bg-purple-looks-grey);
    font-family: var(--gaucher-font-Zilla-Slab-Regular);
    font-size: 0.86rem;
    line-height: 1rem;
    margin-bottom: 0.4rem;
}

.references-tab__text li:last-child {
    margin-bottom: 0;
}

.references-tab__text li a {
    text-decoration: underline;
    color: var(--gaucher-bg-purple-looks-grey);
}

.menu-logo-icon svg {
    height: 3.6rem;
    width: 9.6rem;
}

.navigation-menu__body {
    padding-top: 5.006rem;
}

@media screen and (max-width: 375px) and (max-height: 580px) {
    .navigation-menu-mobile li.item > .icon > svg {
        width: 1.8rem;
        height: 1.8rem;
    }
}

@media screen and (min-width: 769px) {
    .navigation-menu-mobile {
        display: none;
    }

}
@media screen and (max-width: 1025px) {
    /* .header__list li, .header__list li a {
        color: var(--gaucher-bg-mobile-menu);
    }*/
    .header__list li .active {
        color: var(--gaucher-scrollbar-thumb);
    }
}
@media (max-width: 768px), (orientation:portrait) {

    .references-tab__body {
        max-height: 60vh;
    }
    
    .header__btn-wrapper .header__request {
        width: 7.5rem;
        font-size: 0.8rem;
        text-align: left;
        
    }
    
    .header__burger.open-menu svg path {
        fill: var(--gaucher-bg-purple-looks-grey);
    }
    
    .header__menu.active {
        display: block;
         -webkit-animation: unset; 
         animation: unset; 
        overflow-y: scroll;
    }

    .header__menu_wrapper {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    
    
    .header__btn-wrapper {
        margin-right: unset;
        margin-top: 0.933rem;
        position: fixed;
        top: 4rem;
        right: 0.6rem;
    }

    .header__logo {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        align-self: start;
        justify-content: space-between;
        padding-top: 8px;
    }

    .menu-logo-icon img {
        height: 3.3rem;
        width: 9.6rem;
    }

    .logo-col__pre-title {
        margin:8px 0 0 8px;
    }
    .header__list li .active {
        color: var(--gaucher-bg-mobile-menu);
    }
    .header__list li:first-child a.active {
        color: var(--gaucher-bg-maroon);
    }
    .header__menu ul li.open span:has(.active) a {
        color: var(--gaucher-bg-maroon);
    }
   /* .header__list li.open a:not(.active), .header__list li .header-submenu a.active, .header__list li.open .header-submenu a {
        color: var(--gaucher-bg-maroon);
    }
    .header__list li.open li:first-child:has(.active) ~ li a:not(.active) {
        color: var(--gaucher-bg-maroon);
    }*/
    .header__list li:has(li .active) span a {
        color: var(--gaucher-bg-maroon);
    }
    .header__list li.open span:has(.active) ~ ul li:first-child a {
        color: var(--gaucher-bg-mobile-menu);
    }
    .header__list li.open span:has(.active) ~ ul li:not(:first-child) a:not(.active) {
        color: var(--gaucher-bg-maroon);
    }
    .header__menu > ul > li#main-resources a.active {
        color: var(--gaucher-bg-maroon);
    }
    .header__menu > ul > li#main-stay-updated a.active {
        color: var(--gaucher-bg-maroon);
    }
    .header__menu > ul > li#main-sitemap a.active {
        color: var(--gaucher-bg-maroon);
    }

    .header__menu,
    .header__burger {
        opacity: 1;
        background: var(--gaucher-text-color);
        margin-left: 0.66rem;
    }

    .header__burger.open-menu svg path{
        width: 2rem;
        height: 1.86rem;
    }
    
    .header__btn-wrapper .header__request {
        color: var(--gaucher-bg-purple-looks-grey);
    }

    .header__list li,
    .header__list li a {
        color: var(--gaucher-bg-mobile-menu);
    }

    .footer__copy.content-screen {
        display: none;
    }

    .navigation-menu {
        display: none;
    }

    .navigation-menu-mobile {
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }

    .navigation-menu-mobile ul {
        padding: unset;
    }

    .navigation-menu-mobile .navigation-menu__body {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: left;
        flex-wrap: wrap;
    }

    .navigation-menu-mobile .navigation-menu__body li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        height: fit-content;
    }

    .navigation-menu-mobile.home-screen .navigation-menu__body li {
        padding: 0.33rem 0.66rem;
        width: calc(50vw - 0.066rem);
        margin-right: 0.13rem;
        margin-bottom: 0.13rem;
    }

    .navigation-menu-mobile.content-screen .navigation-menu__body li {
        padding: 0.7rem 0.66rem;
    }

    .navigation-menu-mobile.home-screen .navigation-menu__body li:nth-child(even) {
        margin-right: 0;
    }

    .navigation-menu-mobile.content-screen .navigation-menu__body .item {
        border: 0.1rem white solid;
        border-bottom-style: hidden;
    }

    .navigation-menu-mobile.content-screen ul,
    .navigation-menu-mobile.home-screen ul {
        margin-bottom: unset;
    }
    
    .navigation-menu-mobile.content-screen .navigation-menu__body li:first-child {
        border-left-style: hidden;
    }

    .navigation-menu-mobile.content-screen .navigation-menu__body li:last-child {
        border-right-style: hidden;
    }

    .navigation-menu-mobile.content-screen li:last-child {
        border-right-style: hidden;
    }
    
    .navigation-menu-mobile.content-screen .navigation-menu__body {
        justify-content: space-between;
    }

    .navigation-menu-mobile .navigation-menu__body li .icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .navigation-menu-mobile.home-screen .navigation-menu__body li .icon span {
        font-family: var(--gaucher-font-Zilla-Slab-Regular);
        font-size: 0.73rem;
        line-height: 0.7rem;
        padding-left: 0.53rem;
        text-transform: uppercase;
    }

    .navigation-menu-mobile.content-screen .navigation-menu__body li .icon span {
        display: none;
    }
    .navigation-menu-mobile.content-screen ~ .popup-label {
        padding: 15px 10px;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #fff;
        align-items: center;
    }
    .navigation-menu-mobile.content-screen ~ .popup-label a {
        color: #ffffff;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 22px;
        font-family: 'Zilla Slab Medium';
    }
    .navigation-menu-mobile.content-screen ~ .popup-label button {
        font-size: 28px;
        background-color: transparent;
        color: #ffffff;
        padding-right: 10px;
    }
    /*.navigation-menu-mobile.content-screen .navigation-menu__body li a.open span{
    justify-content: space-between;
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    display: flex;
    padding: 10px 20px;
}*/
    .navigation-menu-mobile.content-screen .navigation-menu__body li {
        flex: 1 1 0;
        justify-content: center;
    }

    .references-tab__pop-up {
        position: relative;
        padding-left: 0.66rem;
        left: unset;
        bottom: unset;
        width: min(90%, 33.33rem);
    }

    .footer__body {
        flex-direction: column-reverse;
    }

    .footer__logo {
        display: none;
    }

    .footer__copy {
        flex: 1 1 70%;
        padding-left: 0.66rem;
        padding-top: 0.666rem;
    }
    .copyright-text {
        width: unset;
    }
    .navigation-menu-mobile.home-screen ~ .popup-label a, .navigation-menu-mobile.home-screen ~ .popup-label button, .navigation-menu-mobile.home-screen ~ .popup-label {
        padding: 0;
        font-size: 0;
        line-height: 0;
    }

    .header__menu ul li span label svg path {
        fill: #000000;
    }
    .header__menu ul li {
        border-top: 1px solid var(--gaucher-form-option-background);
    }

    .header__menu ul li span label {
        padding: 2px 15px 10px 30px;
    }
    .header__menu ul li ul {
        background-color: rgb(0, 0, 0, 0.1);
    }
    .header__menu ul li ul li a {
        padding-left: 30px;
    }
}
@media screen and (max-width: 550px) {
    .logo-col__pre-title {
        font-size: 0.6rem;
    }
    
    .header__logo {
        padding-top: 6px;
    }
   /* ul.header__list {
        max-height: 440px;
    }*/
    .navigation-menu-mobile.content-screen ~ .popup-label a {
        font-size: 16px;
        line-height: 1.2;
    }
    .navigation-menu-mobile.content-screen ~ .popup-label{
        padding: 10px;
    }
    .navigation-menu-mobile.content-screen ~ .popup-label button{
        font-size: 26px;
    }

    .sitemap__menu-top ~ .copyright-text span img {
        width: 40px;
        margin-bottom: 2px;
        margin-top: 2px;
    }
}

@media screen and (min-height: 1000px) {
/*    .navigation-menu li.item > a > svg {
        width: 3rem;
        height: 3rem;
    }*/
    
    .navigation-menu ul li a span {
        font-size: 0.8rem;
    }

    .navigation-menu ul li a .navigation-item__text {
        left: 3rem;
    }

}

@media screen and (min-height: 1300px) and (max-height: 1800px) {
  /*  .navigation-menu li.item > a > svg {
        width: 4rem;
        height: 4rem;
    }*/
    
    /*.navigation-menu ul .item, .navigation-menu ul .sub-list-items {
        align-items: center;
    }*/

    .navigation-menu ul li a .navigation-item__text {
        left: 3rem;
    }
}

@media screen and (max-height: 7340px) {
    .logo-col__pre-title {
    }

    .navigation-menu {
        padding-top: 20vh;
    }
}

@media screen and (max-height: 711px) {
    .navigation-menu li.item > a > svg {
        width: 1.9rem;
        height: 1.9rem;
    }


    .navigation-menu ul .item, .navigation-menu ul .sub-list-items {
        align-items: start;
    }
}

@media screen and (max-height: 550px) {
    .navigation-menu ul .sub-list-items {
        display: none;
    }
    
    .header__list li {
        font-size: 0.93rem;
        line-height: 14px;
        margin-bottom: 0;
    }

    ul.header__list li:after {
        margin-top: 0.3rem;
    }
    ul.header__list{
        max-height: 350px;
    }
}

@media screen and (max-height: 420px) {
    .navigation-menu ul li a .navigation-item__text {
        width: 120px;
        position: initial;
    }

    .navigation-menu {
        height: 97vh;
    }

    .navigation-menu__body {
        overflow-x: scroll;
    }

    .navigation-menu ul .item, .navigation-menu ul .sub-list-items {
        align-items: start;
    }

    .header__list li {
        font-size: 0.93rem;
        line-height: 13px;
        margin-bottom: 0.2rem;
    }
    
    ul.header__list li:after {
        margin-top: 0.2rem;
    }
}

@media screen and (max-height: 375px) {
    .header__list li {
        font-size: 0.8rem;
        line-height: 11px;
        margin-bottom: 0.1rem;
    }
    
    ul.header__list li:after {
        margin-top: 0.1rem;
    }
}
.navigation-menu ul li a {
    transition: 0.3s ease-in-out;
    border-radius: 1.25rem;
    margin-left: 5px;
    overflow: hidden;
}
.navigation-menu ul li a:hover span {
    display: block;
    width: auto;
    font-size: 0.688rem;
    line-height: 1.2;
    padding-right: 10px;
}
.navigation-menu ul li a:hover:has(.active) {
    border: 0px solid #ffffff;
    background-color: transparent;
     opacity: 0.8;
     width: auto;
}
.navigation-menu ul li a:hover:has(.active) span {
    width: auto;
    font-size: 0.73rem;
    padding-right: 0;
}
.navigation-menu ul li.item > a {
    height: 2.563rem;
}
.navigation-menu ul li a:hover:has(.active) svg {
    width: 2.2rem;
    height: 2.2rem;
}
.navigation-menu ul li a svg {
    transition: 0.3s ease-in-out;
}
.navigation-menu__body .active.selected-sub-menu{
    display: flex;
}
.navigation-menu ul li a:hover svg {
    width: 2.2rem;
    height: 2.2rem;
    transition: 0.3s ease-in-out;
}
.navigation-menu ul li a:hover {
    border: 1px solid #ffffff;
    background-color: var(--gaucher-bg-maroon);
    opacity: 1;
    width: 13.125rem;
}
.navigation-menu ul li a.item-dot:hover svg {
    width: auto;
    height: auto;
}
.navigation-menu ul li a.item-dot:hover {
    border: 0;
    background: none;
    width: 2.53rem;
}
.navigation-menu ul li a.item-dot{
    margin-left: 0;
}
.navigation-menu__body .active.selected-sub-menu:hover{
    opacity: 1;
}
.navigation-menu-mobile.content-screen ~ .popup-label#section-1, .navigation-menu-mobile.content-screen ~ .popup-label#section-5 {
    background-color: var(--gaucher-bg-maroon);
}
.navigation-menu-mobile.content-screen ~ .popup-label#section-2 {
    background-color: var(--gaucher-bg-dark-orange-v-2);
}
.navigation-menu-mobile.content-screen ~ .popup-label#section-3 {
    background-color: var(--gaucher-bg-green);
}
.navigation-menu-mobile.content-screen ~ .popup-label#section-4 {
    background-color: var(--gaucher-bg-dark-blue);
}
.navigation-menu-mobile.content-screen ~ .popup-label#section-6 {
    background-color: var(--gaucher-bg-purple-looks-grey);
}

@media screen and (max-width: 1200px) {
    .navigation-menu ul li.item > a {
        height: 2.313rem;
    }
}
