.hashtag {
  margin-left: 12px;
}

.hashtag:hover,
.hashtag:focus {
  text-decoration: underline;
}
.top-hashtags {
  background-color: #fff;
  border-radius: 0;
  padding: 15px 10px 30px 10px;
  user-select: none;
}

.top-hashtags > h2 {
  padding: 0 10px 10px 0;
  border-bottom: 4px solid #efeded;
  font-weight: bold;
}

.top-hashtags > h1 {
  padding: 0 15px 15px 0;
  font-weight: bold;
}

.top-hashtags-item {
  padding: 0 10px 0 0;
  color: #d0021b;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: -0.2px;
  border: 0;
}

.top-hashtags-item-counter {
  color: #4a4a4a;
  font-weight: normal;
  font-size: 13rem;
  padding-right: 13px;
}

.top-hashtags.in-center .top-hashtags-item {
  padding-right: 15px;
  border-bottom: 1px solid #efeded;
  padding-bottom: 15px;
}

.top-hashtags.in-center .top-hashtags-item-counter {
  display: inline;
  padding-right: initial;
  float: left;
  margin-left: 15px;
}

.top-hashtags .top-hashtags-braking {
  padding: 10px 10px;
}

.top-hashtags .top-hashtags-braking a {
  color: #d0021b;
  font-weight: bold;
}
.timestamp {
  user-select: none;
  color: #4a4a4a;
  font-style: italic;
  font-size: 14rem;
}
.writer-image {
  user-select: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.writer-image.small {
  width: 35px;
  height: 35px;
}
.writer-name {
  font-weight: 700;
  color: #d0021b;
  display: flex;
}

.writer-name a:hover,
.writer-name a:focus {
  text-decoration: underline;
}

.writer-name div {
  user-select: none;
}

.writer-name span {
  font-size: 14px;
  font-weight: normal;
  color: #b0afaf;
}

.writer-name img {
  width: 15px;
  height: 14px;
  margin: auto;
  margin-right: 10px;
  margin-left: 2px;
}
.stamp {
  color: #fff;
  background-color: #d0021b;
  display: inline-block;
  padding: 3px 15px;
  margin-bottom: 10px;
  margin-right: -20px;
  font-size: 14rem;
}
.mask-wrap .mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.mask-wrap .mask.has-background {
  background-color: #000;
  animation: mask-fade-in 0.4s forwards;
  top: 45px;
}

.mask-wrap .secondery-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
}

@keyframes mask-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .7;
  }
}

.mask-fixed-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.map {
  margin-top: 12px;
}

.map.open {
  position: relative;
  z-index: 102;
}

.map-modal {
  margin-top: 12px;
  height: 70%;
  width: 70%;
  margin: 0 auto;
  z-index: 101;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 999px) {
  .map-modal {
    width: 90%;
    height: 70%;
  }
}

.map-modal .icon-close {
  position: absolute;
  top: 10px;
  left: 10px;
}

.map-modal .location-description {
  background-color: #fff;
  padding: 5px;
  font-weight: bold;
}

.map-marker {
  color: #fff;
  background: #d0021b;
  padding: 15px 10px;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.map-open-btn span {
  font-weight: bolder;
  padding-right: 5px;
}
.media.hard-content {
  filter: blur(30px);
}

.media.force-show {
  animation: fade-out-hard-content 0.7s forwards;
}

.media.live::-webkit-media-controls-timeline,
.media.live::-webkit-media-controls-time-remaining-display {
  display: none;
}

.media-wrap {
  position: relative;
  overflow: hidden;
}

.media-wrap > button {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  font-size: 14rem;
  bottom: 50%;
  font-size: 14rem;
  left: 50%;
  transform: translate(-50%, 50%);
}

.media-wrap.force-image:before {
  content: '';
  background-image: url("/public/assets/icons/sprite.svg");
  background-repeat: no-repeat;
  background-attachment: initial;
  display: inline-block;
  background-size: 956px 71px;
  width: 40px;
  height: 40px;
  position: absolute;
  zoom: 2;
  bottom: 50%;
  right: 50%;
  transform: translateX(calc(1 * 50%)) translateY(50%);
  z-index: 1;
  background-position: -804px -1px;
}

@keyframes fade-out-hard-content {
  0% {
    filter: blur(30px);
  }

  20% {
    filter: blur(40px);
  }

  100% {
    filter: blur(0);
  }
}
/* Change the location of the big play button. */

.vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.vjs-picture-in-picture-control {
  display: none !important;
}

.vjs-control-bar {
  z-index: 90 !important;
}
.comment {
  margin-right: 40px;
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 0;
  padding: 5px;
  position: relative;
  padding-right: 30px;
  font-size: 14rem;
}

.comment .writer-image {
  margin-top: 10px;
  margin-right: -20px;
}

.comment p {
  margin-top: 12px;
  overflow-wrap: break-word;
}

.comment .icon-abusive-comment {
  position: absolute;
  top: 5px;
  left: 10px;
  cursor: pointer;
  transform: rotate(0);
  transition: 0.4s;
}

.comment .icon-abusive-comment.show {
  transform: rotate(-180deg);
}

.comment .abusive-comment-btn {
  border: 0;
  color: #898989;
  padding: 0;
  position: absolute;
  top: 21px;
  left: 10px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
  width: 90px;
  user-select: none;
  background: #fff;
}

.comment .abusive-comment-btn:hover,
.comment .abusive-comment-btn:focus {
  text-decoration: underline;
}

.comment .abusive-comment-btn.show {
  border: 1px solid #898989;
  padding: 5px;
  opacity: 1;
  height: 44px;
}
.comments-form {
  display: flex;
}

.comments-form-wrap {
  background-color: #fff;
  border-radius: 0;
  padding: 12px;
  margin-right: 40px;
  margin-bottom: 12px;
  padding-right: 30px;
  position: relative;
}

.comments-form-wrap h2 {
  font-weight: bold;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
}

.comments-form-wrap .user-image {
  margin-top: 10px;
  margin-right: -20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.comments-form-wrap .reinit {
  user-select: none;
  padding: 5px 10px;
  color: #fff;
  background-color: #d0021b;
}

@media (max-width: 999px) {
  .comments-form-wrap {
    position: fixed;
    z-index: 101;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 12px;
    padding-bottom: 50px;
    border-top: 1px solid #d1d1d1;
    box-shadow: 0 0px 20px 0px #d1d1d1;
  }

  .comments-form-wrap .user-image,
  .comments-form-wrap h2 {
    display: none;
  }
}

.comments-form input,
.comments-form button,
.comments-form-success {
  padding: 5px 10px;
}

.comments-form .input-wrap {
  flex: 1;
  margin-left: 12px;
}

.comments-form .input-wrap input {
  border: 1px solid #d1d1d1;
  outline: 0;
  width: 100%;
}

.comments-form .input-wrap input::placeholder {
  color: #d1d1d1;
}

.comments-form .input-wrap input:focus {
  box-shadow: 0 0 3pt 2pt #d1d1d1;
}

.comments-form .input-wrap .countdown {
  color: #d0021b;
  font-size: 11rem;
  margin-top: 5px;
}

.comments-form button {
  user-select: none;
  background-color: #d0021b;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.comments-form + .error {
  background-color: #efeded;
  margin-top: 15px;
  padding: 25px 10px;
  position: relative;
  padding-right: 70px;
}

.comments-form + .error:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #d0021b;
  position: absolute;
  right: 20px;
}

.comments-form + .error:after {
  content: '!';
  color: #fff;
  position: absolute;
  right: 32px;
  top: 27px;
  font-weight: bold;
  font-size: 15rem;
}
.loader {
  display: block;
  width: 50px;
  height: 50px;
  margin: 12px auto;
  border-radius: 50%;
  animation: loader-circle 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  background: url("https://isc.wcdn.co.il/mobile_apps/hamal/icon_hamal_system.png");
  filter: grayscale(100%);
  background-size: 50px 50px;
}

@keyframes loader-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }

  100% {
    transform: rotateY(3600deg);
  }
}
.comments {
  opacity: 0;
  animation: comments-fade-in 1.1s forwards;
}

.comments-load-more {
  background: #d0021b;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
  position: fixed;
  z-index: 101;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 999px) {
  .comments-load-more {
    bottom: 85px;
  }
}

.comments-load-more:before {
  margin-left: 10px;
  margin-bottom: -5px;
}

