@import url('https://web-archive.nli.org.il/National_Library/cs_/https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
html, body, div, span, input, textarea, select, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, .tp-caption {
    font-family: 'Poppins', sans-serif;
}

.header-19 {
  background: #1f5697;
  color: white;
  padding: 13px 0;
}
.header-19 img {
  max-width: 140px;
}
.footer-19 {
  background: #1f5697;
  color: white;
  padding: 17px 0px;
  display: flex;
  justify-content: center;
  font-size: 15px;
  height: initial;
}
.container-19 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body {
  margin: 0;
}

.main-19 {
  flex: 1;
  background: #f6f9ff;
}
.header-container {
  max-width: 992px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-container nav {

}
.header-container nav a {
  font-size: 15px;
  margin-right: 22px;
  letter-spacing: 1.1px;
  color: #f7fbff;
}

a {
  color: white;
  text-decoration: none;
}

.mobile {
  display: none;
  margin-right: 45px;
}
.bars-1 {
  font-size: 24px;
  padding: 6px;
}
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 999;
  flex-direction: column;
  max-height: 100vh;
  overflow-y: auto;
}
nav.mobile-nav a {
  font-size: 19px;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 22px 0;
  text-align: center;
  margin-right: 0;
  background: #ffffff;
  color: #42505a;
}
@media(max-width:600px) {
  .header-container .desktop-nav {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.x-btn {
  color: #577ba7;
  font-size: 72px;
  background: #fbfcfd;
  text-align: end;
  padding-right: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f3f5;
}
