:root {
  --blue1: #4ac1ec;
  --gray2: #333;
  --red: #e70f0f;
  --black: black;
  --white: white;
  --main: #aaa79a;
  --old-lace: #ece7d6;
  --silver: #bcc3cab8;
  --body: #d3cfc2;
  --steel-blue: #057299;
  --dark-grey: #b9b0b0;
  --gray3: #424242;
}

body {
  direction: rtl;
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shual, sans-serif;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Shual, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  color: var(--blue1);
  text-decoration: none;
}

.body {
  direction: rtl;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Shual, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  margin-top: 176px;
  display: flex;
}

.h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 80%;
}

.h2.bold {
  font-weight: 700;
}

.h2.regular {
  font-weight: 400;
}

.h2.light {
  font-weight: 300;
}

.h-quote {
  color: #858080;
  text-align: right;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 38px;
  font-weight: 300;
  line-height: 84%;
}

.h-quote.regular {
  text-align: right;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 900;
}

.h-quote.white {
  color: var(--gray2);
  text-align: center;
  margin-top: 12px;
  font-size: 36px;
  font-weight: 300;
}

.h-quote.second {
  font-size: 28px;
  font-weight: 400;
  line-height: 86%;
}

.h-quote.red {
  color: var(--red);
}

.h-quote.center {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 90%;
}

.h4 {
  margin-top: 23px;
  font-size: 24px;
  font-weight: 900;
  line-height: 80%;
}

.text20 {
  direction: rtl;
  margin-top: 36px;
  font-family: Alef, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
}

.read-more {
  opacity: 1;
  color: #3da4f3;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.read-more:hover {
  text-decoration: underline;
}

.mishne {
  direction: rtl;
  color: #0c0b0b;
  text-align: right;
  flex: 1;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Shual, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 95%;
}

.mishne.white2 {
  color: #000;
  text-align: center;
  width: 100%;
}

.mishne.all {
  width: 100%;
}

.mishne.all.first {
  text-align: center;
  max-width: none;
  margin-top: 8px;
  margin-bottom: 27px;
  font-size: 32px;
}

.mishne.big {
  margin-top: -12px;
  font-size: 26px;
}

.credit {
  font-weight: 900;
}

.main-head {
  color: var(--black);
  text-align: center;
  font-size: 13vw;
  font-weight: 300;
  line-height: 70%;
}

.caption {
  color: var(--gray2);
  margin-top: 30px;
  font-family: Alef, sans-serif;
  font-size: 18px;
}

.lid1 {
  color: var(--blue1);
  margin-top: 30px;
  margin-bottom: 75px;
  font-family: Shual, sans-serif;
  font-size: 30px;
  line-height: 110%;
}

.image {
  margin-bottom: 26px;
}

.header-2 {
  z-index: 10000;
  background-color: #fff;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.title-2 {
  text-align: center;
  letter-spacing: 5px;
  font-family: Shual, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.footer {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-bottom: 44px;
  padding-top: 44px;
  padding-bottom: 34px;
  display: flex;
}

.div-block-30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: flex;
}

.credits {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 80vw;
  font-size: 20px;
  line-height: 115%;
}

.head {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 96vw;
  margin-top: 50px;
  margin-bottom: 14px;
  display: flex;
}

.div-block-33 {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  width: 250px;
  display: flex;
}

