* {
  font-family: 'Assistant', Sans-serif !important;
}

p {
  margin: 0 !important;
}

.margin30 {
  display: block;
  height: 30px;
}

.margin15 {
  display: block;
  height: 15px;
}

.margin45 {
  display: block;
  height: 45px;
}

.margin60 {
  display: block;
  height: 60px;
}

.start {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  width: 100%;
}

span {
  line-height: 1;
  background-color: transparent !important;
  background: transparent !important;
}

.start font {
  font-size: 20px;
}

.start b,
.start font b {
  margin-left: 5px;
}

.start font.size5 {
  font-weight: 700;
  font-size: 21px;
}

.start span.label font,
.start span.label font>span,
.start span.label {
  color: #f59329;
  font-weight: 700 !important;
  font-size: 21px;
}

#spanStart {
  padding: 5px 0px;
  margin-bottom: 20px;
  font-size: 21px !important;
  background-color: black !important;
  color: white !important;
  display: block !important;
  text-align: center !important;
}

.start font.size6 {
  font-size: 30px;
}

.start span font {
  /* font-size: inherit; */
}

.start .long-line {
  margin: 20px 0px;
}

#info_holder .long-line {
  display: none;
}

#info_holder font,
#info_holder p,
#info_holder b {
  color: #919191 !important;
}

#info_holder ul {
  list-style-type: disc;
  padding-right: 25px;
}

.qa .content .image img {
  max-height: 600px;
}

.start .highlighter {
  padding-right: 1.8%;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.start .highlighter .table_cell,
.start .highlighter .table_cell b {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400 !important;
}

.start .highlighter .table_cell {
  flex-basis: 11%;
  margin-left: 1.5%;
  margin-bottom: 20px;
  font-size: 16px;
}

.start .highlighter .table_cell .desc2,
.start .highlighter .table_cell .desc {
  /* margin: 5px 0px; */
  display: flex;
  /* min-height: 35px; */
  align-items: center;
}

.start .highlighter .table_cell .tags {
  display: flex;
  flex-direction: row;
}

.start .highlighter .table_cell .tag {
  white-space: nowrap;
  color: white;
  font-size: 15px;
  border-radius: 2px;
  font-weight: 300;
  width: auto;
  text-align: center;
  display: inline-block;
  padding: 0px 5px 1px 5px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 5px 0px; */
}

.start .highlighter .table_cell .tag:nth-child(2) {
  margin-right: 4px;
}

.start .highlighter .table_cell .purchase_tag {
  background-color: black;
}

.start .highlighter .table_cell .free_tag {
  background-color: #f59329;
  white-space: nowrap;
}

body.license .start .highlighter .table_cell .free_tag,
body.license .start .highlighter .table_cell .purchase_tag {
  visibility: hidden;
  padding: 0;
  width: 70px;
  margin-left: -30px;
}

body.license .start .highlighter .table_cell .free_tag:before,
body.license .start .highlighter .table_cell .purchase_tag:before {
  visibility: visible;
  content: "פתוח";
  color: white;
  background-color: #f59329;
  padding: 0px 7px 1px 7px;
  border-radius: 2px;
}

.intro_cancel_tag {
  background-color: red;
  color: white;
  font-size: 15px;
  border-radius: 2px;
  font-weight: 300;
  text-align: center;
  padding: 0px 5px 1px 5px;
  height: 18px;
}

.start .highlighter .table_cell.cancel .cancel_tag:after {
  content: "לא בתכנית";
  white-space: nowrap;
  background-color: red;
  color: white;
  font-size: 15px;
  border-radius: 2px;
  font-weight: 300;
  width: auto;
  text-align: center;
  display: inline-block;
  padding: 0px 5px 1px 5px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.start .highlighter .table_cell .tag.manuy {}

.start .highlighter .table_cell:hover {
  opacity: 0.7;
}

.start .table_cell .oldlink {
  color: black;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  align-items: center;
}

.start .table_cell {
  color: #919191;
}

.lesson h1.headline {
  font-size: 48px;
  line-height: 1;
  margin-top: 0;
  padding-top: 0;
}

h2.sub_headline {
  font-size: 28px;
  font-weight: 300;
  color: rgb(36, 36, 36);
  display: flex;
  flex-direction: column;
  background-color: transparent;
  color: rgb(175, 175, 175);
}

.lesson .page-top .right {
  min-width: 450px;
  width: 45%;
  align-items: center;
}

.lesson .page-top .right #top-right-text {
  margin-top: -5%;
}

.lesson .slider-singular .slider-singular-buttons {
  margin-top: 70px;
}

#breadcrumbs {
  margin-bottom: 20px;
}

.qa .content {
  width: 100%;
}

@media (max-width:1600px) {
  .lesson .slider-singular .slider-singular-buttons {
    margin-top: 50px;
  }

  .start .highlighter {
    padding-right: 30px;
  }
}

@media (max-width:1349px) {
  .start .highlighter .table_cell {
    flex-basis: 12.5%;
    margin-left: 1.75%;
  }

  .lesson .slider-singular .slider-singular-buttons {
    margin-top: 30px;
  }

  .lesson h1.headline {
    font-size: 38px;
  }
}

@media (max-width:1199px) {
  .start .highlighter .table_cell {
    flex-basis: calc(15.75% - 20px);
    margin-left: 25px;
  }

  .lesson .slider-singular .slider-singular-buttons {
    /* margin-top: 20px; */
  }

  .lesson h1.headline {
    font-size: 32px;
  }

  h2.sub_headline {
    font-size: 24px;
  }
}

@media (max-width:991px) {
  .start .highlighter .table_cell {
    flex-basis: calc(18.9% - 20px);
    margin-left: 25px;
  }

  .lesson .page-top .right {
    width: 50%;
  }

  .lesson h1.headline {
    margin-right: 0px;
  }

  .lesson .page-top .right #top-right-text {
    margin-top: -15%;
  }

  .lesson .page-top .top-image .descriptor .txt2 {
    font-size: 21px;
  }
}

@media (max-width: 860px) {
  .start {
    padding-top: 20px;
  }

  .lesson .page-top .top-image .descriptor .txt2 {
    font-size: 22px;
  }

  .start .highlighter .table_cell {
    flex-basis: calc(23.6% - 20px);
    margin-left: 25px;
  }

  #breadcrumbs {
    font-size: 13px;
  }

  .lesson .page-top .right #top-right-text {
    margin-top: 1%;
  }

  .lesson .page-top .right {
    width: 90%;
    text-align: center;
  }

  .lesson h1.headline {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .mid_content {
    border-top: 1px solid rgba(145, 145, 145, 0.2);
    padding-top: 10px;
    margin-top: 40px;
    padding: 0px 15px;
  }
}

@media (max-width:640px) {
  .start .highlighter {
    padding-right: 0
  }

  .start .highlighter .table_cell {
    flex-basis: calc(31.5% - 20px);
    margin-left: 25px;
  }
}

@media (max-width:520px) {
  .lesson .page-top .right {
    min-width: unset !important;
  }

  .start .highlighter {
    padding-right: 0;
    width: calc(80% + 25px);
    margin: 0 auto;
    justify-content: space-between;
  }

  .start .highlighter .table_cell {
    flex-basis: 45%;
    margin-left: 0;
  }
}