@charset "UTF-8";
.screen-reader-text {
	 border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.post-page {
  display: block;
  margin: 0 auto;
  padding: 0 20px 20px;
  direction: rtl;
  font-family: 'almoni-dl';
  font-size: 18px;
  line-height: 1.2; }
  @media screen and (max-width: 700px) {
    .post-page {
      font-size: 16px;
      padding: 0 5px; } }

.image-wrap {
  background: linear-gradient(180deg, #12151e 0%, #3a3947 100%); }
  .image-wrap img[src*="placeholder"] {
    object-fit: none !important; }

@media screen and (max-width: 500px) {
  .app_n3iu {
    padding-top: 30px; } }

@media screen and (max-width: 768px) {
  .row-main {
    display: block !important; } }

.kasher {
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  color: #444;
  font-size: .7em;
  font-weight: 700;
  padding: 2px 12px;
  vertical-align: middle;
  border-radius: 26px; }

body {
  margin: 0;
  background-color: #F9F9F4; }
  @media screen and (max-width: 700px) {
    body {
      padding: 0; } }
  body *:focus {
    outline: 1px dotted #CCC; }

* {
  box-sizing: border-box; }

.row {
  display: flex; }
  .row-2 {
    flex-direction: row-reverse; }
    @media screen and (max-width: 1300px) {
      .row-2 > .cell {
        min-height: 300px; } }
    @media screen and (max-width: 700px) {
      .row-2 > .cell {
        min-height: 250px; } }
  .row-3 {
    padding-top: 10px;
    flex-direction: row-reverse; }
  .row-h {
    flex-direction: row-reverse;
    margin: 0 -5px; }
    .row-h > .cell {
      padding: 5px;
      flex-grow: 1; }
    @media screen and (max-width: 1300px) {
      .row-h {
        flex-direction: column; }
        .row-h > .cell {
          width: auto;
          min-width: 0; } }

.box {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.cell-action .box {
  padding: 20px;
  background-color: #FAC50C;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFF;
  font-size: 3.4em;
  text-decoration: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
  .cell-action .box p {
    margin: 0;
    max-width: 380px;
    line-height: 1;
    font-size: 2em; }

.cell-photo {
  min-width: 30%;
  width: 30%; }
  .cell-photo .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
  @media screen and (max-width: 700px) {
    .cell-photo {
      padding-left: 10px; }
      .cell-photo .box {
        display: flex;
        background-color: #FFF;
        justify-content: center;
        align-items: center; }
      .cell-photo .logo {
        display: block;
        max-width: 90%;
        max-height: 90%; } }

.cell-logo {
  background-color: #fff;
  min-width: 100%;
  width: 100%; }
  .cell-logo .box {
    display: flex;
    align-items: center;
    justify-content: center; }
  .cell-logo img {
    max-width: 90%;
    max-height: 90%;
    display: block; }

.cell-text {
  flex-grow: 2; }
  .cell-text .box {
    background-color: #DB6420;
    color: #FFF;
    padding: 20px; }
    .cell-text .box h1 {
      margin: 0 0 15px;
      font-size: 2em;
      line-height: 1;
      font-weight: 400; }

.cell-1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin: -5px 0; }
  .cell-1 .cell {
    flex-grow: 1;
    background-color: transparent;
    padding: 5px 0;
    min-height: 150px; }
    @media screen and (max-width: 1300px) {
      .cell-1 .cell {
        height: auto; } }
  @media screen and (max-width: 1300px) {
    .cell-1 {
      width: 100%; } }
  @media screen and (max-width: 700px) {
    .cell-1 {
      width: 100%; } }

.slick-initialized .slick-slide {
  display: block !important; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.cell-slider {
  min-width: 60%;
  width: 60%;
  direction: ltr;
  overflow: hidden;
  height: calc(100vh - 120px);
  min-height: 800px; }
  @media screen and (max-width: 1300px) {
    .cell-slider {
      height: 400px;
      min-height: 0;
      min-width: 0;
      width: auto; } }
  @media screen and (max-width: 700px) {
    .cell-slider {
      min-width: 100%;
      width: 100%;
      height: 250px; } }

.slick-track {
  height: 100%; }

.slick-list {
  height: 100%; }

.box {
  height: 100%;
  min-height: 150px; }

.slider {
  direction: ltr;
  height: 100%; }

[dir='rtl'] .slick-arrow.slick-next:before {
  content: '→' !important; }

[dir='rtl'] .slick-arrow.slick-prev:before {
  content: '←' !important; }

.slick-dots li button:before {
  color: #FFF !important;
  font-size: 8px !important; }

.slick-dots {
  bottom: 20px !important;
  z-index: 99; }

.slick-arrow {
  width: auto !important;
  height: auto !important;
  z-index: 10; }
  .slick-arrow:before {
    font-size: 30px !important;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }
  .slick-arrow.slick-prev {
    left: 20px !important;
    right: auto; }
  .slick-arrow.slick-next {
    right: 20px !important;
    left: auto !important; }

.slide {
  height: 100%;
  background-size: cover;
  position: relative;
  background-position: center; }
  .slide p, .slide div {
    position: absolute;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 700px) {
      .slide p, .slide div {
        font-size: 1.5em; } }

.cell-1 {
  flex-direction: column;
  justify-content: stretch; }
  .cell-1 > .row {
    height: 50%;
    flex-basis: 50%; }

.imgs-grid {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap; }

.imgs-grid.imgs-grid-1 .imgs-grid-image {
  width: 100%;
  text-align: center; }

.imgs-grid.imgs-grid-2 .imgs-grid-image {
  width: 50%; }

.imgs-grid.imgs-grid-4 .imgs-grid-image {
  width: 25%; }
  @media screen and (max-width: 700px) {
    .imgs-grid.imgs-grid-4 .imgs-grid-image {
      width: 50%; } }

.imgs-grid.imgs-grid-3 .imgs-grid-image,
.imgs-grid.imgs-grid-6 .imgs-grid-image {
  width: 33.333333333333336%; }

.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(1),
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(2),
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(3) {
  width: 33.333333333333336%; }

.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(4),
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(5) {
  width: 50%; }

.imgs-grid .imgs-grid-image {
  position: relative;
  display: block;
  padding: 5px;
  box-sizing: border-box;
  text-align: center; }

.imgs-grid .imgs-grid-image:hover {
  cursor: pointer; }

.imgs-grid .imgs-grid-image .image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  vertical-align: middle; }

.imgs-grid .imgs-grid-image .image-wrap img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  object-fit: cover;
  object-position: center; }

.imgs-grid .imgs-grid-image .view-all {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }

.imgs-grid .imgs-grid-image .view-all:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%; }

.imgs-grid .imgs-grid-image .view-all:hover {
  cursor: pointer; }

.imgs-grid .imgs-grid-image .view-all:hover .view-all-text {
  text-decoration: underline; }

.imgs-grid .imgs-grid-image .view-all .view-all-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4; }

.imgs-grid .imgs-grid-image .view-all .view-all-text {
  position: relative;
  font-size: 16px;
  font-family: sans-serif;
  color: white; }

@media (max-width: 350px) {
  .imgs-grid .imgs-grid-image .view-all .view-all-text {
    font-size: 5px; } }

.imgs-grid-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: black;
  opacity: 0;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none; }

.imgs-grid-modal .modal-caption {
  padding: 30px 50px;
  text-align: center;
  color: white; }

.imgs-grid-modal .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background-image: url(img/imgs-grid-icons.png);
  background-repeat: no-repeat;
  background-position: -100px; }

.imgs-grid-modal .modal-close:hover {
  cursor: pointer; }

.imgs-grid-modal .modal-inner {
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 0;
  right: 0; }

.imgs-grid-modal .modal-inner .modal-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px; }