@keyframes comments-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.comments-count {
  height: 30px;
  float: left;
  user-select: none;
  background-color: #4a4a4a;
  color: #fff;
  padding: 5px 10px;
  transition: background-color .5s;
  font-size: 14rem;
  border-radius: 14px;
  letter-spacing: -0.1px;
  vertical-align: middle;
  display: flex;
}

.comments-count:before {
  margin-left: 8px;
  margin-top: 2px;
}

.comments-count:hover,
.comments-count:focus {
  background-color: #000;
}

.comments-count.active {
  background-color: #d0021b;
}

.comments-count.active:hover,
.comments-count.active:focus {
  background-color: #9d0214;
}

.comments-count .num {
  margin-left: 3px;
}
.share-btn {
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 10px;
}

.share-facebook {
  background-color: #3b5998;
  color: #fff;
}

.share-facebook:hover,
.share-facebook:focus {
  background-color: #2d4473;
}

.share-whatsapp {
  background-color: #25D366;
  color: #fff;
}

.share-whatsapp:hover,
.share-whatsapp:focus {
  background-color: #167c3c;
}

.share-twitter {
  background-color: #1DA1F2;
  color: #fff;
}

.share-twitter:hover,
.share-twitter:focus {
  background-color: #0B78BC;
}

.share-mail {
  background-color: #898989;
}

.share-mail:hover,
.share-mail:focus {
  background-color: #4a4a4a;
}
.poll {
  margin: 20px;
  user-select: none;
}

.poll ul li {
  margin-top: 15px;
  position: relative;
  font-weight: bold;
}

.poll ul li button {
  color: #d0021b;
  border-radius: 20px;
  border: 2px solid #d0021b;
  padding: 15px;
  width: 100%;
  text-align: right;
  font-weight: bold;
}

.poll ul li .answer {
  margin-top: 25px;
  display: flex;
}

.poll ul li .answer .title {
  flex: 1;
}

.poll ul li .answer .precent {
  margin-right: 10px;
}

.poll ul li.selected {
  color: #d0021b;
}

.poll h3 {
  font-weight: bold;
  color: #000;
}

.poll .total {
  color: #898989;
  margin-top: 10px;
  font-size: 14px;
}

.progress-bar {
  width: 0;
  height: 10px;
  background-color: #d0021b;
  transition: 1.5s;
  border-radius: 10px;
}

.progress-bar-wrap {
  border-radius: 10px;
  background-color: #efeded;
  margin-top: 3px;
}
.post {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 0;
  padding: 20px;
  opacity: 0;
  animation: post-fade-in 1.1s forwards;
}

.post:hover,
.post:focus {
  outline: 1px solid #d0021b;
}

.post-header {
  margin-bottom: 12px;
  height: 50px;
  position: relative;
  padding: 5px 0;
  padding-right: 65px;
}

.post-content {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  user-select: none;
}

.post-content h1 a,
.post-content h2 a {
  color: #4a90e2;
}

.post-hashtag-list {
  margin-top: 12px;
  display: flex;
  color: #4a90e2;
  flex-wrap: wrap;
}

.post-media-list {
  margin-top: 12px;
}

.post-media-list li {
  margin-bottom: 12px;
  overflow: hidden;
}

.post-media-list li img,
.post-media-list li audio,
.post-media-list li video {
  width: 100%;
  height: auto;
}

.post-media-list li audio {
  height: 60px;
}

.post.in-feed .post-media-list-2 li,
.post.in-feed .post-media-list-3 li,
.post.in-feed .post-media-list-4 li {
  margin-bottom: 0;
}

.post.in-feed .post-media-list-2 li .media-wrap,
.post.in-feed .post-media-list-3 li .media-wrap,
.post.in-feed .post-media-list-4 li .media-wrap {
  height: 100%;
  position: relative;
}

.post.in-feed .post-media-list-2 li .media-wrap img,
.post.in-feed .post-media-list-2 li .media-wrap video,
.post.in-feed .post-media-list-3 li .media-wrap img,
.post.in-feed .post-media-list-3 li .media-wrap video,
.post.in-feed .post-media-list-4 li .media-wrap img,
.post.in-feed .post-media-list-4 li .media-wrap video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: initial;
  min-height: 100%;
  min-width: 100%;
}

.post.in-feed .post-media-list-2 {
  height: 200px;
  display: flex;
}

.post.in-feed .post-media-list-2 li {
  flex: 1;
}

.post.in-feed .post-media-list-2 li .media-wrap img,
.post.in-feed .post-media-list-2 li .media-wrap video {
  height: 100%;
  max-width: initial;
}

.post.in-feed .post-media-list-2 li:nth-child(1) {
  margin-left: 5px;
}

.post.in-feed .post-media-list-3,
.post.in-feed .post-media-list-4 {
  display: grid;
  grid-template-areas: 'first first' 'first first' 'second third';
  height: 450px;
  grid-gap: 5px;
}

.post.in-feed .post-media-list-3 li:nth-child(1),
.post.in-feed .post-media-list-4 li:nth-child(1) {
  grid-area: first;
}

.post.in-feed .post-media-list-3 li:nth-child(2),
.post.in-feed .post-media-list-4 li:nth-child(2) {
  grid-area: second;
}

.post.in-feed .post-media-list-3 li:nth-child(3),
.post.in-feed .post-media-list-4 li:nth-child(3) {
  grid-area: third;
}

.post.in-feed .post-media-list-4 li:nth-child(2) {
  position: relative;
}

.post.in-feed .post-media-list-4 .plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: white;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  text-align: center;
}

.post.in-feed .post-media-list-4 .plus:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.post.in-feed .iframe-wrapper {
  display: flex;
  margin-top: 12px;
}

.post.in-feed .iframe-wrapper iframe {
  margin: auto;
  max-height: 800px;
  max-width: 400px;
}

.post-footer {
  margin-top: 20px;
  display: flex;
}

.post-footer ul {
  display: flex;
  flex: 1;
}

.post-footer ul li:last-of-type {
  flex: 1;
}

@keyframes post-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.pin-post-title {
  color: #d0021b;
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: -0.2px;
}

.pin-post-media-wrap {
  width: 200px;
  height: 130px;
  float: right;
  overflow: hidden;
  margin-left: 15px;
  position: relative;
}

.pin-post-media-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(calc(1 * -50%));
}

@media (max-width: 999px) {
  .pin-post-media-wrap {
    width: 120px;
    height: 80px;
  }
}

.pin-post .post-content:after {
  content: '';
  clear: both;
  display: block;
}

.pin-post-spacer {
  text-align: center;
  margin-bottom: 15px;
  color: #898989;
  display: block;
  position: relative;
  user-select: none;
}

.pin-post-spacer span {
  background-color: #efeded;
  padding: 0 10px;
}

.pin-post-spacer:before {
  content: '';
  height: 1px;
  background-color: #898989;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.feed .has-pending-posts {
  z-index: 99;
  cursor: pointer;
  position: fixed;
  left: 50%;
  transform: translateX(calc(1 * -50%));
  bottom: 25px;
  background-color: #fff;
  padding: 10px 0;
  padding-right: 55px;
  padding-left: 18px;
  font-size: 16rem;
  color: #d0021b;
  font-weight: bold;
  border: 2px solid #d0021b;
  border-radius: 20px;
  animation: has-pending-posts-blink 1.1s 2 0s linear;
}

@media (max-width: 999px) {
  .feed .has-pending-posts {
    bottom: 60px;
  }
}

.feed .has-pending-posts:before {
  position: absolute;
  top: 5px;
  right: 2.5px;
  z-index: 1;
  zoom: 1.4;
  transform: rotate(180deg);
}

.feed .has-pending-posts:after {
  content: '';
  background-color: #d0021b;
  color: #fff;
  position: absolute;
  right: -2px;
  top: 0;
  font-size: 22rem;
  bottom: 0;
  width: 44px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
  padding-right: 4px;
}

.feed .no-more-posts,
.feed .older-then-24h {
  user-select: none;
  color: #898989;
  text-align: center;
  font-size: 15rem;
  position: relative;
  margin-top: 40px;
  opacity: 0.8;
}

.feed .no-more-posts h3,
.feed .older-then-24h h3 {
  padding-top: 25px;
}

.feed .no-more-posts p,
.feed .older-then-24h p {
  font-size: 13rem;
}

.feed .no-more-posts a,
.feed .older-then-24h a {
  color: #d0021b;
  text-decoration: underline;
}

.feed .no-more-posts:before,
.feed .no-more-posts:after,
.feed .older-then-24h:before,
.feed .older-then-24h:after {
  content: '';
}

