@font-face {
  font-family: "almoni_l2";
  src: url("../../fonts/amoni/almoni-dl-aaa-300.eot");
  src: url("../../fonts/amoni/almoni-dl-aaa-300.woff") format("woff"), url("../../fonts/amoni/almoni-dl-aaa-300.ttf") format("truetype"), url("../../fonts/amoni/almoni-dl-aaa-300.svg#svgFontName") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "almoni_l1";
  src: url("../../fonts/amoni/almoni-dl-aaa-400.eot");
  src: url("../../fonts/amoni/almoni-dl-aaa-400.woff") format("woff"), url("../../fonts/amoni/almoni-dl-aaa-400.ttf") format("truetype"), url("../../fonts/amoni/almoni-dl-aaa-400.svg#svgFontName") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "almoni";
  src: url("../../fonts/amoni/almoni-dl-aaa-700.eot");
  src: url("../../fonts/amoni/almoni-dl-aaa-700.woff") format("woff"), url("../../fonts/amoni/almoni-dl-aaa-700.ttf") format("truetype"), url("../../fonts/amoni/almoni-dl-aaa-700.svg#svgFontName") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "almoni_b";
  src: url("../../fonts/amoni/almoni-dl-aaa-900.eot");
  src: url("../../fonts/amoni/almoni-dl-aaa-900.woff") format("woff"), url("../../fonts/amoni/almoni-dl-aaa-900.ttf") format("truetype"), url("../../fonts/amoni/almoni-dl-aaa-900.svg#svgFontName") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Almoni ML v5 AAA";
  src: url("../../fonts/amoniml/amoniml.eot");
  src: url("../../fonts/amoniml/amoniml.woff") format("woff"), url("../../fonts/amoniml/amoniml.ttf") format("truetype"), url("../../fonts/amoniml/amoniml.svg#svgFontName") format("svg");
  font-display: swap;
}
body {
  direction: rtl;
  text-align: right;
  font-family: almoni, Arial, Gadget, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: #FFF;
  color: #453C67;
}

button {
  font-family: almoni, Arial;
}

div, input {
  box-sizing: border-box;
}

input {
  background: #F7F7F7;
  border-radius: 8px;
  font-weight: 400;
  font-size: 1.25rem;
  border: 0;
  padding: 0.9rem;
  font-family: almoni_l1, Arial;
}

label {
  font-family: arial !important;
}

::-webkit-input-placeholder {
  color: #444;
}

:-moz-placeholder {
  color: #444;
}

::-moz-placeholder {
  color: #444;
}

:-ms-input-placeholder {
  color: #444;
}

a {
  text-decoration: none;
  color: #453C67;
}

