.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #f0f0f0;
  font-family: 'Opensanshebrew regular webfont', sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #26669e;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #26669e;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #5b8200;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  display: inline-block;
  color: #26669e;
  text-decoration: underline;
}

a:hover {
  color: #074174;
}

ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

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

label {
  display: block;
  margin-bottom: 0px;
  float: right;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 400;
}

.top_section {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 110px;
  border-bottom: 1px solid #cad5d9;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.header_block {
  position: relative;
  display: block;
  width: 1168px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.header_block.lang_eng {
  text-align: left;
}

.top_submenu_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_submenu_group.lang_eng {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top_logo {
  position: absolute;
  right: -42px;
  bottom: -64px;
  z-index: 2000;
  width: 207px;
}

.top_logo.lang_eng {
  left: -42px;
  right: auto;
  bottom: -64px;
}

.top_navbar {
  height: 50px;
  margin-right: 150px;
  background-color: transparent;
  color: #26669e;
}

.top_search_group {
  width: 446px;
  height: 34px;
  margin-left: 6px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #fff;
  border-radius: 3px;
}

.top_search_group.footer {
  width: 100%;
  height: 40px;
  margin-left: 0px;
  padding-top: 3px;
  padding-left: 8px;
  background-color: #fff;
  color: #000;
}

.top_search_group.layer {
  width: 100%;
  height: 32px;
  margin-left: 0px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: #fff;
  direction: rtl;
}

.top_search_group.layer.lang_eng {
  text-align: left;
}

.top_sublink {
  padding-right: 20px;
  float: left;
  font-family: 'Opensanshebrew regular webfont', sans-serif;
  color: #999;
  text-decoration: none;
}

.top_sublink:hover {
  color: #666;
}

.top_sublink:active {
  color: #26669e;
}

.top_sublink.lang_eng {
  padding-right: 0px;
  padding-left: 20px;
  float: right;
}

.top_languages_menu {
  z-index: 2000;
  height: 24px;
  float: left;
  border-left: 1px solid #e5e5e5;
}

.top_languages_menu.lang_eng {
  border-right: 1px solid #e5e5e5;
}

.top_languages_tiggle {
  padding: 0px 20px;
  color: #999;
  text-align: center;
}

.top_languages_tiggle:hover {
  color: #666;
}

.top_communic_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.top_communic_link {
  width: 25px;
  height: 20px;
  margin-right: 8px;
  margin-left: 8px;
}

.top_search_field {
  width: 88%;
  height: 32px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  float: right;
  border: 1px solid #d4dde0;
  border-radius: 3px;
  direction: rtl;
  font-size: 18px;
  text-align: right;
}

.top_search_field.contactblock {
  width: 409px;
  border-style: none;
  font-size: 20px;
}

.top_search_field.layer {
  height: 30px;
}

.top_search_field.layer.lang_eng {
  width: 88%;
  border-style: none;
}

.top_search_field.footer {
  border-style: none;
}

.top_search_field.lang_eng {
  width: 89%;
  padding-right: 6px;
  padding-left: 10px;
  float: left;
  text-align: left;
}

.top_search_button {
  height: auto;
  padding-top: 5px;
  padding-right: 2px;
  padding-left: 2px;
  float: left;
}

.top_search_button.footer {
  width: 28px;
  padding-top: 3px;
}

.top_search_button.footer.lang_eng {
  float: right;
}

.top_search_button.layer {
  width: 25px;
  padding-top: 2px;
}

.top_search_button.lang_eng {
  float: right;
}

.top_donate_button {
  position: absolute;
  left: 0px;
  bottom: 15px;
  z-index: 1999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #3e5802;
  border-radius: 3px;
  background-color: #5b8200;
  color: #fff;
  text-decoration: none;
}

.top_donate_button:hover {
  background-color: #4f7001;
}

.top_donate_button:active {
  background-color: #3e5802;
}

.top_donate_button.lang_eng {
  left: auto;
  right: 0px;
  bottom: 8px;
}

.topbutton_txt {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.top_languages_list {
  margin-top: 4px;
}

.top_languages_list.w--open {
  right: 0px;
  border: 1px solid #cad5d9;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #cad5d9;
}

.top_languages_link {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999;
}

.top_languages_link:hover {
  color: #666;
}

.top_menu_list {
  margin-right: 164px;
  background-color: transparent;
}

.top_menu_list.lang_eng {
  margin-right: 0px;
  margin-left: 160px;
}

.top_menu_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  float: right;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #26669e;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.top_menu_link:hover {
  background-color: #e5e5e5;
  color: #074174;
}

.top_menu_link.w--open {
  background-color: #e5e5e5;
  color: #074174;
}

.top_menu_link.more {
  padding: 12px 18px 20px;
  direction: rtl;
}

.top_menu_link.more.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.top_menu_link.lang_eng {
  float: left;
}

.top_menu_linktxt {
  display: block;
  width: 100%;
  margin-right: -1px;
  padding: 12px 18px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/bar_line.png');
  background-position: 0px 50%;
  background-size: 1px;
  background-repeat: no-repeat;
  color: #26669e;
  text-decoration: none;
}

.top_menu_linktxt.lang_eng {
  background-position: 100% 50%;
}

.slider_section {
  position: relative;
  display: block;
  width: 1168px;
  height: 460px;
  margin-right: auto;
  margin-left: auto;
}

.slider_section.category {
  height: 370px;
  background-image: url('../images/list_category_pict.png');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_section.category.lang_eng {
  background-image: url('../images/list_category_pict-_eng.png');
  background-position: 0px 0px;
}

.slider_section.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 262px;
  padding-right: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/list_pict_events.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_section.events.lang_eng {
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slider_section.donate {
  width: 920px;
  height: 180px;
  padding-top: 80px;
}

.slider_section._404 {
  height: 370px;
  background-image: url('../images/pict_404.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home_slider {
  height: 460px;
}

.slider_nav {
  margin-bottom: 70px;
  font-size: 16px;
}

.slider_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 258px;
  margin-left: 18px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #cad5d9;
}

.slider_arrow:hover {
  background-color: #f0f0f0;
}

.slider_arrow:active {
  background-color: #26669e;
  box-shadow: 0 1px 3px 0 #074174;
}

.slider_arrow.right {
  margin-right: 18px;
  margin-left: 0px;
}

.slide {
  background-image: url('../images/home_slider_1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.lang_eng {
  background-image: url('../images/home_slider_eng.png');
  background-position: 50% 50%;
}

.slider_info_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider_info_group.lang_eng {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider_title {
  padding: 6px 18px 10px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #26669e;
  font-family: 'Opensanshebrew light webfont', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  text-align: right;
}

.slider_title.listtitle {
  background-color: #26669e;
}

.slider_title.listtitle.donate {
  padding-left: 30px;
}

.slider_title.listtitle.donate.lang_eng {
  float: left;
}

.slider_title.listtitle.lang_eng {
  text-align: left;
}

.slider_title.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.slider_title._404 {
  margin-bottom: 15px;
  padding: 12px 4vw;
  background-color: #26669e;
  text-align: center;
}

.slider_sub_title {
  padding: 6px 18px 10px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: right;
}

.slider_button {
  min-height: 40px;
  margin-top: 30px;
  padding: 8px 50px 10px;
  float: right;
  border-radius: 4px;
  background-color: #26669e;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
}

.slider_button:hover {
  background-color: #115693;
  color: #fff;
}

.slider_button:active {
  background-color: #074174;
}

.slider_button.eventsearch {
  min-height: 42px;
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 10px;
  float: left;
}

.slider_button.eventsearch.lang_eng {
  margin-right: 0px;
  margin-left: 20px;
  float: right;
}

.slider_button.searchresults {
  min-height: 44px;
  margin-top: 0px;
  padding: 10px 65px 6px;
  float: left;
}

.slider_button.searchresults.lang_eng {
  float: right;
}

.slider_h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  direction: rtl;
}

.home_contact_section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1168px;
  height: 70px;
  margin: -70px auto 20px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.75);
  color: #1a1a1a;
  font-size: 20px;
}

.home_contact_section.category {
  display: block;
  height: auto;
  margin-top: -80px;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #cad5d9;
  font-size: 18px;
  text-align: center;
}

.home_contact_infogroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 37%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_contact_infogroup.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home_contact_searchblock {
  width: 474px;
  height: 42px;
  margin-right: 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #fff;
}

.home_contact_searchblock.lang_eng {
  margin-right: 0px;
  margin-left: 10px;
}

.home_contact_number {
  margin-right: 5px;
  font-family: 'Opensanshebrew webfont', sans-serif;
  color: #26669e;
  text-decoration: none;
}

.home_contact_number.lang_eng {
  margin-right: 0px;
  margin-left: 5px;
}

.home_hl_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1168px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.home_hl_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  direction: rtl;
}

.home_hl_group.lang_eng {
  direction: ltr;
}

.home_donate_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home_donate_group.eng_lang {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home_hl_block {
  overflow: hidden;
  width: 23.8%;
  height: 420px;
  border: 1px solid #cad5d9;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #666;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.home_hl_block:hover {
  background-color: #e5e5e5;
}

.home_donate_block {
  position: relative;
  overflow: hidden;
  width: 64.4%;
  height: 480px;
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: #5b8200 #cad5d9 #cad5d9;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.home_events_group {
  width: 34%;
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: #26669e #cad5d9 #cad5d9;
  background-color: #fdfdfd;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.home_donate_gallerygroup {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  height: 180px;
  background-color: hsla(0, 0%, 100%, 0.75);
  color: #1a1a1a;
}

.home_donate_title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #26669e;
  font-size: 20px;
}

.home_donate_title.lang_eng {
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home_events_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cad5d9;
  background-color: #fff;
  color: #26669e;
  font-size: 20px;
}

.home_events_title.lang_eng {
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home_events_conteiner {
  overflow: auto;
  height: 390px;
  border-bottom: 1px solid #cad5d9;
}

.home_donate_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  height: 38px;
  margin-top: 5px;
  margin-right: 20px;
  float: right;
  clear: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #3e5802;
  border-radius: 3px;
  background-color: #5b8200;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.home_donate_button:hover {
  background-color: #4f7001;
  color: #f0f0f0;
}

.home_donate_button:active {
  background-color: #3e5802;
}

.home_donate_button.footer {
  width: 100%;
  height: 42px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 30px;
}

.home_donate_button.footer:hover {
  color: #fff;
}

.donate_gallery_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cad5d9;
  color: #26669e;
}

.donate_gallery_title.lang_eng {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.donate_gallery_titlelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #26669e;
  text-decoration: none;
}

.donate_gallery_titlelink.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 8px;
  margin-right: auto;
  margin-left: 14px;
  float: left;
  font-size: 16px;
  line-height: 18px;
}

.donate_gallery_titlelink.events.news {
  width: 30%;
  margin-right: 24px;
  float: right;
}

.donate_gallery_titlelink.events.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.donate_gallery_titlelink.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.donate_gallery_titlearrow {
  width: 7px;
  margin-right: 12px;
}

.donate_gallery_titlearrow.lang_eng {
  margin-right: 0px;
  margin-left: 12px;
}

.home_donate_gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donate_gallery_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.donate_gallery_buttonblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #cad5d9;
}

.donate_gallery_buttonblock.left {
  margin-right: -1px;
  border-right: 1px solid #cad5d9;
  border-left-style: none;
}

.donate_gallery_container {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.donate_gallery_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 120px;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #cad5d9;
  direction: rtl;
  color: #666;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.donate_gallery_info {
  margin-bottom: 10px;
  color: #1a1a1a;
  font-size: 27px;
  line-height: 24px;
}

.home_events_item {
  border-bottom: 1px solid #cad5d9;
}

.event_linkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -3px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
  color: #666;
  text-decoration: none;
}

.event_linkblock:hover {
  background-color: #e5e5e5;
}

.event_linkblock.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.event_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.event_arrow.lang_eng {
  margin-right: 3px;
}

.event_date_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74px;
  min-height: 60px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #cad5d9;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.event_date_block.lang_eng {
  margin-right: 10px;
  margin-left: 4px;
  border-right: 1px solid #cad5d9;
  border-left-style: none;
  font-size: 12px;
}

.event_txt {
  width: 296px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 23px;
}

.event_txt.lang_eng {
  padding-right: 10px;
  padding-left: 0px;
}

.event_date_number {
  margin-top: -5px;
  margin-bottom: 3px;
  font-size: 28px;
  line-height: 28px;
}

.hl_pict_block {
  height: 310px;
  background-image: url('../images/HL_1.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hl_title {
  margin: 14px 15px 6px;
  font-size: 20px;
}

.hl_title.event {
  line-height: 24px;
}

.hl_title.lang_eng {
  direction: ltr;
}

.hl_txt {
  margin-right: 15px;
  margin-left: 15px;
}

.hl_txt.lang_eng {
  direction: ltr;
}

.prevention_section {
  display: block;
  width: 1168px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  padding-bottom: 15px;
  border: 1px solid #cad5d9;
  background-color: #fdfdfd;
  direction: rtl;
}

.prevention_menu_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #cad5d9;
  background-color: #fff;
}

.prevention_menu_group.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.prevention_tablink {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 3px solid #fff;
  background-color: transparent;
  color: #666;
  text-decoration: none;
}

.prevention_tablink:hover {
  border-bottom-color: #5b8200;
  color: #1a1a1a;
}

.prevention_tablink.w--current {
  border-bottom-color: #5b8200;
  background-color: transparent;
  color: #1a1a1a;
}

.prevention_add_link {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #26669e;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.prevention_content_group {
  height: 360px;
  border-bottom: 1px solid #cad5d9;
}

.prevention_content_group.lang_eng {
  direction: ltr;
}

.prevention_item {
  width: 31.3%;
  height: 118px;
  margin-top: -1px;
  margin-right: 1%;
  margin-left: 1%;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cad5d9;
  line-height: 22px;
}

.prevention_item.category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22.8%;
  height: 68px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #cad5d9;
  border-top-style: solid;
  direction: rtl;
  font-size: 16px;
  line-height: 19px;
}

.prevention_item.category.lang_eng {
  direction: ltr;
}

.prevention_item.lang_eng {
  float: left;
}

.prevention_info_link {
  width: 100%;
  color: #666;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
}

.prevention_info_title {
  margin-bottom: 5px;
  line-height: 24px;
}

.prevention_info_title.category {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 19px;
}