.feed .no-more-posts:before,
.feed .older-then-24h:before {
  display: block;
  background-color: #898989;
  width: 60%;
  left: 50%;
  position: absolute;
  transform: translateX(calc(1* -50%));
  height: 1px;
  margin-bottom: 12px;
}

.feed .no-more-posts:after,
.feed .older-then-24h:after {
  width: 40px;
  height: 40px;
  background: #efeded url("https://isc.wcdn.co.il/mobile_apps/hamal/icon_hamal_system.png");
  display: block;
  position: absolute;
  background-size: 30px;
  border-radius: 50%;
  top: -20px;
  left: 50%;
  transform: translateX(calc(1* -50%));
  border: 5px solid #efeded;
  filter: grayscale(1);
}

.feed .older-then-24h {
  margin-bottom: 20px;
}

.feed .older-then-24h h3 {
  font-weight: bold;
}

.feed ul .loading {
  height: 200px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.feed ul .loading:before {
  background: -webkit-linear-gradient(left, transparent, transparent 10%, rgba(0, 0, 0, 0.1) 50%, transparent 80%, transparent);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, transparent, transparent 10%, rgba(0, 0, 0, 0.1) 50%, transparent 80%, transparent);
  background-repeat: no-repeat;
  content: ' ';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 1;
  animation: placeholder-move 1.1s infinite 0s linear;
}

.feed .elections-header {
  margin: 0 auto 10px auto;
}

@keyframes has-pending-posts-blink {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0.1;
  }

  80% {
    opacity: 1;
  }
}