textarea:focus, input:focus, button:focus, select:focus {
  outline: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h2 {
  font-size: 1.1rem;
}

h3 {
  font-size: 1rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button {
  border: 0;
  cursor: pointer;
}

.dFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.fullWidth {
  width: 100%;
}

.paddingT20 {
  padding-top: 20px;
}

.marginT20 {
  margin-top: 20px;
}

.marginR20 {
  margin-right: 20px;
}

.marginB20 {
  margin-bottom: 20px;
}

.marginL20 {
  margin-left: 20px;
}

.marginL10 {
  margin-left: 10px;
}

.marginR10 {
  margin-right: 10px;
}

.marginT10 {
  margin-top: 10px;
}

.marginB10 {
  margin-bottom: 10px;
}

.arial {
  font-family: Arial;
}

.blue {
  background-color: #2aa4cf;
}

.white {
  background-color: #fff;
}

.f444 {
  color: #444;
}

.fwhite {
  color: #fff;
}

.fblue {
  color: #2aa4cf;
}

.bold {
  font-family: almoni_b, Arial;
}

.arial_bold {
  font-weight: bold;
}

.light {
  font-family: almoni_l2, Arial;
}

.light1 {
  font-family: almoni_l1, Arial;
}

.f80 {
  font-size: 0.8rem;
}

.f90 {
  font-size: 0.9rem;
}

.f95 {
  font-size: 0.95rem;
}

.f1 {
  font-size: 1.1rem;
}

.f2 {
  font-size: 1.2rem;
}

.f3 {
  font-size: 1.3rem;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

input.my_input {
  border: 0;
  outline: 0;
  width: 85%;
  padding-right: 5px;
}

.hidden {
  display: none;
}

.cGreen {
  color: #46C2CB;
}

.text_center {
  text-align: center;
}

.flex-center {
  justify-content: center;
}

.flex-space-b {
  justify-content: space-between;
}

.flex-space-a {
  justify-content: space-around;
}

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

header.main_header {
  height: 7rem;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 10px 10px 80px rgba(34, 87, 122, 0.17);
}

.lang-wp {
  grid-area: lang_wp;
}

.langs_wp {
  display: flex;
  margin-left: 2rem;
  padding-top: 0.5rem;
}
.langs_wp .israel_flag {
  background: url("../../images/yoram/2023/menu/israel_f.svg") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}
.langs_wp .usa_flag {
  background: url("../../images/yoram/2023/menu/ar_flag.svg") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

.logo_wp {
  grid-area: logo_wp;
  max-width: 18rem;
  margin-left: 10px;
}

.logo_wp > a > img {
  width: 100%;
  height: 41px;
}

.round-social {
  display: inline-block;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
}

nav ul {
  grid-area: main_menu_ul;
}

nav ul li {
  margin-left: 5px;
}

nav ul li a:hover {
  color: #6D67E4;
}

.btn_free_concil_header {
  grid-area: btn_free_concil_header;
}

.block {
  display: block;
}

nav {
  grid-area: nav_wp;
  font-size: 1.15rem;
  padding-bottom: 1rem;
  position: relative;
}
nav .advertise-with-us {
  width: 9rem;
}
nav .advertise-with-us img {
  width: 100%;
  margin-top: -1px;
}

.header_top {
  grid-area: header_top;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

header.main_header {
  display: grid;
  align-items: center;
  grid-template-areas: "header_top" "nav_wp";
}

a.btn_free_concil_header {
  background-color: #6D67E4;
  color: #FFF;
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 7px;
  font-size: 1.125rem;
  display: block;
}

a.btn_free_concil_header:hover {
  color: #FFFFFF;
  background-color: #4e4aa0;
}

.nav_ul_main a.btn_free_concil_header {
  margin-top: -0.4rem;
}

.dv_hove_menu {
  display: none;
  position: absolute;
  z-index: 10;
  background: #F5F5F5;
  box-shadow: 0px 29px 21px 10px rgba(34, 87, 122, 0.16);
  border-radius: 0px 0px 30px 30px;
  padding: 1rem 6rem 1rem 1rem;
  margin: 0;
  text-align: right;
  width: 100%;
  right: 0;
}

.falling_menu_separator {
  position: absolute;
  height: 50%;
  width: 1px;
  right: 26%;
  top: 21%;
  background: #CDCDCD;
  border: 1px solid #CDCDCD;
}

.hover_menu {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 60%;
  font-family: almoni_l1, Arial;
  padding: 0.3rem 0;
  column-gap: 10%;
}

.hover_menu > li {
  text-align: right;
  margin: 0.5rem 0;
}

.hover_menu > li > a {
  color: #000;
}

ul.nav_ul.nav_ul_main > li:hover > .dv_hove_menu, ul.nav_ul_hide.nav_ul > li:hover > .dv_hove_menu {
  display: flex;
}

ol.hover_menu li a {
  color: #453C67;
}

li.all_links_menu > a {
  background-color: #2a6377;
  color: #FFF;
  display: table;
  padding: 3px 15px;
  box-shadow: 2px 2px 5px #CCC;
}

.hover_menu_left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: end;
  justify-content: center;
}

.hover_menu_left > img {
  width: 70%;
}

.hover_menu_link_general {
  background: linear-gradient(89.47deg, #46C2CB 0%, #6D67E4 100%);
  mix-blend-mode: normal;
  border-radius: 10px;
  width: 70%;
  padding: 0.7rem;
  text-align: center;
  margin-top: 0.8rem;
}

.hover_menu_link_general a {
  font-family: almoni_l1, Arial;
  color: #FFF;
  display: flex;
  justify-content: center;
}

.link_set_white_menu {
  width: 2rem;
  height: 1rem;
  background: url("../../images/yoram/2023/link_set_white.svg") no-repeat;
  margin-top: 0.4rem;
}

.mob_header {
  position: fixed;
  background-color: #FFFFFF;
  height: 3.1em;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 100;
  box-shadow: 1px 1px 1px #CCC;
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 3fr 1fr;
}

.mob_header > .mob_logo_wp {
  width: 100%;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid #efefef;
  padding-top: 0.5rem;
  border-left: 1px solid #efefef;
}
.mob_header > .mob_logo_wp img {
  max-height: 2.5em;
}

.mob_header > .right_mob_header > .menu-icon {
  width: 39px;
  height: 32px;
  position: relative;
  margin: 0.6rem 17% 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.mob_header > .right_mob_header > .menu-icon > span {
  display: block;
  position: absolute;
  height: 3px;
  width: 65%;
  background: #2e2e2e;
  border-radius: 9px;
  opacity: 1;
  left: 17%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.mob_header > .right_mob_header > .menu-icon span:nth-child(1) {
  top: 5px;
}

.mob_header > .right_mob_header > .menu-icon span:nth-child(3) {
  top: 5px;
}

.mob_header > .right_mob_header > .menu-icon span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 12px;
}

.mob_header > .right_mob_header > .menu-icon span:nth-child(4) {
  top: 20px;
}

.mob_header > .right_mob_header > .menu-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.mob_header > .right_mob_header > .menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
}

.mob_header > .right_mob_header > .menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
}

.mob_header > .right_mob_header > .menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.mob_header > .left_mob_header > .menu_search_icon {
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../images/yoram/2023/mob/search_mob.png") no-repeat 50%;
  background-size: auto;
  margin: 0.7rem auto 0;
  display: block;
}

.mob_header {
  display: none;
}

.page_wrapper {
  width: 90%;
  margin: 0 8% 0 0;
  justify-content: space-between;
}

span.falseChk {
  display: none;
}

.page_right {
  width: 79%;
}

.page_right_in {
  width: 60%;
}
.page_right_in article {
  padding-right: 3%;
}

.first_article {
  margin-top: 2rem;
}

.page_left_in {
  width: 45%;
}

.page_left {
  width: 19%;
}

.tower_pirsum_wp {
  position: fixed;
  right: 0;
  top: 20vh;
}

footer {
  background: #F7F7F7;
  mix-blend-mode: normal;
  width: 100%;
  margin-top: 5rem;
  padding-top: 5rem;
}

.footer_links_wp_total {
  display: flex;
  justify-content: start;
}

.footer_a_link_wp {
  width: 20%;
}

.yoram_logo_footer {
  background: url("../../images/yoram/2023/logoyoram.png") no-repeat 100% 20%;
  width: 100%;
  background-size: 85%;
  height: 4rem;
  margin-top: 3rem;
}

.footer_links_wp {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.footer_links_a_title {
  color: #6D67E4;
  font-family: almoni_b;
  font-size: 1.563rem;
  margin-bottom: 1rem;
  display: block;
}

.footer_links_link > div {
  margin-bottom: 0.5rem;
}

.footer_links_a {
  color: #000;
  font-family: almoni_l1, Arial;
  font-size: 1.1rem;
}

.footer_links_col {
  border-right: 1px solid #E2E2E2;
  padding-right: 3rem;
}

.footerNav {
  background-color: #6D67E4;
  padding: 1.6rem 0;
  margin-top: 4rem;
  display: grid;
}

.footerNav > nav > ul {
  display: flex;
}

.footerNav > nav > ul > li.text > a {
  color: #FFF;
  font-size: 1.4rem;
}

.footerNav > nav > ul > li.separator_footer {
  width: 1px;
  background-color: #FFF;
  height: 1.4rem;
  margin-top: 0.25rem;
  font-family: Almoni_l1;
}

.strip_footer {
  background: #F7F7F7;
  mix-blend-mode: normal;
  color: #ACACAC;
  font-family: "almoni_l1";
  padding: 1.5rem 0;
}

.stopTower {
  position: absolute;
  top: 800px;
}

.stopTowerIn {
  position: absolute;
  top: 28rem;
}

.search_wp20 {
  position: relative;
}

div#serach_results_wp, div#serach_results_wp_mob {
  position: absolute;
  z-index: 5;
  background-color: #FFF;
  width: 100%;
}

.show_mobile {
  display: none;
}

.show_desktop {
  display: block;
}

.all_top_margin {
  margin-top: 11rem !important;
}

.page_title {
  color: #453C67;
  font-size: 3.7rem;
  font-family: almoni_b, Arial;
}

.breadcrumb {
  display: table;
  font-family: "almoni_l1";
  font-size: 1.2rem;
  margin: 0.5rem 0px 2rem;
}

.breadcrumb > ol {
  color: #453C67;
}
.breadcrumb > ol li {
  float: right;
}

.breadcrumb > ol:first-child {
  color: #6D67E4;
}
.breadcrumb > ol:first-child a {
  color: #6D67E4 !important;
}

.breadcrumb_set {
  background: url("../../images/yoram/2023/breadcrum_set.svg") no-repeat 50% 100%;
  width: 0.8rem;
  height: 1rem;
  background-size: contain;
  display: inline-block;
  margin-right: 0.2rem;
}

article {
  font-family: almoni_l1, Arial;
}

.open_days_left_wp {
  width: 75%;
  box-shadow: 10px 10px 80px 0px rgba(69, 60, 103, 0.1490196078);
  text-align: center;
  font-size: 1.8rem;
  font-family: almoni_l1, Arial;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.open_days_left_wp img {
  width: 100%;
  margin-bottom: 1rem;
}
.open_days_left_wp .open_days_title span {
  font-family: almoni_b, Arial;
}
.open_days_left_wp .btn_free_concil_header {
  background-color: #6D67E4;
  color: #fff;
  padding: 0.5rem 2rem;
  text-align: center;
  border-radius: 7px;
  font-size: 1.125rem;
  display: table;
  margin: 1rem auto;
  font-family: almoni_b, Arial;
}

.tool_left-icon {
  height: 34px;
  width: 40px;
  border-left: 1px solid #2AA4CF;
  margin-left: 12px;
}

.tool_left-icon-fitsyou {
  background: url("../../../images/yoram/index_main_sprite.png") no-repeat 29% 50%;
}

.tool_left-icon-mivdak {
  background: url("../../../images/yoram/index_main_sprite.png") no-repeat 43% 50%;
}

.tool_left-icon-chance {
  background: url("../../../images/yoram/index_main_sprite.png") no-repeat 58% 50%;
}

.tool_left-icon-calc {
  background: url("../../../images/yoram/index_main_sprite.png") no-repeat 72% 50%;
}

.tools_left-txt {
  margin-top: 6px;
}

.breadcrumb_set {
  background: url("../../../images/yoram/2023/breadcrum_set.svg") no-repeat 50% 100%;
  width: 0.8rem;
  height: 1rem;
  background-size: contain;
  display: inline-block;
  margin-right: 0.2rem;
}

.tools_left_box {
  border: 1px solid #2AA4CF;
  padding: 20px;
}

.tools_left_box > .fblue.f95 {
  margin-bottom: 15px;
}

/* LEFT BLUE FORM */
.formBlue_wp {
  margin-top: 30px;
  border: 1px solid #2BA4CF;
}

.formBlue_top {
  background-color: #2BA4CF;
  color: #FFF;
  padding: 7px;
  position: relative;
}

.formBlue_top_border {
  border: 1px dotted #FFF;
  text-align: center;
  position: relative;
  padding-top: 7px;
}

.big_txt {
  position: relative;
  font-size: 4.5em;
  font-family: almoni_l1;
  margin-top: -18px;
}

.big_txt-noclient {
  position: relative;
  font-size: 2.1em;
  font-family: almoni_l1;
  margin-top: 16px;
}

.small_txt {
  font-size: 2em;
  font-family: almoni_l1;
}

.small_txt-noclient {
  font-size: 1.5em;
  font-family: almoni_l1;
  margin-bottom: 31px;
}

.formBlue_center {
  margin: 34px 0;
  padding: 0 14px;
}

.txt_top {
  margin-bottom: 15px;
  font-size: 0.9em;
  font-family: Arial;
}

.input_wp {
  width: 100%;
  border: 1px solid #CCC;
  padding: 7px;
  margin-bottom: 14px;
}

.input_wp > .icon-input {
  width: 28px;
  height: 25px;
  float: right;
  margin: -3px 0 0 5px;
  border-left: 1px solid #CCC;
}

.input_wp > .icon-name {
  background: url("../../../images/yoram/institute/sprite_mosad.png") no-repeat 3% 40%;
}

.input_wp > .icon-phone {
  background: url("../../../images/yoram/institute/sprite_mosad.png") no-repeat 15% 40%;
}

.chks_wp {
  margin: 2px 0;
}

input[type=checkbox].hide_chk:checked + label > .falseChk {
  background: url("../../../images/yoram/home/sprite_home.png") no-repeat 79.9% 11%;
}

input[type=checkbox].hide_chk + label > .falseChk {
  background: url("../../../images/yoram/home/sprite_home.png") no-repeat 75.4% 11%;
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  margin: 4px 0px 0 5px;
}

button.btn_formBlue {
  font-size: 1.5em;
  padding: 9px;
  margin-top: 8px;
  position: relative;
  margin: 20px 0px;
}

.btn_formBlue-icon {
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  left: 32%;
  top: 17px;
  background: url("../../../images/yoram/institute/sprite_mosad.png") no-repeat 26% 46%;
}

.formBlue_bottom {
  background-color: #28748E;
  color: #FFF;
  text-align: center;
  font-size: 1.6em;
  text-shadow: 1px 1px 1px #565656;
  padding: 12px;
  position: relative;
  margin-top: -17px;
}

.formBlue_bottom:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: -34px;
  border-color: transparent transparent #28748E transparent;
  border-width: 18px;
  z-index: 10;
  left: 43%;
}

/******************/
.fblue.left_title {
  color: #453c67;
  margin: 1rem 0 0.5rem;
}

.left_cube_txts {
  font-family: almoni_l1, Arial;
}

.left_cube_img {
  margin-left: 0.5rem;
}

.dFlex.left_cube_wp {
  margin-bottom: 0.5rem;
}

.cube_title {
  margin-top: 1rem;
  font-family: almoni_b, Arial;
}

header.main_header_in {
  height: 7rem;
}
header.main_header_in .header_top {
  padding: 0.5rem 0;
}
header.main_header_in .main_nav.page_wrapper {
  border-top: 1px solid #CCC;
  width: 100%;
  max-width: inherit;
  padding: 0.7rem 0;
  margin: 0;
}
header.main_header_in .main_nav.page_wrapper .dFlex.nav_ul.nav_ul_main.flex-space-b {
  margin: 0 8% 0 0;
  width: 90%;
}
header.main_header_in .main_nav.page_wrapper .dFlex.nav_ul.nav_ul_main.flex-space-b li .dv_hove_menu {
  width: 95%;
  right: 2.5%;
}

.top_banner img {
  margin: 0 auto;
  display: block;
  transform: translateX(10%);
}

.top_menu_search_left a.btn_free_concil_header {
  padding: 0.7rem;
  margin-right: 1rem;
}

.top_menu_search {
  display: flex;
  justify-content: flex-end;
  margin-left: 2rem;
}
.top_menu_search .serach_btns_wp {
  background-color: #F6F6F6;
  border-bottom: 1px solid #CDCDCD;
  border-radius: 10px;
  padding: 0.4rem;
  display: flex;
}
.top_menu_search button.btn_serch_type {
  font-size: 1rem;
  padding: 0.25rem 0.6rem;
  border: 1px solid #46C2CB;
  background-color: #46C2CB;
  color: #FFF;
  border-radius: 10px;
  white-space: nowrap;
}
.top_menu_search button.btn_serch_type.btn_serch_type_not_selected {
  border: 0;
  color: #453C67;
  background-color: #F6F6F6;
}
.top_menu_search .separator_menu {
  border-left: 1px solid #CCC;
  margin: 0 3%;
}
.top_menu_search .search_wp20 .search_word_wp .search_icon {
  width: 3rem;
}
.top_menu_search input#search-input {
  font-size: 1rem;
  width: 22rem;
  padding: 0.8rem 1.5rem;
}
.top_menu_search div#serach_results_wp, .top_menu_search div#serach_results_wp_mob {
  width: 120%;
  margin-right: 0%;
}
.top_menu_search .search_wp.search_cat_wp.search_cat_wp_flex {
  display: flex;
}
.top_menu_search .search_wp.search_cat_wp.search_cat_wp_flex :first-child {
  width: 8rem;
}
.top_menu_search .search_wp.search_cat_wp.search_cat_wp_flex .false-select {
  font-size: 1rem;
  padding: 0.7rem;
}
.top_menu_search .search_wp.search_cat_wp {
  width: 31rem;
}
.top_menu_search .search_wp.search_cat_wp.search_cat_wp_flex > .hidden-select > ul {
  width: 100%;
}
.top_menu_search .search_wp.search_cat_wp.search_cat_wp_flex > .hidden-select > ul > li {
  width: 83%;
}
.top_menu_search .search_wp .hidden-select {
  z-index: 5;
  top: -5px;
}

.tks_back_pop {
  display: none;
  background: linear-gradient(92.15deg, #6D67E4 2.44%, #46C2CB 100%);
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -28rem;
  width: 56rem;
  padding: 2rem;
  z-index: 106;
  box-sizing: border-box;
  border-radius: 10px;
}
.tks_back_pop .tks_close {
  width: 2rem;
  height: 2rem;
  background: url("../../images/yoram/2023/tks/close.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
}
.tks_back_pop .tks_in {
  color: #FFF;
  text-align: center;
}
.tks_back_pop .tks_in .tks_icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  background: url("../../images/yoram/2023/tks/tks_icon.svg") no-repeat;
  background-size: contain;
}
.tks_back_pop .tks_in .tks_bigTxt {
  font-size: 2.1rem;
  margin: 1.5rem 0;
}
.tks_back_pop .tks_in .tks_small_txt {
  font-family: almoni_l1, Arial;
  font-size: 1.5rem;
}
.tks_back_pop .tks_in .tks_separator {
  background: linear-gradient(0deg, #453C67, #453C67), linear-gradient(0deg, #CDCDCD, #CDCDCD);
  border: 1px solid #CDCDCD;
  width: 33%;
  height: 1px;
  margin: 2rem auto;
}
.tks_back_pop .tks_in .tks_big_txt {
  font-size: 1.5rem;
}
.tks_back_pop .tks_in .tks_bottom {
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  margin: 2rem 4rem;
  justify-content: space-between;
}
.tks_back_pop .tks_in .tks_bottom .tks_b_sep {
  background: linear-gradient(0deg, #453C67, #453C67), linear-gradient(0deg, #CDCDCD, #CDCDCD);
  border: 1px solid #CDCDCD;
  width: 1px;
}
.tks_back_pop .tks_in .tks_bottom .tks_b_icon {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.5rem auto;
}
.tks_back_pop .tks_in .tks_bottom .tks_calcB_icon {
  background: url("../../images/yoram/2023/tks/calcB_icon.svg") no-repeat;
}
.tks_back_pop .tks_in .tks_bottom .tks_ccalc_icon {
  background: url("../../images/yoram/2023/tks/ccalc_icon.svg") no-repeat;
}
.tks_back_pop .tks_in .tks_bottom .tks_milgot_icon {
  background: url("../../images/yoram/2023/tks/milgot_icon.svg") no-repeat;
}
.tks_back_pop .tks_in .tks_bottom .tks_b_title {
  font-size: 1.1rem;
}
.tks_back_pop .tks_in .tks_bottom .tks_b_subtitle {
  font-size: 0.9rem;
  font-family: "almoni_l1";
  margin: 0.3rem auto;
}
.tks_back_pop .tks_in .tks_bottom .tks_set {
  background: url("../../images/yoram/2023/tks/set.svg") no-repeat;
  width: 1.5rem;
  height: 1rem;
  margin: 0.8rem auto 0;
}

.tks_back_back {
  display: none;
  background: rgba(33, 32, 35, 0.7411764706);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 105;
  top: 0;
  left: 0;
}

.mob_search_wp {
  display: none;
}

.longFree_wp_mob {
  display: none;
}

.back_mivdak_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 120;
  display: none;
}

div#mivdak_pop_wp {
  position: fixed;
  top: 0;
  left: 1.5%;
  z-index: 121;
  width: 97%;
  height: 100vh;
  display: none;
}
div#mivdak_pop_wp .close_mivdak_pop {
  position: absolute;
  background-color: #FFF;
  font-size: 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 40px;
  cursor: pointer;
  right: -0.9rem;
}
div#mivdak_pop_wp .mivdak_pop_container {
  width: 100%;
  height: 95%;
  margin-top: 1%;
}

article a {
  color: #453C67 !important;
  font-family: almoni_b, Arial !important;
}

.bottom_banner {
  text-align: center;
}

@media only screen and (max-width: 1900px) {
  .page_wrapper {
    max-width: 1800px;
    width: 90%;
  }
}
@media only screen and (max-width: 1700px) {
  .page_wrapper {
    max-width: 1600px;
    width: 90%;
  }
  .logo_wp {
    max-width: 17rem;
  }
}
@media only screen and (max-width: 1615px) {
  .mob_header {
    display: none;
  }
  .page_wrapper {
    width: 91%;
  }
}
@media only screen and (max-width: 1368px) {
  .tower_pirsum_wp {
    display: none;
  }
  .page_wrapper {
    width: 95%;
    margin: 0 auto;
  }
  .hover_menu > li {
    margin: 0.25rem 0;
  }
}
@media only screen and (max-width: 1200px) {
  .tower_pirsum_wp {
    display: none;
  }
  .page_wrapper {
    width: 95%;
    margin: 0 auto;
  }
}
.mobile-menu-icon {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .show_mobile {
    display: block;
  }
  .show_desktop {
    display: none;
  }
  .mobile-menu-icon {
    max-width: 1.5rem;
    display: block;
    float: right;
    margin: 0 0 0 0.5rem;
  }
  .langs_wp {
    max-width: 6rem;
    margin: 0 auto;
    display: block;
  }
  .langs_wp a {
    display: block;
    width: 2rem;
    margin: 0 auto;
    float: left;
    padding: 0 0.5rem;
  }
  header.main_header {
    height: auto;
  }
  .header_top {
    display: none;
  }
  .mob_header {
    display: grid;
  }
  .home_top_wp {
    margin-top: 3rem;
  }
  .left_mob_header {
    display: flex;
  }
  .phone_icon_menu {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("../../images/yoram/2023/mob/phone.svg") no-repeat;
    background-size: contain;
    margin: 0.5rem 0.2rem 0 0;
  }
  nav {
    grid-area: nav_wp;
    font-size: 1.25rem;
    padding-bottom: 1rem;
    position: absolute;
    right: -105%;
    top: -7rem;
    transition: 0.5s ease-in-out;
  }
  nav.open_mobile_nav {
    right: 0;
    width: 80%;
    height: 100vh;
    padding: 0;
  }
  .back_mivdak_pop {
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 5;
    background: rgba(33, 32, 35, 0.6392156863);
    position: fixed;
    top: 0;
    left: 0;
  }
  nav.main_nav.page_wrapper ul {
    display: block;
    margin-top: 10rem;
    background-color: #FFF;
    height: 100%;
    text-align: center;
    font-family: almoni_l1, Arial;
    font-size: 1.1rem;
    overflow: auto;
  }
  nav.main_nav.page_wrapper ul .advertise-with-us {
    width: auto;
  }
  nav.main_nav.page_wrapper ul li {
    padding: 0.5rem 0;
  }
  nav.main_nav.page_wrapper ul li img {
    width: 10rem;
  }
  button.show_mobile.set_menu {
    border: 0;
    background: transparent;
    margin-right: -2rem;
    display: inline;
    float: left;
  }
  .dv_hove_menu {
    height: 100%;
  }
  .dv_hove_menu.open_indx_menu {
    display: block !important;
    position: relative;
    margin-bottom: -0.8rem;
    margin-top: 0.8rem;
    box-shadow: none;
  }
  ol.hover_menu li a {
    color: #453C67 !important;
    font-size: 0.9rem;
    margin: 0 1rem 0 0;
    display: block;
  }
  .hover_menu_left {
    display: none;
  }
  nav.main_nav.page_wrapper > ul > li {
    padding: 0.8rem 2rem 0.8rem 1rem;
    border-bottom: 1px solid #e9e9e9;
    text-align: right;
  }
  nav.main_nav.page_wrapper ul li.dropdown {
    padding: 0.6rem 0.1rem 0.6rem 0.1rem;
    text-align: right;
  }
  nav.main_nav.page_wrapper ul li.dropdown > a {
    margin-right: 2rem;
  }
  .falling_menu_separator {
    display: none;
  }
  header.main_header_in .main_nav.page_wrapper .dFlex.nav_ul.nav_ul_main.flex-space-b li .dv_hove_menu {
    width: 100%;
    right: 0;
  }
  .dv_hove_menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
  .clickedMainUlLi .show_mobile {
    color: white;
  }
  ol.hover_menu {
    width: 90%;
    padding-right: 7%;
    height: 18rem;
    overflow: scroll;
  }
  .hover_menu_left {
    align-content: center;
    padding-top: 0.5rem;
  }
  .hover_menu_left > img {
    display: none;
  }
  .page_left {
    display: none;
  }
  .page_right {
    width: 100%;
  }
  .page_left_in {
    display: none;
  }
  .page_right_in {
    width: 100%;
  }
  .all_top_margin {
    margin-top: 4rem !important;
  }
  .page_title {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 480px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .dv_hove_menu {
    display: none !important;
  }
  header.main_header_in .main_nav.page_wrapper {
    margin: 9.4rem 0;
  }
  header.main_header_in .main_nav.page_wrapper .dFlex.nav_ul.nav_ul_main.flex-space-b {
    margin: 0;
  }
  .langs_wp {
    justify-content: center;
  }
  .top_banner img {
    transform: translateX(0%);
  }
  .page_right_in {
    width: 100%;
    padding-left: 0 !important;
  }
  .clickedMainUlLi {
    background-color: #453C67;
  }
  .clickedMainUlLi a {
    color: #FFFFFF !important;
  }
  li.clickedMainUlLiNever {
    background-color: #FFFFFF !important;
  }
  li.clickedMainUlLiNever a {
    color: #453c67 !important;
  }
  .mob_search_wp {
    display: none;
    position: fixed;
    top: 3.2rem;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: #FFFFFF;
  }
  .mob_search_wp .ms_title {
    font-size: 1.75rem;
    text-align: center;
    margin: 1.5rem 0 0.8rem;
    font-family: "almoni_l1";
  }
  .mob_search_wp .ms_subtitle {
    font-family: "almoni_l1";
    text-align: center;
    font-size: 1.05rem;
  }
  .mob_search_wp .serach_btns_wp {
    display: table;
    margin: 3.125rem auto 1.8rem;
    background-color: #f6f6f6;
    padding: 0.5rem;
    border-radius: 7px;
  }
  .mob_search_wp button.btn_serch_type {
    background: linear-gradient(0deg, #46C2CB, #46C2CB), linear-gradient(0deg, #57CC99, #57CC99);
    color: #fff;
    font-size: 1.05rem;
    padding: 0.5rem 0.5rem;
    border-radius: 4px;
  }
  .mob_search_wp button.btn_serch_type.btn_serch_type_not_selected {
    background: #f6f6f6;
    color: #453c67;
  }
  .mob_search_wp .dFlex.search_word_wp {
    justify-content: center;
  }
  .mob_search_wp .search_bottom_icon {
    width: 2.75rem;
    height: 2.75rem;
    margin: 0 auto;
    border-radius: 3px;
  }
  .mob_search_wp .search_bottom_courses {
    background: url("../../images/yoram/2023/icon_courses_home.svg") no-repeat, linear-gradient(218.1deg, #6D67E4 4.49%, #46C2CB 95.01%);
    background-position: center;
  }
  .mob_search_wp .search_bottom_inst {
    background: url("../../images/yoram/2023/icon_inst_home.svg") no-repeat, linear-gradient(218.1deg, #6D67E4 4.49%, #46C2CB 95.01%);
    background-position: center;
  }
  .mob_search_wp .search_bottom_prof {
    background: url("../../images/yoram/2023/icon_prof_home.svg") no-repeat, linear-gradient(218.1deg, #6D67E4 4.49%, #46C2CB 95.01%);
    background-position: center;
  }
  .mob_search_wp input#search-input {
    font-size: 1rem;
    width: 75%;
  }
  .mob_search_wp .search_icon {
    padding: 0 1.7rem;
  }
  .mob_search_wp .ms_bottom {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #CCC;
    margin: 2rem 1rem;
    padding-top: 2rem;
  }
  .mob_search_wp .search_bottom_text {
    font-size: 1.15rem;
    font-family: "almoni_b";
    font-weight: 700;
    text-align: center;
    padding-top: 0.3rem;
  }
  .mob_search_wp .search_bottom_icon_wp > .light1 {
    font-size: 0.95rem;
  }
  .mob_search_wp div#serach_results_wp_mob {
    display: none;
    position: absolute;
    z-index: 5;
    background-color: #f1f1f1;
    width: 87%;
    margin: 0 auto;
    padding: 1rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 7%;
    overflow: scroll;
    height: 17rem;
  }
  .mob_search_wp .search_box_title {
    text-align: center;
    padding: 0.5rem 0 0;
    font-size: 1.1rem;
  }
  .mob_search_wp.mob_search_wp_open {
    display: block;
  }
  .page_wrapper {
    margin: 0 auto;
    padding: 0;
  }
  .page_right_in article {
    padding-right: 0;
  }
  footer {
    background: #FFF;
    mix-blend-mode: normal;
    width: 100%;
    margin-top: 0rem;
    padding-top: 0rem;
  }
  footer .footer_links_wp_total {
    display: block;
  }
  footer .yoram_logo_footer {
    background: url("../../images/yoram/2023/mob/logo_mob.svg") no-repeat 50% 20%;
    width: 100%;
    height: 3rem;
    background-size: contain;
    margin: 2rem auto;
  }
  footer .footer_links_wp {
    display: block;
    width: 100%;
    border-top: 1px solid #e2e2e2;
  }
  footer .footer_links_col {
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
    border-right: 0;
  }
  footer .footer_links_a_title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  footer .footer_links_a_title span.up_set {
    background: url("../../images/yoram/2023/up_set.svg") no-repeat 100%;
    background-size: contain;
    width: 0.8rem;
    height: 0.7rem;
    display: inline-block;
    margin-right: 0.5rem;
  }
  footer .footer_links_a_title span.up_set_open {
    transform: rotateX(180deg);
  }
  footer .footerNav > nav > ul {
    display: block;
  }
  footer .footerNav > nav > ul > li.separator_footer {
    display: none;
  }
  footer .footer_links_link {
    display: none;
  }
  footer .footer_links_link_open {
    display: block;
  }
  .longFree_wp_mob {
    display: table !important;
    width: 92%;
    height: auto;
    background: url("../../images/yoram/2023/curved-arrow2.svg") no-repeat 123% -19%, linear-gradient(92.15deg, rgba(109, 103, 228, 0.83) 2.44%, rgba(70, 194, 203, 0.83) 100%), url("../../images/yoram/2023/mob/left_form._mob.jpg") no-repeat 0% 0%;
    border-radius: 19px;
    text-align: center;
    padding: 3vh 5vw 1vh;
    display: table;
    margin: 1rem auto 1rem;
    background-size: 28% 28%, auto, cover;
  }
  .longFree_wp_mob .bigTitle1 {
    font-size: 1rem;
    max-width: 75%;
  }
  .longFree_wp_mob .bigTitle2 {
    font-size: 1rem;
    max-width: 90%;
    font-family: almoni_l1, Arial;
    margin: 0.2rem auto 0;
  }
  .longFree_wp_mob .bigTitle {
    font-size: 1.05rem;
    line-height: 1.2rem;
  }
  .longFree_wp_mob .bigTitle span {
    background: url("../../images/yoram/2023/green_line.svg") no-repeat 0% 100%;
    background-size: contain;
    padding-bottom: 0.1rem;
  }
  .longFree_wp_mob .dFlex.longFree_input_wp input {
    width: 89%;
    margin: 0 auto;
    font-size: 1rem;
    padding: 0.7rem;
  }
  .longFree_wp_mob .dFlex.longFree_input_wp {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
  .longFree_wp_mob .topForm04_conf_wp {
    width: 90%;
    text-align: right;
    margin: 0 auto;
    font-size: 0.7rem;
  }
  .longFree_wp_mob button.btnLongFree {
    width: 89%;
    padding: 0.5rem !important;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .longFree_wp_mob .dFlex.longFree_bottom {
    display: block;
  }
  .tks_back_pop {
    width: 96%;
    left: 2%;
    margin: 0;
    top: 3%;
    padding: 2rem 1rem;
  }
  .tks_back_pop .tks_close {
    width: 1rem;
    height: 1rem;
  }
  .tks_back_pop .tks_in .tks_icon {
    width: 2rem;
    height: 2rem;
  }
  .tks_back_pop .tks_in .tks_bigTxt {
    font-size: 1.5rem;
    margin: 0.8rem 0;
  }
  .tks_back_pop .tks_in .tks_small_txt {
    font-size: 1rem;
    padding: 0 7%;
  }
  .tks_back_pop .tks_in .tks_separator {
    margin: 1.2rem auto;
  }
  .tks_back_pop .tks_in .tks_big_txt {
    font-size: 1.3rem;
  }
  .tks_back_pop .tks_in .tks_bottom {
    display: none;
  }
  .tks_back_pop .tks_in .tks_bottom_mob.show_mobile {
    margin-top: 1.4rem;
  }
  .tks_back_pop .tks_in .tks_bottom_mob.show_mobile .tool_txt {
    display: none;
  }
  .tks_back_pop .tks_in .tks_bottom_mob.show_mobile .tool_title {
    margin: 0.5rem 0 0;
    text-align: right;
  }
  .tks_back_pop .tks_in .tks_bottom_mob.show_mobile .tools_box {
    padding: 0.8rem 0.5rem;
  }
  .tks_back_pop .tks_in .tks_bottom_mob.show_mobile .tools_box a.tool_link {
    margin: 0.5rem 0 0.2rem;
  }
  .maavaron_bot_banner {
    display: none;
    width: 100%;
    height: 38vh;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    z-index: 200;
    box-shadow: 0px -2px 3px 2px rgba(0, 0, 0, 0.2);
  }
  img.maavaron_bot_banner_img {
    margin: 0 auto;
    display: block !important;
  }
  .maavaron_bot_banner_close {
    position: fixed;
    bottom: 36vh;
    left: 15px;
    z-index: 205;
    background-color: #FFF;
    font-size: 1.5em;
    color: #444;
    padding: 8px 15px;
    border-radius: 45px;
    border: 1px solid #CCC;
    cursor: pointer;
  }
  .new_bot_banner {
    position: fixed;
    bottom: -4px;
    z-index: 199;
    width: 100%;
    background-color: #FFF;
  }
  .new_bot_banner_img {
    margin: 0 auto;
    display: block;
  }
  .mobile_float_form {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(218.77deg, #6D67E4 4.61%, #46C2CB 95.78%) no-repeat;
    box-sizing: border-box;
    padding: 1rem;
    z-index: 10;
  }
  .mobile_float_form .mobile_float_form_btnd_wp {
    display: flex;
    justify-content: space-evenly;
  }
  .mobile_float_form .mobile_float_form_btnd_wp button.mobile_float_form_btnd_btn, .mobile_float_form .mobile_float_form_btnd_wp a.mobile_float_form_btnd_a {
    background-color: #FFF;
    font-size: 1.2rem;
    padding: 0.5rem;
    color: #453C67;
    width: 40%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px #1c2348;
  }
  .mobile_float_form .mobile_float_form_wp {
    display: none;
  }
  .mobile_float_form .mobile_float_form_wp .mobile_float_form_close {
    color: #000;
    position: absolute;
    top: -1rem;
    background-color: #FFF;
    padding: 5px 11px;
    right: 5px;
    border-radius: 50px;
    border: 2px solid;
  }
  .mobile_float_form .mobile_float_form_wp .mobile_float_form_txt {
    text-align: center;
    color: #FFF;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
  .mobile_float_form .mobile_float_form_wp .mobile_float_form_fields input {
    width: 90%;
    margin: 0.5rem auto;
    display: block;
  }
  .mobile_float_form .mobile_float_form_wp .topForm04_conf_wp {
    width: 55%;
    display: flex;
    justify-content: left;
    margin: 0 auto;
  }
  .mobile_float_form .mobile_float_form_wp button.mobile_float_form_send {
    width: 90%;
    margin: 0.5rem auto;
    display: block;
    font-size: 1.5rem;
    padding: 0.7rem;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px #1c2348;
    background-color: #FFF;
    color: #453C67;
  }
}
.success_way_left {
  float: left;
  width: 40%;
  margin: 5%;
}

.success_way {
  width: 100%;
  overflow: hidden;
}

.success_way_title {
  font-size: 2.5rem;
  text-align: right;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}

.success_way_left img {
  width: 100%;
  border-radius: 5%;
}

.success_way_right {
  float: left;
  width: 50%;
  font-size: 1rem;
  color: #453c67;
  font-family: almoni_l1, Arial;
}

.social-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.social-links a {
  display: inline-block;
  width: 34px;
  height: 34px;
}

.social-links svg {
  width: 34px !important;
  height: 34px !important;
}

@media only screen and (max-width: 480px) {
  .success_way_left {
    width: 90%;
    text-align: center;
  }
  .success_way_title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .success_way_right {
    width: 100%;
    font-size: 1.1rem;
    text-align: right;
  }
}

/*# sourceMappingURL=yoram2023.css.map */
