.footer_con {
  background-color: var(--bg-main, #1A1A1A);
  height: 59vh;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer_con .f-box {
  width: 100%;
  border-style: solid;
  border-color: silver;
  border-width: 0px 0px 0px 1px;
  padding: 10;
  flex: 1 0;
  HEIGHT: 100%;
}

.footer_con .img {
  box-shadow: none;
  width: 100;
  height: 100;
  margin-left: 42%;
  margin-right: 42%;
  margin-top: 0px;
}

.footer_con .info-nahary .img img {
  width: 100;
  height: 100;
  margin-right: 42%;
}

.footer_con .info-nahary .info {
  padding: 0;
  padding-top: 29;
  direction: rtl;
}

.footer_con .info-nahary .info .sec-f-til {
  color: #ababab;
  line-height: 2.2;
  font-size: 13;
  text-align: right;
}

.footer_con .sec-f-h {
  color: white;
  font-weight: 600;
  font-size: 18;
  direction: rtl;
  border-style: solid;
  border-color: var(--accent-dark, #9a6a13);
  border-width: 0px 0px 3px 0px;
  padding-bottom: 10;
  padding-right: 10px;
  text-align: right;
  margin-bottom: 11px;
}

.footer_con .sec-f-menu ul {
  margin: auto;
  width: fit-content;
  height: fit-content;
  direction: rtl;
  color: silver;
  margin-right: 0;
  padding-right: 23;
  line-height: 2;
  font-size: 14;
  cursor: pointer;
  list-style-type: none;
  border-width: 0;
  text-align: right;
}

.footer_con .sec-f-menu ul li {
  /*! transition: 0.5s; */
  display: block;
  background-color: transparent;
  color: silver;
  direction: rtl;
  padding: 0;
}

.footer_con .sec-f-menu ul li:hover {
  color: white;
  border-style: solid;
  border-color: var(--accent-dark, #9a6a13);
  border-width: 0px 0px 1px 0px;
  padding-bottom: 1;
  background-color: transparent;
}

.footer_con .map .the-map {
  height: 100%;
  padding-top: 24;
  padding: 16px;
}

@media screen and (max-width: 1200px) {
  .footer_con {
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    height: auto;
  }

  .footer_con .img {
      display: none;
}

}

@media screen and (max-width: 789px) {
  .footer_con {
    align-items: center;
    height: auto;
    padding: 0;
    flex-direction: column;
    padding-top: 53;
  }

  .footer_con .f-box {
    border-width: 0;
  }

  .map .the-map iframe {
    height: auto;
  }
}