.footer_section {
  position: relative;
  margin-top: 80px;
  padding-top: 40px;
  background-color: #26669e;
  background-image: url('../images/footer_bgr_1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.footer_credit_group {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(3, 33, 59, 0.66);
  direction: rtl;
}

.footer_group_block {
  display: block;
  width: 1168px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.footer_credit_block {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 18px;
}

.footer_search_communic {
  width: 32%;
  float: left;
}

.footer_search_communic.lang_eng {
  float: right;
}

.footer_navigation {
  width: 66%;
  float: right;
}

.footer_navigation.lang_eng {
  float: left;
}

.footer_logo_communic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_logo_communic.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer_logo {
  width: 34%;
}

.footer_communic_group {
  width: 64%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.footer_communic_links {
  width: 56%;
  float: left;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: center;
}

.footer_communic_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin: 4px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.footer_communic_link:hover {
  background-color: hsla(0, 0%, 100%, 0.75);
}

.footer_communic_txt {
  margin-top: 10px;
  float: right;
  font-size: 16px;
}

.footer_communic_txt.layer {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 17px;
  text-align: center;
}

.footer_communic_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_communic_icon.facebook {
  width: 17px;
  padding-right: 4px;
  padding-left: 4px;
}

.footer_communic_icon.insta {
  padding-right: 1px;
  padding-left: 1px;
}

.footer_navigation_listitem {
  width: 21.4%;
  max-width: 170px;
  margin-bottom: 30px;
  margin-left: 3%;
  direction: rtl;
  text-align: right;
}

.footer_navigation_listitem.lang_eng {
  margin-right: 3%;
  margin-left: 0px;
  float: left;
  text-align: left;
}

.footer_navigation_title {
  width: 100%;
  height: 42px;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.footer_navigation_title:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.footer_link {
  width: 100%;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.footer_link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.footer_link_item {
  width: 100%;
  margin-bottom: 8px;
  font-size: 16px;
}

.home_contact_txt {
  direction: rtl;
}

.footer_navigation_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_navigation_list.lang_eng {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu_layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 1168px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 164px 60px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #cad5d9;
  border-bottom: 1px solid #cad5d9;
  border-left: 1px solid #cad5d9;
  background-color: #e5e5e5;
  direction: ltr;
}

.menu_layer.lang_eng {
  position: relative;
  display: block;
  padding-right: 153px;
  padding-left: 164px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  direction: ltr;
  text-align: left;
}

.layer_menu_group {
  width: 25%;
  height: 190px;
  margin-left: 0%;
  padding-right: 8px;
  padding-left: 10px;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-right: 1px solid #cad5d9;
}

.layer_menu_group._2 {
  width: 48%;
  height: 190px;
}

.layer_menu_group._3 {
  width: 72%;
  height: 190px;
}

.layer_menu_group.lang_eng {
  padding-right: 8px;
  padding-left: 8px;
  border-left: 1px solid #cad5d9;
  border-right-style: none;
  text-align: left;
}

.layer_search_communic {
  width: 27%;
  padding-right: 12px;
  float: left;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-right: 1px solid #cad5d9;
}

.layer_search_communic.lang_eng {
  padding-right: 0px;
  padding-left: 12px;
  border-left: 1px solid #cad5d9;
  border-right-style: none;
}

.layer_communic_group {
  margin-top: 40px;
}

.layer_communiklinkgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  clear: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.layer_communic_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 3%;
  margin-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #666;
  border-radius: 50%;
}

.layer_communic_link:hover {
  background-color: #ccc;
}

.layer_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  height: 190px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  direction: ltr;
}

.layer_menu.large {
  width: 100%;
}

.layer_menu.large.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layer_menu.lang_eng {
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.layer_menu_title {
  height: 40px;
  padding-right: 5px;
  direction: rtl;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
}

.layer_menu_title.lang_eng {
  padding-right: 0px;
  padding-left: 5px;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: left;
}

.layer_menu_link {
  margin-bottom: 5px;
  padding-top: 3px;
  padding-right: 8px;
  padding-bottom: 3px;
  float: right;
  clear: both;
  border-right: 3px solid transparent;
  direction: rtl;
  color: #666;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  text-decoration: none;
}

.layer_menu_link:hover {
  border-right-color: #26669e;
  color: #26669e;
}

.layer_menu_link._2 {
  width: 50%;
  clear: none;
  text-align: right;
}

.layer_menu_link.adds {
  color: #26669e;
}

.layer_menu_link._3 {
  width: 33%;
  clear: none;
  text-align: right;
}

.layer_menu_link.lang_eng {
  padding-right: 0px;
  padding-left: 5px;
  float: left;
  border-left: 3px solid transparent;
  border-right-style: none;
  text-align: left;
}

.layer_menu_link.lang_eng:hover {
  border-left: 3px solid #26669e;
  border-right-style: none;
}

.layer_link_txt {
  float: right;
}

.layer_link_txt.lang_eng {
  float: left;
}

.layer_link_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7px;
  height: 18px;
  margin-right: 10px;
  padding-top: 2px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layer_link_icon.lang_eng {
  margin-right: 0px;
  margin-left: 10px;
  float: left;
}

.list_content_section {
  position: relative;
  width: 1168px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list_content_section.forum {
  padding-bottom: 30px;
}

.breadcrums_section {
  position: relative;
  display: block;
  width: 1168px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 180px;
  padding-bottom: 15px;
}

.breadcrums_section.lang_eng {
  padding-right: 0px;
  padding-left: 180px;
}

.content_title_group {
  position: relative;
  display: block;
  width: 870px;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #26669e;
}

.content_title_group.lang_eng {
  padding-right: 0px;
  padding-left: 15px;
  float: left;
}

.content_title_group.forums {
  width: 100%;
}

.content_menu_group {
  position: static;
  top: 0px;
  right: 0px;
  overflow: hidden;
  width: 280px;
  float: right;
  clear: right;
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: #26669e #cad5d9 #cad5d9;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  color: #545859;
}

.content_menu_group.lang_eng {
  float: left;
  clear: left;
}

.content_menu_group.forum {
  position: relative;
  overflow: visible;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
}

.content_left_group {
  position: relative;
  left: 0px;
  top: 0px;
  width: 280px;
  margin-top: -80px;
  float: left;
  direction: rtl;
}

.content_left_group.lang_eng {
  float: right;
  direction: ltr;
}

.content_main_group {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 572px;
  margin-right: 18px;
  padding: 20px;
  float: right;
  border: 1px solid #cad5d9;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  direction: rtl;
}

.content_main_group.lang_eng {
  margin-right: 0px;
  margin-left: 18px;
  float: left;
  direction: ltr;
}

.content_main_group.forums {
  position: relative;
  width: 865px;
  float: left;
  border-style: none;
}

.content_main_group.forums.list {
  margin-right: 0px;
  padding-bottom: 0px;
}

.content_main_group.var_2 {
  position: relative;
  width: 865px;
  float: left;
  border-style: none;
}

.content_main_group.var_2.lang_eng {
  float: right;
  text-align: left;
}

.content_main_group.var_3 {
  position: relative;
  width: 100%;
  margin-right: 0px;
  float: left;
  border-style: none;
}

.content_main_group.var_3.lang_eng {
  margin-left: 0px;
  float: right;
  text-align: left;
}

.breadcrumb_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  margin-left: 10px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
  color: #26669e;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.breadcrumb_link:hover {
  color: #115693;
  text-decoration: underline;
}

.breadcrumb_link:active {
  color: #074174;
}

.breadcrumb_link.end {
  display: block;
  margin-left: 0px;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
}

.breadcrumb_link.end:hover {
  text-decoration: none;
}

.breadcrumb_link.lang_eng {
  margin-right: 10px;
  margin-left: 0px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  direction: ltr;
}

.breadcrumb_arrow {
  width: 7px;
  margin-right: 10px;
}

.breadcrumb_arrow.lang_eng {
  margin-right: 0px;
  margin-left: 10px;
}

.list_communic_group {
  width: 25%;
  margin-top: 5px;
  margin-left: 15px;
  float: left;
}

.list_communic_group.lang_eng {
  margin-right: 15px;
  margin-left: 0px;
  float: right;
}

.list_communic_group.forums {
  width: 16%;
  margin-left: 20px;
  color: #fff;
  text-align: left;
}

.list_content_title {
  width: 72%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  direction: rtl;
  color: #fff;
}

.list_content_title.lang_eng {
  float: left;
}

.list_content_title.forums {
  width: 80%;
}

.list_communic_link {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  margin-left: 5px;
  float: left;
}

.list_communic_link.mail {
  margin-right: 12px;
}

.list_communic_link.mail.lang_eng {
  margin-right: 5px;
  margin-left: 15px;
  float: right;
}

.list_communic_link.twitter.lang_eng {
  margin-left: 8px;
  float: right;
}

.list_communic_link.print.lang_eng {
  margin-right: 5px;
  margin-left: 8px;
  float: right;
}

.list_communic_link.facebook {
  margin-left: 0px;
}

.list_communic_link.facebook.lang_eng {
  margin-right: 0px;
  margin-left: 8px;
  float: right;
}

.content_left_block {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #cad5d9;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.content_left_block.hl {
  padding-bottom: 5px;
}

.content_left_block.hl.lang_eng {
  direction: ltr;
  text-align: left;
}

.content_left_block.addinfo.lang_eng {
  direction: ltr;
  text-align: left;
}

.content_left_block.thanks {
  padding-bottom: 5px;
}

.content_left_block.thanks.lang_eng {
  direction: ltr;
  text-align: left;
}

.menu_level_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 42px;
  padding: 5px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #545859;
  line-height: 20px;
  text-decoration: none;
}

.menu_level_1.lang_eng {
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.menu_level_1.forum {
  width: 280px;
  border-top: 1px solid #cad5d9;
  line-height: 22px;
}

.content_menu_txt {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  direction: rtl;
}

.menu_level_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 5px 25px 5px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #bec6c9;
  background-color: #d4dde0;
  color: #545859;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.menu_level_2.open {
  position: relative;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #115693;
}

.menu_level_2.lang_eng {
  padding-right: 10px;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.menu_level_2.forum {
  width: 280px;
  padding-right: 10px;
  float: right;
  color: #26669e;
  font-size: 16px;
  line-height: 20px;
}

.menu_level_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 5px 40px 5px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #a3abad;
  background-color: #bec6c9;
  color: #545859;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
}

.menu_level_3.open {
  position: relative;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #115693;
}

.menu_level_3.lang_eng {
  padding-right: 10px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.menu_level_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 5px 55px 5px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #aab0b3;
  background-color: #949a9c;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.menu_level_4.w--current {
  font-weight: 700;
}

.menu_level_4.open {
  position: relative;
  border-bottom-style: none;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  font-family: 'Opensanshebrew bold webfont', sans-serif;
}

.menu_level_4.lang_eng {
  padding-right: 10px;
  padding-left: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu_level_5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 5px 70px 5px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #7f8486;
  background-color: #545859;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
}

.menu_level_5:hover {
  color: #cad5d9;
}

.menu_level_5.lang_eng {
  padding-right: 10px;
  padding-left: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.content_left_insert {
  padding: 10px 20px;
  border-top: 1px solid #cad5d9;
}

.content_left_title {
  padding: 10px;
  color: #333;
}

.content_left_link {
  margin-top: 10px;
  float: right;
  clear: right;
  color: #26669e;
}

.content_left_link:hover {
  color: #074174;
}

.content_left_link.lang_eng {
  float: left;
  clear: left;
}

.content_left_linkblock {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #cad5d9;
  color: #26669e;
  text-decoration: none;
}

.content_left_linkblock:hover {
  background-color: #f0f0f0;
}

.category_info_section {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 100px;
  border-top: 1px solid #cad5d9;
  background-color: #fff;
  direction: rtl;
  color: #666;
  text-align: right;
}

.category_info_section.lang_eng {
  text-align: left;
}

.category_info_section.centered {
  text-align: center;
}

.category_title {
  margin-top: 10px;
  direction: rtl;
}

.top_menu_drop_down.w--open {
  top: 52px;
  right: -164px;
}

.top_menu_container {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
}

.top_menu_container.lang_eng {
  float: left;
}

.top_mega_nav {
  height: 51px;
}

.top_mega_nav.lang_eng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.top_menu_dropdown {
  position: static;
  display: block;
  float: right;
}

.category_group {
  display: block;
  width: 1168px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  border: 1px solid #cad5d9;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.gategory_group_title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36px;
  margin-top: -2px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #26669e;
  direction: rtl;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
}

.gategory_group_title:hover {
  color: #fff;
}

.gategory_group_title.lang_eng {
  direction: ltr;
}

.gategory_group_title.mobile_item {
  display: none;
}

.category_grouptitle_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category_group_titlletxt {
  max-width: 80%;
}

.top_menu_drop_down_list {
  top: 52px;
  right: -164px;
  display: none;
}

.top_menu_drop_down_list.more {
  left: 0px;
  right: auto;
  min-width: 170px;
}

.top_menu_drop_down_list.more.w--open {
  min-width: 180px;
}

.top_menu_drop_down_list.lang_eng {
  left: -160px;
  right: 0px;
}

.top_menu_drop_down_list.lang_eng.more.w--open {
  left: 360px;
}

.als_main {
  display: block;
  height: 120px;
  margin-top: 10px;
}

.als-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.als-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #cad5d9;
  border-left: 1px solid #cad5d9;
  cursor: pointer;
}

.als-nav.als-prev {
  margin-right: -1px;
  border-left-style: none;
}

.als-nav.als-next {
  border-right-style: none;
}

.als-viewport {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.als-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.als-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 224px;
  height: 120px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #cad5d9;
  direction: rtl;
  color: #666;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.als_nav_img {
  width: 8px;
}

.events_search_group {
  display: block;
  width: 1168px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px 20px;
}

.events_search_group.searchresults {
  padding-top: 20px;
  padding-right: 230px;
  padding-left: 0px;
}

.events_search_group.searchresults.lang_eng {
  padding-right: 0px;
  padding-left: 230px;
}

.events_group {
  display: block;
  width: 1190px;
  margin-right: auto;
  margin-left: auto;
}

.event_list_item {
  display: block;
  overflow: hidden;
  width: 575px;
  height: 195px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #cad5d9;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  direction: rtl;
  text-decoration: none;
}

.event_list_item:hover {
  background-color: #e5e5e5;
}

.event_list_item.lang_eng {
  float: left;
  direction: ltr;
}

.event_list_pict {
  display: block;
  overflow: hidden;
  width: 195px;
  height: 195px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/event_pict_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.event_list_pict.lang_eng {
  float: left;
}

.event_info_group {
  position: relative;
  width: 370px;
  height: 195px;
  padding-left: 10px;
  float: left;
  color: #666;
}

.event_info_group.lang_eng {
  padding-right: 10px;
  padding-left: 0px;
  float: right;
}

.content_links_group {
  margin-top: 20px;
  margin-bottom: 10px;
  direction: ltr;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.content_totop_link {
  padding-left: 15px;
  float: left;
  background-image: url('../images/ar_prevention_blue.png');
  background-position: 0px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  direction: ltr;
  text-decoration: none;
}

.content_totop_link.lang_eng {
  padding-right: 15px;
  padding-left: 0px;
  float: right;
  background-position: 100% 50%;
}

.event_info_dategroup {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  margin-right: 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 16px;
}

.event_info_date {
  float: right;
}

.event_info_date.stage {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #666;
}

.event_info_date.stage.lang_eng {
  margin-right: 0px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 10px;
  border-left: 1px solid #666;
  border-right-style: none;
}

.event_info_date.lang_eng {
  float: left;
}

.eventsearch_group_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  min-height: 42px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfe4e6;
  border-radius: 3px;
  background-color: #fff;
  direction: rtl;
  font-size: 20px;
}

.eventsearch_group_1.searchresults {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 44px;
}

.eventsearch_group_1.lang_eng {
  float: left;
  direction: ltr;
}

.eventsearch_group_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  min-height: 42px;
  margin-right: 4%;
  padding-left: 10px;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfe4e6;
  border-radius: 3px;
  background-color: #fff;
  direction: rtl;
  color: #1a1a1a;
  font-size: 20px;
}

.eventsearch_group_2.lang_eng {
  margin-right: 0%;
  margin-left: 4%;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  direction: ltr;
}

.eventsearch_dategroup {
  width: 51%;
  float: right;
  direction: rtl;
}

.eventsearch_dategroup.lang_eng {
  float: left;
  direction: ltr;
}

.event_search_select {
  min-height: 38px;
  margin-bottom: 0px;
  padding: 4px 10px 6px 15px;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-size: 20px;
}

.event_search_txtfield {
  width: 83%;
  min-height: 38px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 10px;
  border-style: none;
  color: #1a1a1a;
  font-size: 20px;
}

.event_search_txtfield.lang_eng {
  padding-right: 10px;
  padding-left: 15px;
}

.event_calendar_icon {
  width: 24px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.events_lists_numbergroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.events_numberlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
  color: #949a9c;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
}

.event_numberlink_ic {
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 2px;
  float: right;
}

.events_numbers_conteiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 620px;
  min-height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.events_numbers_conteiner.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.events_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #fff;
  color: #333;
  line-height: 18px;
  text-decoration: none;
}

.events_number:hover {
  background-color: #e5e5e5;
}

.events_number.in {
  background-color: #26669e;
  color: #fff;
}

.layer_search_select {
  height: 32px;
  padding: 2px 5px 4px;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-size: 16px;
  line-height: 18px;
}

.layer_search_select.lang_eng {
  direction: ltr;
}

.content_link {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 17px;
  background-image: url('../images/ar_left_blue.png');
  background-position: 100% 7px;
  background-size: 8px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 20px;
  text-decoration: none;
}

.content_link.lang_eng {
  padding-right: 0px;
  padding-left: 17px;
  background-image: url('../images/ar_right_blue.png');
  background-position: 0px 6px;
  background-size: 8px;
  direction: ltr;
  text-align: left;
}

.searchresults_txtfield {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
}

.searchresult_group {
  display: block;
  width: 1168px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-bottom: 10px;
  border: 1px solid #cad5d9;
  background-color: #fdfdfd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.searchresult_title_group {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-bottom: 1px solid #cad5d9;
  background-color: #fff;
  direction: rtl;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 22px;
}

.searchresult_title_group.lang_eng {
  direction: ltr;
}

.searchresult_numberinfo {
  display: block;
  width: 1168px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  direction: rtl;
  font-size: 20px;
}

.searchresults_infogroup {
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.search_more_link {
  margin-top: 4px;
  margin-left: 8px;
  float: right;
  color: #999;
}

.search_more_link.lang_eng {
  margin-right: 8px;
  margin-left: 0px;
  float: left;
}

.gategory_group_orderlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  direction: ltr;
}

.gategory_group_orderlist.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.donate_section {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.donate_section.in {
  width: 920px;
}

.donate_add_section {
  position: relative;
  z-index: 1000;
  margin-top: 280px;
  margin-bottom: -80px;
  padding-bottom: 40px;
  border-top: 1px solid #cad5d9;
  border-bottom: 1px solid #cad5d9;
  background-color: hsla(0, 0%, 100%, 0.96);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.donate_info {
  width: 360px;
  padding: 0px 20px 30px;
  float: left;
  border: 1px solid #cad5d9;
  background-color: hsla(0, 0%, 100%, 0.75);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  direction: rtl;
}

.donate_info.lang_eng {
  float: right;
}

.donate_form_group {
  position: relative;
  width: 535px;
  padding: 45px 30px 30px;
  float: right;
  border: 1px solid #cad5d9;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  direction: rtl;
}

.donate_form_group.lang_eng {
  float: left;
  direction: ltr;
}

.donate_pict_section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  margin-top: -10px;
  background-image: url('../images/donate_pict_101817.jpg');
  background-position: 50% 6px;
  background-size: cover;
  background-repeat: no-repeat;
}

.donate_pict_section.lang_eng {
  background-image: url('../images/donate_pict_eng.jpg');
}

.donate_slogan {
  font-size: 34px;
  line-height: 38px;
}

.donate_info_txt {
  margin-bottom: 30px;
}

.donate_info_part {
  margin-bottom: 15px;
  padding-right: 10px;
  border-right: 2px solid #5b8200;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 16px;
}

.donate_info_part.lang_eng {
  padding-right: 0px;
  padding-left: 10px;
  border-left: 2px solid #5b8200;
  border-right-style: none;
}

.steps_group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
}

.steps_line_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  margin-top: -48px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.steps_line {
  width: 49%;
  height: 3px;
  background-color: #c3c3c3;
}

.steps_line.in {
  background-color: #26669e;
}

.step_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 82px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
}

.step_info.in {
  color: #26669e;
}

.step_status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #c3c3c3;
  color: #7f8486;
  font-size: 22px;
  line-height: 22px;
}

.step_status.in {
  border: 3px solid #26669e;
  background-color: #fff;
  color: #26669e;
}

.step_status.done {
  padding-bottom: 2px;
  background-color: #26669e;
}

.step_icon {
  width: 24px;
  height: 24px;
  margin-left: 2px;
}

.donate_form_block {
  margin-top: 80px;
}

.donate_form_block.thanks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
  margin-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #26669e;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
}

.donate_form_label {
  margin-bottom: 3px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 16px;
  line-height: 22px;
}

.donate_form_label.red {
  margin-left: 3px;
  color: red;
}

.donate_form_label.red.lang_eng {
  margin-right: 3px;
  margin-left: 0px;
  float: left;
}

.donate_form_label.code {
  margin-top: 5px;
  margin-bottom: 0px;
}

.donate_form_label.lang_eng {
  width: auto;
  float: left;
}

.donate_moneytype_block {
  margin-bottom: 15px;
  color: #1a1a1a;
  font-size: 24px;
  line-height: 32px;
}

.donate_moneytype_select {
  width: 47%;
  height: 40px;
  margin-bottom: 5px;
  padding: 4px 10px;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-size: 18px;
  line-height: 24px;
}

.donate_moneytype_select.lang_eng {
  float: left;
}

.donate_shum_infoblock {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  clear: right;
  border: 1px solid #cad5d9;
  background-color: #fff;
  color: #1a1a1a;
}

.donate_shum_infoblock.lang_eng {
  clear: left;
}

.donate-shum_buttonsgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.donate-shum_buttonsgroup.type {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donate_shum_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: 38px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #1a1a1a;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.donate_shum_button:hover {
  background-color: #dfe4e6;
  color: #1a1a1a;
}

.donate_shum_button.select {
  background-color: #26669e;
  color: #fff;
}

.donate_shum_button.type {
  width: 49%;
}

.domate_shum_line {
  width: 1px;
  height: 38px;
  margin-right: 6px;
  margin-left: 5px;
  float: right;
  background-color: #cad5d9;
}