.imgs-grid-modal .modal-inner .modal-control:hover {
  cursor: pointer; }

.imgs-grid-modal .modal-inner .modal-control.left {
  left: 0; }

.imgs-grid-modal .modal-inner .modal-control.right {
  right: 0; }

.imgs-grid-modal .modal-inner .modal-control .arrow {
  margin: 0 auto;
  height: 100%;
  width: 40px;
  background-repeat: no-repeat;
  background-image: url(img/imgs-grid-icons.png); }

.imgs-grid-modal .modal-inner .modal-control .arrow.left {
  background-position: 2px center; }

.imgs-grid-modal .modal-inner .modal-control .arrow.right {
  background-position: -42px center; }

.imgs-grid-modal .modal-inner .modal-image {
  position: absolute;
  top: 0;
  left: 70px;
  right: 70px;
  bottom: 0;
  text-align: center; }

.imgs-grid-modal .modal-inner .modal-image:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%; }

.imgs-grid-modal .modal-inner .modal-image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

.imgs-grid-modal .modal-inner .modal-image img:hover {
  cursor: pointer; }

.imgs-grid-modal .modal-inner .modal-loader {
  display: inline-block;
  vertical-align: middle;
  color: silver;
  font-size: 14px; }

@media (max-width: 800px) {
  .imgs-grid-modal .modal-inner .modal-control {
    width: 40px; }
  .imgs-grid-modal .modal-inner .modal-control .arrow {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  .imgs-grid-modal .modal-inner .modal-image {
    left: 0;
    right: 0; } }

.imgs-grid-modal .modal-indicator {
  position: absolute;
  bottom: 0;
  height: 60px;
  padding-top: 10px;
  width: 100%;
  text-align: center; }

.imgs-grid-modal .modal-indicator ul {
  margin: 0;
  padding: 0; }

.imgs-grid-modal .modal-indicator ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 100%;
  margin: 0 4px;
  vertical-align: middle; }

.imgs-grid-modal .modal-indicator ul li:hover {
  cursor: pointer; }

.imgs-grid-modal .modal-indicator ul li.selected {
  background-color: white;
  width: 14px;
  height: 14px;
  margin: 0; }

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