    .home-page .shadow {
      display: block !important;
    }

    .Header .shadow {
      position: absolute;
      width: 100%;
      display: none;
      height: 11%;
      z-index: 1;
      top: 0;
      left: 0;
      background: #e12228;
      border-bottom: 4px solid #fff;
      box-shadow: linear-gradient(0deg, transparent 0, #fffdfd 15%);
    }

    .Header {
      width: 100%;
      background: #e12228;
      position: -webkit-sticky;
      z-index: 999;
/*       position: sticky; */
      top: 0;
      height: auto;
    }

    .Header .Header-inner {
      position: relative;
      /* padding: 10px 10% 0 10%; */
      z-index: 1;
      width: 90%;
      margin: 0 auto;
      max-width: 1920px;
    }

    .Header .Header-inner .menu {
      display: flex;
      line-height: 70px;
      align-items: center;
      position: relative;
      width: 100%;
      justify-content: space-between;
      max-width: 1920px;
    }

    .Header .Header-inner .menu .main-logo img {
      height: 75px;
      width: auto;
      transition: 0.3s;
    }

    .Header .Header-inner .menu .language {
      display: flex;
      height: 30px;
      color: #fff !important;
      line-height: 30px;
      font-weight: 400;
      letter-spacing: 1px;
    }

    .Header .Header-inner .menu .language:first-child {
      margin-right: 10px;
      color: #fff;
    }

    .Header .Header-inner .menu .language:last-child {
      color: #fff;
    }

    .Header .Header-inner .menu .language a {
      color: #fff;
      font-size: 1.1em;
    }

    .Header .Header-inner .menu .language a:hover {
      text-decoration: underline;
    }

    .Header .Header-inner .menu .language span {
      font-size: 12px;
    }

    .Header .Header-inner .menu>ul {
      width: calc(100% - 100px);
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }



    .Header .Header-inner .menu>ul:first-child {
      justify-content: flex-end;
    }


    .Header .Header-inner .menu>ul:first-child>li {
      margin-left: 0;
      margin-right: 2.2%;
    }

    .Header .Header-inner .menu>ul:first-child>li:first-child {
      margin-left: 0;
    }

    .Header .Header-inner .menu>nav>ul>li .mini-submenu {
      position: absolute;
      background: rgba(255, 255, 255, 0.98);
      padding: 4px;
      min-width: 250px;
      transition: all 0.3s ease;
      border-radius: 0 0 8px 8px;
      visibility: hidden;
      z-index: 1001;
      opacity: 0;
      top: 120px;
      pointer-events: none;
    }

    .Header .Header-inner .menu>nav>ul>li .mini-submenu>li>a {
      display: block;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
      transition: 0.3s;
      padding: 0px 12px;
      color: #282828;
    }

    .Header .Header-inner .menu>nav>ul>li .mini-submenu>li>a:hover {
      background: #f5f5f5;
      color: #c20b09;

    }

    .Header .Header-inner .menu>nav>ul>li:hover a:after {
      visibility: visible !important;
      -webkit-transform: scaleX(1) !important;
      transform: scaleX(1) !important;
      transition: all 0.25s ease-out !important;
    }

    .Header .Header-inner .menu>nav>ul>li>a {
      color: #fff !important;
      transition: all 0.3s ease;
      font-size: 16px;
      font-weight: 500;
      display: block;
      white-space: nowrap;
      /*line-height: 80px;*/
      position: relative;
      cursor: pointer;
    }

    /* .Header .Header-inner .menu>nav>ul>li>a:after {
      position: absolute;
      width: 100%;
      height: 3px;
      top: 60px;
      left: 0;
      background-color: #ffffff;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      transition: all 0.15s ease-in;
      z-index: 1;
    } */

    .Header .Header-inner .menu>nav>ul>li:hover .mini-submenu {
      top: 100px;
      visibility: visible !important;
      opacity: 1 !important;
      pointer-events: all;
    }

    .Header .Header-inner .menu>nav>ul>li:hover .big-submenu {
      top: 100px;
      visibility: visible !important;
      opacity: 1 !important;
      pointer-events: all;
    }

    .Header .Header-inner .menu>nav>ul>li .big-submenu {
      max-height: 81vh;
      position: absolute;
      z-index: 2;
      background: rgba(255, 255, 255, 0.98);
      visibility: hidden;
      opacity: 0;
      width: 100%;
      transition: 0.4s;
      top: 120px;
      pointer-events: none;
      left: 0;
      line-height: 30px;
      padding: 30px 4% 10px 4%;
      display: grid;
      overflow-x: hidden;
      overflow-y: scroll;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 20px;
    }

    .Header .Header-inner .menu>nav>ul>li .big-submenu>li {
      min-width: 23%;
    }

    .Header .Header-inner .menu>nav>ul>li .big-submenu>li a {
      color: black;
      font-weight: 300;
      padding: 4px;
      transition: 0.1s;
    }

    .Header .Header-inner .menu>nav>ul>li .big-submenu>li a:hover {
      color: #fff;
      background: #e30613;
    }

    .Header .Header-inner .menu>nav>ul>li .big-submenu>li a:hover i {
      transition: 0.1s;
      color: #fff;
    }

    .Header .Header-inner .menu>nav>ul>li .big-submenu>li .d-flex {
      display: block;
    }

    .Header .Header-inner .menu>nav>ul>li .big-submenu>li i {
      color: #818181;
      font-weight: 300;
      font-size: 10px;
      margin-right: 4px;
    }

    .Header .Header-inner .menu>nav>ul>li .big-submenu>li>img {
      margin-right: 6px;
      width: 14px;
      margin-top: -4px;
    }

    .Header .Header-inner .menu>nav>ul>li .big-submenu>li>span {
      color: #e30613;
      font-weight: bold;
      font-size: 14px;
    }

    .Header .Header-inner .menu>nav>ul>li .big-submenu>li>ul {
      margin-left: 20px;
      line-height: 1.9em;
    }


    .up-right {
      display: flex;
      align-items: center;
      margin-left: auto;
      margin-right: -18px;
      justify-content: space-between;
      position: absolute;
      right: 15px;
    }

    .up-left {
      display: flex;
      align-items: center;
      margin-left: auto;
      padding-bottom: 4px;
      justify-content: space-between;
      position: absolute;
      left: 0;
    }

    .home-page .menu .big-submenu {
      top: 130px;
    }

    .home-page .language {
      top: 28px !important;
    }

    .home-page .menu>ul>li:hover .big-submenu {
      top: 110px !important;
    }

    .home-page .menu .mini-submenu {
      top: 130px;
    }

    .home-page .menu>ul>li:hover .mini-submenu {
      top: 110px !important;
    }

    .bg-logo {
      position: absolute;
      width: 100%;
      height: 110%;
      top: 0;
      right: 0;
      display: flex;
      pointer-events: none;
      align-items: flex-end;
      justify-content: flex-end;
      overflow: hidden;
    }

    .bg-logo img {
      pointer-events: none;
      width: auto;
      margin-left: auto;
      opacity: 0.07;
      height: 100%;
    }

.nav-menu {
    display: flex;
    list-style: none;
    gap: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.menu .up-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.menu .logo {
    flex-shrink: 0;
    margin-right: auto;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    margin-left: 0;
    flex-shrink: 0;
}

.menu-logo {
    width: auto;
}

.logo-container {
    background: #e12228;
    height: 100px;
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 60px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 0;
    left: 0;
}

.menu-logo img {
    max-width: 175px;
    height: auto;
}

@media only screen and (max-width: 1450px) {
    .Header .Header-inner .menu>nav>ul>li:first-child {
        /*margin-left: 3%;*/
    }
}

@media only screen and (max-width: 1450px) {
    .Header .Header-inner .menu>nav>ul>li {
        /*margin-left: 1.5%;*/
    }
}

@media only screen and (max-width: 1450px) {
    .Header .Header-inner .menu .login-button {
        padding-bottom: 10px !important;
    }
}

.nav-item {
    position: relative;
    height: 100px;
    /*margin-left: 2%;*/
}

.nav-link {
    display: block;
    padding: 0px 10px;
    align-content: center;
    height: 100%;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.Header .Header-inner .menu>nav>ul>li .mini-submenu {
    /* position: fixed; */
    box-shadow: 0 0 12px rgba(252, 252, 252, 0.24);
}

.Header .Header-inner .menu .login-button {
    border: none;
    background: transparent;
    padding: 10px 6px;
    padding-bottom: 25px !important;
    line-height: 0px;
    align-items: center;
}

.language-btn {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10002;
}

.language-selector:hover .language-dropdown {
    display: block;
}

.language-option {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 8px;
    width: 60px;
    height: 30px;
    justify-content: center;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
}

.language-selector {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}