.donate_shumaher_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
  padding-top: 5px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cad5d9;
  font-size: 22px;
}

.donate_txtfield_shum {
  height: 40px;
  margin-bottom: 3px;
  border-style: none;
  font-size: 22px;
  text-align: center;
}

.donate_number_txt {
  float: right;
}

.donate_number_field {
  width: 42px;
  height: 34px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  color: #1a1a1a;
  font-size: 22px;
  text-align: center;
}

.donate_button {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 12px;
  border-radius: 4px;
  background-color: #5b8200;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}

.donate_button:hover {
  background-color: #4f7001;
  color: #fff;
}

.donate_button.close {
  margin-bottom: 30px;
}

.donate_add_group {
  display: block;
  width: 1168px;
  margin-right: auto;
  margin-left: auto;
}

.donate_add_title {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cad5d9;
  color: #1a1a1a;
  font-size: 22px;
}

.donate_add_options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.donate_add_options.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.donate_add_options.book {
  min-height: auto;
  margin-bottom: 10px;
  padding-top: 50px;
}

.donate_add_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.donate_add_block.book {
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  direction: rtl;
}

.donate_add_line {
  width: 1px;
  margin-right: 1%;
  margin-left: 1%;
  background-color: #cad5d9;
}

.donate_addblock_title {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #26669e;
  font-size: 32px;
  line-height: 24px;
}

.donate_addblock_title.book {
  margin-bottom: 10px;
}

.donate_addblock_title.lang_eng {
  font-size: 30px;
}

.donate_add_feedback {
  color: #26669e;
  line-height: 20px;
}

.donate_add_number {
  color: #666;
  font-size: 30px;
  text-decoration: none;
}

.donate_add_button {
  width: 80%;
  padding-top: 10px;
  padding-bottom: 12px;
  border-radius: 4px;
  background-color: #26669e;
  color: #fff;
  line-height: 22px;
  text-decoration: none;
}

.donate_add_button:hover {
  background-color: #115693;
  color: #fff;
}

.donate_add_button.book {
  width: 47%;
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #5b8200;
}

.donate_field_block {
  margin-bottom: 20px;
}

.donate_field_block._50 {
  width: 48%;
}

.donate_txt_field {
  height: 40px;
  margin-bottom: 0px;
  color: #1a1a1a;
  font-size: 19px;
}

.donate_for_infotitle {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 20px;
}

.donate_field_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donate_codegroup {
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.donate_back_link {
  margin-top: 20px;
  font-size: 20px;
  text-decoration: none;
}

.donate_back_link:hover {
  text-decoration: none;
}

.donate_back_link.lang_eng {
  float: right;
}

.donate_code_block {
  width: 22%;
  height: 36px;
  margin-right: 6px;
  float: left;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.donate_code_block.lang_eng {
  margin-right: 0px;
  margin-left: 6px;
  float: right;
}

.donate_code_field {
  height: 36px;
  margin-bottom: 0px;
  padding: 4px 5px;
  color: #1a1a1a;
  font-size: 19px;
  text-align: center;
}

.donate_lev {
  width: 103px;
  margin-bottom: 40px;
}

.donate_thanks_txt {
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 58px;
}

.top_more_icon {
  right: 28px;
  width: 12px;
  margin-top: 13px;
  margin-right: 4px;
}

.top_more_icon.lang_eng {
  margin-right: 0px;
  margin-left: 4px;
}

.top_more_link {
  display: block;
  padding: 5px 10px;
  direction: rtl;
  color: #666;
  font-size: 15px;
  line-height: 20px;
  text-align: right;
}

.top_more_link.lang_eng {
  padding-left: 15px;
  text-align: left;
}

.donate_line_sep {
  height: 20px;
  background-color: transparent;
}

.donate_aishor {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
}

.beta_version {
  position: absolute;
  top: 0px;
  right: 180px;
  z-index: 2;
  padding-top: 2px;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #26669e;
  font-size: 13px;
  line-height: 22px;
}

.beta_version.lang_eng {
  left: 178px;
  top: 0px;
  right: auto;
}

.footer_credit_cyber_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1168px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
}

.footer_credit_cyber_block.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cyber_link {
  color: #fff;
  text-decoration: none;
}

.cyber_link:hover {
  color: #cad5d9;
}

.cyber_link.netcraft {
  margin-left: 120px;
}

.cyber_link.netcraft.lang_eng {
  margin-right: 130px;
  margin-left: 0px;
}

.text-block {
  direction: rtl;
}

.body_lang_eng {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.content_note {
  margin-bottom: 20px;
  padding: 20px;
  border-top: 3px solid #26669e;
  background-color: #f0f0f0;
}

.content_note.lang_eng {
  direction: ltr;
  text-align: left;
}

.content_note.forum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #666;
  text-decoration: none;
}

.content_note.forum:hover {
  background-color: #e5e5e5;
}

.content_note.pict-_sm {
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid rgba(45, 113, 191, 0.6);
  border-top-color: rgba(45, 113, 191, 0.6);
  background-color: rgba(45, 113, 191, 0.16);
}

.forum_main_pict {
  width: 130px;
  margin-left: 20px;
  background-image: url('../images/content_left_pict.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.forum_main_infogroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 17px;
}

.forum_title_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #26669e;
  direction: rtl;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 22px;
  font-weight: 700;
}

.forumim_enter_link {
  margin-top: 4px;
  margin-left: 8px;
  font-family: 'Opensanshebrew regular webfont', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.forumim_enter_link:hover {
  color: #fff;
  text-decoration: none;
}

.forum_main_title {
  margin-bottom: 4px;
  font-family: 'Opensanshebrew regular webfont', sans-serif;
  color: #26669e;
  font-size: 21px;
  font-weight: 400;
}

.forum_about_link {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.forum_about_link:hover {
  color: #fff;
}

.forum_top_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 105%;
  min-height: 44px;
  margin-top: -20px;
  margin-right: -20px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #bec6c9;
  background-color: #d4dde0;
}

.forum_menu_content {
  padding: 15px 10px 20px;
  clear: both;
  direction: rtl;
  font-size: 14px;
  line-height: 20px;
}

.forum_autor_title {
  margin-bottom: 8px;
  color: #26669e;
  font-size: 20px;
  line-height: 26px;
}

.forum_autor_position {
  margin-bottom: 4px;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #9eabaf;
  font-weight: 700;
}

.forum_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #87a5af;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

.forum_button:hover {
  background-color: #7b9aa5;
  color: #fff;
}

.forum_button.search {
  width: 48px;
  max-height: 42px;
  padding-right: 14px;
  padding-left: 14px;
}

.forum_button.add {
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 126px;
  height: 30px;
  min-height: auto;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  float: left;
  background-color: #87a5af;
  color: #fff;
}

.forum_button.add:hover {
  background-color: #7b9aa5;
}

.forum_button.delit {
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 126px;
  height: 30px;
  min-height: auto;
  margin-top: 5px;
  padding-bottom: 2px;
  float: left;
  clear: left;
  background-color: #dc2020;
  color: #fff;
}

.forum_button.delit:hover {
  background-color: #c21818;
}

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

.forum_search_block {
  margin-bottom: 0px;
}

.forum_search_txtfield {
  width: 260px;
  height: 42px;
  max-height: 42px;
  margin-bottom: 0px;
  padding: 4px 12px 4px 10px;
  border-style: none;
  font-size: 18px;
  line-height: 20px;
}

.donate_add_contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
  color: #26669e;
  line-height: 24px;
}

.donate_add_contacts.lang_eng {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.donate_add_txt {
  margin-top: 4px;
  margin-right: 4px;
  margin-left: 4px;
  text-decoration: none;
}

.content_title_full {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 13px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #26669e;
}

.content_title_full.lang_eng {
  padding-right: 0px;
  padding-left: 15px;
  float: left;
  text-align: left;
}

.operate_icon {
  width: 16px;
  margin-top: 8px;
  margin-left: 12px;
  float: right;
}

.operate_icon.print {
  width: 22px;
  margin-left: 10px;
}

.operate_icon.send {
  width: 21px;
}

.operate_icon.to {
  width: 20px;
  margin-left: 0px;
}

.forum_write_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80.5%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.group_items_listen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  padding: 5px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #b0b9c0;
  border-left: 1px solid #b0b9c0;
  direction: ltr;
}

.forum_legend_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  margin-bottom: 12px;
  margin-left: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
}

.forum_name {
  max-width: 88%;
  margin-left: 0px;
  color: #1a1a1a;
  font-weight: 700;
  text-decoration: none;
}

.forum_name:hover {
  color: #26669e;
}

.ic_new {
  position: relative;
  bottom: 2px;
  width: 14px;
  margin-right: 8px;
}

.forum_add_title {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 10px;
  border-top: 1px dashed #26669e;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #26669e;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: right;
}

.forum_add_title.legend {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  border-top-style: none;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #26669e;
  font-size: 18px;
}

.ic_attach {
  position: relative;
  bottom: 2px;
  width: 17px;
  margin-right: 10px;
}

.forum_attach_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.forum_content_group {
  position: relative;
  padding-right: 1.5%;
  border-right: 1px dashed #ccc;
}

.forum_date {
  color: #999;
  font-size: 13px;
  line-height: 17px;
}

.ic_level {
  position: absolute;
  left: auto;
  top: -2px;
  right: 0%;
  width: 26px;
}

.ic_level.sub {
  bottom: 2px;
}

.forum_write_item {
  position: relative;
  width: 100%;
  padding: 8px 1.5% 8px 10px;
}

.forum_write_item.step {
  padding-right: 3%;
}

.forum_write_item.read {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #f0f0f0;
}

.content_group {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.content_group.forum_list {
  max-width: none;
  direction: rtl;
  font-size: 16px;
  line-height: 20px;
}

.forum_content_operate {
  margin-top: 10px;
}

.list_items_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 102%;
  padding-right: 0px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  direction: rtl;
}

.list_items_group.forum {
  width: 100%;
  margin-top: 5px;
  padding-left: 0px;
}

.list_items_group.listen {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.forum_item_group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  text-align: right;
}

.forum_item_group:hover {
  box-shadow: 0 0 5px 0 #ccc;
}

.forum_item_group.legend {
  margin-bottom: 20px;
  margin-left: 0%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 3px solid #26669e;
  background-color: #f0f0f0;
  direction: rtl;
}

.forum_item_group.legend:hover {
  box-shadow: none;
}

.forum_autor_group {
  width: 18%;
  padding-top: 5px;
  padding-right: 2%;
  padding-bottom: 5px;
  border-right: 1px solid #ccc;
  font-size: 18px;
}

.item_listen_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin: 2px;
  padding-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.item_listen_link:hover {
  background-color: rgba(176, 185, 192, 0.4);
  color: #2e4859;
}

.item_listen_link.current {
  background-color: #26669e;
  color: #cad5d9;
}

.forum_title_group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  padding-right: 34px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  font-size: 18px;
}

.forum_legend_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.forum_legend_icon.print {
  width: 20px;
  padding-top: 0px;
}

.forum_legend_icon.file {
  width: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.forum_legend_icon.close {
  width: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.forum_legend_icon.mail {
  width: 20px;
}

.forum_legend_icon.new {
  width: 15px;
  padding-top: 0px;
  padding-bottom: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.forum_legend_icon.to {
  width: 21px;
}

.forum_autor_name {
  display: block;
  font-family: 'Opensanshebrew webfont', sans-serif;
  font-size: 17px;
  line-height: 19px;
  font-weight: 900;
  text-decoration: none;
}

.forum_autor_name:hover {
  color: #1a1a1a;
}

.forum_attach_title {
  margin-left: 8px;
}

.forum_attach_link {
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #7b9aa5;
  text-decoration: none;
}

.forum_attach_link:hover {
  color: #26669e;
}

.form_content_button {
  min-width: 36%;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #26669e;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.form_content_button:hover {
  background-color: #074174;
}

.form_content_button.login {
  min-width: 48%;
  margin-top: 30px;
  margin-bottom: 10px;
  background-color: #87a5af;
}

.form_content_button.login:hover {
  background-color: #7b9aa5;
}

.form_field {
  height: 46px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 2px 20px 2px 10px;
  float: right;
  background-color: #f0f0f0;
  font-size: 18px;
  line-height: 22px;
}

.form_field:active {
  border-color: #2e4859;
}

.form_field.upload {
  width: 87%;
  margin-left: 0px;
  float: none;
}

.form_field_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  line-height: 26px;
}

.form_field_content.forum {
  margin-top: 10px;
  margin-bottom: 0px;
}

.form_field_content.popup {
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_field_label {
  width: 86%;
  float: right;
  font-size: 18px;
}

.form_field_label.popup {
  width: 96%;
  margin-bottom: 5px;
  text-align: right;
}

.ilink_upload {
  position: relative;
  bottom: 4px;
  width: 46px;
}

.form_label_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  text-align: right;
}

.form_label_group.tab {
  width: 24%;
}

.form_label_group.popup {
  width: 25%;
  margin-top: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 24px;
}

.form_stage {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  direction: rtl;
  text-align: center;
}

.form_stage.event_add {
  width: 94%;
  margin-right: 3%;
  margin-left: 3%;
  float: right;
}

.form_stage.login {
  width: 94%;
  margin-right: 2%;
  margin-bottom: 20px;
  margin-left: 2%;
  float: right;
}

.form_field_group {
  width: 68%;
  margin-left: 1%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  text-align: right;
}

.form_field_group.upload {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74%;
  margin-left: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form_field_group.tab {
  width: 74%;
  margin-left: 0%;
}

.form_field_group.txt_info {
  width: 74%;
  margin-top: 10px;
  margin-left: 0%;
  font-size: 18px;
  line-height: 24px;
}

.forum_add_section {
  margin-top: 40px;
  padding-right: 0%;
  background-color: #fff;
}

.forum_bookmark_title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #7b9aa5;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.login_info_group {
  margin-bottom: 20px;
}

.login_info_group.login_add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
}

.forum_login_section {
  margin-bottom: 20px;
  padding-right: 8%;
  padding-left: 8%;
  background-color: #fff;
}

.forum_login_title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #7b9aa5;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.forum_total_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.forum_total_num {
  margin-right: 8px;
  margin-left: 8px;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #26669e;
  font-weight: 700;
}

.forum_login_link {
  margin-right: 8px;
  margin-left: 8px;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #26669e;
  font-weight: 700;
  text-decoration: none;
}

.forum_login_link:hover {
  color: #074174;
}

.forum_user_title {
  font-size: 24px;
  line-height: 24px;
}

._404_section {
  width: 940px;
  margin-right: auto;
  margin-bottom: 11vw;
  margin-left: auto;
  text-align: center;
}

._404_info {
  max-width: 86%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 30px 35px;
  border: 1px solid #cad5d9;
  background-color: hsla(0, 0%, 100%, 0.75);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  direction: rtl;
  text-align: center;
}

._404_title_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 12vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._404_pict_section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  margin-top: -10px;
  background-image: url('../images/404_pict_descktop.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

._404_sub_title {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 38px;
}

.back_home_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 42px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  clear: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #3e5802;
  border-radius: 3px;
  background-color: #5b8200;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.back_home_link:hover {
  background-color: #4f7001;
  color: hsla(0, 0%, 100%, 0.7);
}

.back_home_link:active {
  background-color: #3e5802;
}

.popup_section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(26, 26, 26, 0.6);
}

.send_form {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px 5%;
  background-color: #fff;
  direction: rtl;
}

.popup_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.forum_pict_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.forum_pict_title {
  margin-top: 5px;
}

.forum_content_pict {
  width: 75%;
}

.forum_title_txt_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.forum_title_txtgroup {
  margin-bottom: 2px;
  font-family: 'Opensanshebrew bold webfont', sans-serif;
  color: #115693;
}

.h_donate_slider {
  height: 480px;
  background-color: transparent;
}

.h_donate_slidernav {
  display: none;
}

.h_donate_slidearrow {
  display: none;
}

.h_donate_pictblock {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_donate_pict {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.h_donate_pict.mob {
  display: none;
}

.h_donate_infogroup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 300px;
  max-width: 400px;
  padding: 60px 25px 70px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  direction: rtl;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
}

.h_donate_infogroup.lang_eng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  direction: ltr;
}

.h_donate_button {
  position: absolute;
  left: 16%;
  top: auto;
  right: 16%;
  bottom: 9%;
  display: inline-block;
  padding: 6px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #3e5802;
  border-radius: 3px;
  background-color: #5b8200;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.h_donate_button:hover {
  background-color: #4f7001;
  color: #f0f0f0;
}

.h_donate_button:active {
  background-color: #3e5802;
}

.content_form_button {
  min-height: 40px;
  margin-top: 10px;
  padding: 0px 35px;
  border-radius: 4px;
  background-color: #26669e;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-decoration: none;
}

.content_form_button:hover {
  background-color: #115693;
  color: #fff;
}

.content_form_button:active {
  background-color: #074174;
}

.content_form_button.pict_sm {
  min-height: 36px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 18px;
}

.content_form_field {
  height: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  float: right;
  border: 1px solid #9eabaf;
  color: #1a1a1a;
  font-size: 18px;
  text-align: right;
}

.content_check_field {
  position: relative;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 8px;
  padding-left: 0px;
  clear: both;
}

.content_checkbox {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  margin-left: 8px;
  float: right;
  border-color: #9eabaf;
  background-color: #fff;
}

.content_checkbox.w--redirected-checked {
  background-color: #c3c3c3;
}

.content_check_label {
  width: 87%;
  float: right;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}

.content_form_label {
  margin-bottom: 8px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #26669e;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.content_form_label.pict_sm {
  margin-bottom: 6px;
  float: none;
  font-family: 'Opensanshebrew webfont', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  text-align: center;
}

.content_note_pict {
  width: 49%;
  max-width: 49%;
  float: right;
}

.content_form_group {
  width: 51%;
  padding-top: 20px;
  padding-right: 22px;
  float: left;
  text-align: center;
}

.content_form_group.left {
  width: 100%;
  padding-top: 12px;
  padding-right: 5%;
  padding-left: 5%;
}

.left_note_pict {
  display: block;
  width: 94%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #bec6c9;
}

