.menu.fixed .menu_logo {
  max-width: 90px;
}


.model_list {
  font-size: 15px;
}

.model_list a.pdf-link,
p.header_address a.pdf-link {
  color: #ffffff;
  background: #68AE73; 
  padding: 5px 20px; 
  border-radius: 5px; 
  margin-left: 20px;
}

.model_list ul li b {
  font-family: "Aspira_Nar_W01";
}

.display_off {display: none;}
.mobile_off {display: inherit;}
.display_on {display: inherit;}


.load-success {
    width: 300px;
    height: 100px;
    font-size: 16px;
    text-align: center;
    padding: 50px;
    border-radius: 10px;
    color: #000000;
    background: #68ae71;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(102,102,102,1);
    -moz-box-shadow: 10px 10px 10px 0px rgba(102,102,102,1);
    box-shadow: 10px 10px 10px 0px rgba(102,102,102,1);
}






#cookie_note{
    display: none;
    position: fixed;
    z-index:100;
    bottom: 15px;
    left: 50%; 
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    
    opacity: 0;
    transition: opacity 0.5s ease;
    display: none;

}

#cookie_note p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: black;}
  
#cookie_note .btn-sm {
  display: block;
  margin: 0 auto;}
  
.cookie_accept{width:20%;}

@media (min-width: 576px){
  #cookie_note.show{
    display: flex;
    opacity: 1;

  }
}
@media (max-width: 575px){
  #cookie_note.show{
    display: none;
    text-align: left;
    opacity: 1;
    }
}







@media screen and (max-width: 920px) {
  .menu_logo {
    max-width: 80px;
  }

}


@media screen and (max-width: 820px) {
  .menu_logo {
    max-width: 110px;
  }
}



@media screen and (max-width: 540px) {
  .footer_bottom_row,
  .footer_center_row {
    flex-direction: column;
    text-align: center;
  }
  .footer_logo {
    order: -1;
  }
  
  .mobile_off {display: none;}
  .mobile_on {display: inherit; 
    padding: 0;
    font-size: 20px; }
  }
}

@media screen and (max-width: 460px)
  .section_body ~ .section_body {
    margin-top: 50px;
    }

  .blocks_text {
      padding: 50px 35px !important;
  }
  
  .pb0 {
    padding-bottom: 0 !important;
  }
  
  .blocks {
      background: inherit; 
      margin-left: unset; 
      margin-right: unset; 
  }
  
}




