 .header-scroll { 
    position: fixed;
 }

@media (min-width: 1030px) {
.action__zone .action-zone__container .action__item.open {
  box-shadow: 0 7px 7px -9px rgba(0,0,0,.8);
  background-color: white;
}
.action__zone {
    
    left: inherit;
    right: inherit;
    width: calc(40%); 
}
.header {
   box-shadow: 0 0 20px -10px rgba(0,0,0,.8);
  color: black;
  display: flex;
  z-index: 600;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ec2c31;
  position: fixed;
  top: 0px;
  color: black;
 background-color: #11355c;
 }
.main-menu__nav-list .menu__item .menu-item__link {
  
  color: #000;
}
.main-menu__nav-list li.arrow-down .menu-item__link::after {
  content: '';
  height: 0;
  width: 0;
  margin-top: 6px;
  border: solid #ffffffd1;
    border-top-width: medium;
    border-top-color: rgba(255, 255, 255, 0.82);
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-top-color: #111010;
  border-width: 5px 3px;
  transition: border .3s ease-in-out;
}
.header__secondary { 
    border-bottom: 1px solid #0d2749;
}
.header__secondary-left .menu-item__light {
    color: #ffffff;
    background-color: #0f2d50;
}
 
.menu-bg__bg {
    background-color: transparent;
}
.menu-holder__inner {
   
    width: auto;
}
.menu-holder__subtitle {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: normal;
}
.menu-holder__inner {
    height: 100%; 
    max-height: 70vh;
    padding: 10px 31px 0 0;
}
.menu-holder__row {
    display: initial; 
    margin-left: 0px;
    margin-right: 0px;
    
}
.menu-holder__pad {
    width: 100%; 
    max-width: 100%;
}
 .menu-holder__pad ul li {
    clear: both;
    width: 100%;
    border: 0 none;
    font-size: 12px;
    position: relative;
}
.header-inner { 
    background-color: white;
}
.header-scroll { 
    
    top: -60.5px; 
    border-bottom: 1px solid #ec2c31;
}
/*.header:hover {
   display: flex;
   position: fixed;
   top: 0px;
  
 
}*/
.header-second-title{
    background-color: #e52430;
     color: white;
}
.submenu-item  a:hover {
  color: red;
 
}

.menu-holder__list .menu-holder__item {
 
  padding-top: 5px;
}

}
 .accordion-wrapper {
    z-index: 600;
}