@keyframes placeholder-move {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}
.headline {
  background-color: #fff;
  margin-bottom: 12px;
  padding: 10px 22px;
  border-radius: 0;
  font-size: 20rem;
  color: #000;
  font-weight: bold;
  letter-spacing: -0.2px;
}
.profile {
  position: relative;
  background-color: white;
  padding-top: 70px;
  margin-top: 85px;
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.profile .writer-image {
  width: 140px;
  height: 140px;
  border: 1px solid #d1d1d1;
  box-shadow: 0 0 5px 0 #d1d1d1;
  right: 50%;
  transform: translateX(50%);
  top: -70px;
}

.profile .headline {
  text-align: center;
}

.profile .number-of-posts {
  text-align: center;
  margin-top: -13px;
  color: #4a4a4a;
}
.archive-calendar {
  display: flex;
  flex-wrap: wrap;
  user-select: none;
  background-color: #fff;
  margin-bottom: 12px;
  padding: 10px;
}

.archive-calendar-header {
  width: 100%;
  padding: 0 10px 5px;
  border-bottom: 2px solid #efeded;
  color: #000;
  font-weight: bold;
  margin-bottom: 12px;
}

.archive-calendar-day,
.archive-calendar-blank {
  text-align: center;
  width: 14.285714285%;
  border: 1px solid transparent;
  font-size: 14rem;
}

.archive-calendar-day .not-active,
.archive-calendar-blank .not-active {
  color: #898989;
}

.archive-calendar-day.today,
.archive-calendar-blank.today {
  background-color: #d0021b;
  color: #fff;
}
.no-match {
  user-select: none;
}

.no-match .button {
  width: 400px;
  height: 400px;
  background: #d0021b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 200rem;
  font-weight: bold;
  margin: 20px auto;
}

.no-match h1 {
  text-align: center;
  color: #d0021b;
  font-weight: bold;
  font-size: 40rem;
}
.archive-calendars {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 999px) {
  .archive-calendars {
    justify-content: space-evenly;
  }
}

.archive-calendars > * {
  width: 214px;
  margin-bottom: 12px;
}

.archive-years {
  display: flex;
  justify-content: center;
  border-top: 1px solid #efeded;
  margin-bottom: 12px;
}

@media (max-width: 999px) {
  .archive-years {
    margin-bottom: 45px;
  }
}

.archive-years li {
  margin: 5px;
  padding: 5px 10px;
}

.archive-years li.active {
  border: 1px solid #898989;
}
.instructions {
  margin: 0 auto;
  background-color: #fff;
  padding: 12px;
}

.instructions h2 {
  color: #d0021b;
  font-size: 20rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.instructions-list li {
  margin-bottom: 20px;
}
.weather {
  width: 100%;
  background-color: #fff;
  padding: 15px 10px 0 10px;
  user-select: none;
}

.weather > .title {
  padding: 0 10px 10px 0;
  border-bottom: 4px solid #efeded;
  font-weight: bold;
}

.weather > h2 {
  padding: 10px 10px 0 0;
}

.weather > p {
  padding: 10px;
}

.weather .row {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #efeded;
}

.weather .row:last-of-type {
  border: 0;
}

.weather .row .name {
  margin: auto;
  flex: 1;
}

.weather .row .temperature {
  margin: auto;
}

.weather .all {
  color: #d0021b;
  text-align: left;
  display: block;
  margin: 5px 10px;
  font-size: 14rem;
}

.weather iframe {
  width: 100%;
  height: 600px;
}

.weather .copyright {
  font-size: 12rem;
  text-align: center;
  color: #898989;
  padding-bottom: 10px;
}

.icons-weather {
  background-image: url("/public/assets/icons/weather.svg");
  width: 104px;
  height: 85px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: baseline;
  zoom: 0.5;
}

.icons-weather.w-1010 {
  background-position: 0 17px;
}

.icons-weather.w-1020 {
  background-position: -162px 17px;
}

.icons-weather.w-1030 {
  background-position: -326px 17px;
}

.icons-weather.w-1040 {
  background-position: -489px 17px;
}

.icons-weather.w-1050 {
  background-position: -653px 17px;
}

.icons-weather.w-1060 {
  background-position: -814px 17px;
}

.icons-weather.w-1070 {
  background-position: -979px 14px;
}

.icons-weather.w-1080 {
  background-position: -1139px 17px;
}

.icons-weather.w-1090 {
  background-position: 0 -143px;
}

.icons-weather.w-1100 {
  background-position: -162px -143px;
}

.icons-weather.w-1110 {
  background-position: -326px -143px;
}

.icons-weather.w-1120 {
  background-position: -489px -143px;
}

.icons-weather.w-1130 {
  background-position: -653px -143px;
}

.icons-weather.w-1140 {
  background-position: -814px -143px;
}

.icons-weather.w-1150 {
  background-position: -979px -143px;
}

.icons-weather.w-1160 {
  background-position: -1139px -143px;
}

.icons-weather.w-1170 {
  background-position: 0 -305px;
}

.icons-weather.w-1180 {
  background-position: -162px -305px;
}

.icons-weather.w-1190 {
  background-position: -326px -313px;
}

.icons-weather.w-1200 {
  background-position: -489px -313px;
}

.icons-weather.w-1210 {
  background-position: -653px -313px;
}

.icons-weather.w-1220 {
  background-position: -814px -323px;
}

.icons-weather.w-1230 {
  background-position: -979px -313px;
}

.icons-weather.w-1240 {
  background-position: -1139px -323px;
}

.icons-weather.w-1250 {
  background-position: 0 -487px;
}

.icons-weather.w-1260 {
  background-position: -162px -474px;
}

.icons-weather.w-1270 {
  background-position: -326px -487px;
}

.icons-weather.w-1280 {
  background-position: -489px -487px;
}

.icons-weather.w-1290 {
  background-position: -653px -487px;
}

.icons-weather.w-1300 {
  background-position: -814px -483px;
}

.icons-weather.w-1310 {
  background-position: -979px -487px;
}

.icons-weather.w-1320 {
  background-position: -1139px -474px;
}

.icons-weather.w-1330 {
  background-position: 0 -653px;
}

.icons-weather.w-1340 {
  background-position: -162px -637px;
}

.icons-weather.w-1350 {
  background-position: -326px -653px;
}

.icons-weather.w-1360 {
  background-position: -489px -646px;
}

.icons-weather.w-1370 {
  background-position: -653px -646px;
}

.icons-weather.w-1380 {
  background-position: -814px -646px;
}

.icons-weather.w-1390 {
  background-position: -979px -646px;
}

.icons-weather.w-1400 {
  background-position: -1139px -653px;
}

.icons-weather.w-1410 {
  background-position: 0 -816px;
}

.icons-weather.w-1420 {
  background-position: -162px -816px;
}

.icons-weather.w-1430 {
  background-position: -326px -816px;
}

.icons-weather.w-1440 {
  background-position: -489px -816px;
}

.icons-weather.w-1450 {
  background-position: -653px -808px;
}

.icons-weather.w-1460 {
  background-position: -814px -816px;
}
.weather-graph {
  direction: ltr;
  display: flex;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
  overflow-x: auto;
}

.weather-graph li {
  flex: 1;
  list-style: none;
  height: 100px;
  justify-content: bottom;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0 5px;
}

.weather-graph li:not(:first-child) {
  border-left: 1px #d0021b dashed;
}

.weather-graph .time {
  color: #000;
  text-align: center;
  font-size: 14rem;
}

.weather-graph .time.bold {
  font-weight: bold;
}

.weather-graph .graph {
  flex: 1;
  position: relative;
}

.weather-graph .graph .dot {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.weather-graph .graph .dot .temp {
  position: absolute;
  top: -15px;
  left: -4px;
}

.weather-graph .graph .line {
  display: block;
  height: 2px;
  background: #000;
  z-index: 1;
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 1px;
  transform-origin: 0% 0%;
  opacity: 0;
  transition: width 0.4s, opacity 0.4s;
}
@charset "UTF-8";

.weather-of-city {
  color: #000;
}

.weather-of-city .gray {
  color: rgba(255, 255, 255, 0.72);
}

.weather-of-city div > h3 {
  font-weight: bold;
  padding-bottom: 16px;
}

.weather-of-city .temp {
  position: relative;
  padding-right: 7px;
}

.weather-of-city .temp:before {
  content: '\B0';
  position: absolute;
  top: 1px;
  font-size: .8em;
  right: -1px;
}

.weather-of-city .main-temp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.weather-of-city .main-temp .icons-weather-white {
  margin-right: -40px;
}

.weather-of-city .main-temp .degrees {
  display: flex;
  flex-direction: column;
  font-size: 30px;
}

.weather-of-city .main-temp .degrees .max-temp {
  position: relative;
}

.weather-of-city .main-temp .degrees .max-temp:after {
  content: '\2193';
  position: absolute;
  bottom: 7px;
  font-size: 15px;
  right: 0;
}

.weather-of-city .today-description {
  text-align: center;
  margin-bottom: 45px;
  font-size: 18px;
}

.weather-of-city .today-description.embed {
  margin-bottom: 15px;
}

.weather-of-city .graph-title {
  padding-right: 15px;
  color: #d0021b;
}

.weather-of-city .next-days {
  display: flex;
  justify-content: space-around;
  margin-bottom: 65px;
}

.weather-of-city .next-days .day-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.weather-of-city .next-days.embed {
  margin-bottom: 25px;
}

.weather-of-city .radiation {
  margin-bottom: 60px;
}

.weather-of-city .radiation > h3,
.weather-of-city .radiation .index {
  padding-right: 15px;
}

.weather-of-city .radiation h3 {
  color: #d0021b;
}

.weather-of-city .radiation ol {
  display: flex;
  flex-direction: row-reverse;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.weather-of-city .radiation ol .radiation-box {
  display: flex;
  flex-direction: column;
  height: 55px;
  padding: 0 5px;
}

.weather-of-city .radiation ol .radiation-box:not(:first-child) {
  border-left: 1px #d0021b dashed;
}

.weather-of-city .radiation ol .radiation-box .small-weather-icons {
  flex: 1;
  margin: 0 auto;
}

.weather-of-city .radiation ol .radiation-box .text {
  color: #000;
  line-height: 0.9;
  margin-top: auto;
  max-height: 14rem;
}

.weather-of-city .radiation ol .radiation-box .text.bold {
  font-weight: bold;
}

.weather-of-city .radiation .index {
  display: flex;
  flex-wrap: wrap;
}

.weather-of-city .radiation .index li,
.weather-of-city .radiation .index span {
  margin-left: 8px;
}

.weather-of-city .more {
  margin: 0 15px 60px 15px;
}

.weather-of-city .more h3 {
  color: #d0021b;
}

.weather-of-city .more li:first-child {
  border-top: 1px dashed #d0021b;
}

.weather-of-city .more li {
  border-bottom: 1px dashed #d0021b;
  padding: 10px;
  display: flex;
}

.weather-of-city .more li span:nth-child(2) {
  min-width: 90px;
  margin-right: 25px;
  flex: 1;
}

.weather-of-city .more li .text {
  flex: 2;
  margin-right: 16px;
  font-weight: bold;
}

.weather-of-city .red-link {
  color: #a50000;
  text-decoration: underline;
  padding-right: 15px;
}

.small-weather-icons {
  background-image: url("/public/assets/icons/small_icons_black.svg");
  width: 252px;
  height: 39px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  zoom: 0.8;
}

.small-weather-icons.L-sun {
  background-position: 0 0;
  max-width: 21px;
  height: 21px;
}

.small-weather-icons.M-sun {
  background-position: -23px 0;
  max-width: 21px;
  height: 21px;
}

.small-weather-icons.H-sun {
  background-position: -44px 0;
  max-width: 21px;
  height: 21px;
}

.small-weather-icons.V-sun {
  background-position: -215px 0;
  max-width: 21px;
  height: 21px;
}

.small-weather-icons.E-sun {
  background-position: -237px 0;
  max-width: 21px;
  height: 21px;
}

.small-weather-icons.precentage {
  background-position: -68px 0;
  max-width: 18px;
  height: 20px;
}

.small-weather-icons.pollution {
  background-position: -87px 0;
  max-width: 22px;
  height: 20px;
}

.small-weather-icons.wind-direction {
  background-position: -110px 0;
  max-width: 22px;
  height: 21px;
}

.small-weather-icons.wind-speed {
  background-position: -133px 0;
  max-width: 20px;
  height: 19px;
}

.small-weather-icons.sunset {
  background-position: -154px 0;
  max-width: 22px;
  height: 16px;
}

.small-weather-icons.black-circle {
  background-position: -177px -4px;
  max-width: 14px;
  height: 14px;
}

.small-weather-icons.white-circle {
  background-position: -191px -4px;
  max-width: 14px;
  height: 14px;
}

.small-weather-icons.down-arrow {
  background-position: -205px 0;
  width: 9px;
  height: 9px;
  zoom: 1;
}

.small-weather-icons.flex {
  flex: 1;
}

.icons-weather-white {
  background-image: url("/public/assets/icons/weather-sprite.svg");
  width: 104px;
  height: 85px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  zoom: 0.8;
}

.icons-weather-white.zoom-1 {
  zoom: 1.2;
}

.icons-weather-white.w-1010 {
  background-position: 0 17px;
}

.icons-weather-white.w-1020 {
  background-position: -162px 17px;
}

.icons-weather-white.w-1030 {
  background-position: -326px 17px;
}

.icons-weather-white.w-1040 {
  background-position: -489px 17px;
}

.icons-weather-white.w-1050 {
  background-position: -653px 17px;
}

.icons-weather-white.w-1060 {
  background-position: -814px 17px;
}

.icons-weather-white.w-1070 {
  background-position: -979px 14px;
}

.icons-weather-white.w-1080 {
  background-position: -1139px 17px;
}

.icons-weather-white.w-1090 {
  background-position: 0 -143px;
}

.icons-weather-white.w-1100 {
  background-position: -162px -143px;
}

.icons-weather-white.w-1110 {
  background-position: -326px -143px;
}

.icons-weather-white.w-1120 {
  background-position: -489px -143px;
}

.icons-weather-white.w-1130 {
  background-position: -653px -143px;
}

.icons-weather-white.w-1140 {
  background-position: -814px -143px;
}

.icons-weather-white.w-1150 {
  background-position: -979px -143px;
}

.icons-weather-white.w-1160 {
  background-position: -1139px -143px;
}

.icons-weather-white.w-1170 {
  background-position: 0 -305px;
}

.icons-weather-white.w-1180 {
  background-position: -162px -305px;
}

.icons-weather-white.w-1190 {
  background-position: -326px -313px;
}

.icons-weather-white.w-1200 {
  background-position: -489px -313px;
}

.icons-weather-white.w-1210 {
  background-position: -653px -313px;
}

.icons-weather-white.w-1220 {
  background-position: -814px -323px;
}

.icons-weather-white.w-1230 {
  background-position: -979px -313px;
}

.icons-weather-white.w-1240 {
  background-position: -1139px -323px;
}

.icons-weather-white.w-1250 {
  background-position: 0 -487px;
}

.icons-weather-white.w-1260 {
  background-position: -162px -474px;
}

.icons-weather-white.w-1270 {
  background-position: -326px -487px;
}

.icons-weather-white.w-1280 {
  background-position: -489px -487px;
}

.icons-weather-white.w-1290 {
  background-position: -653px -487px;
}

.icons-weather-white.w-1300 {
  background-position: -814px -483px;
}

.icons-weather-white.w-1310 {
  background-position: -979px -487px;
}

.icons-weather-white.w-1320 {
  background-position: -1139px -474px;
}

.icons-weather-white.w-1330 {
  background-position: 0 -653px;
}

.icons-weather-white.w-1340 {
  background-position: -162px -637px;
}

.icons-weather-white.w-1350 {
  background-position: -326px -653px;
}

.icons-weather-white.w-1360 {
  background-position: -489px -646px;
}

.icons-weather-white.w-1370 {
  background-position: -653px -646px;
}

.icons-weather-white.w-1380 {
  background-position: -814px -646px;
}

.icons-weather-white.w-1390 {
  background-position: -979px -646px;
}

.icons-weather-white.w-1400 {
  background-position: -1139px -653px;
}

.icons-weather-white.w-1410 {
  background-position: 0 -816px;
}

.icons-weather-white.w-1420 {
  background-position: -162px -816px;
}

.icons-weather-white.w-1430 {
  background-position: -326px -816px;
}

.icons-weather-white.w-1440 {
  background-position: -489px -816px;
}

.icons-weather-white.w-1450 {
  background-position: -653px -808px;
}

.icons-weather-white.w-1460 {
  background-position: -814px -816px;
}
.weather-app {
  width: 100%;
  color: #000;
  background-size: cover;
}

.weather-app .select-box-wrapper {
  display: flex;
  padding: 20px 0 35px 0;
}

.weather-app .select-box-wrapper.embed {
  padding-bottom: 5px;
}

@media (max-width: 999px) {
  .weather-app .select-box-wrapper:after {
    content: '';
    background-image: url("/public/assets/icons/sprite.svg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: inline-block;
    background-size: 956px 71px;
    background-position: -888px -2px;
    width: 11px;
    height: 12px;
    position: absolute;
    top: 23px;
    left: 25px;
    zoom: 1.2;
  }
}

.weather-app .select-box-wrapper .select-box {
  width: 90%;
  height: 30px;
  border: solid 1px #d0021b;
  border-radius: 5px;
  background-color: transparent;
  margin: auto;
  color: #000;
  padding-right: 15px;
}

.weather-app .select-box-wrapper .select-box .select-box {
  width: 90%;
  height: 30px;
  border: solid 1px #d0021b;
  border-radius: 5px;
  background-color: transparent;
  margin: auto;
  color: #000;
  padding-right: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.weather-app .select-box-wrapper .select-box .select-box option {
  color: black;
}

.weather-app .select-box-wrapper .description {
  font-family: arial, sans-serif;
  font-size: 16rem;
  margin-bottom: 20px;
  padding: 0 15px;
}

.weather-app .select-box-wrapper .copyright {
  display: flex;
  flex-direction: column;
  text-align: right;
  padding: 30px 15px;
}

.weather-app .select-box-wrapper .copyright a {
  text-decoration: underline;
}

.weather-app .select-box-wrapper .rain {
  margin: 15px;
}

.weather-app .select-box-wrapper .rain h3 {
  color: #d0021b;
  font-weight: 700;
  padding-bottom: 15px;
}
.shabat {
  width: 100%;
  background-color: #fff;
  padding: 15px 10px 0 10px;
  margin: 0 0 10px 0;
  user-select: none;
}

.shabat > .title {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  border-bottom: 4px solid #efeded;
  font-weight: bold;
  font-size: 18rem;
}

.shabat .parasha {
  color: #d0021b;
  font-weight: bold;
  padding: 6px 10px;
  border-bottom: 1px #efeded solid;
}

.shabat ul {
  padding: 15px 0;
}

.shabat ul li {
  padding: 0 10px;
  display: flex;
  justify-content: space-around;
}

.shabat ul li.table-titles {
  font-size: 18rem;
  font-weight: bold;
}

.shabat ul li .name {
  flex: 1;
}

.shabat ul li .in {
  margin-left: 20px;
}

.shabat ul li:not(:first-child) {
  padding-top: 10px;
}
@media (min-width: 1000px) {
  .newsrarl-about-us {
    width: 700px;
  }
}

.newsrarl-about-us .box {
  margin: 0 auto;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 20px;
}

.newsrarl-about-us .box img {
  float: left;
  width: 300px;
  margin: 0 20px 20px 0;
}

.newsrarl-about-us .box ul {
  margin: initial;
  padding: 0 0 0 40px;
  list-style: initial;
}

.newsrarl-about-us .box p + p {
  margin: 20px 0;
}

.newsrarl-about-us .box-list li {
  margin-bottom: 20px;
}
.a11y-nav button {
  position: fixed;
  z-index: 1;
  top: -25px;
  display: inline-block;
  height: 25px;
  font-size: 20px;
  color: yellow;
  background-color: black;
  font-weight: bold;
  padding: 0 10px;
}

.a11y-nav button:focus {
  z-index: 101;
  top: 0;
}

@media (max-width: 999px) {
  .a11y-nav {
    display: none;
  }
}
.special-checkbox {
  float: left;
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  height: 20px;
  width: 40px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
}

.special-checkbox input {
  position: fixed;
  opacity: 0;
  top: -1000px;
  cursor: pointer;
}

.special-checkbox input:checked ~ .checkmark {
  background-color: #ffd2d8;
}

.special-checkbox input:checked ~ .checkmark:after {
  right: 23px;
  background-color: #d0021b;
}

.special-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 40px;
  background-color: #d1d1d1;
  border-radius: 10px;
  transition: .1s;
}

.special-checkbox .checkmark:after {
  content: '';
  position: absolute;
  right: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  background-color: #898989;
  border-radius: 50%;
  transition: .1s;
}
.app-promo {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #d0021b;
}

@media (min-width: 1000px) {
  .app-promo {
    display: none;
  }
}

.app-promo .bg .promo-logo {
  filter: brightness(0) invert(1);
  width: 150px;
  margin: 20px auto;
}

.app-promo .bg h2 {
  color: #fff;
  font-size: 20rem;
  margin: 10px auto;
  display: block;
  text-align: center;
  font-weight: bold;
}

.app-promo .bg .promo-screenshot {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}

.app-promo .fg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 20px;
}

.app-promo .fg a {
  display: block;
  background: #d0021b;
  padding: 20px;
  text-align: center;
  border: 1px solid #4a4a4a;
  color: #fff;
  font-weight: bold;
  font-size: 23rem;
  border-radius: 4px;
}

.app-promo .fg button {
  display: block;
  padding: 10px;
  margin: 10px auto;
  color: #4a4a4a;
}

.app-promo .fg .dont-show-more {
  display: flex;
  justify-content: center;
  color: #4a4a4a;
  font-size: 14rem;
}

.app-promo .fg .dont-show-more .special-checkbox {
  float: initial;
  margin-left: 10px;
}
.scroll-to-top {
  position: fixed;
  right: 10px;
  background-color: #fff;
  padding: 5px;
  opacity: 0;
}

.scroll-to-top:before {
  filter: initial !important;
  transform: rotate(180deg) translate(-4px, -2px);
  zoom: 2;
}

@media (max-width: 1100px) {
  .scroll-to-top {
    display: none;
  }
}

.scroll-to-top.visible {
  animation: scroll-to-top-fade-in 0.4s forwards;
}

.scroll-to-top.not-visible {
  animation: scroll-to-top-fade-out 0.4s forwards;
}

@keyframes scroll-to-top-fade-in {
  0% {
    opacity: 0;
    bottom: -20px;
  }

  100% {
    opacity: 1;
    bottom: 10px;
  }
}

@keyframes scroll-to-top-fade-out {
  0% {
    opacity: 1;
    bottom: 10px;
  }

  100% {
    opacity: 0;
    bottom: -20px;
  }
}
.facebook-iframe {
  border: 0;
  width: 300px;
  height: 214px;
  overflow: hidden;
  box-sizing: border-box;
}
.publish {
  background-color: #fff;
  margin-bottom: 12px;
}

.publish > a img,
.publish > img {
  border-radius: 50%;
}

.publish > button {
  background-color: #d0021b;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  padding: 10px 45px;
}

.publish > button:hover,
.publish > button:focus {
  background-color: #9d0214;
}

.publish.aside {
  width: 100%;
  padding: 20px;
}

.publish.aside > a img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.publish.in-center {
  display: flex;
  padding: 5px;
  max-width: 230px;
  margin: 0 auto 12px;
  border-radius: 50px;
}

.publish.in-center > img {
  width: 38px;
  height: 38px;
  margin-left: 5px;
}

.publish.in-center > button {
  width: 100%;
}

@media (min-width: 1000px) {
  .publish.in-center {
    display: none;
  }
}

.publish-modal {
  width: 500px;
  max-height: 600px;
  overflow: scroll;
  z-index: 101;
  position: fixed;
  left: 50%;
  top: 100px;
  transform: translateX(calc(1 * -50%));
  background-color: #fff;
}

@media (max-width: 999px) {
  .publish-modal {
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, 0);
    width: auto;
    top: 45px;
    max-height: initial;
  }
}

.publish-modal > .icon-close {
  position: absolute;
  top: 10px;
  left: 10px;
}

.publish-modal.done {
  text-align: center;
  padding: 20px;
}

.publish-modal.done h2 {
  font-size: 28rem;
}

.publish-modal.done p {
  font-size: 20rem;
  margin-top: 15px;
}

.publish-modal.done button.done {
  background-color: #d0021b;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  margin-top: 40px;
  color: #fff;
}

.publish-modal .post {
  margin: 0;
  padding-bottom: 0;
}

.publish-modal .post-content {
  border: 1px solid #efeded;
  min-height: 110px;
  margin-top: 20px;
  position: relative;
  padding: 5px;
  width: 100%;
  resize: none;
}

.publish-modal .post .countdown {
  color: #d0021b;
  font-size: 11rem;
  margin-top: 5px;
}

.publish-modal .post-location {
  margin-top: 10px;
}

.publish-modal .post-location:before {
  margin-left: 5px;
}

.publish-modal .post-location .icon-close {
  zoom: 0.65;
  margin-right: 5px;
}

.publish-modal .post-location .icon-close:before {
  background-position: -611px 5px;
}

.publish-modal .post .error-list {
  background-color: #efeded;
  margin-top: 15px;
  padding: 25px 10px;
  position: relative;
  padding-right: 70px;
}

.publish-modal .post .error-list:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #d0021b;
  position: absolute;
  right: 20px;
}

.publish-modal .post .error-list:after {
  content: '!';
  color: #fff;
  position: absolute;
  right: 32px;
  top: 27px;
  font-weight: bold;
  font-size: 15rem;
}

.publish-modal .post-media-list li {
  position: relative;
}

.publish-modal .post-media-list li .icon-close {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 23px;
  height: 23px;
  background-color: #000;
  border-radius: 50%;
}

.publish-modal .post-media-list li .icon-close:before {
  position: absolute;
  top: 4px;
  left: 3px;
}

.publish-modal .post-footer ul li {
  margin-left: 2px;
}

.publish-modal .post-footer ul li:last-of-type {
  text-align: end;
  margin-left: 0;
}

.publish-modal .post-footer ul li label {
  display: block;
}

.publish-modal .post-footer ul li .icon {
  background-color: #d0021b;
  min-width: 30px;
  height: 30px;
  border-radius: 15px;
  color: #fff;
}

.publish-modal .post-footer ul li .icon:disabled,
.publish-modal .post-footer ul li .icon.disabled {
  background-color: #898989;
}

.publish-modal .post-footer ul li .icon.publish {
  padding: 0 30px;
}

.publish-modal .post-footer ul li .icon.loading {
  animation: loader-circle 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.publish-modal .post-footer ul li .draft {
  border: 1px solid #d0021b;
  min-width: 20px;
  height: 30px;
  border-radius: 15px;
  color: #d0021b;
  margin-left: 5px;
  padding: 0 10px;
}

.publish-modal .post-footer ul li .draft-saved {
  margin-left: 5px;
  font-style: italic;
  font-size: 14rem;
  color: #d0021b;
}
.slot {
  max-width: 100%;
}

.slot.top-desktop,
.slot.top-phone {
  text-align: center;
  margin-bottom: 15px;
}

.slot.rectangle-desktop {
  max-height: 600px;
}

.slot.rectangle-desktop > div {
  margin-bottom: 10px;
}

.slot.nickbar-phone {
  text-align: center;
  position: fixed;
  bottom: -8px;
  left: 0;
  right: 0;
}

.slot.nickbar-phone.iphoneX {
  bottom: 30px;
}

.slot.margin-top {
  margin-top: 15px;
}

.slot.margin-bottom {
  margin-bottom: 15px;
}

.slot.in-feed {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.date-time {
  direction: ltr;
  margin-right: 12px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  font-size: 18rem;
}

@media (max-width: 999px) {
  .date-time span {
    display: none;
  }
}
.welcome {
  background-color: #d0021b;
  width: 500px;
  position: fixed;
  top: 55px;
  left: 50%;
  color: #fff;
  z-index: 100;
  transform: translateX(calc(1 * -50%));
  user-select: none;
}

@media (max-width: 999px) {
  .welcome {
    top: 44px;
    bottom: 0;
    right: 0;
    left: 0;
    width: initial;
    transform: initial;
  }
}

.welcome .tag {
  background-color: #fff;
  width: 200px;
  margin: 12px auto 20px;
  padding: 30px 0;
  box-shadow: #2f2f2f 0px 0px 20px 4px;
  border-radius: 0 0 5px 5px;
  border: 2px solid #d0021b;
  border-top: 0;
}

.welcome .tag * {
  margin: 0 auto;
}

.welcome .tag .main-logo {
  width: 75px;
  margin-bottom: 12px;
}

.welcome .tag .tag-logo {
  width: 130px;
  margin-bottom: 18px;
}

.welcome .tag .user-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #d0021b;
  margin-bottom: 18px;
}

.welcome .tag .user-name {
  background-color: #d0021b;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  width: 120px;
  text-align: center;
}

.welcome h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 22rem;
  margin-bottom: 12px;
  font-weight: bold;
}

.welcome p {
  text-align: center;
  font-size: 18rem;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.welcome button {
  background-color: #fff;
  color: #d0021b;
  width: 148px;
  font-size: 20rem;
  font-weight: 700;
  border-radius: 15px;
  display: block;
  padding: 10px;
  margin: 0 auto 20px;
}

.welcome footer {
  text-align: center;
  margin-bottom: 12px;
}
.join-btn {
  user-select: none;
  padding: 10px;
  border-radius: 18px;
  background-color: #3b5998;
  background-color: #2d4473;
  position: relative;
  font-size: 16rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.2px;
}

.join-btn.aside {
  margin: 100px 25px 35px 25px;
  width: 150px;
}

.join-btn.aside:before {
  top: -100px;
  bottom: -20px;
  right: -25px;
  left: 0;
  width: 200px;
  background-position-x: center;
  background-position-y: 16px;
  border-radius: 0;
}

.join-btn.in-center {
  margin: 0 0 12px 0;
  margin-right: 42px;
  margin-left: 5px;
  width: 180px;
}

.join-btn.in-center:before {
  width: 230px;
  border-radius: 50px;
  top: -5px;
  bottom: -5px;
  right: -45px;
  left: 5px;
  background-position-x: 96.5%;
  background-position-y: center;
  background-size: 35px 35px;
}

@media (min-width: 1000px) {
  .join-btn.in-center {
    display: none;
  }
}

.join-btn:after {
  content: 'f';
  border-right: 1px solid;
  padding-right: 8px;
  margin-right: 8px;
}

.join-btn:before {
  content: ' ';
  background: url("/public/assets/icons/avatar.svg") #fff;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
}

.join-btn-wrap-in-center {
  margin: 0 auto;
  width: 230px;
}
.settings-box {
  position: relative;
}

.settings-box .settings-list li:first-of-type {
  text-align: center;
}

.settings-box .settings-list li.logout {
  cursor: pointer;
}

.settings-box .settings-list-link {
  color: black;
  border-top: 1px solid #d1d1d1;
  padding: 10px 0;
}

.settings-box .settings-list-link:last-of-type {
  border-bottom: 1px solid #d1d1d1;
}

.settings-box .settings-list-link.hard-content .special-checkbox {
  float: left;
}

.settings-box .user-settings {
  margin-bottom: 18px;
}

.settings-box .user-settings > .image {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 12px;
}

.settings-box .user-settings > .name {
  color: #000;
  margin-bottom: 6px;
}

.settings-box .user-settings > .score {
  color: #d0021b;
  font-size: 14rem;
}
@charset "UTF-8";

@media (max-width: 999px) {
  .messages-box .popup-btn:after {
    content: "\5D4\5D5\5D3\5E2\5D5\5EA   \5DC\5D2\5D5\5DC\5E9";
    padding-right: 20px;
    color: white;
  }
}

.messages-box-red-bubble {
  background-color: #fff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  display: block;
  font-size: 12rem;
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d0021b;
  font-weight: bold;
}

.messages-box .messages-list {
  width: 360px !important;
}

@media (max-width: 999px) {
  .messages-box .messages-list {
    width: initial !important;
  }
}

.messages-box .messages-list .caption {
  color: #d0021b;
  border-bottom: 1px solid #d0021b;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 14rem;
}

.messages-box .messages-list-item {
  font-size: 14rem;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #d1d1d1;
}

.messages-box .messages-list-item-content {
  flex: 1;
}

.messages-box .messages-list-item:last-of-type {
  padding-bottom: initial;
  border: 0;
}

.messages-box .messages-list-item:first-of-type {
  padding-top: initial;
}

.messages-box .messages-list-item.no-messages {
  text-align: center;
  font-weight: bold;
}

.messages-box .messages-list-item time {
  display: block;
  margin-bottom: 10px;
}

.messages-box .messages-list-item:before {
  width: 40px;
  background-position: -90px 1px;
}
.mobile-menu > ul {
  z-index: 102;
  overflow: auto;
  top: 45px;
  right: -200px;
  width: 300px;
  bottom: 0;
  position: fixed;
  background-color: #d0021b;
  animation: mobile-menu-slide 0.4s forwards;
}

.mobile-menu > ul li {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 20px;
}

.mobile-menu > ul li.no-icon {
  padding-right: 22px;
}

.mobile-menu > ul li.no-padding {
  padding-right: 0;
}

.mobile-menu > ul li.spacer-top {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.mobile-menu > ul li.spacer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.mobile-menu > ul li.icon-shabat:before {
  background-position-y: -3px;
  background-size: 956px 57px;
  background-position: -709px -3px;
  height: 23px;
  width: 21px;
}

.mobile-menu > ul li .special-checkbox {
  margin-left: 12px;
}

.mobile-menu .user-settings {
  text-align: center;
}

.mobile-menu .user-settings > .image {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 12px;
}

.mobile-menu .user-settings > .name {
  color: white;
}

.mobile-menu .user-settings > .name:before {
  filter: initial;
}

.mobile-menu .user-settings > .score {
  font-size: 14rem;
}

@keyframes mobile-menu-slide {
  0% {
    right: -200px;
  }

  100% {
    right: 0;
  }
}
.a11y-modal {
  z-index: 101;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(calc(1 * -50%)) translateY(-50%);
  box-sizing: border-box;
  background-color: #fefefe;
  border: 2px solid #000;
  width: 670px;
  max-width: 100%;
  border-top: none;
}

.a11y-modal button:focus,
.a11y-modal button:hover,
.a11y-modal a:focus,
.a11y-modal [tabindex='0']:focus {
  outline: solid 2px red;
}

.a11y-modal-header {
  position: relative;
  background: #000;
  color: #fff;
  height: 50px;
  line-height: 50px;
}

.a11y-modal-header .icon-close {
  position: absolute;
  top: 10px;
  left: 10px;
  zoom: 1.6;
}

.a11y-modal-title {
  font-size: 35px;
  padding-right: 30px;
}

.a11y-modal-body {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 30px;
  padding-bottom: 0;
}

.a11y-modal-section-title {
  font-size: 14px;
  font-weight: bold;
}

.a11y-modal .font-controllers {
  width: 50%;
  border-left: solid 1px #000;
}

.a11y-modal .font-buttons-list {
  display: flex;
  justify-content: space-between;
  direction: ltr;
  padding: 0 10px;
}

.a11y-modal .font-buttons-list li {
  direction: rtl;
}

.a11y-modal .font-button {
  height: 80px;
  background-color: #fff;
  border: none;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
}

.a11y-modal .font-button.selected,
.a11y-modal .font-button:hover,
.a11y-modal .font-button:focus {
  background-color: #000;
  color: #fff;
  outline: none;
}

.a11y-modal .font-button.selected {
  outline: 1px solid red;
}

.a11y-modal .font-button.size-125 .letter {
  font-size: 19px;
}

.a11y-modal .font-button.size-125 .letter {
  font-size: 22px;
}

.a11y-modal .font-button.size-150 .letter {
  font-size: 25px;
}

.a11y-modal .font-button.size-175 .letter {
  font-size: 28px;
}

.a11y-modal .font-button.size-200 .letter {
  font-size: 31px;
}

.a11y-modal .font-button .size {
  font-size: 14px;
}

.a11y-modal .font-button .letter {
  display: block;
  line-height: 40px;
}

.a11y-modal .colors-cursor-controllers {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}

.a11y-modal .colors-cursor-controllers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}

.a11y-modal .colors-cursor-controllers-list li {
  width: 48%;
  margin-top: 10px;
}

.a11y-modal .colors-cursor-ctrl {
  display: flex;
  width: 100%;
}

.a11y-modal .colors-cursor-ctrl .a11y-icon {
  margin-left: 10px;
  flex-shrink: 0;
}

.a11y-modal .colors-cursor-ctrl .text {
  align-self: center;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.a11y-modal .colors-cursor-ctrl.selected {
  background-color: #898989;
}

.a11y-modal-footer {
  flex-basis: 100%;
  padding-top: 15px;
  line-height: 26px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000;
  margin-top: 50px;
}

.a11y-modal-footer .a11y-statement {
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}

.a11y-icon {
  background-image: url("/public/assets/icons/a11y-modal-sprite.png");
  height: 52px;
  width: 52px;
  display: inline-block;
  vertical-align: middle;
}

.a11y-icon.tool-a11y-grey-shades {
  background-position: -139px -1px;
}

.a11y-icon.tool-a11y-large-cursor {
  background-position: -1px -1px;
}

.a11y-icon.tool-a11y-negative {
  background-position: -139px -62px;
}

.a11y-icon.tool-a11y-emphatic-link {
  background-position: 0px -62px;
}

.a11y-icon.view {
  width: 28px;
  height: 20px;
  background-position: -154px -147px;
  zoom: 0.9;
  margin-left: 5px;
}

.screen-reader {
  position: absolute;
  top: -10000px;
  left: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.a11y-grey-shades {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.a11y-large-cursor * {
  cursor: url(/images/cursor.cur), url(data:image/png;base64,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), auto !important;
}

.a11y-negative {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.a11y-grey-shades.a11y-negative {
  -webkit-filter: grayscale(100%) contrast(200%);
  filter: grayscale(100%) contrast(200%);
}

.a11y-emphatic-link a,
.a11y-emphatic-link button {
  text-decoration: underline !important;
}

.a11y-size-100 {
  zoom: 1;
}

.a11y-size-125 {
  zoom: 1.25;
}

.a11y-size-150 {
  zoom: 1.5;
}

.a11y-size-175 {
  zoom: 1.75;
}

.a11y-size-200 {
  zoom: 2;
}

.a11y-on *:focus {
  outline: 2px solid #000;
}
.header {
  user-select: none;
  background-color: #d0021b;
  color: #fff;
  padding: 10px;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 45px;
  border-bottom: 1px solid #fff;
}

.header.elections {
  height: 32px;
  padding: 7px;
}

.header > .inner {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header > .inner .logo {
  height: 24px;
  text-align: center;
  display: inline-block;
}

.header > .inner .logo img {
  filter: brightness(0) invert(1);
  height: 24px;
}

@media (max-width: 999px) {
  .header > .inner .logo img {
    margin: 0 auto;
  }
}

@media (max-width: 999px) {
  .header > .inner .logo {
    flex: 1;
  }
}

.header > .inner nav {
  margin-right: auto;
}

.header > .inner nav .button-list {
  display: flex;
  height: 20px;
}

.header > .inner nav .button-list > li {
  margin: 0 30px 0 0;
}

.header > .inner nav .button-list > li.active,
.header > .inner nav .button-list > li:hover,
.header > .inner nav .button-list > li:focus {
  position: relative;
}

.header > .inner nav .button-list > li.active:before,
.header > .inner nav .button-list > li:hover:before,
.header > .inner nav .button-list > li:focus:before {
  content: '';
  background-color: #9d0214;
  display: inline-block;
  width: 30px;
  height: 44px;
  position: absolute;
  z-index: -1;
  top: -13px;
  left: -5px;
}

.header > .inner nav .button-list > li:hover:before,
.header > .inner nav .button-list > li:focus:before {
  background-color: #b60217;
}

@media (max-width: 999px) {
  .header > .inner nav .button-list .elections {
    margin: 0;
  }
}

.header .mobile-menu-btn {
  display: inline-block;
  margin-left: 12px;
  cursor: pointer;
}

.header .mobile-menu-btn .bar1,
.header .mobile-menu-btn .bar2,
.header .mobile-menu-btn .bar3 {
  width: 25px;
  height: 4px;
  background-color: #fff;
  margin: 3px 0;
  transition: 0.4s;
}

.header .mobile-menu-btn.open .bar1 {
  transform: rotate(-45deg) translate(-6px, 4px);
}

.header .mobile-menu-btn.open .bar2 {
  opacity: 0;
}

.header .mobile-menu-btn.open .bar3 {
  transform: rotate(45deg) translate(-6px, -4px);
}

.header .stage {
  margin-right: 12px;
  background: #fff;
  padding: 2px 10px;
  color: #d0021b;
  border: 1px solid #898989;
  border-radius: 17px;
  font-weight: bold;
}
.promoted-hashtags {
  color: #d0021b;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 12px;
  background-color: #fff;
}

.promoted-hashtags ul {
  padding: 10px;
  display: flex;
}

.promoted-hashtags ul li.caption {
  font-weight: bold;
  color: #4a4a4a;
  display: inline-block;
  margin-left: 12px;
}

.promoted-hashtags ul li.promoted-hashtags-item .hashtag {
  color: #d0021b;
}
.pikud {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d0021b;
  z-index: 200;
  padding: 10px;
  color: #fff;
  min-height: 120px;
  transform: translateY(100%);
  opacity: 0;
  transition: .4s;
}

.pikud.open {
  transform: translateY(0);
  opacity: 1;
}

.pikud-link {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pikud-link img {
  width: 40px;
  height: 40px;
}

.pikud-link span {
  font-size: 20rem;
  margin-right: 10px;
}

@media (max-width: 999px) {
  .pikud-link {
    position: static;
  }

  .pikud-link img {
    width: 30px;
    height: 30px;
  }

  .pikud-link span {
    font-size: 16rem;
  }
}

.pikud .cont {
  width: 70%;
  margin: 0 auto;
}

.pikud .cont h4 {
  font-size: 30rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 999px) {
  .pikud .cont h4 {
    font-size: 24rem;
  }
}

.pikud .cont ul {
  font-size: 20rem;
  width: 70%;
  margin: 10px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pikud .cont ul li {
  padding: 0 10px;
  margin-top: 10px;
  border-left: solid 1px #fff;
}

.pikud .cont ul li:last-child {
  border-left: 0;
}

.pikud audio {
  display: none;
}
/* variables */

/* icons */

[class^="icon-"]:before,
[class*=" icon-"]:before {
  content: '';
  direction: rtl;
  background-image: url("/public/assets/icons/sprite.svg");
  background-repeat: no-repeat;
  background-attachment: initial;
  display: inline-block;
  background-size: 956px 71px;
  width: 19px;
  height: 19px;
}

.icon-home:before {
  background-position: 0 0;
}

.icon-messages:before {
  background-position: -99px 0;
}

.icon-archive:before {
  background-position: -33px 0;
}

.icon-settings:before {
  background-position: -66px 0;
}

.icon-a11y:before {
  background-position: -645px 0;
  margin-top: -1px;
  zoom: 0.9;
  height: 21px;
}

.icon-hashtag:before {
  background-position: -546px 0;
}

.icon-logout:before {
  background-position: -578px 0;
}

.icon-upload:before {
  background-position: -374px 4px;
  filter: brightness(0) invert(1);
}

.icon-edit:before {
  background-position: -255px 2px;
  filter: grayscale(100%) brightness(50%);
}

.icon-submit:before {
  background-position: -374px 4px;
  transform: rotate(90deg);
}

.icon-facebook:before {
  width: 25px;
  height: 25px;
  background-position: -281px 6px;
}

.icon-whatsapp:before {
  width: 25px;
  height: 25px;
  background-position: -311px 6px;
}

.icon-twitter:before {
  width: 25px;
  height: 25px;
  background-position: -344px 7px;
}

.icon-close:before {
  background-position: -611px 0;
}

.icon-location:before {
  width: 13px;
  height: 17px;
  background-position: -167px 2px;
}

.icon-camera:before {
  background-position: -195px 6px;
  zoom: 1.2;
}

.icon-weather:before {
  background-position: -688px -4px;
  margin-top: -10px;
  height: 23px;
  width: 24px;
  margin-left: -6px;
}

.icon-mail:before {
  width: 25px;
  height: 25px;
  background-position: -131px 7px;
}

.icon-shabat:before {
  background-position: -761px -3px;
  height: 27px;
  width: 26px;
}

.icon-abusive-comment:before {
  background-position: -862px -4px;
  width: 11px;
  height: 8px;
}

.icon-red:before {
  filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.icon-white:before {
  filter: brightness(0) invert(1);
}

@media (min-width: 1000px) {
  .icon-close.icon-messages:before {
    background-position: -100px 0;
  }
}

.mobile-menu .icon {
  padding-right: 20px;
}

.mobile-menu .icon a,
.mobile-menu .icon span {
  padding-right: 20px;
}

.mobile-menu .icon:before {
  background-position-y: 3px;
}

.mobile-menu .icon-shabat:before {
  background-position-y: -3px;
}

/* functions */

/* resets */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/******RESET of Walla *******/

html,
button,
input,
select,
textarea {
  font-family: arial, helvetica, sans-serif;
}

/*** box sizing border-box for all elements - version 1.1 ***/

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

button,
input[type=submit] {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

iframe {
  border-style: none;
  border-width: 0;
}

form {
  margin: 0;
  padding: 0;
}

table {
  border: 0;
  /* Replace border */
  border-spacing: 0px;
  /* Replace cellspacing */
  border-collapse: collapse;
  /* Patch for Internet Explorer 6 and Internet Explorer 7 */
}

table td {
  padding: 0px;
  /*replace cellpadding*/
}

/*remove number spinner buttons*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

html {
  height: 100%;
  font-size: 1px;
  /*for using REM units*/
}

body {
  direction: rtl;
  font-family: arial, sans-serif;
  font-size: 16rem;
  line-height: 1.3;
}

/* commons */

.popup {
  position: relative;
  color: #000;
}

.popup .popup-btn {
  display: inline-block;
  position: relative;
}

.popup .popup-list {
  z-index: 101;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -25px;
  top: 40px;
  padding: 20px;
  background: #fff;
  width: 250px;
  box-shadow: 0px 1px 5px 0 #898989;
}

.popup .popup-list:after,
.popup .popup-list:before {
  bottom: 100%;
  left: 27px;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.popup .popup-list:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

@media (max-width: 999px) {
  .popup .popup-list {
    position: fixed;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    width: initial;
  }

  .popup .popup-list:before,
  .popup .popup-list:after {
    content: initial;
  }
}

body {
  min-height: 100%;
  position: relative;
  background-color: #efeded;
}

* {
  outline: 0;
}

#root .container {
  padding-top: 60px;
}

#root .container header {
  width: 100%;
}

#root .container .content {
  margin: 0 auto;
  display: flex;
  max-width: 970px;
  margin-bottom: 12px;
}

#root .container .content .center-rail {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 1000px) {
  #root .container .content .center-rail {
    width: 470px;
  }
}

#root .container .content .right-rail {
  width: 200px;
}

#root .container .content .right-rail .inner-rail {
  width: 200px;
}

#root .container .content .left-rail {
  width: 300px;
}

#root .container .content .left-rail .kidum-img {
  margin-bottom: 20px;
}

#root .container .content .left-rail .inner-rail {
  width: 300px;
}

@media (max-width: 999px) {
  #root .container .content {
    margin-bottom: 62px;
  }
}

@media (max-width: 999px) {
  #root .container {
    padding-top: 45px;
  }
}

@media (max-width: 999px) {
  #root .container.weather-mobile-page {
    padding-top: 0;
  }

  #root .container.weather-mobile-page .content {
    margin-bottom: 0;
  }

  #root .container.weather-mobile-page .content .center-rail {
    padding: 0;
  }
}

@media (max-width: 999px) {
  .no-small {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .no-big {
    display: none !important;
  }
}
.web-push-prompt {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100000;
  background: white;
  padding: 20px;
  border: 1px solid black;
}

.web-push-prompt-first-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.web-push-prompt-first-row img {
  width: 110px;
  margin-right: 15px;
}

.web-push-prompt-buttons {
  display: flex;
  justify-content: flex-end;
}

.web-push-prompt-buttons button {
  padding: 10px;
  margin-left: 10px;
}

.web-push-prompt-buttons button.web-push-prompt-buttons-yes {
  background-color: #d0021b;
  color: white;
}
