.header {
    position: relative;
    z-index: 10;
    padding: 14px 0px;
    display: block;
    /* background-color: #202b45e3; */
    background-image: linear-gradient(125deg,rgb(30 40 70 / 1),rgb(50 75 115 / 1),rgb(30 40 70 / 1),rgb(50 75 115 / 1),rgb(30 40 70 / 1));
    box-shadow: 5px 5px 8px 0 rgb(3 19 33 / 83%);
}
.company__text {
    padding-right: 15%;
    font-size: 16px;
    font-weight: 300;
    font-family: Fira Sans,sans-serif;
    color: #c7cbd3;
    padding-left: 4%;
    text-align: center;
}
.company {
    /* float: right; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.toggle-menu {
background-image: linear-gradient(125deg,rgb(30 40 70 / 1),rgb(50 75 115 / 1),rgb(30 40 70 / 1),rgb(50 75 115 / 1),rgb(30 40 70 / 1));
}
.menu__link:hover{
color:#6d9ef2;
text-shadow: 6px 6px 10px #00000069;
}



       .header__menu{
      width: 100%;
      height: 62px;
      margin: 0;
      /* z-index: 99; */
      }
      .menu{
      position: relative;
      overflow: visible;
    padding: 0;
    height: 62px;
    list-style: none;
      }
/*      .menu li{
      height: auto;
/*      width: 135.8px; */
      float: left;  
      text-align: center; 
      list-style: none;  
      padding: 0;
      margin: 0;
      margin-right: 40px;
      color: white;
      display: block;
      font-family: Intro,sans-serif;
      font-size: 14px;
      white-space: nowrap;
      text-decoration: none;
      transition: color 0.6s;
      } */
      }
      .menu a{
      padding: 25px 0;
      color: white;
      display: block;
      font-family: Intro,sans-serif;
      font-size: 14px;
      white-space: nowrap;
      text-decoration: none;
      transition: color 0.6s;
      }
      .menu li:hover, a:hover {
/*      background-color: #444444; */
      } 
      .menu li ul{
      display: none;
      height: auto;									
      margin: 0; 
      padding: 0; 
      }		


@media screen and (max-width: 991px){
      .menu li ul{
      display: none;
      height: 0;									
      margin: 0; 
      padding: 0; 
      }	
.submenu {
    position: relative;}
}
		
      .menu li:hover ul{
      display: block;
      }
      .menu li ul li {
      background-color: #2a3d61;
      } 
.menu li ul li a{
      border-left: 0px solid #444444;
      border-right: 0px solid #444444;
      border-top: 0px solid #444444;
      border-bottom: 0px solid #444444;
      padding: 10px 10px 10px 10px;
      box-shadow: 1px 1px 8px 3px rgb(3 19 33 / 72%);
}
      .menu li ul li a:hover{
      background-color: #273759;
      }
/* .product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 4px;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}
.product-item {
    display: block;
    box-sizing: border-box;
    padding-top: 15px;
    width: 132%;
    border: 4px solid #366e5e;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 2px 2px 5px 2px rgb(101 151 133);
} */
.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
/*	left: 0; */
	left: 5px;
	display: block;
/*	width: 100%; */
/*	height: 100%; */
	width: 94%;
	height: 91%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}
.product-item {
    display: block;
    box-sizing: border-box;
    padding-top: 15px;
    width: 100%;
    padding-bottom: 6px;
    min-width: max-content;
    margin-bottom: 12px;
    box-shadow: rgb(193, 210, 211) 2px 1px 2px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(195, 207, 220);
    border-image: initial;
    border-radius: 18px;
    background: linear-gradient(rgb(19, 64, 52), rgb(141, 134, 113), rgb(148, 197, 177), rgb(232, 236, 221), rgb(255, 255, 255));
    min-width: 170px;
}
 .product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 4px;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}
.product-item-button-container {
    display: none;
}
.product-item-image-wrapper {
    position: relative;
    display: block;
    margin-bottom: 0px;
    padding-top: 140%;
    width: 100%;
    transition: all 300ms ease;
}
@media (min-width: 992px) {
.col-lg-2 {
    padding-right: 140px;}
.product-item {
    min-width: 152px;}
.product-item-container {
    min-width: 140px;}
}
.product-item-image-wrapper:hover {
z-index: 12;
}
.news_link {
    font-family: sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-style: italic !important;
    color:  #000000 !important;
    letter-spacing: 1 !important;
    border: none !important;
    padding: 0 !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
    text-decoration: underline !important;
}
.news_link:hover {
    color: #30486f !important;
    border-radius: 4px !important;
    padding: 2px !important;
    background: #30486f54 !important;
}