@media screen and (max-width: 991px) {
  .top_section {
    height: 80px;
  }
  .header_block {
    width: auto;
  }
  .top_submenu_group {
    height: 44px;
  }
  .top_submenu_group.lang_eng {
    margin-left: 120px;
    float: left;
  }
  .top_logo {
    right: 8px;
    bottom: -7px;
    width: 118px;
  }
  .top_logo.lang_eng {
    left: 0px;
    bottom: -9px;
    width: 122px;
  }
  .top_submenu_block {
    position: relative;
    z-index: 2000;
  }
  .top_search_group {
    width: 271px;
    height: 30px;
    margin-left: 2px;
    padding-right: 0px;
    padding-left: 6px;
  }
  .top_search_group.footer {
    height: 36px;
    margin-bottom: 4%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .top_sublink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    margin-left: 14px;
    padding-right: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
  }
  .top_sublink.lang_eng {
    position: relative;
    margin-top: 3px;
    margin-left: 6px;
    padding-left: 10px;
  }
  .top_languages_menu {
    height: 18px;
  }
  .top_languages_menu.lang_eng {
    height: auto;
  }
  .top_languages_tiggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
  }
  .top_communic_group {
    padding-right: 10px;
    padding-left: 10px;
  }
  .top_communic_link {
    width: 22px;
    height: 18px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .top_search_field {
    width: 86%;
    height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    float: right;
    font-size: 16px;
    line-height: 18px;
  }
  .top_search_field.contactblock {
    width: 90%;
    height: 26px;
    float: right;
    font-size: 16px;
  }
  .top_search_button {
    width: 24px;
    padding-top: 4px;
  }
  .top_search_button.footer {
    width: 10%;
    padding-top: 2px;
  }
  .top_donate_button {
    left: auto;
    top: 9px;
    right: 150px;
    bottom: auto;
    height: 26px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 18px;
  }
  .top_donate_button.lang_eng {
    margin-right: 5px;
  }
  .topbutton_txt {
    font-size: 16px;
    line-height: 18px;
  }
  .top_languages_link {
    font-size: 16px;
  }
  .top_menu_list {
    margin-right: 140px;
  }
  .top_menu_list.lang_eng {
    margin-left: 120px;
  }
  .top_menu_link {
    font-size: 16px;
    line-height: 18px;
  }
  .top_menu_link.more {
    height: 36px;
    padding-top: 6px;
  }
  .top_menu_linktxt {
    height: 36px;
    padding-top: 6px;
    padding-right: 12px;
    padding-left: 12px;
    background-position: 0px 50%;
    background-size: auto 18px;
  }
  .slider_section {
    width: auto;
    height: 340px;
  }
  .slider_section.category {
    height: 300px;
    background-position: 100% 0px;
  }
  .slider_section.events {
    display: block;
    height: 260px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 67px;
  }
  .slider_section.events.lang_eng {
    padding-right: 67px;
    padding-left: 67px;
  }
  .slider_section.donate {
    width: auto;
    height: auto;
    margin-bottom: 2%;
    padding-top: 6%;
    padding-right: 6%;
    padding-left: 6%;
    text-align: center;
  }
  .slider_section._404 {
    height: 300px;
  }
  .home_slider {
    bottom: 15px;
    height: 340px;
  }
  .slider_nav {
    margin-bottom: 52px;
    font-size: 14px;
    line-height: 18px;
  }
  .slider_arrow {
    width: 30px;
    height: 30px;
    margin-top: 160px;
    margin-left: 10px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .slider_info_group {
    margin-top: 8%;
  }
  .slider_title {
    padding-top: 4px;
    padding-right: 14px;
    padding-bottom: 8px;
    font-size: 32px;
    line-height: 32px;
  }
  .slider_title.listtitle {
    margin-top: 80px;
    font-size: 30px;
  }
  .slider_title.listtitle.donate {
    display: block;
    margin-top: 0px;
    padding: 1% 3% 1.6%;
    float: none;
    font-size: 32px;
    text-align: right;
  }
  .slider_title.listtitle.donate.lang_eng {
    width: 100%;
    text-align: left;
  }
  .slider_title.listtitle.lang_eng {
    float: left;
  }
  .slider_title._404 {
    margin-bottom: 2vw;
    font-size: 32px;
  }
  .slider_sub_title {
    padding: 4px 14px 8px;
  }
  .slider_button {
    min-height: 30px;
    margin-top: 20px;
    padding: 6px 40px 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .slider_button.eventsearch {
    min-height: 40px;
    margin-right: 10px;
    margin-left: 2px;
    padding-top: 8px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 18px;
  }
  .slider_button.eventsearch.lang_eng {
    margin-left: 0px;
  }
  .slider_button.searchresults {
    min-height: 36px;
    padding-top: 6px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .slider_h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .home_contact_section {
    width: auto;
    height: 52px;
    margin-top: -52px;
    margin-bottom: 2%;
  }
  .home_contact_section.category {
    margin-top: -10%;
    margin-bottom: 3%;
    padding-top: 0.5%;
  }
  .home_contact_infogroup {
    min-width: 28%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
  }
  .home_contact_infogroup.number {
    width: 31%;
  }
  .home_contact_searchblock {
    width: 326px;
    height: 34px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 8px;
  }
  .home_contact_number {
    width: 54%;
    margin-top: 6%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 15px;
  }
  .home_hl_section {
    width: auto;
  }
  .home_hl_group {
    display: block;
    margin-top: 4%;
    margin-bottom: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .home_hl_group.lang_eng {
    display: block;
    padding-left: 2%;
    text-align: center;
  }
  .home_donate_group {
    padding-right: 2%;
    padding-left: 2%;
  }
  .home_hl_block {
    width: 47%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .home_donate_block {
    width: 63%;
    height: 440px;
  }
  .home_events_group {
    width: 35%;
  }
  .home_donate_gallerygroup {
    height: 146px;
  }
  .home_donate_title {
    height: 36px;
    padding-right: 3%;
    font-size: 16px;
    line-height: 18px;
  }
  .home_events_title {
    height: 36px;
    padding-right: 6%;
    font-size: 16px;
    line-height: 18px;
  }
  .home_events_conteiner {
    height: 350px;
  }
  .home_donate_button {
    height: 34px;
    margin-top: 120px;
    margin-right: 3%;
    font-size: 18px;
    line-height: 18px;
  }
  .home_donate_button.footer {
    display: block;
    height: auto;
    margin-top: 6%;
    margin-bottom: 10%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 18px;
    line-height: 20px;
  }
  .donate_gallery_title {
    height: 34px;
    padding-right: 3%;
    padding-left: 3%;
    font-size: 14px;
    line-height: 16px;
  }
  .donate_gallery_titlelink.events {
    width: 48%;
    margin-top: 16px;
    margin-left: 8px;
    font-size: 14px;
  }
  .donate_gallery_titlelink.events.news {
    width: 38%;
    margin-right: 5px;
  }
  .donate_gallery_titlelink.events.lang_eng {
    margin-left: 1%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .donate_gallery_titlearrow {
    margin-right: 0px;
    margin-left: 5px;
  }
  .donate_gallery_titlearrow.lang_eng {
    width: 6px;
  }
  .home_donate_gallery {
    height: 98px;
    margin-top: 8px;
  }
  .donate_gallery_buttonblock {
    width: 30px;
  }
  .donate_gallery_item {
    height: 98px;
    padding-right: 3%;
    padding-left: 3%;
    font-size: 15px;
    line-height: 16px;
  }
  .donate_gallery_info {
    margin-bottom: 5%;
    font-size: 23px;
    line-height: 24px;
  }
  .event_linkblock {
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 14px;
    line-height: 16px;
  }
  .event_arrow {
    width: 6px;
    margin-left: 3%;
  }
  .event_date_block {
    width: 23%;
    min-height: 54px;
    margin-left: 4%;
    font-size: 12px;
    line-height: 14px;
  }
  .event_date_block.lang_eng {
    font-size: 9px;
  }
  .event_txt {
    width: 67%;
    padding-left: 3%;
    font-size: 13px;
    line-height: 17px;
  }
  .event_date_number {
    font-size: 24px;
    line-height: 26px;
  }
  .hl_title {
    font-size: 22px;
  }
  .hl_title.event {
    margin-bottom: 8px;
  }
  .hl_txt {
    font-size: 18px;
  }
  .prevention_section {
    width: auto;
  }
  .prevention_menu_group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .prevention_add_link {
    font-size: 14px;
    line-height: 18px;
  }
  .prevention_content_group {
    height: auto;
  }
  .prevention_item {
    width: 47%;
    height: 110px;
    margin-right: 2%;
    margin-left: 0%;
    padding-right: 1%;
    padding-left: 1%;
    font-size: 16px;
    line-height: 18px;
  }
  .prevention_item.category {
    width: 46%;
    height: 60px;
    margin-left: 2%;
  }
  .prevention_info_link {
    font-size: 16px;
    line-height: 22px;
  }
  .prevention_info_title {
    margin-top: 4%;
    margin-bottom: 2%;
    font-size: 20px;
    line-height: 20px;
  }
  .prevention_info_title.category {
    font-size: 16px;
    line-height: 18px;
  }
  .footer_section {
    margin-top: 8%;
    padding-top: 5%;
  }
  .footer_credit_group {
    position: static;
  }
  .footer_group_block {
    width: auto;
    margin-right: 2%;
    margin-bottom: 3%;
    margin-left: 2%;
  }
  .footer_credit_block {
    width: auto;
    margin-right: 2%;
    margin-left: 2%;
    font-size: 12px;
  }
  .footer_search_communic {
    width: 31%;
  }
  .footer_navigation {
    width: 67%;
  }
  .footer_logo_communic {
    display: block;
  }
  .footer_logo {
    width: 56%;
    margin-top: 6%;
  }
  .footer_communic_group {
    width: 100%;
  }
  .footer_communic_link {
    width: 35px;
    height: 35px;
    margin-right: 4%;
    margin-left: 0px;
  }
  .footer_communic_txt {
    font-size: 16px;
  }
  .footer_communic_txt.layer {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
  }
  .footer_navigation_listitem {
    width: 30%;
    max-width: 30%;
    margin-bottom: 6%;
    margin-left: 2%;
  }
  .footer_navigation_listitem.lang_eng {
    max-width: 30%;
    margin-right: 1%;
  }
  .footer_navigation_title {
    height: 37px;
    font-size: 16px;
  }
  .footer_link {
    font-size: 14px;
  }
  .footer_link_item {
    margin-bottom: 3%;
    font-size: 14px;
    line-height: 16px;
  }
  .home_contact_txt {
    width: 54%;
  }
  .home_contact_txt.search {
    width: 26%;
  }
  .footer_navigation_list {
    text-align: right;
  }
  .footer_navigation_list.lang_eng {
    text-align: left;
  }
  .menu_layer {
    display: block;
    width: auto;
    margin-top: 80px;
    padding: 20px 140px 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .layer_menu_group {
    width: 33%;
    margin-bottom: 20px;
    padding: 0px 10px;
  }
  .layer_menu_group._2 {
    width: 49%;
  }
  .layer_menu_group._3 {
    width: 49%;
  }
  .layer_search_communic {
    width: 100%;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 50%;
    clear: right;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-right-style: none;
  }
  .layer_communic_group {
    margin-top: 30px;
  }
  .layer_communic_link {
    width: 36px;
    height: 36px;
    margin-right: 3%;
    margin-left: 3%;
    border: 2px solid #666;
    border-radius: 50%;
  }
  .layer_menu {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list_content_section {
    width: auto;
  }
  .list_content_section.forum {
    width: 100%;
  }
  .breadcrums_section {
    position: relative;
    z-index: 1000;
    width: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 150px 10px 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .breadcrums_section.lang_eng {
    padding-left: 130px;
  }
  .breadcrums_section.forums {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .content_title_group {
    width: 96%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-top: 1%;
    padding-right: 1.5%;
    padding-bottom: 1.5%;
  }
  .content_title_group.lang_eng {
    width: 96%;
    margin-right: 0%;
    margin-left: 2%;
  }
  .content_title_group.forums {
    width: 96%;
    margin-left: 2%;
  }
  .content_menu_group {
    position: static;
    width: 30%;
    margin-right: 2%;
  }
  .content_menu_group.lang_eng {
    margin-right: 0%;
    margin-left: 2%;
  }
  .content_left_group {
    position: static;
    width: 30%;
    margin-top: 2%;
    margin-right: 2%;
    float: right;
    clear: right;
    font-size: 16px;
    line-height: 18px;
  }
  .content_left_group.lang_eng {
    margin-right: 0%;
    margin-left: 2%;
    float: left;
    clear: left;
  }
  .content_main_group {
    width: 64%;
    margin-right: auto;
    margin-left: 2%;
    padding: 1.5%;
    float: left;
    font-size: 16px;
    line-height: 18px;
  }
  .content_main_group.lang_eng {
    margin-left: 15px;
  }
  .content_main_group.forums {
    width: 64%;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 14px;
    line-height: 20px;
  }
  .content_main_group.var_2 {
    width: 64%;
    margin-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .content_main_group.var_2.lang_eng {
    margin-right: 2%;
    margin-left: 0%;
  }
  .content_main_group.var_3 {
    width: 96%;
    margin-left: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .content_main_group.var_3.lang_eng {
    margin-right: 2%;
    margin-left: 0%;
  }
  .breadcrumb_link {
    margin-bottom: 3px;
    margin-left: 8px;
    font-size: 13px;
    line-height: 15px;
  }
  .breadcrumb_arrow {
    width: 6px;
    margin-right: 8px;
    margin-bottom: 1px;
  }
  .list_communic_group {
    width: 25%;
    margin-top: 3px;
    margin-left: 2%;
  }
  .list_communic_group.forums {
    width: 17%;
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .list_content_title {
    width: 72%;
    font-size: 28px;
    line-height: 30px;
  }
  .list_content_title.forums {
    width: 81%;
    font-size: 26px;
    line-height: 28px;
  }
  .list_communic_link.mail {
    width: 22px;
    height: 22px;
  }
  .list_communic_link.mail.lang_eng {
    margin-right: 5px;
    margin-left: 10px;
  }
  .list_communic_link.twitter {
    width: 22px;
    height: 22px;
  }
  .list_communic_link.print {
    width: 22px;
    height: 22px;
  }
  .list_communic_link.facebook {
    width: 22px;
    height: 22px;
  }
  .content_left_block.hl {
    margin-bottom: 6%;
  }
  .content_left_block.addinfo {
    font-size: 14px;
    line-height: 16px;
  }
  .content_left_block.thanks {
    font-size: 14px;
    line-height: 16px;
  }
  .menu_level_1 {
    min-height: 36px;
    color: #333;
    font-size: 14px;
    line-height: 16px;
  }
  .menu_level_2 {
    min-height: 32px;
    font-size: 14px;
    line-height: 16px;
  }
  .menu_level_3 {
    min-height: 34px;
    font-size: 13px;
    line-height: 15px;
  }
  .menu_level_4 {
    min-height: 34px;
    font-size: 12px;
    line-height: 14px;
  }
  .menu_level_5 {
    min-height: 34px;
    font-size: 12px;
    line-height: 14px;
  }
  .content_left_insert {
    padding: 3% 4%;
    font-size: 14px;
    line-height: 16px;
  }
  .content_left_title {
    padding: 4%;
    font-size: 14px;
    line-height: 16px;
  }
  .content_left_link {
    margin-top: 3%;
    font-size: 14px;
    line-height: 16px;
  }
  .content_left_linkblock {
    padding: 4%;
  }
  .category_info_section {
    width: auto;
    margin-top: 1%;
    padding: 1% 10% 2%;
    font-size: 16px;
    line-height: 22px;
  }
  .category_title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 28px;
  }
  .top_mega_nav.lang_eng {
    height: 51px;
  }
  .category_group {
    width: 96%;
    padding-bottom: 1%;
  }
  .gategory_group_title {
    height: 38px;
    padding-right: 3%;
    padding-left: 3%;
    font-size: 20px;
    line-height: 20px;
  }
  .top_menu_drop_down_list.more {
    top: 36px;
  }
  .top_menu_drop_down_list.lang_eng.more.w--open {
    left: 250px;
  }
  .als_main {
    height: 98px;
    margin-top: 8px;
  }
  .als-item {
    width: 202px;
    height: 98px;
  }
  .events_search_group {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .events_search_group.searchresults {
    padding: 15px 150px 1px 10px;
  }
  .events_search_group.searchresults.lang_eng {
    padding-right: 10px;
    padding-left: 130px;
  }
  .events_group {
    width: auto;
  }
  .event_list_item {
    width: 97%;
  }
  .event_info_group {
    width: 73%;
    padding-right: 10px;
    padding-left: 0px;
    float: right;
  }
  .content_links_group {
    font-size: 14px;
    line-height: 18px;
  }
  .content_totop_link {
    padding-left: 12px;
    background-size: 10px;
  }
  .content_totop_link.lang_eng {
    float: right;
  }
  .eventsearch_group_1 {
    width: 35%;
    min-height: 40px;
  }
  .eventsearch_group_1.searchresults {
    width: 75%;
    height: 36px;
    min-height: auto;
  }
  .eventsearch_group_2 {
    min-height: 40px;
    margin-right: 3%;
  }
  .eventsearch_dategroup {
    width: 50%;
  }
  .event_search_select {
    min-height: 36px;
    font-size: 18px;
    line-height: 22px;
  }
  .event_search_txtfield {
    min-height: 36px;
    font-size: 18px;
    line-height: 22px;
  }
  .events_lists_numbergroup {
    width: 90%;
    margin-top: 20px;
  }
  .events_numbers_conteiner {
    width: 560px;
  }
  .events_number {
    width: 38px;
    height: 38px;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 16px;
  }
  .content_link {
    padding-right: 14px;
    font-size: 18px;
    line-height: 22px;
  }
  .content_link.lang_eng {
    background-position: 0px 6px;
  }
  .searchresults_txtfield {
    height: 36px;
    min-height: auto;
    padding: 4px 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .searchresult_group {
    width: 97%;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 5px;
    float: none;
  }
  .searchresult_title_group {
    margin-bottom: 15px;
  }
  .searchresult_numberinfo {
    width: auto;
    margin-right: 12px;
    margin-bottom: 15px;
    margin-left: 12px;
    font-size: 18px;
    line-height: 20px;
  }
  .searchresults_infogroup {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .search_more_link {
    margin-top: 2px;
  }
  .donate_section.in {
    width: auto;
    padding-right: 6%;
    padding-left: 6%;
    font-size: 16px;
    line-height: 22px;
  }
  .donate_add_section {
    margin-top: 34%;
    margin-bottom: -8%;
    padding-bottom: 4%;
  }
  .donate_info {
    width: 36%;
    padding: 0px 2% 3%;
  }
  .donate_form_group {
    width: 62%;
    padding: 5% 3% 2%;
  }
  .donate_pict_section {
    background-position: 0px 100%;
    background-size: cover;
  }
  .donate_pict_section.lang_eng {
    background-position: 50% 100%;
  }
  .donate_slogan {
    margin-top: 8%;
    margin-bottom: 4%;
    font-size: 24px;
    line-height: 30px;
  }
  .donate_info_txt {
    margin-bottom: 10%;
  }
  .donate_info_part {
    margin-bottom: 6%;
    padding-right: 3%;
    font-size: 15px;
    line-height: 16px;
  }
  .steps_line_group {
    margin-top: -44px;
    padding-right: 6%;
    padding-left: 6%;
  }
  .step_status {
    width: 44px;
    height: 44px;
    font-size: 18px;
    line-height: 20px;
  }
  .step_status.in {
    border-width: 3px;
  }
  .step_icon {
    width: 22px;
    height: 22px;
  }
  .donate_form_block {
    margin-top: 18%;
  }
  .donate_form_block.thanks {
    margin-top: 20%;
    margin-bottom: 10%;
    font-size: 26px;
    line-height: 30px;
  }
  .donate_form_label {
    font-size: 15px;
  }
  .donate_form_label.red.lang_eng {
    width: auto;
  }
  .donate_form_label.code {
    width: 50%;
    margin-top: 0px;
    line-height: 16px;
  }
  .donate_form_label.lang_eng {
    width: auto;
  }
  .donate_moneytype_block {
    margin-bottom: 3%;
    font-size: 22px;
    line-height: 28px;
  }
  .donate_moneytype_select {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .donate_shum_infoblock {
    margin-bottom: 10%;
  }
  .donate_shum_button {
    height: 34px;
    font-size: 18px;
  }
  .domate_shum_line {
    height: 34px;
  }
  .donate_shumaher_block {
    font-size: 18px;
  }
  .donate_txtfield_shum {
    height: 38px;
    font-size: 18px;
  }
  .donate_number_field {
    width: 38px;
    height: 31px;
    font-size: 16px;
    line-height: 20px;
  }
  .donate_button {
    padding-top: 3%;
    padding-bottom: 3%;
    line-height: 23px;
  }
  .donate_add_group {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }
  .donate_add_title {
    margin-bottom: 3%;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .donate_add_options {
    min-height: 150px;
  }
  .donate_add_options.book {
    margin-bottom: 1%;
    padding-top: 3%;
  }
  .donate_add_block {
    padding-right: 1%;
    padding-left: 1%;
    font-size: 16px;
    line-height: 20px;
  }
  .donate_addblock_title {
    font-size: 22px;
  }
  .donate_addblock_title.book {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .donate_addblock_title.lang_eng {
    font-size: 22px;
  }
  .donate_add_number {
    font-size: 24px;
  }
  .donate_add_button {
    width: 90%;
    padding-top: 3%;
    padding-bottom: 4%;
  }
  .donate_add_button.book {
    margin-top: 10px;
    padding: 2% 8%;
  }
  .donate_field_block {
    margin-bottom: 15px;
  }
  .donate_field_block._50 {
    margin-bottom: 4%;
  }
  .donate_txt_field {
    height: 38px;
    padding: 4px 5px;
    font-size: 16px;
  }
  .donate_for_infotitle {
    margin-top: 6%;
    margin-bottom: 4%;
  }
  .donate_codegroup {
    margin-bottom: 6%;
  }
  .donate_back_link {
    margin-top: 5%;
  }
  .donate_code_block {
    width: 23%;
    height: 32px;
    margin-right: 4px;
  }
  .donate_code_field {
    height: 32px;
    font-size: 15px;
  }
  .donate_lev {
    width: 80px;
    margin-bottom: 6%;
  }
  .donate_thanks_txt {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 36px;
    line-height: 42px;
  }
  .top_more_icon {
    margin-top: 9px;
  }
  .top_more_link.lang_eng {
    font-size: 13px;
  }
  .donate_aishor {
    font-size: 14px;
  }
  .beta_version {
    right: 152px;
  }
  .beta_version.lang_eng {
    left: 130px;
    font-size: 10px;
    line-height: 14px;
  }
  .footer_credit_cyber_block {
    width: 96%;
    padding-top: 10px;
    font-size: 12px;
  }
  .cyber_link.netcraft {
    margin-left: 0px;
  }
  .cyber_link.netcraft.lang_eng {
    margin-right: 0px;
  }
  .content_note {
    margin-bottom: 15px;
    padding: 15px 10px;
  }
  .content_note.forum {
    min-height: 80px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .content_note.pict-_sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .forum_main_pict {
    width: 24%;
    margin-left: 2%;
  }
  .forum_main_infogroup {
    width: 72%;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
  }
  .forum_title_submit {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 19px;
    line-height: 22px;
  }
  .forumim_enter_link {
    font-size: 14px;
    line-height: 18px;
  }
  .forum_main_title {
    margin-bottom: 3px;
    font-size: 17px;
    line-height: 19px;
  }
  .forum_about_link {
    font-size: 13px;
  }
  .forum_top_bar {
    position: relative;
    width: 105%;
    min-height: 39px;
    margin-top: -2vw;
    margin-right: -1.4vw;
    margin-bottom: 1.5vw;
    clear: both;
  }
  .forum_button {
    min-height: 40px;
  }
  .forum_button.search {
    max-height: 40px;
    min-height: 40px;
    padding-left: 12px;
  }
  .forum_button.add {
    width: 100px;
    height: 26px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 16px;
  }
  .forum_button.delit {
    width: 100px;
    height: 26px;
    margin-top: 0.6vw;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 16px;
  }
  .forum_search_txtfield {
    height: 40px;
    max-height: 40px;
    font-size: 16px;
  }
  .donate_add_contacts {
    line-height: 18px;
  }
  .donate_add_txt {
    margin-top: 3px;
    margin-right: 3px;
    margin-left: 3px;
  }
  .content_title_full {
    width: 96%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-top: 1%;
    padding-right: 1.5%;
    padding-bottom: 1.5%;
  }
  .content_title_full.lang_eng {
    width: 96%;
    margin-right: 0%;
    margin-left: 2%;
  }
  .operate_icon {
    width: 14px;
    margin-top: 5px;
    margin-left: 10px;
  }
  .operate_icon.print {
    width: 17px;
    margin-left: 9px;
  }
  .operate_icon.send {
    width: 17px;
  }
  .operate_icon.to {
    width: 17px;
  }
  .group_items_listen {
    max-width: 60%;
    padding: 0px 10px;
  }
  .forum_legend_block {
    margin-bottom: 8px;
    margin-left: 14px;
    font-size: 12px;
    line-height: 16px;
  }
  .forum_name {
    max-width: 86%;
    font-size: 13px;
    line-height: 15px;
  }
  .ic_new {
    width: 11px;
  }
  .forum_add_title {
    margin-top: 1vw;
    margin-bottom: 1.5vw;
    padding-top: 1vw;
    font-size: 18px;
    line-height: 20px;
  }
  .forum_add_title.legend {
    margin-bottom: 1vw;
    font-size: 16px;
    line-height: 18px;
  }
  .ic_attach {
    width: 13px;
    margin-right: 6px;
  }
  .forum_attach_group {
    font-size: 16px;
    line-height: 18px;
  }
  .forum_content_group {
    margin-bottom: 0px;
  }
  .forum_date {
    font-size: 11px;
    line-height: 14px;
  }
  .ic_level {
    top: -3px;
    width: 20px;
  }
  .forum_write_item {
    padding-left: 8px;
  }
  .forum_write_item.read {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }
  .list_items_group {
    margin-bottom: 3%;
  }
  .list_items_group.forum {
    width: 100%;
    margin-top: 0px;
  }
  .list_items_group.listen {
    margin-top: 1vw;
    margin-bottom: 3vw;
  }
  .forum_item_group {
    height: auto;
    padding: 1.5%;
    font-size: 14px;
    line-height: 20px;
  }
  .forum_item_group.legend {
    margin-bottom: 1.5vw;
    padding-top: 1vw;
    padding-bottom: 0.5vw;
  }
  .forum_autor_group {
    padding-top: 0px;
    padding-right: 1.5%;
    padding-bottom: 0px;
  }
  .item_listen_link {
    width: 26px;
    height: 26px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    line-height: 16px;
  }
  .forum_title_group {
    margin-bottom: 4px;
    padding-right: 25px;
  }
  .forum_legend_icon {
    width: 19px;
    margin-left: 5px;
  }
  .forum_legend_icon.print {
    width: 16px;
  }
  .forum_legend_icon.file {
    width: 13px;
  }
  .forum_legend_icon.close {
    width: 13px;
  }
  .forum_legend_icon.mail {
    width: 15px;
  }
  .forum_legend_icon.new {
    width: 12px;
  }
  .forum_legend_icon.to {
    width: 16px;
  }
  .forum_autor_name {
    font-family: 'Opensanshebrew bold webfont', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
  }
  .forum_attach_title {
    margin-left: 4px;
    font-size: 12px;
    line-height: 16px;
  }
  .forum_attach_link {
    font-size: 14px;
    line-height: 16px;
  }
  .forum_txt {
    font-size: 12px;
    line-height: 16px;
  }
  .form_content_button {
    min-width: 47%;
    margin-top: 2vw;
    margin-bottom: 4vw;
    padding: 2% 3%;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .form_content_button.login {
    margin-top: 4vw;
    margin-bottom: 1vw;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }
  .form_field {
    height: 36px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 18px;
  }
  .form_field_content {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-left: 0px;
  }
  .form_field_content.forum {
    margin-top: 1vw;
  }
  .form_field_content.popup {
    margin-top: 1vw;
  }
  .form_field_label {
    font-family: 'Opensanshebrew bold webfont', sans-serif;
    font-size: 14px;
    line-height: 16px;
  }
  .ilink_upload {
    bottom: 0px;
    width: 36px;
  }
  .form_label_group {
    width: 28%;
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
  }
  .form_stage {
    margin-bottom: 3%;
  }
  .form_stage.event_add {
    width: 100%;
    margin-top: 1vw;
    margin-right: 0%;
    margin-left: 0%;
  }
  .form_stage.login {
    width: 100%;
    margin: 1vw 0% 2vw;
  }
  .form_field_group {
    width: 68%;
    margin-left: 2%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 18px;
  }
  .form_field_group.txt_info {
    margin-top: 3px;
    font-size: 16px;
    line-height: 20px;
  }
  .forum_add_section {
    margin-top: 3vw;
  }
  .forum_bookmark_title {
    font-size: 24px;
    line-height: 26px;
  }
  .login_info_group {
    font-size: 16px;
    line-height: 22px;
  }
  .login_info_group.login_add {
    margin-bottom: 1vw;
  }
  .forum_login_section {
    margin-top: 0vw;
    margin-bottom: 1vw;
    padding-right: 2%;
    padding-left: 2%;
  }
  .forum_login_title {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 24px;
    line-height: 26px;
  }
  .forum_total_group {
    margin-bottom: 2vw;
    font-size: 13px;
    line-height: 16px;
  }
  .forum_total_num {
    margin-right: 1vw;
    margin-left: 1vw;
  }
  .forum_login_link {
    margin-right: 1vw;
    margin-left: 1vw;
  }
  .forum_user_title {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 20px;
  }
  ._404_section {
    width: 100%;
    margin-bottom: 18vw;
  }
  ._404_info {
    padding: 0px 2% 3%;
  }
  ._404_title_section {
    width: 100%;
    height: auto;
    padding-top: 3vw;
  }
  ._404_pict_section {
    background-position: 30% 90%;
    background-size: auto 100%;
  }
  ._404_sub_title {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 24px;
    line-height: 30px;
  }
  ._404_txt {
    font-size: 16px;
    line-height: 22px;
  }
  .back_home_link {
    margin-top: 6vw;
    font-size: 18px;
    line-height: 18px;
  }
  .send_form {
    margin-top: 0vw;
    margin-bottom: 1vw;
    padding-right: 4%;
    padding-left: 4%;
  }
  .popup_close {
    width: 40px;
    height: 40px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .forum_pict_group {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .forum_pict_title {
    margin-left: 4px;
    font-size: 12px;
    line-height: 16px;
  }
  .forum_content_pict {
    width: 100%;
  }
  .forum_title_txt_group {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .h_donate_infogroup {
    width: 48%;
    height: 60%;
    max-width: none;
    padding-top: 40px;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 2.5vw;
    line-height: 3.4vw;
  }
  .h_donate_button {
    left: 8%;
    right: 8%;
    bottom: 5%;
    font-size: 2vw;
    line-height: 2vw;
  }
  .content_form_button {
    min-height: 30px;
    padding: 6px 40px 8px;
    font-size: 18px;
    line-height: 20px;
  }
  .content_form_field {
    height: 38px;
    padding: 2px 8px 4px 4px;
    font-size: 16px;
  }
  .content_check_field {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .content_checkbox {
    margin-top: 2px;
  }
  .content_check_label {
    font-size: 14px;
    line-height: 18px;
  }
  .content_form_label {
    font-size: 18px;
    line-height: 22px;
  }
  .content_form_label.pict_sm {
    font-size: 18px;
    line-height: 22px;
  }
  .content_note_pict {
    width: 46%;
    max-width: 46%;
    margin-top: 10px;
  }
  .content_form_group {
    padding-top: 10px;
    padding-right: 10px;
  }
  .left_note_pict {
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
  .top_section {
    height: 60px;
  }
  .header_block {
    height: 80px;
  }
  .top_logo {
    right: 10px;
    bottom: -2px;
    width: 100px;
  }
  .top_logo.mobile {
    bottom: -2px;
    z-index: 3002;
    width: 99px;
  }
  .top_logo.mobile.llang_eng {
    left: 0px;
    top: 2px;
    right: auto;
    bottom: auto;
    width: 99px;
  }
  .top_navbar {
    z-index: 3000;
    width: 100%;
    margin-right: auto;
    text-align: left;
  }
  .top_submenu_block.mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .top_search_group.footer {
    height: 44px;
    padding-top: 4px;
  }
  .top_search_group.mobile {
    position: absolute;
    left: 0px;
    top: 14px;
    right: 0px;
    z-index: 3001;
    display: block;
    width: 65%;
    height: 32px;
    margin-right: 20%;
    margin-left: auto;
    float: right;
    border-style: none;
    border-color: #ccc;
  }
  .top_search_group.mobile.lang_eng {
    left: 0px;
    top: 14px;
    right: auto;
    bottom: 14px;
    margin-right: 0%;
    margin-left: 20%;
  }
  .top_communic_group {
    display: block;
    height: auto;
    margin: 5% auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    border-right-style: none;
    border-left-style: none;
  }
  .top_communic_link {
    width: 7%;
    height: auto;
    margin-right: 4%;
    margin-left: 4%;
  }
  .top_search_field {
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-style: none;
  }
  .top_search_button {
    width: 23px;
    padding-top: 3px;
  }
  .top_search_button.footer {
    width: 9%;
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
  }
  .top_donate_button {
    left: 20%;
    top: 14px;
    right: auto;
    z-index: 3002;
    height: 30px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .top_donate_button.mobile {
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    margin-right: 3%;
    margin-left: 3%;
    padding: 3% 0px;
    font-size: 24px;
    line-height: 24px;
  }
  .top_donate_button.lang_eng {
    top: 14px;
    right: 0px;
    bottom: 0px;
    margin-right: 14vw;
  }
  .topbutton_txt {
    font-size: 18px;
    line-height: 22px;
  }
  .topbutton_txt.mob {
    font-size: 26px;
  }
  .slider_section {
    height: 378px;
  }
  .slider_section.events {
    height: 240px;
    padding-right: 10px;
  }
  .slider_section.events.lang_eng {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slider_section.donate {
    margin-bottom: 3%;
    padding-right: 3%;
    padding-left: 3%;
  }
  .home_slider {
    height: 378px;
  }
  .slider_nav {
    display: none;
  }
  .slider_info_group {
    width: 92%;
  }
  .slider_title.listtitle {
    font-size: 28px;
    line-height: 30px;
  }
  .slider_title.listtitle.donate.lang_eng {
    font-size: 28px;
  }
  .slider_title.lang_eng {
    text-align: left;
  }
  .slider_title._404 {
    font-size: 28px;
    line-height: 30px;
  }
  .slider_button {
    padding-right: 8%;
    padding-left: 8%;
    font-size: 18px;
    line-height: 22px;
  }
  .slider_button.eventsearch {
    height: 38px;
    min-height: 38px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 6px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider_button.eventsearch.lang_eng {
    margin-right: 3px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .slider_button.searchresults {
    height: 40px;
    min-height: auto;
    padding-top: 6px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .home_contact_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-top: -73px;
    margin-bottom: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home_contact_section.category {
    margin-bottom: 0%;
  }
  .home_contact_infogroup.number {
    width: 100%;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .home_contact_number {
    width: auto;
    margin-top: 1%;
    margin-right: 0px;
    font-size: 20px;
    line-height: 18px;
  }
  .home_hl_section {
    width: 100%;
    margin-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home_hl_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home_donate_group {
    display: block;
    margin-top: 2%;
    margin-bottom: 3%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .home_hl_block {
    width: 100%;
    height: auto;
    margin-right: 0%;
    margin-bottom: -1%;
    padding-top: 3%;
    padding-bottom: 3.5%;
    border-right-style: none;
    border-left-style: none;
  }
  .home_hl_block.lang_eng {
    padding-right: 3%;
    padding-left: 3%;
  }
  .home_donate_block {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-align: center;
  }
  .home_events_group {
    width: 100%;
    border-right-style: none;
    border-left-style: none;
  }
  .home_donate_gallerygroup {
    position: static;
    height: auto;
  }
  .home_donate_title {
    height: auto;
    padding-top: 1.5%;
    padding-right: 0%;
    padding-bottom: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    line-height: 24px;
  }
  .home_events_title {
    display: block;
    height: auto;
    padding-top: 1.5%;
    padding-right: 0%;
    padding-bottom: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
  }
  .home_events_conteiner {
    height: 400px;
  }
  .home_donate_button {
    display: block;
    width: 90%;
    height: auto;
    margin: 0% auto 4%;
    padding-top: 2%;
    padding-bottom: 2%;
    float: none;
    font-size: 24px;
    line-height: 22px;
  }
  .home_donate_button.footer {
    height: auto;
    margin-bottom: 8%;
    font-size: 22px;
  }
  .donate_gallery_title {
    height: auto;
    padding: 1.5% 0% 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 18px;
  }
  .donate_gallery_title.lang_eng {
    padding-left: 3%;
    font-size: 16px;
  }
  .donate_gallery_titlelink.events {
    width: 30%;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 3%;
    font-size: 18px;
  }
  .donate_gallery_titlelink.events.lang_eng {
    margin-left: 3%;
  }
  .donate_gallery_titlearrow {
    width: 3%;
    margin-right: 8px;
  }
  .donate_gallery_titlearrow.lang_eng {
    width: 8px;
    margin-left: 10px;
  }
  .home_donate_gallery {
    height: 140px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .donate_gallery_buttonblock {
    width: 40px;
  }
  .donate_gallery_item {
    width: 50%;
    height: 120px;
    font-size: 18px;
    line-height: 18px;
  }
  .donate_gallery_info {
    margin-bottom: 4%;
    font-size: 26px;
    line-height: 28px;
  }
  .event_linkblock {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 16px;
  }
  .event_arrow {
    width: 10px;
    margin-right: 1%;
  }
  .event_arrow.hl {
    width: 1.5%;
    margin-top: -3%;
    margin-left: 2%;
    float: left;
  }
  .event_arrow.hl.lang_eng {
    float: right;
  }
  .event_date_block {
    width: 20%;
    margin-left: 3%;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 16px;
    line-height: 16px;
  }
  .event_txt {
    width: 72%;
    font-size: 16px;
    line-height: 22px;
  }
  .event_date_number {
    font-size: 32px;
    line-height: 32px;
  }
  .hl_title {
    width: 88%;
    margin-top: 0px;
    margin-right: 3%;
    margin-left: 0px;
    float: right;
  }
  .hl_title.event {
    width: auto;
    margin-right: 14px;
    margin-bottom: 4px;
    font-size: 20px;
  }
  .hl_title.event.lang_eng {
    margin-right: 10px;
    margin-bottom: 4px;
    font-size: 3.6vw;
    line-height: 3.6vw;
  }
  .hl_title.lang_eng {
    float: left;
  }
  .hl_txt {
    width: 88%;
    margin-right: 3%;
    margin-left: 0px;
    float: right;
  }
  .hl_txt.event {
    width: auto;
    margin-right: 14px;
    font-size: 15px;
    line-height: 18px;
  }
  .hl_txt.event.lang_eng {
    margin-right: 10px;
    font-size: 3vw;
    line-height: 3vw;
  }
  .hl_txt.lang_eng {
    float: left;
  }
  .prevention_section.mobile {
    margin-top: -2px;
    margin-bottom: 2%;
    padding-bottom: 2%;
  }
  .prevention_add_link {
    margin-top: 2%;
    font-size: 16px;
    line-height: 20px;
  }
  .prevention_item {
    width: 100%;
    height: auto;
    margin-right: 0%;
    padding: 3%;
  }
  .prevention_item.category {
    width: 100%;
    height: auto;
    margin-bottom: 0%;
    margin-left: 0%;
    padding-top: 2.2%;
    padding-right: 20px;
    padding-bottom: 2.5%;
    font-size: 16px;
  }
  .prevention_item.category.lang_eng {
    padding-right: 4px;
    padding-left: 20px;
  }
  .prevention_info_title {
    margin-top: 0%;
  }
  .prevention_info_title.category {
    font-size: 18px;
    line-height: 20px;
  }
  .footer_section {
    background-image: url('../images/footer_bgr._mobile.png'), url('../images/footer_bgr_1.png');
    background-position: 50% 0px, 50% 0px;
    background-size: cover, auto 100%;
    background-repeat: no-repeat, no-repeat;
  }
  .footer_credit_group {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: rgba(3, 33, 59, 0.54);
  }
  .footer_group_block {
    margin-bottom: 4%;
  }
  .footer_search_communic {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: right;
  }
  .footer_search_communic.lang_eng {
    display: inline-block;
    float: none;
  }
  .footer_navigation {
    width: 100%;
  }
  .footer_logo {
    display: block;
    width: 20%;
    margin: 3% auto;
  }
  .footer_communic_links {
    width: 58%;
  }
  .footer_communic_link {
    width: 9vw;
    height: 9vw;
    margin-right: 8%;
  }
  .footer_communic_txt {
    margin-top: 5%;
    font-size: 22px;
  }
  .footer_communic_icon {
    width: 4vw;
    height: auto;
  }
  .footer_communic_icon.facebook {
    width: 4vw;
    padding-right: 1vw;
    padding-left: 1vw;
  }
  .footer_navigation_listitem {
    width: 48%;
    max-width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .footer_navigation_listitem.lang_eng {
    display: block;
    width: 47%;
    max-width: 47%;
    margin-right: 0%;
    margin-left: 2%;
  }
  .home_contact_txt {
    width: auto;
    font-size: 15px;
  }
  .footer_navigation_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar_conteiner {
    position: relative;
    width: 100%;
  }
  .navbar_menu {
    width: 100%;
    height: 100%;
    margin-top: 58px;
    padding-top: 8%;
    padding-bottom: 3%;
    background-color: #fff;
  }
  .navbar_button {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    background-image: url('../images/ic_hamburger.svg');
    background-position: 50% 62%;
    background-size: 60%;
    background-repeat: no-repeat;
  }
  .navbar_button.w--open {
    background-color: #fff;
    background-image: url('../images/ic_close.svg');
    background-size: 50%;
  }
  .navbar_button.lang_eng {
    margin-right: 10px;
    margin-left: 0px;
    float: right;
  }
  .navbar_title {
    padding-right: 3%;
    padding-bottom: 2.5%;
    padding-left: 3%;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Opensanshebrew bold webfont', sans-serif;
    color: #666;
    font-size: 22px;
    text-align: right;
  }
  .navbar_title.lang_eng {
    text-align: left;
  }
  .navbar_link {
    padding: 2.5% 3%;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-size: 20px;
    text-align: right;
  }
  .navbar_link.lang_eng {
    display: block;
    text-align: left;
  }
  .navbar_lang_link {
    width: 20%;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 20px;
    text-decoration: none;
  }
  .navbar_lang_link:hover {
    background-color: #e5e5e5;
    color: #26669e;
  }
  .navbar_lang_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e5e5e5;
  }
  .navbar_lang_txt.en {
    border-left: 1px solid #e5e5e5;
  }
  .navbar_lang_txt.ru {
    border-left-style: none;
  }
  .preventetion_mobile_item {
    border-bottom: 1px solid #cad5d9;
    background-color: #e5e5e5;
  }
  .preventetion_mobile_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 3% 3% 3% 2%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #333;
    font-size: 20px;
    text-decoration: none;
  }
  .preventetion_mobile_link.lang_eng {
    padding-right: 2%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .prevention_mobile_arrow_close {
    display: block;
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
  }
  .breadcrums_section {
    position: static;
    z-index: 100;
    margin-top: 3%;
    margin-bottom: 1%;
    padding-top: 2%;
    padding-right: 3%;
    padding-bottom: 0%;
  }
  .breadcrums_section.lang_eng {
    padding-left: 20px;
  }
  .content_title_group {
    z-index: 10;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 1%;
    background-color: transparent;
  }
  .content_title_group.lang_eng {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
  }
  .content_title_group.forums {
    width: 100%;
    margin-bottom: 0%;
    margin-left: 0%;
    padding-bottom: 0%;
  }
  .content_menu_group {
    display: block;
    width: 100%;
    float: none;
  }
  .content_menu_group.dropdown {
    margin-right: 0%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }
  .content_left_group {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .content_left_group.lang_eng {
    margin-left: 0%;
  }
  .content_main_group {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 4%;
    margin-left: auto;
    padding: 3%;
    float: none;
    clear: right;
    border-right-style: none;
    border-left-style: none;
    font-size: 18px;
    line-height: 22px;
  }
  .content_main_group.lang_eng {
    width: 100%;
    margin-left: 0px;
  }
  .content_main_group.forums {
    width: 100%;
    padding-bottom: 4%;
  }
  .content_main_group.forums.list {
    padding-top: 0%;
    padding-right: 2%;
    padding-left: 2%;
    background-color: #f0f0f0;
  }
  .content_main_group.var_2 {
    width: 100%;
    margin-left: 0%;
    padding-bottom: 4%;
  }
  .content_main_group.var_2.lang_eng {
    margin-right: 0%;
  }
  .content_main_group.var_3 {
    width: 100%;
    margin-left: 0%;
    padding-bottom: 4%;
  }
  .content_main_group.var_3.lang_eng {
    margin-right: 0%;
  }
  .list_menu_dropdown {
    position: absolute;
    left: 0px;
    top: 8%;
    width: 20%;
    float: left;
    color: #fff;
  }
  .list_menu_dropdown.lang_eng {
    left: auto;
    top: 8%;
    right: 0px;
    width: 22%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .list_menu_dropdown.forums {
    top: 11%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .list_communic_group {
    width: 40%;
    margin-top: 1%;
    clear: left;
  }
  .list_communic_group.blue {
    width: 50%;
    margin-top: 2%;
  }
  .list_content_title {
    width: 100%;
    padding: 2% 3% 2% 22%;
    background-color: #26669e;
  }
  .list_content_title.lang_eng {
    width: 100%;
    padding-right: 23%;
    padding-left: 3%;
  }
  .list_content_title.forums {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 22%;
    font-size: 22px;
    line-height: 26px;
  }
  .list_communic_link.mail {
    width: 25px;
    height: 5px;
  }
  .list_communic_link.twitter {
    width: 25px;
    height: 25px;
    margin-left: 8px;
  }
  .list_communic_link.print {
    width: 25px;
    height: 25px;
    margin-left: 8px;
  }
  .list_communic_link.facebook {
    width: 25px;
    height: 25px;
    margin-left: 5px;
  }
  .content_left_block.hl {
    margin-bottom: 4%;
    padding-bottom: 1%;
    border-right-style: none;
    border-left-style: none;
    font-size: 18px;
    line-height: 20px;
  }
  .content_left_block.addinfo {
    margin-bottom: 4%;
    border-right-style: none;
    border-left-style: none;
    font-size: 18px;
    line-height: 20px;
  }
  .content_left_block.thanks {
    font-size: 18px;
    line-height: 20px;
  }
  .menu_level_1 {
    min-height: 44px;
    font-size: 17px;
    line-height: 19px;
  }
  .menu_level_1.forum {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    float: right;
  }
  .menu_level_2 {
    min-height: 42px;
    font-size: 17px;
    line-height: 19px;
  }
  .menu_level_2.forum {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }
  .menu_level_3 {
    min-height: 42px;
    font-size: 16px;
    line-height: 18px;
  }
  .menu_level_3.lang_eng {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu_level_4 {
    min-height: 42px;
    font-size: 15px;
    line-height: 17px;
  }
  .menu_level_5 {
    min-height: 42px;
    font-size: 15px;
    line-height: 17px;
  }
  .content_left_insert {
    font-size: 18px;
    line-height: 22px;
  }
  .content_left_title {
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 18px;
    line-height: 22px;
  }
  .content_left_link {
    font-size: 18px;
    line-height: 20px;
  }
  .content_left_linkblock {
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 18px;
    line-height: 22px;
  }
  .list_dropdown_tiggle {
    z-index: 5;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
  }
  .list_dropdown_tiggle.lang_eng {
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .list_dropdown_tiggle.forums {
    padding: 10px 3vw;
    background-image: url('../images/ic_plus.svg');
    background-position: 12% 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-size: 17px;
  }
  .list_dropdown_tiggle.forums.w--open {
    background-color: #115693;
    background-image: url('../images/ic_minus.svg');
    background-position: 12% 51%;
    background-size: 11px;
  }
  .list_dropdown_title {
    position: relative;
    margin-left: 14px;
    float: right;
  }
  .list_dropdown_title.lang_eng {
    margin-right: 20px;
    margin-left: 0px;
    float: left;
  }
  .list_dropdown_icon {
    left: 5px;
    top: 0px;
    margin-left: 12px;
    float: left;
  }
  .list_dropdown_icon.lang_eng {
    left: auto;
    top: 0px;
    right: 5px;
    margin-right: 10px;
    margin-left: 20px;
    float: right;
  }
  .dropdown_listmenu {
    z-index: 100;
  }
  .dropdown_listmenu.w--open {
    width: 101vw;
    background-color: #074174;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    text-align: right;
  }
  .dropdown_listmenu.lang_eng.w--open {
    top: 0px;
    right: 0px;
    margin-top: 42px;
  }
  .category_info_section {
    padding: 3% 3% 4%;
    color: #1a1a1a;
    font-size: 18px;
  }
  .category_title {
    margin-top: 1%;
    margin-bottom: 2%;
    font-size: 28px;
    line-height: 32px;
  }
  .category_group {
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
  }
  .gategory_group_title {
    display: none;
    height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #cad5d9;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    color: #1a1a1a;
    font-size: 20px;
  }
  .gategory_group_title:hover {
    color: #1a1a1a;
  }
  .gategory_group_title.mobile_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .category_grouptitle_arrow {
    width: 16px;
    height: 16px;
  }
  .category_group_titlletxt {
    margin-left: 6px;
  }
  .category_group_titlletxt.lang_eng {
    margin-right: 8px;
    margin-left: 0px;
  }
  .als_main {
    height: 148px;
  }
  .als-item {
    width: 260px;
    height: 140px;
    border-left-style: solid;
  }
  .preventetion_mobile_orderlist {
    display: none;
  }
  .prevention_mobile_arrow_open {
    display: none;
    width: 16px;
    height: 16px;
    margin-bottom: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .events_search_group {
    padding-bottom: 10px;
    padding-left: 12px;
  }
  .events_search_group.searchresults {
    padding-top: 30px;
    padding-right: 10px;
  }
  .events_search_group.searchresults.lang_eng {
    padding-left: 10px;
  }
  .event_list_item {
    width: 96%;
    height: 26vw;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .event_list_item.lang_eng {
    height: 28vw;
    margin-right: 0px;
    margin-left: 10px;
  }
  .event_list_pict {
    width: 26vw;
    height: 26vw;
  }
  .event_list_pict.lang_eng {
    width: 27vw;
    height: 28vw;
  }
  .event_info_group {
    width: 71%;
    height: 26vw;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .event_info_group.lang_eng {
    width: 70%;
    height: 28vw;
  }
  .event_info_dategroup {
    bottom: 10px;
    margin-right: 15px;
    padding-right: 0px;
  }
  .event_info_dategroup.lang_eng {
    padding-left: 0px;
  }
  .eventsearch_group_1 {
    width: 34%;
    min-height: 38px;
  }
  .eventsearch_group_1.searchresults {
    width: 87%;
    height: 40px;
  }
  .eventsearch_group_2 {
    width: 47%;
    height: 38px;
    min-height: 38px;
    margin-right: 2%;
    padding-left: 5px;
  }
  .eventsearch_group_2.todate.lang_eng {
    margin-left: 2%;
  }
  .eventsearch_group_2.lang_eng {
    margin-left: 2%;
    float: left;
  }
  .eventsearch_dategroup {
    width: 49%;
  }
  .event_search_select {
    height: 36px;
    min-height: 36px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .event_search_txtfield {
    height: 36px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .event_calendar_icon {
    width: 22px;
    padding-bottom: 3px;
  }
  .events_lists_numbergroup {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .events_numbers_conteiner {
    width: 430px;
  }
  .searchresults_txtfield {
    height: 40px;
  }
  .searchresults_infogroup {
    border-bottom: 1px solid #d4dde0;
  }
  .search_shuhit {
    width: 20px;
  }
  .gategory_group_orderlist {
    display: none;
  }
  .donate_section.in {
    padding-right: 3%;
    padding-left: 3%;
  }
  .donate_info {
    font-size: 15px;
    line-height: 20px;
  }
  .donate_form_group {
    padding-top: 3%;
    padding-right: 2%;
    padding-left: 2%;
    font-size: 14px;
    line-height: 20px;
  }
  .donate_pict_section {
    background-position: 0px 0px;
  }
  .donate_slogan {
    font-size: 22px;
    line-height: 26px;
  }
  .donate_info_part {
    font-size: 14px;
  }
  .steps_group {
    font-size: 14px;
  }
  .steps_line_group {
    margin-top: -40px;
    padding-right: 8%;
    padding-left: 8%;
  }
  .step_info {
    font-size: 14px;
    line-height: 20px;
  }
  .step_status {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .donate_form_block {
    margin-top: 20%;
  }
  .donate_form_block.thanks {
    margin-top: 22%;
    font-size: 22px;
    line-height: 28px;
  }
  .donate_form_label {
    font-size: 14px;
    line-height: 20px;
  }
  .donate_form_label.code {
    width: 40%;
  }
  .donate_moneytype_block {
    margin-bottom: 4%;
    font-size: 20px;
    line-height: 24px;
  }
  .donate_moneytype_select {
    height: 38px;
    margin-bottom: 2%;
    padding-right: 3%;
    padding-left: 3%;
    float: left;
  }
  .donate_shum_infoblock {
    margin-bottom: 8%;
  }
  .donate_shum_button {
    height: 32px;
    font-size: 17px;
    line-height: 18px;
  }
  .domate_shum_line {
    height: 32px;
    margin-right: 1%;
    margin-left: 1%;
  }
  .donate_shumaher_block {
    padding-top: 1.5%;
    padding-bottom: 2%;
    font-size: 16px;
  }
  .donate_txtfield_shum {
    font-size: 16px;
    line-height: 20px;
  }
  .donate_number_field {
    height: 30px;
    margin-right: 2%;
    margin-left: 2%;
  }
  .donate_button {
    padding-top: 3.5%;
    padding-bottom: 3.5%;
  }
  .donate_add_title {
    font-size: 18px;
    line-height: 20px;
  }
  .donate_add_options {
    min-height: 170px;
  }
  .donate_add_block {
    font-size: 15px;
    line-height: 20px;
  }
  .donate_add_block.book {
    width: 100%;
  }
  .donate_addblock_title {
    font-size: 18px;
    line-height: 20px;
  }
  .donate_addblock_title.book {
    font-size: 18px;
  }
  .donate_addblock_title.lang_eng {
    font-size: 20px;
  }
  .donate_add_number {
    font-size: 22px;
  }
  .donate_add_button {
    width: 100%;
  }
  .donate_add_button.book {
    width: 30%;
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .donate_field_block {
    margin-bottom: 12px;
  }
  .donate_txt_field {
    height: 34px;
  }
  .donate_for_infotitle {
    margin-bottom: 5%;
    font-size: 18px;
    line-height: 20px;
  }
  .donate_back_link {
    font-size: 18px;
  }
  .donate_code_block {
    width: 27%;
    height: 30px;
    margin-right: 5px;
  }
  .donate_code_field {
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .donate_lev {
    width: 72px;
  }
  .donate_thanks_txt {
    font-size: 30px;
    line-height: 36px;
  }
  .donate_aishor {
    font-size: 14px;
  }
  .beta_version {
    right: 110px;
    padding-top: 0px;
    font-size: 11px;
    line-height: 18px;
  }
  .beta_version.lang_eng {
    left: 72px;
    font-size: 9px;
  }
  .footer_credit_cyber_block {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_credit_cyber_block.lang_eng {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cyber_link {
    margin-top: 10px;
  }
  .top_search_mobbutton {
    width: 60px;
    height: 30px;
    margin-right: 2vw;
    padding: 0px 20px 0px 10px;
  }
  .top_search_list.w--open {
    left: 0px;
    top: 25px;
    width: 106vw;
    height: 200vw;
    margin-top: 20px;
    margin-left: -70vw;
    padding-bottom: 30px;
    float: left;
    border-top: 1px solid #cad5d9;
    border-bottom: 1px solid #cad5d9;
    background-color: hsla(0, 0%, 100%, 0.85);
    text-align: center;
  }
  .top_search_list.lang_eng.w--open {
    margin-left: -24vw;
  }
  .top_search_dropfield {
    display: block;
    width: 85%;
    min-height: 40px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
    border-right-width: 2px;
    direction: rtl;
    color: #1a1a1a;
    font-size: 22px;
    line-height: 24px;
    text-align: right;
  }
  .top_search_dropfield.lang_eng {
    direction: ltr;
    text-align: left;
  }
  .top_search_fieldplate {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cad5d9;
    background-color: #fff;
  }
  .content_note.forum {
    min-height: 90px;
  }
  .content_note.pict-_sm {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .forum_title_submit {
    position: relative;
    margin-top: -2px;
    padding: 10px 4% 10px 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #115693;
  }
  .forumim_enter_link {
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    letter-spacing: 1px;
  }
  .forum_top_bar {
    width: 102vw;
    margin-top: 0vw;
    margin-right: -20px;
  }
  .forum_button.search {
    width: 54px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .forum_button.delit {
    margin-top: 0.8vw;
  }
  .donate_add_contacts.lang_eng {
    font-size: 14px;
  }
  .donate_add_txt {
    margin-top: 3px;
  }
  .content_title_full {
    z-index: 10;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 1%;
    background-color: transparent;
  }
  .content_title_full.lang_eng {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
  }
  .operate_icon {
    width: 16px;
    margin-left: 3vw;
  }
  .operate_icon.print {
    width: 20px;
    margin-left: 2vw;
  }
  .operate_icon.send {
    width: 20px;
  }
  .operate_icon.to {
    width: 18px;
  }
  .forum_write_group {
    width: 100%;
  }
  .group_items_listen {
    max-width: 70%;
  }
  .forum_name {
    max-width: 88%;
    font-size: 16px;
    line-height: 18px;
  }
  .ic_new {
    bottom: 0px;
    width: 12px;
  }
  .forum_add_title {
    margin-top: 4vw;
    margin-bottom: 3vw;
    padding-top: 2vw;
  }
  .ic_attach {
    bottom: 0px;
    width: 15px;
  }
  .forum_attach_group {
    margin-top: 1%;
    margin-bottom: 2%;
  }
  .forum_date {
    font-size: 12px;
    line-height: 16px;
  }
  .ic_level {
    top: 0px;
    width: 24px;
  }
  .forum_write_item {
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    letter-spacing: normal;
  }
  .forum_write_item.read {
    margin-top: 6px;
    background-color: hsla(0, 0%, 94.1%, 0.9);
  }
  .forum_content_operate {
    margin-top: 3%;
  }
  .list_items_group {
    margin-bottom: 2%;
  }
  .list_items_group.listen {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .forum_item_group {
    margin-bottom: 0.6vw;
    padding-top: 1vw;
    padding-bottom: 1.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    font-size: 14px;
    line-height: 18px;
  }
  .forum_item_group:hover {
    box-shadow: none;
  }
  .forum_item_group.legend {
    margin-bottom: 3vw;
    padding-right: 0%;
    padding-left: 0%;
    background-color: hsla(0, 0%, 94.1%, 0.9);
  }
  .forum_autor_group {
    width: 100%;
    margin-bottom: 0.5vw;
    padding-right: 0%;
    border-right-style: none;
  }
  .item_listen_link {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .forum_title_group {
    padding-right: 30px;
    padding-left: 5px;
  }
  .forum_autor_name {
    font-family: 'Opensanshebrew webfont', sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 900;
  }
  .forum_attach_title {
    font-size: 13px;
  }
  .forum_txt {
    font-size: 13px;
  }
  .form_content_button {
    margin-top: 4vw;
  }
  .form_content_button.login {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
  .form_field_content.forum {
    margin-bottom: 2vw;
  }
  .form_field_content.popup {
    margin-bottom: 2vw;
  }
  .form_label_group {
    margin-top: 2px;
  }
  .form_label_group.tab {
    margin-top: 5px;
  }
  .form_label_group.popup {
    margin-top: 5px;
  }
  .form_stage.event_add {
    width: 100%;
    margin-top: 1%;
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .form_stage.login {
    width: 100%;
    margin-top: 1%;
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .forum_add_section {
    margin-top: 5vw;
  }
  .forum_bookmark_title {
    font-size: 22px;
  }
  .login_info_group {
    margin-bottom: 15px;
  }
  .login_info_group.login_add {
    margin-bottom: 2vw;
  }
  .forum_login_section {
    margin-top: 1vw;
    padding-right: 0%;
    padding-left: 0%;
  }
  .forum_login_title {
    font-size: 22px;
  }
  .forum_total_group {
    margin-bottom: 3vw;
    font-size: 14px;
  }
  .forum_total_num {
    margin-right: 1.5vw;
    margin-left: 1.5vw;
  }
  .forum_user_title {
    margin-bottom: 2vw;
  }
  ._404_info {
    font-size: 15px;
    line-height: 20px;
  }
  ._404_pict_section {
    background-position: 0% 100%;
  }
  ._404_sub_title {
    font-size: 22px;
    line-height: 26px;
  }
  .back_home_link {
    display: block;
    width: 56%;
    height: auto;
    margin-right: auto;
    margin-bottom: 4%;
    margin-left: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 24px;
    line-height: 22px;
  }
  .popup_section {
    padding-top: 6%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .send_form {
    margin-top: 1vw;
    padding-top: 25px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .popup_close {
    padding-right: 10px;
    padding-left: 10px;
  }
  .forum_pict_group {
    margin-top: 1%;
    margin-bottom: 2%;
  }
  .forum_pict_title {
    font-size: 13px;
  }
  .forum_title_txt_group {
    margin-top: 1%;
    margin-bottom: 2%;
    font-size: 13px;
  }
  .forum_title_txtgroup {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .h_donate_slider {
    height: 58vw;
  }
  .h_donate_infogroup {
    width: 50%;
    height: 100%;
    padding-top: 8vw;
    padding-bottom: 10vw;
    font-size: 4vw;
    line-height: 5vw;
  }
  .h_donate_button {
    left: 12%;
    right: 12%;
    bottom: 6%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 2%;
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  .content_form_button {
    margin-top: 14px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 20px;
    line-height: 24px;
  }
  .content_form_field {
    height: 40px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .content_check_field {
    margin-bottom: 10px;
  }
  .content_checkbox {
    width: 20px;
    height: 20px;
  }
  .content_check_label {
    font-size: 15px;
    line-height: 22px;
  }
  .content_form_label {
    font-size: 20px;
    line-height: 22px;
  }
  .content_form_label.pict_sm {
    font-size: 21px;
    line-height: 24px;
  }
  .left_note_pict {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .top_section {
    height: 60px;
  }
  .top_logo {
    bottom: -38px;
    width: 120px;
  }
  .top_logo.mobile {
    right: 0px;
    bottom: 2px;
    width: 90px;
  }
  .top_search_group.footer {
    height: 40px;
    padding-top: 2px;
  }
  .top_search_group.mobile {
    top: 15px;
    width: 56%;
    height: 28px;
    margin-right: 82px;
    padding-left: 4px;
  }
  .top_search_group.mobile.lang_eng {
    width: 16%;
    margin-left: 28%;
  }
  .top_communic_group {
    margin-top: 8%;
    margin-bottom: 8%;
  }
  .top_communic_link {
    width: 10%;
  }
  .top_search_field {
    width: 82%;
    height: 26px;
    margin-right: 2%;
    float: right;
    border-style: none;
    font-size: 16px;
    line-height: 16px;
  }
  .top_search_field.footer.lang_eng {
    width: 86%;
    height: 30px;
    margin-top: 2px;
    margin-right: 0%;
  }
  .top_search_button {
    width: 22px;
    padding-top: 0px;
  }
  .top_search_button.footer {
    width: 11%;
  }
  .top_donate_button {
    left: 16%;
    min-width: 90px;
    padding-right: 2%;
    padding-left: 2%;
    font-size: 14px;
    text-align: center;
  }
  .top_donate_button.mobile {
    margin-top: 2%;
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .top_donate_button.lang_eng {
    margin-right: 18vw;
    padding-right: 4%;
    padding-left: 4%;
  }
  .topbutton_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .slider_section {
    height: 382px;
  }
  .slider_section.category {
    height: 82vw;
    background-position: 71% 100%;
    background-size: cover;
  }
  .slider_section.events {
    height: 250px;
    padding-left: 10px;
  }
  .slider_section._404 {
    height: 82vw;
  }
  .home_slider {
    height: 382px;
  }
  .slider_nav {
    height: 32px;
    margin-bottom: 120px;
  }
  .slide {
    background-position: 0px 0px;
  }
  .slider_info_group {
    position: relative;
    height: 260px;
    margin-top: 40px;
  }
  .slider_title {
    padding: 1% 5% 2% 6%;
    font-size: 24px;
    line-height: 26px;
  }
  .slider_title.listtitle {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 20px;
    font-size: 26px;
    line-height: 28px;
  }
  .slider_title.listtitle.lang_eng {
    position: absolute;
    left: 0px;
    right: auto;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 6%;
    padding-left: 5%;
  }
  .slider_title._404 {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 34px;
    line-height: 34px;
  }
  .slider_sub_title {
    padding: 1% 5% 2%;
    font-size: 16px;
  }
  .slider_button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
  }
  .slider_button.eventsearch {
    position: relative;
    height: auto;
    min-height: auto;
    padding-top: 8px;
    font-size: 20px;
  }
  .slider_button.eventsearch.lang_eng {
    margin-right: 0px;
  }
  .slider_button.searchresults {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
    height: 36px;
    margin-top: 2px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider_button.lang_eng {
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
  }
  .slider_h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .home_contact_section {
    height: 64px;
    margin-top: -76px;
    margin-bottom: -2px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .home_contact_section.category {
    margin-top: -18%;
  }
  .home_hl_section {
    margin-top: 0%;
  }
  .home_hl_group {
    margin-top: 0%;
  }
  .home_donate_group {
    margin-bottom: 8%;
  }
  .home_hl_block {
    margin-bottom: -6px;
  }
  .home_hl_block.lang_eng {
    padding-left: 5%;
  }
  .home_donate_block {
    margin-bottom: 8%;
    background-position: 12% 0%;
    background-size: auto 100%;
  }
  .home_donate_title.lang_eng {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home_events_conteiner {
    overflow: visible;
    height: auto;
    border-bottom-style: none;
  }
  .home_donate_button {
    margin-bottom: 5%;
  }
  .home_donate_button.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    min-height: 40px;
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .donate_gallery_title {
    padding-top: 2%;
    line-height: 20px;
  }
  .donate_gallery_title.lang_eng {
    padding-right: 3%;
  }
  .donate_gallery_titlelink.events {
    width: 42%;
    margin-top: 4%;
    margin-bottom: 4%;
    font-size: 16px;
  }
  .donate_gallery_titlelink.events.lang_eng {
    width: auto;
    margin-right: 4%;
    margin-left: 4%;
  }
  .donate_gallery_titlearrow.lang_eng {
    width: 9px;
    margin-left: 5px;
  }
  .donate_gallery_item {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
  }
  .donate_gallery_info {
    line-height: 24px;
  }
  .event_linkblock {
    margin-bottom: 0px;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .event_arrow {
    width: 9px;
    margin-left: 4%;
  }
  .event_arrow.hl {
    width: 2%;
  }
  .event_arrow.hl.lang_eng {
    width: 3%;
    margin-right: 1%;
  }
  .event_arrow.lang_eng {
    margin-right: 3%;
    margin-left: 4px;
  }
  .event_date_block {
    font-size: 14px;
    line-height: 14px;
  }
  .event_txt {
    font-size: 14px;
    line-height: 23px;
  }
  .event_date_number {
    font-size: 28px;
    line-height: 28px;
  }
  .hl_title {
    font-size: 18px;
    line-height: 20px;
  }
  .hl_title.event {
    margin-top: 4px;
    margin-right: 4px;
    font-size: 4vw;
    line-height: 4vw;
  }
  .hl_title.event.lang_eng {
    margin-top: 2px;
    margin-right: 0px;
    font-size: 4vw;
    line-height: 4vw;
  }
  .hl_txt {
    font-size: 16px;
    line-height: 20px;
  }
  .prevention_section.mobile {
    margin-bottom: 4%;
    padding-bottom: 4%;
  }
  .prevention_add_link {
    margin-top: 4%;
  }
  .prevention_item {
    padding: 5% 4%;
    font-size: 14px;
    line-height: 17px;
  }
  .prevention_item.category {
    padding: 3% 6%;
  }
  .prevention_info_link {
    font-size: 16px;
    line-height: 22px;
  }
  .prevention_info_title {
    font-size: 19px;
  }
  .prevention_info_title.category {
    margin-bottom: 2%;
    font-size: 16px;
  }
  .footer_section {
    padding-top: 8%;
    background-image: url('../images/footer_bgr._mobile.jpg');
    background-position: 50% 0px;
  }
  .footer_credit_group {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .footer_search_communic {
    width: 94%;
  }
  .footer_navigation {
    width: 95%;
    margin-right: 3%;
  }
  .footer_logo {
    width: 40%;
  }
  .footer_communic_links {
    width: 60%;
  }
  .footer_communic_link {
    width: 13vw;
    height: 13vw;
    margin-right: 8%;
  }
  .footer_communic_txt {
    margin-top: 6%;
    font-size: 5vw;
    line-height: 5vw;
  }
  .footer_communic_icon {
    width: 6vw;
  }
  .footer_communic_icon.facebook {
    width: 6vw;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
  }
  .footer_navigation_listitem {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 9%;
    margin-left: 0px;
    float: none;
    line-height: 26px;
    text-align: center;
  }
  .footer_navigation_listitem.lang_eng {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    text-align: center;
  }
  .footer_navigation_title {
    height: auto;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 22px;
  }
  .footer_link {
    position: relative;
    font-size: 16px;
  }
  .footer_navigation_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: right;
  }
  .navbar_menu {
    padding-top: 12%;
  }
  .navbar_button {
    width: 46px;
    height: 56px;
    margin-left: 0px;
    padding-top: 2px;
    background-position: 50% 55%;
  }
  .navbar_title {
    padding-right: 5%;
    padding-bottom: 3%;
    padding-left: 5%;
    font-size: 19px;
  }
  .navbar_link {
    padding: 3% 5%;
    font-size: 18px;
  }
  .preventetion_mobile_link {
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
  }
  .preventetion_mobile_link.lang_eng {
    padding-right: 3%;
  }
  .prevention_mobile_arrow_close {
    width: 13px;
    height: 13px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .breadcrums_section {
    margin-top: 4%;
    margin-bottom: 1%;
    padding-right: 4%;
    padding-left: 2%;
  }
  .content_menu_group.dropdown {
    border-right-style: none;
  }
  .content_main_group {
    margin-bottom: 6%;
  }
  .content_main_group.forums.list {
    padding-right: 4%;
    padding-left: 4%;
    box-shadow: none;
  }
  .breadcrumb_link {
    margin-bottom: 4px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .breadcrumb_arrow {
    margin-right: 8px;
  }
  .list_menu_dropdown {
    top: 6%;
    width: 34%;
    margin-top: 0.5%;
  }
  .list_menu_dropdown.lang_eng {
    width: auto;
    margin-top: 0%;
  }
  .list_menu_dropdown.forums {
    top: 10%;
    margin-top: 1%;
  }
  .list_communic_group.blue {
    width: 80%;
    margin-top: 4%;
    margin-bottom: 2%;
    margin-left: 1%;
  }
  .list_communic_group.blue.lang_eng {
    width: auto;
    margin-right: 5px;
  }
  .list_content_title {
    padding: 3% 4% 4% 36%;
    font-size: 25px;
  }
  .list_content_title.lang_eng {
    padding-right: 33%;
    font-size: 24px;
  }
  .list_content_title.forums {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    line-height: 24px;
  }
  .list_communic_link.twitter {
    margin-left: 4px;
  }
  .list_communic_link.print {
    margin-left: 6px;
  }
  .list_communic_link.facebook {
    margin-left: 2px;
  }
  .content_left_block.hl {
    margin-bottom: 6%;
  }
  .content_left_block.addinfo {
    margin-bottom: 6%;
  }
  .content_left_block.thanks {
    margin-bottom: 6%;
  }
  .menu_level_1.forum {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content_left_insert {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .content_left_title {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .content_left_linkblock {
    padding-top: 3.5%;
    padding-bottom: 4%;
  }
  .list_dropdown_tiggle {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 17px;
  }
  .list_dropdown_tiggle.lang_eng {
    padding-right: 10px;
  }
  .list_dropdown_tiggle.forums {
    padding: 8px 10px;
    background-position: 12% 50%;
    background-size: 10px;
    font-size: 15px;
  }
  .list_dropdown_tiggle.forums.w--open {
    background-position: 12% 51%;
    background-size: 10px;
  }
  .list_dropdown_title {
    margin-left: 16px;
  }
  .list_dropdown_icon {
    margin-left: 3px;
  }
  .list_dropdown_icon.lang_eng {
    margin-right: 0px;
  }
  .dropdown_listmenu.w--open {
    width: 100vw;
  }
  .category_info_section {
    margin-top: 3%;
    padding: 6% 6% 8%;
    font-size: 18px;
    line-height: 24px;
  }
  .category_title {
    margin-top: 2%;
    margin-bottom: 3%;
    padding-right: 2%;
    padding-left: 2%;
    font-size: 28px;
    line-height: 34px;
  }
  .gategory_group_title {
    padding: 3.5% 6%;
    font-size: 18px;
  }
  .category_grouptitle_arrow {
    width: 14px;
    height: 14px;
  }
  .category_group_titlletxt {
    max-width: 90%;
  }
  .als-item {
    width: 300px;
    border-left-style: none;
  }
  .prevention_mobile_arrow_open {
    display: none;
    width: 13px;
    height: 13px;
    margin-bottom: 10px;
  }
  .events_search_group {
    padding-top: 20px;
  }
  .events_search_group.searchresults {
    padding: 35px 18px 10px;
  }
  .event_list_item {
    display: block;
    width: 95vw;
    height: 22vw;
    margin-right: auto;
    margin-bottom: 13px;
    margin-left: auto;
    float: none;
  }
  .event_list_item.lang_eng {
    width: 93vw;
    height: 24vw;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .event_list_pict {
    width: 26%;
    height: 22vw;
  }
  .event_list_pict.lang_eng {
    width: 24vw;
    height: 23.8vw;
  }
  .event_info_group {
    width: 72%;
    height: 22vw;
    padding-top: 1vw;
    padding-left: 0px;
    float: right;
  }
  .event_info_group.lang_eng {
    height: 24vw;
  }
  .event_info_dategroup {
    bottom: 8px;
    margin-right: 6px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 3vw;
    line-height: 3.6vw;
  }
  .event_info_date {
    font-size: 3.6vw;
    line-height: 4vw;
  }
  .event_info_date.stage {
    margin-right: 6px;
    padding-right: 6px;
  }
  .event_info_date.stage.lang_eng {
    margin-left: 6px;
    padding-left: 6px;
  }
  .eventsearch_group_1 {
    width: 100%;
  }
  .eventsearch_group_1.searchresults {
    width: 82%;
    height: 38px;
  }
  .eventsearch_group_2 {
    width: 48%;
    margin-right: 0%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .eventsearch_group_2.todate {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .eventsearch_group_2.todate.lang_eng {
    margin-left: 1%;
  }
  .eventsearch_group_2.lang_eng {
    margin-left: 0%;
  }
  .eventsearch_dategroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    direction: rtl;
  }
  .event_search_select {
    padding-top: 0px;
    padding-right: 6px;
    font-size: 18px;
  }
  .event_search_txtfield {
    padding-top: 6px;
    font-size: 18px;
    line-height: 20px;
  }
  .event_calendar_icon {
    padding-bottom: 4px;
  }
  .events_numbers_conteiner {
    width: 50%;
  }
  .events_number {
    width: 24px;
    height: 24px;
  }
  .content_link {
    background-position: 100% 5px;
  }
  .searchresults_txtfield {
    height: 36px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 18px;
  }
  .searchresult_group {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-right-style: none;
    border-left-style: none;
  }
  .searchresult_numberinfo {
    margin-right: 18px;
    margin-bottom: 25px;
    margin-left: 18px;
  }
  .search_shuhit {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .donate_section.in {
    padding-right: 0%;
    padding-left: 0%;
  }
  .donate_add_section {
    margin-top: 0%;
    padding-bottom: 10%;
    background-color: #fff;
  }
  .donate_info {
    width: 100%;
    margin-top: -1%;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    color: #1a1a1a;
    font-size: 20px;
    line-height: 26px;
  }
  .donate_form_group {
    width: 100%;
    padding: 12% 3% 8%;
    background-color: #fff;
  }
  .donate_pict_section {
    background-position: 0px 50%;
    background-size: cover;
  }
  .donate_pict_section.mobile {
    background-image: url('../images/donate_pict_mobile_101817.png');
    background-position: 50% 0px;
    background-size: cover;
  }
  .donate_pict_section.mobile.lang_eng {
    background-image: url('../images/donate_pict_mobile_eng.png');
  }
  .donate_slogan {
    margin-bottom: 7%;
    font-size: 34px;
    line-height: 42px;
  }
  .donate_info_part {
    font-size: 18px;
    line-height: 20px;
  }
  .step_status {
    font-size: 17px;
  }
  .donate_form_block {
    margin-top: 22%;
  }
  .donate_form_block.thanks {
    margin-top: 28%;
    margin-bottom: 18%;
    font-size: 28px;
    line-height: 40px;
  }
  .donate_form_label {
    margin-bottom: 1%;
    font-size: 16px;
  }
  .donate_form_label.code {
    width: 100%;
    margin-bottom: 3%;
  }
  .donate_moneytype_block {
    font-size: 22px;
    line-height: 28px;
  }
  .donate_shum_infoblock {
    margin-bottom: 12%;
  }
  .donate_shumaher_block {
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .donate_button {
    padding-top: 4%;
    padding-bottom: 5%;
    line-height: 24px;
  }
  .donate_add_group {
    font-size: 18px;
    line-height: 24px;
  }
  .donate_add_title {
    margin-bottom: 8%;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 22px;
    line-height: 24px;
  }
  .donate_add_options {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .donate_add_options.lang_eng {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .donate_add_options.book {
    margin-bottom: 2%;
  }
  .donate_add_block {
    width: auto;
    padding-right: 3%;
    padding-left: 3%;
    font-size: 18px;
    line-height: 24px;
  }
  .donate_add_block.book {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    padding-top: 6%;
    border-top: 1px solid #cad5d9;
  }
  .donate_add_line {
    width: 94%;
    height: 1px;
    margin: 8% 3% 7%;
  }
  .donate_addblock_title {
    margin-bottom: 3%;
    font-size: 24px;
    line-height: 28px;
  }
  .donate_addblock_title.book {
    margin-bottom: 3%;
    font-size: 24px;
  }
  .donate_addblock_title.lang_eng {
    font-size: 24px;
  }
  .donate_add_feedback {
    margin-top: 5%;
    font-size: 16px;
    line-height: 18px;
  }
  .donate_add_number {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .donate_add_button {
    display: block;
    width: 80%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    background-color: #5b8200;
    font-size: 22px;
    line-height: 24px;
  }
  .donate_add_button:hover {
    background-color: #4f7001;
  }
  .donate_add_button.book {
    width: 80%;
    padding-top: 3%;
    padding-bottom: 4%;
  }
  .donate_field_block {
    margin-bottom: 15px;
  }
  .donate_field_block._50 {
    width: 100%;
    margin-bottom: 5%;
  }
  .donate_txt_field {
    height: 36px;
    font-size: 18px;
  }
  .donate_field_group {
    display: block;
  }
  .donate_codegroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .donate_code_block {
    width: 40%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 3%;
  }
  .donate_code_field {
    height: 36px;
    font-size: 18px;
  }
  .donate_lev {
    width: 90px;
  }
  .donate_thanks_txt {
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 28px;
    line-height: 40px;
  }
  .donate_aishor {
    font-size: 15px;
  }
  .beta_version {
    right: 92px;
    color: #074174;
    font-size: 10px;
    line-height: 16px;
  }
  .footer_credit_cyber_block.lang_eng {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top_search_mobbutton {
    width: 52px;
    padding-right: 15px;
  }
  .top_search_mobbutton.lang_eng {
    margin-right: 1vw;
    margin-left: 1vw;
    padding-right: 10px;
    padding-left: 15px;
  }
  .top_search_mobbutton.lang_eng.w--open {
    padding-right: 0px;
    padding-left: 25px;
  }
  .top_search_list.w--open {
    position: fixed;
    top: 20px;
    bottom: 0px;
    width: 100vw;
    margin-top: 40px;
    margin-left: 0vw;
  }
  .top_search_list.lang_eng.w--open {
    width: 105vw;
    margin-left: -30vw;
  }
  .top_search_dropfield {
    position: relative;
    width: 86%;
    font-size: 20px;
    line-height: 22px;
  }
  .top_search_fieldplate {
    min-height: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
  }
  .content_note {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .content_note.forum {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-width: 4px;
  }
  .content_note.pict-_sm {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .forum_main_pict {
    width: 100%;
    height: 50vw;
    min-height: auto;
    margin-left: 0%;
  }
  .forum_main_infogroup {
    width: 100%;
    padding: 10px 10px 15px;
    line-height: 16px;
  }
  .forum_title_submit {
    padding: 8px 15px;
  }
  .forum_main_title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 18px;
  }
  .forum_top_bar {
    display: inline-block;
    width: auto;
    margin-right: -20px;
    margin-bottom: 3vw;
    padding: 3vw 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .forum_button {
    font-size: 18px;
  }
  .forum_button.search {
    width: 38px;
    max-height: 36px;
    min-height: 36px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .forum_button.add {
    top: 0px;
    display: block;
    width: auto;
    height: auto;
    margin-top: 5vw;
    margin-bottom: 1vw;
    padding: 6px 6vw 7px;
    float: right;
    clear: both;
    font-size: 14px;
    text-align: center;
  }
  .forum_button.delit {
    top: 0px;
    display: block;
    width: auto;
    height: auto;
    margin-top: 5vw;
    margin-bottom: 1vw;
    padding: 6px 6vw 7px;
    float: left;
    clear: none;
    font-size: 14px;
    text-align: center;
  }
  .forum_search_block {
    width: 93vw;
    margin-bottom: 10px;
  }
  .forum_search_txtfield {
    width: 90%;
    height: 36px;
    font-size: 16px;
    line-height: 18px;
  }
  .donate_add_contacts {
    margin-top: 2%;
  }
  .donate_add_contacts.lang_eng {
    font-size: 18px;
  }
  .donate_add_txt {
    margin-top: 8px;
    margin-right: 4px;
    margin-left: 4px;
  }
  .operate_icon {
    width: 17px;
    margin-left: 5%;
  }
  .operate_icon.print {
    width: 23px;
    margin-left: 5%;
  }
  .operate_icon.send {
    width: 22px;
    margin-left: 5%;
  }
  .operate_icon.to {
    width: 22px;
  }
  .group_items_listen {
    max-width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
  .forum_legend_block {
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 16px;
  }
  .forum_name {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2vw;
    font-size: 15px;
  }
  .ic_new {
    width: 15px;
    margin-right: 10px;
  }
  .forum_add_title {
    border-top-color: #9db0be;
    color: #9db0be;
    font-size: 20px;
    line-height: 22px;
  }
  .forum_add_title.legend {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .ic_attach {
    width: 18px;
    margin-right: 0px;
  }
  .forum_attach_group {
    margin-top: 3%;
    margin-bottom: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 20px;
  }
  .forum_date {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 13px;
  }
  .ic_level {
    width: 32px;
  }
  .ic_level.sub {
    left: auto;
    top: 0%;
    right: 1%;
    bottom: auto;
    width: 30px;
  }
  .forum_write_item {
    margin-bottom: 0px;
    padding-top: 0%;
    padding-bottom: 2%;
  }
  .forum_write_item.read {
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
  }
  .forum_content_operate {
    margin-top: 4vw;
  }
  .list_items_group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list_items_group.listen {
    margin-bottom: 10vw;
  }
  .forum_item_group {
    width: 100%;
    margin-bottom: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    font-size: 16px;
    line-height: 20px;
  }
  .forum_item_group.legend {
    margin-bottom: 4%;
    padding-top: 10px;
    padding-right: 0%;
    padding-left: 4%;
  }
  .forum_autor_group {
    margin-bottom: 0vw;
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .item_listen_link {
    width: 26px;
    height: 26px;
    margin-right: 1px;
    margin-left: 1px;
    font-size: 15px;
  }
  .forum_title_group {
    margin-bottom: 3%;
    padding-top: 26px;
    padding-right: 1%;
    padding-left: 1%;
  }
  .forum_legend_icon {
    width: 28px;
    margin-left: 6px;
  }
  .forum_legend_icon.print {
    width: 23px;
  }
  .forum_legend_icon.file {
    width: 18px;
  }
  .forum_legend_icon.close {
    width: 16px;
  }
  .forum_legend_icon.mail {
    width: 23px;
  }
  .forum_legend_icon.new {
    width: 16px;
  }
  .forum_legend_icon.to {
    width: 20px;
  }
  .forum_autor_name {
    font-size: 17px;
    line-height: 21px;
  }
  .forum_attach_title {
    margin-bottom: 1%;
    margin-left: 0px;
  }
  .forum_txt {
    margin-bottom: 1vw;
  }
  .form_content_button {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 3%;
    padding: 3% 2% 3.4%;
    font-size: 22px;
    line-height: 28px;
  }
  .form_content_button.login {
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding-bottom: 2%;
    font-size: 20px;
  }
  .form_field {
    height: 36px;
    font-size: 18px;
    line-height: 20px;
  }
  .form_field.upload {
    width: 82%;
  }
  .form_field_content {
    margin-bottom: 3%;
    padding-bottom: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form_field_content.forum {
    padding-bottom: 0%;
  }
  .form_field_content.popup {
    padding-bottom: 0%;
  }
  .form_field_label {
    margin-bottom: 4px;
  }
  .ilink_upload {
    bottom: 2px;
    width: 38px;
    margin-top: 5px;
  }
  .form_label_group {
    width: 100%;
    line-height: 20px;
  }
  .form_label_group.tab {
    width: 100%;
  }
  .form_label_group.popup {
    width: 100%;
  }
  .form_stage {
    margin-bottom: 20px;
  }
  .form_stage.event_add {
    width: 100%;
    margin-right: 0%;
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .form_stage.login {
    width: 100%;
    margin-right: 0%;
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .form_field_group {
    width: 100%;
    margin-left: 0px;
  }
  .form_field_group.upload {
    width: 100%;
  }
  .form_field_group.tab {
    width: 100%;
  }
  .form_field_group.txt_info {
    width: 100%;
    margin-top: 0px;
  }
  .forum_bookmark_title {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .login_info_group.login_add {
    font-size: 15px;
    line-height: 20px;
  }
  .forum_login_section {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  .forum_login_title {
    margin-bottom: 0vw;
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  .forum_total_group {
    margin-bottom: 5vw;
    font-size: 15px;
  }
  .forum_total_num {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .forum_login_link {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  ._404_section {
    margin-bottom: 34vw;
  }
  ._404_info {
    max-width: none;
    margin-right: 6%;
    margin-left: 6%;
    padding: 1% 4% 6%;
    color: #1a1a1a;
    font-size: 20px;
    line-height: 26px;
  }
  ._404_title_section {
    padding-top: 8vw;
    padding-bottom: 3vw;
  }
  ._404_pict_section {
    background-position: 0px 50%;
    background-size: cover;
  }
  ._404_pict_section.mobile {
    margin-top: 0px;
    background-image: url('../images/404_pict_mobile.jpg');
    background-position: 0% 0%;
    background-size: cover;
  }
  ._404_sub_title {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 24px;
    line-height: 28px;
  }
  ._404_txt {
    font-size: 14px;
  }
  .back_home_link {
    width: 88%;
    margin-top: 10vw;
    margin-bottom: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  .popup_section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .send_form {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-top: 30px;
    padding-right: 3%;
    padding-left: 3%;
  }
  .popup_close {
    width: 50px;
    padding-right: 16px;
    padding-left: 14px;
  }
  .forum_pict_group {
    margin-top: 3%;
    margin-bottom: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 20px;
  }
  .forum_pict_title {
    margin-bottom: 1%;
    margin-left: 0px;
  }
  .forum_title_txt_group {
    margin-top: 3%;
    margin-bottom: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    line-height: 16px;
  }
  .h_donate_slider {
    height: 150vw;
  }
  .h_donate_pictblock {
    margin-top: 6vw;
  }
  .h_donate_pict {
    display: none;
  }
  .h_donate_pict.mob {
    display: block;
  }
  .h_donate_infogroup {
    width: 100%;
    height: 100%;
    padding: 14vw 6% 16vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 7.4vw;
    line-height: 9vw;
  }
  .h_donate_button {
    bottom: 5%;
    font-size: 6vw;
    line-height: 6vw;
  }
  .content_form_button {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
  }
  .content_form_button.pict_sm {
    font-size: 20px;
  }
  .content_form_field {
    height: 36px;
    font-size: 18px;
  }
  .content_checkbox {
    width: 18px;
    height: 18px;
  }
  .content_check_label {
    font-size: 14px;
    line-height: 20px;
  }
  .content_form_label.pict_sm {
    margin-top: 6px;
    font-size: 20px;
    line-height: 22px;
  }
  .content_note_pict {
    display: block;
    width: 88%;
    max-width: none;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .content_form_group {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .content_form_group.left {
    padding-top: 6px;
    padding-right: 7%;
    padding-left: 7%;
  }
  .left_note_pict {
    width: 86%;
  }
}

@font-face {
  font-family: 'Opensanshebrew webfont';
  src: url('../fonts/opensanshebrew-bolditalic-webfont.eot') format('embedded-opentype'), url('../fonts/opensanshebrew-bolditalic-webfont.woff') format('woff'), url('../fonts/opensanshebrew-bolditalic-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensanshebrew bold webfont';
  src: url('../fonts/opensanshebrew-bold-webfont.eot') format('embedded-opentype'), url('../fonts/opensanshebrew-bold-webfont.woff') format('woff'), url('../fonts/opensanshebrew-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensanshebrew webfont';
  src: url('../fonts/opensanshebrew-extrabolditalic-webfont.eot') format('embedded-opentype'), url('../fonts/opensanshebrew-extrabolditalic-webfont.woff') format('woff'), url('../fonts/opensanshebrew-extrabolditalic-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensanshebrew webfont';
  src: url('../fonts/opensanshebrew-italic-webfont.eot') format('embedded-opentype'), url('../fonts/opensanshebrew-italic-webfont.woff') format('woff'), url('../fonts/opensanshebrew-italic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensanshebrew webfont';
  src: url('../fonts/opensanshebrew-lightitalic-webfont.eot') format('embedded-opentype'), url('../fonts/opensanshebrew-lightitalic-webfont.woff') format('woff'), url('../fonts/opensanshebrew-lightitalic-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Opensanshebrew light webfont';
  src: url('../fonts/opensanshebrew-light-webfont.eot') format('embedded-opentype'), url('../fonts/opensanshebrew-light-webfont.woff') format('woff'), url('../fonts/opensanshebrew-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensanshebrew regular webfont';
  src: url('../fonts/opensanshebrew-regular-webfont.eot') format('embedded-opentype'), url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'), url('../fonts/opensanshebrew-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensanshebrew webfont';
  src: url('../fonts/opensanshebrew-extrabold-webfont.eot') format('embedded-opentype'), url('../fonts/opensanshebrew-extrabold-webfont.woff') format('woff'), url('../fonts/opensanshebrew-extrabold-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}