.main-wrap {
  flex-direction: row;
  align-items: flex-start;
  width: 80vw;
  max-width: 1100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sec-side {
  flex-direction: column;
  align-items: center;
  width: 33%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: none;
}

.div-block-37 {
  background-color: #0000;
  flex-flow: wrap;
  flex: none;
  margin-top: 11px;
  padding-right: 0;
  display: flex;
}

.hafnaya {
  background-color: #0000;
  border-top: 4px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 13px;
  padding: 0 8px 9px;
  display: flex;
}

.number1 {
  background-color: var(--white);
  direction: rtl;
  border: 1px solid #000;
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 12px 20px 0;
}

.hafnaya-wide {
  border-style: solid;
  border-width: 0 0 6px;
  border-color: black black var(--main);
  background-color: var(--white);
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 30px;
  transition: background-color .3s;
  display: flex;
}

.hafnaya-wide:hover {
  background-color: var(--old-lace);
}

.hafnaya-wide.top {
  justify-content: flex-start;
}

.hafnaya-wide.top.ver {
  background-color: #0000;
  border: 0 solid #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-39 {
  margin-bottom: 12px;
  padding-right: 0;
  font-size: 60px;
  display: flex;
}

.number3 {
  background-color: var(--silver);
  justify-content: flex-end;
  align-items: flex-start;
  width: 66%;
  margin-bottom: 20px;
  padding: 12px;
  display: flex;
}

.second-wrap {
  direction: rtl;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 80vw;
  max-width: 1000px;
  margin: 20px 40px;
  display: flex;
}

.number22 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.3%;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.heading {
  background-color: #0000;
  border-bottom: 0 solid #000;
  justify-content: center;
  width: 100vw;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.heading.derugt {
  text-align: center;
  font-size: 60px;
  display: block;
}

.table {
  width: 100vw;
  height: 100vh;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.body-2 {
  background-color: var(--body);
  border-bottom: 2px solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-40 {
  margin-top: auto;
  margin-bottom: 0;
}

.link {
  color: var(--blue1);
  font-weight: 900;
}

.link.white23 {
  color: var(--steel-blue);
  font-size: 20px;
}

.link.white23._100 {
  font-size: 17px;
}

.div-block-43 {
  order: -1;
  align-items: center;
  height: 135px;
  margin-bottom: 8px;
  display: flex;
}

.div-block-44 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.heading-3 {
  direction: ltr;
  color: var(--blue1);
  background-color: #fff;
  border-radius: 7px;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 4px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
}

.pic-wrap {
  flex: 1;
  width: 40%;
}

.pic-wrap._1 {
  flex: none;
  align-self: stretch;
  width: 100%;
  margin-bottom: 10px;
}

.div-block-46 {
  margin-top: -8px;
  margin-bottom: 23px;
  margin-left: 17px;
}

.button {
  letter-spacing: 3px;
  background-color: #7197b8;
  border-bottom: 6px solid #000;
  font-family: Shual, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.choose {
  border-right: 1px solid #000;
  width: 33.3%;
  margin-left: 4px;
  padding-right: 8px;
  font-family: Alef, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.div-block-47 {
  display: flex;
}

.bold {
  font-weight: 700;
}

.choose2 {
  background-color: #0000;
  width: 60vw;
  display: block;
  position: fixed;
  inset: 11% 3% 0% auto;
  overflow: hidden;
}

.link2 {
  color: var(--steel-blue);
  font-size: 20px;
  font-weight: 900;
}

.link2.small {
  font-size: 20px;
}

.number2222 {
  background-color: var(--silver);
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 12px;
  display: flex;
}

.cred0 {
  font-weight: 900;
}

.sub-main {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: flex-start;
  width: 96vw;
  margin-top: 7px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.new-sub {
  text-align: center;
  font-family: Shual, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 26px;
}

.logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-50 {
  background-color: var(--old-lace);
  border-radius: 8px;
  padding: 14px;
}

.div-block-51 {
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mishne-small {
  margin-top: 6px;
  margin-bottom: 15px;
  font-family: Shual, sans-serif;
  font-size: 17px;
}

.add {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: -15px;
  margin-bottom: 67px;
  display: flex;
}

.table-header {
  border-top: 6px solid #000;
  border-bottom: 1px solid #fff;
}

.div-block-52 {
  border: 1px solid #000;
}

.add2 {
  margin-top: 20px;
  display: none;
}

.div-block-53 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 164px;
  display: flex;
}

.paragraph {
  max-width: 650px;
}

.michael {
  color: #ee0c0c;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.noam {
  color: #4000ff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.rtl {
  text-align: right;
}

.center {
  text-align: center;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-55 {
  width: 600px;
  height: 600px;
}

.button-block-animation {
  cursor: cell;
  background-color: #ffbe33;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.tool-tip {
  background-color: #fff;
  width: 400px;
  height: 450px;
  padding: 31px;
  box-shadow: 1px 1px 8px #0000002e;
}

.open-wrap {
  flex-direction: column;
  width: 80vw;
  max-width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.open-text {
  text-align: center;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.main-sub {
  color: var(--black);
  margin-top: 24px;
  font-family: Shual, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 90%;
}

.open-image {
  flex: none;
  width: 40%;
  margin: 60px auto -11px;
}

.open-logo {
  width: 250px;
}

.image-4 {
  width: 28px;
  max-width: none;
  transition: all .2s;
}

.image-4:hover {
  filter: invert();
}

.link000 {
  text-align: left;
  width: 100%;
  margin-top: auto;
}

.link000.center {
  text-align: center;
}

.image-5 {
  max-width: 70%;
}

.image-5._100 {
  max-width: 100%;
}

.num {
  max-width: 75%;
}

.sec-main {
  border-bottom: 6px solid var(--main);
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .3s;
  display: flex;
}

.sec-main:hover {
  background-color: var(--dark-grey);
}

.image-6 {
  max-width: 100%;
}

.p3 {
  color: var(--white);
  letter-spacing: 4px;
  margin-top: 24px;
  font-family: Shual, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 90%;
}

.div-block-58 {
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  max-width: 800px;
  display: none;
}

.div-block-59 {
  width: 96vw;
  display: flex;
}

.div-block-60 {
  width: 33%;
}

.div-block-61 {
  width: 100%;
}

.taboola {
  max-width: 1000px;
  margin: 40px auto 20px;
}

.taboola-mobile {
  display: none;
}

.footer-2 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 20px;
  margin-bottom: 44px;
  padding-top: 44px;
  padding-bottom: 34px;
  display: flex;
}

.image-7 {
  height: auto;
  margin-bottom: 26px;
}

.credits-2 {
  color: #fff;
  text-align: center;
  width: 80vw;
  font-family: Shual, sans-serif;
  font-size: 19px;
  line-height: 108%;
}

.table-infogram {
  width: 640px;
  min-height: 100px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  color: var(--red);
  font-weight: 900;
}

.div-block-62 {
  width: 80vw;
  max-width: 900px;
  margin: 20px auto;
}

.h02 {
  text-align: center;
  margin-top: 8px;
  font-family: Shual, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 84%;
}

.h02.regular {
  text-align: right;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 900;
}

.h02.white {
  color: var(--gray2);
  text-align: center;
  margin-top: 12px;
  font-size: 36px;
  font-weight: 300;
}

.h02.second {
  font-size: 32px;
  font-weight: 400;
  line-height: 86%;
}

.flex-item {
  border-right: 1px solid var(--body);
  border-left: 1px solid var(--body);
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.flex-item.right {
  border-right: 1px solid #000;
}

.image-9 {
  border: 1px solid #000;
  border-radius: 500px;
}

.flex-text {
  text-align: center;
  margin-top: auto;
  font-family: Shual, sans-serif;
  font-size: 20px;
  line-height: 84%;
}

.flex-text h2 {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 900;
  line-height: 82%;
}

.flex-text h3 {
  margin-top: 0;
  line-height: 84%;
}

.flex-text h4 {
  color: var(--red);
  letter-spacing: -2px;
  margin-bottom: 19px;
  font-size: 72px;
  font-weight: 900;
  line-height: 30px;
}

.flex-01 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 13px;
  display: flex;
}

.div-block-63 {
  background-color: var(--white);
  width: 90vw;
  max-width: 1100px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 24px;
}

.facebook {
  margin-top: 60px;
  margin-bottom: 20px;
}

.full {
  border-style: solid;
  border-width: 2px 0 0;
  border-color: black black var(--main);
  background-color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px 0;
  display: flex;
}

.full.top {
  justify-content: flex-start;
}

.full.top.ver {
  background-color: #0000;
  border: 0 solid #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-share {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 20px auto;
  display: flex;
}

.gag1 {
  color: var(--black);
  text-align: right;
  letter-spacing: 1px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
}

.gag2 {
  background-color: var(--gray3);
  color: var(--white);
  text-align: right;
  letter-spacing: 2px;
  margin-right: 20px;
  padding: 14px 19px;
  font-size: 33px;
  font-weight: 900;
  line-height: 100%;
}

.h-name {
  border-top: 12px solid var(--gray3);
  color: var(--black);
  text-align: right;
  margin-top: 0;
  margin-bottom: 4px;
  padding-top: 6px;
  font-size: 27px;
  font-weight: 900;
  line-height: 90%;
  display: inline-block;
}

.h-name.regular {
  text-align: right;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 900;
}

.h-name.white {
  color: var(--gray2);
  text-align: center;
  margin-top: 12px;
  font-size: 36px;
  font-weight: 300;
}

.h-name.second {
  font-size: 28px;
  font-weight: 400;
  line-height: 86%;
}

.h-name.red {
  color: var(--red);
}

.h-name.maayan {
  margin-top: -12px;
  margin-bottom: 20px;
}

.h-title {
  border-bottom: 1px solid var(--main);
  color: var(--black);
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 6px;
  font-family: Opensanshebrewcondensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.h-title.regular {
  text-align: right;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 900;
}

.h-title.white {
  color: var(--gray2);
  text-align: center;
  margin-top: 12px;
  font-size: 36px;
  font-weight: 300;
}

.h-title.second {
  font-size: 28px;
  font-weight: 400;
  line-height: 86%;
}

.h-title.red {
  color: var(--red);
}

.category {
  border-top: 12px solid var(--gray3);
  text-align: center;
  align-items: center;
  width: 80vw;
  max-width: 1000px;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.content-wrap {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 60%;
  padding-right: 40px;
  display: flex;
}

.content-wrap._1 {
  justify-content: flex-start;
  width: auto;
  padding-right: 0;
}

.hafnaya-tall {
  border-style: solid;
  border-width: 0 0 6px;
  border-color: black black var(--main);
  background-color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 49%;
  margin-bottom: 20px;
  padding: 30px;
  transition: background-color .3s;
  display: flex;
}

.hafnaya-tall:hover {
  background-color: var(--old-lace);
}

.hafnaya-tall.top {
  justify-content: flex-start;
}

.hafnaya-tall.top.ver {
  background-color: #0000;
  border: 0 solid #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.pic-wrap-tall {
  width: 100%;
}

.pic-wrap-tall._1 {
  flex: none;
  align-self: stretch;
  width: 100%;
  margin-bottom: 10px;
}

.main-gag {
  border-bottom: 12px solid var(--gray3);
  color: var(--red);
  margin-top: 24px;
  margin-bottom: 30px;
  padding-bottom: 6px;
  font-family: Shual, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 90%;
  display: inline-block;
}

.logo-wrap {
  text-align: center;
  width: 100vw;
}

.h-maayan {
  color: #858080;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 900;
  line-height: 84%;
}

.h-maayan.regular {
  text-align: right;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 900;
}

.h-maayan.white {
  color: var(--gray2);
  text-align: center;
  margin-top: 12px;
  font-size: 36px;
  font-weight: 300;
}

.h-maayan.second {
  font-size: 28px;
  font-weight: 400;
  line-height: 86%;
}

.h-maayan.red {
  color: var(--red);
}

.maayan-wrap {
  border-style: solid;
  border-width: 12px 10px 10px;
  border-color: var(--dark-grey);
  background-color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto 20px;
  padding: 0 30px 30px;
  transition: background-color .3s;
  display: flex;
}

.maayan-wrap:hover {
  background-color: var(--old-lace);
}

.maayan-wrap.top {
  justify-content: flex-start;
}

.maayan-wrap.top.ver {
  background-color: #0000;
  border: 0 solid #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.h-names {
  border-bottom: 1px solid var(--main);
  color: var(--black);
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 6px;
  font-family: Shual, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.h-names.regular {
  text-align: right;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 900;
}

.h-names.white {
  color: var(--gray2);
  text-align: center;
  margin-top: 12px;
  font-size: 36px;
  font-weight: 300;
}

.h-names.second {
  font-size: 28px;
  font-weight: 400;
  line-height: 86%;
}

.h-names.red {
  color: var(--red);
}

.image-10 {
  width: 20vw;
}

.h-maayan2 {
  color: #858080;
  text-align: center;
  letter-spacing: 3px;
  border-bottom: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 300;
  line-height: 84%;
}

.h-maayan2.regular {
  text-align: right;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 900;
}

.h-maayan2.white {
  color: var(--gray2);
  text-align: center;
  margin-top: 12px;
  font-size: 36px;
  font-weight: 300;
}

.h-maayan2.second {
  font-size: 28px;
  font-weight: 400;
  line-height: 86%;
}

.h-maayan2.red {
  color: var(--red);
}

@media screen and (max-width: 991px) {
  .mishne.all.first {
    font-size: 26px;
  }

  .main-head {
    font-size: 20vw;
  }

  .main-wrap {
    margin-bottom: 1px;
  }

  .sec-side {
    width: 26%;
  }

  .div-block-37 {
    width: auto;
  }

  .number1 {
    flex-direction: column;
  }

  .hafnaya-wide {
    width: 96vw;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }

  .number3 {
    flex-direction: column;
  }

  .second-wrap {
    width: 96vw;
    max-width: none;
  }

  .number22 {
    flex-direction: column;
    width: 100%;
  }

  .div-block-46 {
    max-width: 50%;
  }

  .choose2 {
    width: 95vw;
  }

  .number2222 {
    flex-flow: column;
  }

  .add1 {
    width: 95%;
    margin-top: 12px;
    margin-bottom: -31px;
  }

  .open-wrap {
    width: 96vw;
    max-width: none;
    margin-top: 20px;
  }

  .open-logo {
    width: 150px;
  }

  .sec-main {
    flex: 1;
  }

  .div-block-58 {
    max-width: none;
  }

  .taboola {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-text h4 {
    letter-spacing: 0;
    font-size: 40px;
  }

  .full {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 8px;
  }

  .category {
    width: 96vw;
    max-width: none;
  }

  .hafnaya-tall {
    width: 48%;
  }

  .main-gag {
    font-size: 28px;
  }

  .logo-wrap {
    width: 40vw;
  }

  .maayan-wrap {
    width: 96vw;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .main-head {
    font-size: 20vw;
  }

  .head {
    flex-direction: row;
    align-items: center;
    margin-top: 42px;
  }

  .div-block-33 {
    width: auto;
    margin-top: 8px;
    margin-bottom: 2px;
  }

  .main-wrap {
    flex-direction: column;
    width: 92vw;
    margin-bottom: 33px;
  }

  .sec-side {
    order: 1;
    width: 100%;
  }

  .div-block-37 {
    flex-direction: column;
    order: -1;
    width: 100%;
    padding-right: 0;
  }

  .number1 {
    border-bottom: 4px solid #000;
    border-left-width: 0;
    border-right-width: 0;
    width: auto;
  }

  .hafnaya-wide {
    flex-direction: column;
    width: 100%;
  }

  .number3 {
    justify-content: center;
    align-items: center;
    padding-right: 27px;
  }

  .second-wrap {
    width: 92vw;
  }

  .number22 {
    border-bottom: 2px solid #000;
    margin-bottom: 7px;
    padding-bottom: 6px;
  }

  .pic-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .button {
    border-bottom-width: 0;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 20px;
  }

  .choose {
    border-bottom: 1px solid #000;
    border-right-width: 0;
    width: 100%;
    padding-bottom: 15px;
  }

  .div-block-47 {
    flex-direction: column;
  }

  .sub-main {
    width: 90vw;
  }

  .div-block-49 {
    max-width: 90%;
  }

  .add1 {
    display: none;
  }

  .add2 {
    width: 90%;
    margin-top: 42px;
    display: block;
  }

  .open-wrap {
    flex-direction: column;
    width: 92vw;
    margin-top: 10px;
  }

  .open-text {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .open-image {
    width: auto;
  }

  .open-logo {
    margin-bottom: 14px;
  }

  .div-block-57 {
    width: 100%;
  }

  .div-block-58 {
    width: 92vw;
  }

  .taboola-mobile {
    display: block;
  }

  .taboola-desktop {
    display: none;
  }

  .table-infogram {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .h02 {
    font-size: 66px;
  }

  .flex-item {
    width: 48%;
    margin-bottom: 40px;
  }

  .flex-text h4 {
    font-size: 56px;
  }

  .div-block-63 {
    max-width: 640px;
  }

  .full {
    width: 100%;
    margin-bottom: 19px;
  }

  .share-addthis {
    padding-bottom: 14px;
  }

  .content-wrap {
    width: auto;
    padding-right: 0;
  }

  .content-wrap._1, .hafnaya-tall, .pic-wrap-tall {
    width: 100%;
  }

  .maayan-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .h-quote {
    margin-top: 0;
    font-size: 30px;
  }

  .h-quote.second {
    font-size: 28px;
  }

  .h-quote.center {
    font-size: 24px;
    line-height: 94%;
  }

  .text20 {
    font-size: 18px;
    line-height: 105%;
  }

  .mishne {
    flex: 1;
    width: 100%;
  }

  .caption, .lid1 {
    font-size: 18px;
    line-height: 105%;
  }

  .header-2 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .title-2 {
    margin-top: -25px;
  }

  .main-wrap {
    flex-direction: column;
  }

  .sec-side, .div-block-37 {
    width: 100%;
  }

  .hafnaya-wide {
    flex-direction: column;
    margin-left: 0;
    padding: 24px;
  }

  .second-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .pic-wrap {
    margin-bottom: 0;
  }

  .div-block-49 {
    margin-top: 13px;
  }

  .add2 {
    width: 95%;
  }

  .main-sub {
    font-size: 30px;
  }

  .sec-main {
    padding-left: 6px;
    padding-right: 6px;
  }

  .taboola {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-2 {
    width: auto;
  }

  .image-7 {
    height: auto;
  }

  .h02 {
    font-size: 48px;
  }

  .flex-item {
    border-left-width: 0;
    border-right-width: 0;
    width: auto;
  }

  .flex-image {
    max-width: 75%;
  }

  .flex-text {
    width: 100%;
  }

  .flex-text h4 {
    margin-bottom: 6px;
    font-size: 56px;
  }

  .full {
    flex-direction: column;
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 18px;
  }

  .gag1 {
    text-align: center;
    padding-right: 0;
  }

  .gag2 {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 30px;
  }

  .h-name {
    font-size: 30px;
  }

  .h-name.second, .h-title.second {
    font-size: 28px;
  }

  .category {
    flex-direction: column;
    width: 92vw;
  }

  .hafnaya-tall {
    flex-direction: column;
    margin-left: 0;
    padding: 24px;
  }

  .main-gag {
    font-size: 26px;
  }

  .logo-wrap {
    width: 75vw;
  }

  .h-maayan {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 80%;
  }

  .h-maayan.second {
    font-size: 28px;
  }

  .maayan-wrap {
    flex-direction: column;
    width: 92vw;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h-names.second {
    font-size: 28px;
  }

  .h-maayan2 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 80%;
  }

  .h-maayan2.second {
    font-size: 28px;
  }
}


@font-face {
  font-family: 'Alef';
  src: url('../fonts/Alef-Regular.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Alef';
  src: url('../fonts/Alef-Bold.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Shualserif';
  src: url('../fonts/ShualSerif-Regular.eot') format('embedded-opentype'), url('../fonts/ShualSerif-Regular.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Shualserif';
  src: url('../fonts/ShualSerif-Bold.eot') format('embedded-opentype'), url('../fonts/ShualSerif-Bold.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Shualserif';
  src: url('../fonts/ShualSerif-Light.eot') format('embedded-opentype'), url('../fonts/ShualSerif-Light.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Black.eot') format('embedded-opentype'), url('../fonts/Shual-Black.woff') format('woff'), url('../fonts/Shual-Black.woff') format('woff'), url('../fonts/Shual-Black.ttf') format('truetype'), url('../fonts/Shual-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Regular.eot') format('embedded-opentype'), url('../fonts/Shual-Regular.woff') format('woff'), url('../fonts/Shual-Regular.ttf') format('truetype'), url('../fonts/Shual-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Bold.eot') format('embedded-opentype'), url('../fonts/Shual-Bold.woff') format('woff'), url('../fonts/Shual-Bold.ttf') format('truetype'), url('../fonts/Shual-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Light.eot') format('embedded-opentype'), url('../fonts/Shual-Light.woff') format('woff'), url('../fonts/Shual-Light.ttf') format('truetype'), url('../fonts/Shual-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensanshebrewcondensed';
  src: url('../fonts/OpenSansHebrewCondensed-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensanshebrewcondensed';
  src: url('../fonts/OpenSansHebrewCondensed-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensanshebrewcondensed';
  src: url('../fonts/OpenSansHebrewCondensed-Bold.woff') format('woff'), url('../fonts/OpenSansHebrewCondensed-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}