:root {
  --cadet-blue-30: rgba(61, 148, 168, .3);
  --white: white;
  --black: black;
  --dark-khaki: #bcbd44;
  --sea-green: #009774;
  --cadet-blue: #3d94a8;
  --dim-grey: #4a4a4a;
  --dark-grey: #979797;
  --gainsboro: #d8d8d8;
  --dark-khaki-2: #afb02f;
  --white-smoke: #ededed;
  --sea-green-2: #017b5f;
  --white-70: rgba(255, 255, 255, .7);
  --black-40: rgba(0, 0, 0, .4);
  --black-25: rgba(0, 0, 0, .25);
}

body {
  color: #4a4a4a;
  text-align: right;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

h1 {
  color: #000;
  letter-spacing: 1px;
  margin-top: 22px;
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 52px;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

p {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

a {
  color: #009774;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

.top_section {
  z-index: 1000;
  direction: rtl;
  background-color: #fff;
  border-bottom: 1px solid #979797;
  align-items: flex-end;
  width: 100%;
  min-height: 106px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 16px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.top_navbar {
  float: none;
  background-color: #fff;
  flex-flow: column wrap;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
}

.top_nav_conteiner {
  float: right;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top_logo_group {
  float: right;
  color: #000;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 12px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

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

.top_logo_shape {
  float: right;
  width: 80px;
  margin-left: 12px;
}

.top_logo_txtgroup {
  flex-direction: column;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.top_nav_menu {
  color: #000;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}

.home_slider_section {
  width: 100%;
  margin-top: 106px;
  margin-bottom: 3%;
}

.home_slider {
  background-color: #009774;
  width: 100%;
  height: 520px;
}

.home_slide {
  background-image: url('../images/home_slider_pict2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 80px;
  padding-right: 0;
}

.h_slider_gradient {
  background-image: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .6));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.h_slider_link {
  z-index: 5;
  color: #fff;
  text-align: center;
  max-width: 80%;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  font-size: 58px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.home_hl_section {
  width: 65%;
  max-width: 1400px;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home_hl_section.professions {
  text-align: center;
  border-top: 1px #979797;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  position: relative;
  top: 50px;
}

.home_hl_section.statistics {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home_hl_section.statistics.txt {
  direction: rtl;
  flex-direction: row;
  justify-content: space-between;
  font-family: Rubik, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.home_hl_section.news {
  direction: rtl;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top_navbar_line {
  float: right;
  background-color: #4a4a4a;
  width: 1px;
  height: 20px;
  margin-top: 7px;
}

.top_nav_dropdown {
  float: right;
  margin-bottom: -5px;
  margin-left: 4px;
  margin-right: 4px;
  line-height: 23px;
}

.top_link_list.w--open {
  background-color: #bcbd44;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: -1px;
  padding: 10px 14px 8px 24px;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.top_nav_listlink {
  color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 5px 14px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

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

.top_nav_listlink.w--open {
  color: #fff;
  background-color: #bcbd44;
}

.top_nav_listlink.contact {
  float: right;
}

.top_openlist_link {
  color: #000;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, .18);
  padding: 3px 0;
  font-family: Rubik, sans-serif;
  line-height: 26px;
  display: block;
}

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

.h_profession_link {
  color: #000;
  background-color: #fff;
  width: 24%;
  margin-top: -50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.h_profession_link:hover {
  color: #afb02f;
  text-decoration: none;
}

.h_profession_icon {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home_hl_link {
  direction: rtl;
  color: #979797;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  font-weight: 400;
  display: flex;
}

.home_hl_link:hover {
  color: #4a4a4a;
  text-decoration: none;
}

.home_hl_link.news {
  flex-direction: column;
  width: 31%;
}

.home_hl_picture {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 31%;
  max-height: 340px;
  display: flex;
  overflow: hidden;
}

.home_hl_picture.news {
  border: 1px solid #979797;
  flex-direction: column;
  align-items: stretch;
  width: 98%;
  height: 12vw;
  max-height: 180px;
}

.home_hl_infogroup {
  color: #4a4a4a;
  width: 65%;
  font-size: 18px;
  line-height: 22px;
}

.home_hl_infogroup:hover {
  color: #000;
}

.home_hl_infogroup.news {
  width: 100%;
  padding-top: 10px;
}

.h_professions_group {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  width: 86%;
  margin-top: -6px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
}

.h_hl_more {
  float: right;
  clear: right;
  color: #009774;
  border-top: 1px solid #979797;
  margin-top: 15px;
  padding-top: 10px;
  padding-left: 25px;
  font-weight: 700;
}

.h_hl_more:hover {
  color: #afb02f;
}

.h_statistic_link {
  color: #000;
  background-color: #d8d8d8;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.h_statistic_link:hover {
  color: #fff;
  background-color: #009774;
  text-decoration: none;
}

.h_statistic_link.txt {
  width: 18%;
  height: 110px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.h_static_number {
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
}

.footer {
  clear: both;
  direction: rtl;
  text-align: center;
  background-color: #4a4a4a;
  width: 100%;
  min-height: 200px;
  padding: 30px 6% 50px;
  display: inline-block;
}

.footer_heb_link {
  float: right;
  width: 90px;
}

.footer_cyber_link {
  direction: ltr;
  color: #979797;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer_cyber_link:hover {
  color: #009774;
  text-decoration: none;
}

.footer_credit_centerblock {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_credit_link {
  margin-left: 20px;
  margin-right: 20px;
}

.h_slider_nav {
  font-size: 18px;
}

.list_pict_section {
  background-image: url('../images/list_pict_tmp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 106px;
}

.list_content_section {
  background-color: #fff;
  width: 100%;
  padding-bottom: 5%;
}

.list_title_plate {
  background-color: #bcbd44;
  height: 94px;
}

.list_content_group {
  width: 78%;
  margin-top: -80px;
  margin-left: 15%;
  margin-right: 7%;
  display: block;
}

.list_content_block {
  float: left;
  direction: rtl;
  background-color: #fff;
  width: 74%;
  margin-top: -50px;
  padding-bottom: 40px;
  padding-left: 45px;
  padding-right: 45px;
}

.list_content_navigation {
  float: right;
  direction: rtl;
  text-align: center;
  width: 24%;
  font-weight: 700;
}

.list_category_title {
  direction: rtl;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.list_content_link {
  color: #4a4a4a;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.list_content_link:hover {
  color: #afb02f;
  text-decoration: none;
}

.list_content_link.w--current {
  background-color: var(--cadet-blue-30);
}

.list_content_link.w--current:hover {
  color: #fff;
}

.list_content_link.current {
  background-color: var(--cadet-blue-30);
}

.list_content_link.current:hover {
  color: #4a4a4a;
}

.list_autor_group {
  align-items: flex-start;
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
  font-style: italic;
  display: none;
}

.list_autor_link {
  color: #3d94a8;
  margin-left: 5px;
  text-decoration: none;
}

.list_content_line {
  clear: left;
  background-color: #979797;
  width: 16%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 20px;
  display: none;
}

.list_content_insert {
  width: 100%;
}

.breadcrumb_block {
  direction: rtl;
  color: #afb02f;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}

.breadcrumb_link {
  float: right;
  color: #afb02f;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}

.breadcrumb_link:hover {
  color: #afb02f;
  text-decoration: none;
}

.breadcrumb_line {
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}

.stuff_list {
  direction: rtl;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.stuff_block {
  color: #4a4a4a;
  border-bottom: 1px solid #bcbd44;
  width: 30.2%;
  margin-bottom: 4%;
  margin-left: 3%;
  font-size: 16px;
  line-height: 20px;
}

.stuff_block_name {
  color: #fff;
  background-color: #bcbd44;
  align-items: center;
  min-height: 58px;
  padding: 5px 10px 5px 15px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.stuff_picture {
  background-color: #ededed;
  justify-content: center;
  align-items: flex-start;
  height: 15vw;
  margin-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.stuff_position {
  color: #000;
  min-height: 40px;
  margin-bottom: 8px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.footer_schwartz_reizman {
  float: right;
  width: 106px;
  margin-right: 40px;
}

.home_hl_spacetxt {
  text-align: center;
  width: 6.5%;
  font-size: 18px;
  line-height: 20px;
}

.donors_list {
  direction: rtl;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 12px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.donors_list_item {
  border-right: 2px solid #bcbd44;
  width: 48%;
  margin-bottom: 12px;
  margin-left: 1%;
  padding: 0 10px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.donor_name {
  color: #717171;
  line-height: 22px;
}

.donor_name:hover {
  color: #000;
  text-decoration: none;
}

.top_logo_txt {
  width: 120px;
  margin-bottom: 12px;
}

.top_search_group {
  float: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 12px;
  margin-left: 18px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.top_search_button {
  float: left;
  background-color: #d8d8d8;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.top_search_field {
  float: left;
  text-align: right;
  background-color: #d8d8d8;
  width: 200px;
  height: 36px;
  margin-bottom: 0;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 20px;
}

.top_search_block {
  width: 100%;
  height: 40px;
}

.top_entrance_group {
  direction: ltr;
  text-align: left;
  align-items: center;
  margin-bottom: 15px;
  font-family: Rubik, sans-serif;
  display: flex;
}

.link_english {
  color: #000;
  margin-right: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.link_english:hover {
  color: #009774;
  text-decoration: none;
}

.top_entrance {
  color: #fff;
  text-align: center;
  background-color: #009774;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.top_entrance:hover {
  background-color: #017b5f;
  text-decoration: none;
}

.top_entrance.log2 {
  color: #000;
  background-color: #d8d8d8;
  margin-right: 0;
}

.top_entrance.log2:hover {
  background-color: #c1c1c1;
}

.slider_slogan {
  color: #fff;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 60px;
}

.hl_title {
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.hl_title.sm {
  font-size: 24px;
  line-height: 28px;
}

.footer_credits {
  clear: both;
  direction: rtl;
  color: #4a4a4a;
  text-align: center;
  border-top: 16px solid #009774;
  width: 100%;
  min-height: 100px;
  padding: 15px 6% 40px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: block;
}

.footer_credit_group {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_credit_content {
  color: #979797;
  text-align: center;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.footer_credit_content.credit {
  align-items: center;
}

.footer_facebook {
  background-color: #fff;
  padding: 10px;
}

.footer_info_group {
  color: #d8d8d8;
  text-align: right;
  width: 35%;
}

.footer_logos_group {
  margin-bottom: 30px;
}

.footer_name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.footer_name.adress {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.footer_contact_group {
  margin-top: 30px;
}

.footer_contact_link {
  float: right;
  clear: right;
  color: #d8d8d8;
  font-size: 16px;
}

.footer_contact_link:hover {
  color: #bcbd44;
  text-decoration: none;
}

.footer_rights_txt {
  text-align: right;
}

.stuff_group_title {
  direction: rtl;
  margin-bottom: 0;
}

.form_label_group {
  direction: rtl;
  flex-flow: wrap;
  align-items: flex-start;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.form_label_star {
  float: right;
  color: #e31d1a;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.form_field_label {
  font-weight: 500;
}

.form_txt_field {
  direction: rtl;
  color: #000;
  background-color: #d8d8d8;
  border-radius: 5px;
  min-height: 48px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.form_txt_field.txt_area {
  min-height: 130px;
}

.form_button {
  float: right;
  background-color: #009774;
  border-radius: 5px;
  min-width: 90px;
  margin-top: 10px;
  margin-left: 15px;
  padding: 8px 20px;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.form_button:hover {
  background-color: #bcbd44;
}

.contact_form_group {
  margin-left: 15%;
}

.list_menu {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}

.list_menu_link {
  float: right;
  color: rgba(0, 0, 0, .5);
  background-color: #d8d8d8;
  margin-bottom: 4px;
  margin-left: 4px;
  padding: 2px 22px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.list_menu_link:hover {
  color: #fff;
  background-color: #bcbd44;
  text-decoration: none;
}

.list_menu_link.w--current {
  background-color: var(--cadet-blue-30);
  color: #000;
}

.stuff_mail {
  color: #afb02f;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.stuff_mail:hover {
  color: #009774;
  text-decoration: none;
}

.stuff_link {
  color: #4a4a4a;
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 20px;
}

.gallery_main_group {
  flex-wrap: wrap;
  align-items: stretch;
  width: 103%;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gallery_main_item {
  width: 30%;
  margin-bottom: 3%;
  margin-left: 3%;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.gallery_main_link {
  color: #4a4a4a;
  background-color: #ededed;
  border-radius: 5px;
  height: 100%;
  padding-bottom: 12px;
  line-height: 22px;
  display: block;
}

.gallery_main_link:hover {
  color: #fff;
  background-color: #afb02f;
  text-decoration: none;
}

.gallery_main_pict {
  background-image: url('../images/HL_pict_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10vw;
  margin-bottom: 8px;
}

.add_info {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.add_info:hover {
  color: #afb02f;
  text-decoration: none;
}

.add_info.news {
  color: #009774;
  text-align: left;
  border-top: 1px solid #979797;
  padding: 10px 20px 4px 3%;
  font-size: 18px;
}

.add_info.news:hover {
  color: #afb02f;
}

.gallery_block {
  width: 102%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
}

.gallery_link {
  float: right;
  color: #000;
  background-color: #ededed;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 22.5%;
  height: 7.4vw;
  margin-top: .6%;
  margin-bottom: 2%;
  margin-left: 2.4%;
  display: flex;
  overflow: hidden;
}

.gallery_maintitle {
  margin-left: 7%;
  margin-right: 7%;
}

.news_list {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.news_link {
  direction: rtl;
  color: #979797;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.news_link:hover {
  color: #4a4a4a;
  text-decoration: none;
}

.news_link_picture {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 10.5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news_info_group {
  color: #4a4a4a;
  width: 64%;
  padding-top: 5px;
  font-size: 18px;
  line-height: 22px;
}

.news_info_group:hover {
  color: #000;
}

.news_date {
  color: #fff;
  letter-spacing: 1px;
  background-color: #afb02f;
  max-width: 20%;
  margin-top: 10px;
  margin-right: -20px;
  padding: 4px 10px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
}

.news_date.number {
  background-color: #979797;
  margin-right: -10px;
}

.news_more {
  float: right;
  clear: right;
  color: #009774;
  border-top: 1px solid #979797;
  margin-top: 15px;
  padding-top: 10px;
  padding-left: 25px;
  font-weight: 700;
}

.news_more:hover {
  color: #afb02f;
}

.info_group_title {
  clear: both;
  color: #009774;
  letter-spacing: 0;
  border-bottom: 1px solid #979797;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
}

.h_news_line {
  background-color: #979797;
  width: 1px;
  height: 12vw;
  max-height: 180px;
}

.anchor {
  display: block;
  position: relative;
  top: -106px;
}

.social_group {
  margin-left: 25px;
  display: flex;
}

.social_group.mobile {
  display: none;
}

.social_link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  h1 {
    float: right;
    letter-spacing: 0;
    width: 87%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 36px;
    line-height: 40px;
  }

  h2 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 26px;
  }

  p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  a {
    font-size: 16px;
    line-height: 22px;
  }

  .top_section {
    height: 72px;
    min-height: 72px;
    padding: 0 0 0% 0%;
    display: block;
    position: fixed;
  }

  .top_navbar {
    float: left;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    margin-top: 0;
    position: static;
  }

  .top_nav_conteiner {
    float: none;
    width: 100%;
    height: 80px;
  }

  .top_logo_group {
    z-index: 1010;
    align-items: center;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 2%;
    font-size: 14px;
    line-height: 15px;
    position: relative;
  }

  .top_logo_shape {
    width: 50px;
  }

  .top_logo_txtgroup {
    font-size: 12px;
    line-height: 12px;
  }

  .top_nav_menu {
    float: none;
    background-color: #009774;
    flex-flow: column wrap;
    width: 100%;
    margin-top: 0;
    padding: 2% 3% 1%;
    display: block;
  }

  .home_slider_section {
    margin-top: 72px;
  }

  .home_slider {
    height: 360px;
  }

  .h_slider_link {
    max-width: 90%;
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 50px;
  }

  .home_hl_section {
    width: auto;
    margin-bottom: 5%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .home_hl_section.professions {
    border-top-style: none;
    margin-bottom: 3%;
    margin-left: 3%;
    margin-right: 3%;
    top: 0;
  }

  .top_nav_dropdown {
    float: none;
    width: 100%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top_link_list.w--open {
    margin-top: -4px;
    padding-top: 3px;
    padding-bottom: 8px;
    font-family: Rubik, sans-serif;
    font-weight: 500;
  }

  .top_nav_listlink {
    color: #fff;
    text-align: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    font-size: 22px;
    line-height: 26px;
    display: block;
  }

  .top_nav_listlink.w--open {
    color: rgba(255, 255, 255, .85);
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
  }

  .top_nav_listlink.contact {
    float: none;
  }

  .top_openlist_link {
    text-align: center;
    width: auto;
    padding: 8px 0;
    font-family: Rubik, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
  }

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

  .h_profession_link {
    width: 24%;
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .h_profession_icon {
    width: 90px;
    height: 90px;
  }

  .home_hl_link {
    margin-bottom: 4%;
    font-size: 16px;
    line-height: 20px;
  }

  .home_hl_picture {
    max-height: auto;
  }

  .home_hl_picture.news {
    border-radius: 5px;
    width: 98%;
    height: 120px;
    max-height: none;
  }

  .home_hl_infogroup {
    font-size: 16px;
    line-height: 22px;
  }

  .home_hl_infogroup.news {
    font-size: 15px;
  }

  .h_professions_group {
    width: auto;
    margin-top: auto;
  }

  .h_hl_more {
    margin-top: 15px;
    padding-top: 10px;
  }

  .h_statistic_link {
    height: 84px;
    font-size: 16px;
    line-height: 20px;
  }

  .h_statistic_link.txt {
    width: 19.2%;
  }

  .h_static_number {
    font-size: 28px;
  }

  .footer {
    min-height: auto;
    padding: 4% 3% 6%;
  }

  .footer_heb_link {
    width: 80px;
  }

  .footer_cyber_link {
    margin-top: 2%;
    font-size: 16px;
    font-weight: 500;
  }

  .footer_credit_centerblock {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .navmenu_button {
    color: #009774;
    text-align: center;
    background-image: url('../images/ic_menu_hamburg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 32px;
    width: 72px;
    height: 72px;
    margin-left: 0;
    padding: 0;
    font-size: 60px;
    line-height: 40px;
  }

  .navmenu_button.w--open {
    float: right;
    color: #fff;
    background-color: #009774;
    background-image: url('../images/ic_menu_close.svg');
    background-size: 28px;
    margin-right: 0;
    padding-bottom: 21px;
  }

  .h_slider_arrow {
    width: 40px;
    font-size: 24px;
  }

  .h_slider_nav {
    font-size: 16px;
  }

  .list_pict_section {
    height: 220px;
    margin-top: 72px;
  }

  .list_title_plate {
    height: 60px;
  }

  .list_content_group {
    width: 94%;
    margin-top: -60px;
    margin-left: 3%;
    margin-right: 3%;
  }

  .list_content_block {
    margin-top: -40px;
    padding-bottom: 4%;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 16px;
    line-height: 20px;
  }

  .list_content_navigation {
    font-size: 18px;
    line-height: 22px;
  }

  .list_category_title {
    margin-top: 0;
    margin-bottom: 10%;
    font-size: 20px;
    line-height: 22px;
  }

  .list_content_link {
    margin-bottom: 3%;
    padding: 5px 8px;
    font-size: 20px;
    line-height: 24px;
  }

  .list_autor_link {
    font-size: 16px;
    line-height: 20px;
  }

  .list_content_line {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .breadcrumb_block {
    margin-top: 4%;
    margin-bottom: 1%;
    font-size: 13px;
    line-height: 16px;
  }

  .breadcrumb_link {
    font-size: 13px;
    line-height: 16px;
  }

  .breadcrumb_line {
    margin-left: 8px;
    margin-right: 8px;
  }

  .stuff_list {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .stuff_block {
    padding-bottom: 2%;
    font-size: 12px;
    line-height: 14px;
  }

  .stuff_block_name {
    min-height: 42px;
    padding: 2% 6%;
    font-size: 14px;
    line-height: 16px;
  }

  .stuff_picture {
    align-items: center;
    height: 18vw;
    margin-bottom: 5%;
  }

  .stuff_position {
    min-height: auto;
    margin-bottom: 4%;
    font-size: 12px;
    line-height: 16px;
  }

  .footer_schwartz_reizman {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }

  .home_hl_spacetxt {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 13px;
    line-height: 16px;
  }

  .donors_list {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .donors_list_item {
    border-right-width: 1px;
    margin-bottom: 1.5%;
    padding: .5% 2%;
    font-size: 12px;
    line-height: 16px;
  }

  .donor_name {
    color: #4a4a4a;
    font-size: 12px;
    line-height: 16px;
  }

  .top_logo_txt {
    width: 80px;
    margin-bottom: 6px;
  }

  .top_search_group {
    float: none;
    display: inline-block;
  }

  .top_entrance_group {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 4%;
  }

  .link_english {
    color: #fff;
    margin-top: 4%;
    margin-right: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    display: block;
  }

  .link_english:hover {
    color: #000;
  }

  .top_entrance {
    color: #000;
    background-color: rgba(255, 255, 255, .56);
    border-radius: 25px;
    margin-bottom: 12px;
    margin-left: 4%;
    margin-right: 4%;
    padding: 12px 6px;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
  }

  .top_entrance.log2 {
    margin-right: 4%;
  }

  .slider_slogan {
    font-size: 40px;
    line-height: 48px;
  }

  .hl_title {
    font-size: 28px;
    line-height: 34px;
  }

  .hl_title.news {
    margin-bottom: 2%;
    font-size: 20px;
    line-height: 24px;
  }

  .hl_title.sm {
    font-size: 20px;
    line-height: 24px;
  }

  .footer_credits {
    padding: 4% 3% 6%;
  }

  .footer_credit_content.credit {
    flex-direction: column;
  }

  .footer_facebook {
    width: 46%;
  }

  .footer_info_group {
    width: 48%;
  }

  .footer_logos_group {
    margin-bottom: 6%;
  }

  .footer_name {
    margin-bottom: 3%;
    font-size: 18px;
    line-height: 22px;
  }

  .footer_contact_group {
    margin-top: 9%;
  }

  .footer_contact_link {
    margin-bottom: 5px;
  }

  .search_mobile {
    z-index: 1100;
    float: left;
    margin-left: 60px;
  }

  .search_mob_button {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0 9px;
    display: flex;
  }

  .search_mob_list.w--open {
    background-color: #d8d8d8;
    width: 42vw;
    height: 36px;
    top: 6px;
    left: 54px;
  }

  .search_mob_field {
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
    height: 36px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .stuff_group_title {
    margin-top: 3%;
    margin-bottom: 1%;
  }

  .form_label_group {
    margin-top: 5px;
    margin-bottom: 3%;
    font-size: 16px;
    line-height: 18px;
  }

  .form_label_star {
    margin-top: 0;
    margin-left: 3px;
    font-size: 20px;
    line-height: 20px;
  }

  .form_field_label {
    width: 86%;
    font-size: 16px;
    line-height: 16px;
  }

  .form_txt_field {
    min-height: 44px;
    margin-bottom: 1%;
    font-size: 18px;
  }

  .form_txt_field.txt_area {
    min-height: 120px;
  }

  .form_button {
    margin-left: 10px;
    line-height: 26px;
  }

  .contact_form_group {
    margin-top: 2%;
    margin-left: 6%;
  }

  .list_menu {
    z-index: 800;
    height: 60px;
  }

  .list_menu_link {
    color: #fff;
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    margin-bottom: 12px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .list_menu_link.w--current {
    background-color: rgba(0, 0, 0, 0);
  }

  .list_menu_conteiner {
    height: 60px;
  }

  .list_menu_button {
    float: left;
    color: #bcbd44;
    letter-spacing: -1px;
    height: 60px;
    max-height: 60px;
    padding: 12px 12px 32px;
    font-family: Varela Round, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 12px;
    top: 2px;
    overflow: hidden;
  }

  .list_menu_button.w--open {
    color: #fff;
    background-color: #bcbd44;
  }

  .list_navmenu {
    background-color: #bcbd44;
    padding: 16px 10px 10px 5px;
  }

  .stuff_mail {
    margin-top: 5%;
    margin-bottom: 1%;
    font-size: 12px;
    line-height: 14px;
  }

  .stuff_link {
    padding-bottom: 2%;
    font-size: 12px;
    line-height: 14px;
  }

  .gallery_main_group {
    margin-top: 4%;
    margin-bottom: 3%;
  }

  .gallery_main_item {
    width: 45.4%;
    margin-bottom: 4%;
    margin-left: 4.4%;
  }

  .gallery_main_link {
    padding-bottom: 5%;
    font-size: 16px;
    line-height: 18px;
  }

  .gallery_main_pict {
    height: 16vw;
    margin-bottom: 3%;
  }

  .add_info {
    font-size: 18px;
  }

  .add_info.news {
    padding-top: 1.5%;
    padding-bottom: 1%;
    padding-right: 3%;
    font-size: 16px;
    line-height: 20px;
  }

  .gallery_block {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .gallery_link {
    width: 22.8%;
    height: 8.8vw;
    margin-top: .4%;
    margin-left: 2.1%;
  }

  .gallery_maintitle {
    margin-left: 5%;
    margin-right: 6%;
  }

  .news_list {
    clear: both;
    margin-top: 2%;
    margin-bottom: 3%;
    display: inline-block;
  }

  .news_link {
    margin-bottom: 3.5%;
    font-size: 16px;
    line-height: 20px;
  }

  .news_link_picture {
    max-height: auto;
    height: auto;
  }

  .news_info_group {
    width: 64%;
    padding-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .news_date {
    max-width: 40%;
    margin-right: -10px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .news_more {
    margin-top: 4%;
    padding-top: 2%;
    padding-left: 6%;
  }

  .info_group_title {
    margin-top: 3%;
    margin-bottom: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 24px;
    line-height: 28px;
  }

  .h_news_line {
    height: 120px;
    max-height: none;
  }

  .anchor {
    top: -72px;
  }

  .social_group {
    direction: ltr;
    justify-content: center;
    margin-bottom: 4%;
    margin-left: 0;
  }

  .social_group.mobile {
    margin-top: 3%;
    display: flex;
  }

  .social_link {
    background-color: var(--white);
    box-shadow: 0 0 0 2px var(--white);
    width: 34px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 2%;
    margin-bottom: 1%;
    font-size: 36px;
    line-height: 40px;
  }

  h2 {
    margin-top: 3%;
    margin-bottom: 1%;
    font-size: 22px;
    line-height: 24px;
  }

  p {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .top_section {
    border-bottom-style: none;
    padding-left: 0;
  }

  .top_logo_group {
    margin-top: 6px;
    margin-bottom: 0;
  }

  .top_logo_shape {
    width: 60px;
    margin-left: 10px;
  }

  .top_logo_txtgroup {
    font-size: 11px;
    line-height: 14px;
  }

  .top_nav_menu {
    padding-top: 3%;
    padding-bottom: 2%;
  }

  .home_slider_section {
    margin-bottom: 4%;
  }

  .home_slider {
    height: 260px;
  }

  .h_slider_link {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .home_hl_section {
    clear: both;
    text-align: center;
    width: 93%;
    margin-left: 3%;
    margin-right: 3%;
    display: inline-block;
  }

  .home_hl_section.professions {
    margin-bottom: 1%;
    top: auto;
  }

  .home_hl_section.statistics {
    display: block;
  }

  .home_hl_section.statistics.txt {
    clear: both;
    width: 94%;
    margin-bottom: 0%;
    margin-left: 3%;
    margin-right: 0%;
    display: flex;
  }

  .home_hl_section.news {
    width: 94%;
    margin-top: 5%;
    margin-left: 3%;
    margin-right: 0%;
  }

  .top_link_list.w--open {
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top_nav_listlink {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 22px;
  }

  .top_openlist_link {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .h_profession_link {
    width: 24%;
    margin-top: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .h_profession_icon {
    width: 75px;
    height: 75px;
  }

  .home_hl_link {
    float: left;
    text-align: right;
    margin-bottom: 3%;
  }

  .home_hl_picture {
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    max-height: 58vw;
    margin-bottom: 10px;
    display: flex;
  }

  .home_hl_picture.news {
    height: 100px;
  }

  .home_hl_infogroup {
    font-size: 14px;
    line-height: 20px;
  }

  .home_hl_infogroup.news {
    padding-top: 0;
  }

  .h_professions_group {
    margin-bottom: 3%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h_hl_more {
    margin-top: 4%;
    padding-top: 3%;
    padding-left: 20px;
  }

  .h_statistic_link {
    float: left;
    width: 47%;
    margin-bottom: 20px;
    margin-right: 2.8%;
    display: flex;
  }

  .h_statistic_link.txt {
    float: none;
    width: 19.2%;
    height: 70px;
    margin-bottom: 0;
    margin-right: 0%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .h_static_number {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .footer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer_heb_link {
    width: 60px;
  }

  .footer_cyber_link {
    font-size: 16px;
  }

  .navmenu_button {
    background-size: 30px;
    width: 68px;
    font-size: 54px;
  }

  .navmenu_button.w--open {
    background-size: 24px;
  }

  .h_slider_nav {
    height: 30px;
    font-size: 12px;
  }

  .list_pict_section {
    background-position: 0 0;
    height: 240px;
  }

  .list_content_section {
    padding-bottom: 8%;
  }

  .list_content_group {
    width: 94%;
  }

  .list_content_block {
    width: 100%;
    padding-bottom: 30px;
  }

  .list_content_navigation {
    border-top: 1px solid #afb02f;
    width: 100%;
    padding-top: 20px;
    padding-left: 9%;
    padding-right: 9%;
  }

  .list_category_title {
    color: #bcbd44;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
    display: block;
  }

  .list_content_link {
    margin-bottom: 8px;
  }

  .list_content_link.current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .list_autor_group {
    font-size: 14px;
  }

  .breadcrumb_block {
    margin-top: 3%;
  }

  .breadcrumb_link, .breadcrumb_line {
    height: 20px;
  }

  .stuff_list {
    margin-bottom: 0%;
  }

  .stuff_block {
    font-size: 12px;
    line-height: 15px;
  }

  .stuff_block_name {
    min-height: 38px;
    font-size: 14px;
    line-height: 16px;
  }

  .stuff_picture {
    height: 25vw;
    margin-bottom: 8px;
  }

  .stuff_position {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
  }

  .footer_schwartz_reizman {
    width: 70px;
    height: auto;
    margin-top: 0;
    margin-right: 15px;
  }

  .home_hl_spacetxt {
    width: auto;
    min-width: 7%;
    font-size: 12px;
  }

  .donor_name {
    font-size: 13px;
  }

  .top_logo_txt {
    width: 75px;
  }

  .link_english {
    margin-bottom: 4%;
  }

  .top_entrance {
    margin-bottom: 10px;
    margin-left: 4%;
    margin-right: 4%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .top_entrance.log2 {
    margin-right: 4%;
  }

  .slider_slogan {
    font-size: 32px;
    line-height: 38px;
  }

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

  .hl_title.news {
    font-size: 22px;
  }

  .hl_title.sm {
    font-size: 18px;
    line-height: 22px;
  }

  .footer_credits {
    padding-bottom: 8%;
  }

  .footer_credit_content.credit {
    font-size: 14px;
    line-height: 18px;
  }

  .footer_logos_group {
    margin-bottom: 8%;
  }

  .footer_name, .footer_name.adress {
    font-size: 16px;
    line-height: 20px;
  }

  .footer_contact_group {
    margin-top: 10%;
  }

  .footer_contact_link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer_rights_txt {
    text-align: center;
  }

  .search_mobile {
    margin-left: 56px;
  }

  .search_mob_button {
    width: 40px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .search_mob_list.w--open {
    width: 50vw;
    left: 42px;
  }

  .search_mob_field {
    padding: 4px 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .form_label_group {
    margin-top: 0;
  }

  .form_button {
    margin-top: 2%;
    margin-left: 2%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 20px;
  }

  .contact_form_group {
    margin-top: 3%;
    margin-left: 4%;
  }

  .list_menu {
    height: 58px;
    margin-bottom: 3%;
  }

  .list_menu_conteiner {
    height: 58px;
  }

  .list_menu_button.w--open {
    height: 58px;
    max-height: 58px;
    font-size: 42px;
  }

  .stuff_link {
    font-size: 12px;
    line-height: 15px;
  }

  .gallery_main_group {
    margin-bottom: 1%;
  }

  .gallery_main_link {
    overflow: hidden;
  }

  .gallery_main_pict {
    height: 24vw;
  }

  .add_info {
    font-size: 18px;
  }

  .add_info.news {
    color: #fff;
    text-align: center;
    background-color: #bcbd44;
    border-top-style: none;
    border-radius: 5px;
    padding-top: 1%;
    font-size: 18px;
    line-height: 24px;
  }

  .add_info.news:hover {
    color: #fff;
  }

  .gallery_block {
    text-align: center;
    margin-bottom: 2%;
  }

  .gallery_link {
    width: 17.8%;
    height: 9.6vw;
    margin-top: 0%;
  }

  .news_list {
    margin-top: 3%;
    margin-bottom: 2%;
  }

  .news_link {
    float: left;
    text-align: right;
    margin-bottom: 4%;
  }

  .news_link_picture {
    justify-content: center;
    align-items: center;
    width: 32%;
    max-height: 58vw;
    margin-bottom: 10px;
    display: flex;
  }

  .news_info_group {
    width: 64%;
    font-size: 14px;
    line-height: 20px;
  }

  .news_date {
    max-width: 50%;
  }

  .news_more {
    margin-top: 4%;
    padding-top: 3%;
    padding-left: 20px;
  }

  .info_group_title {
    color: #009774;
  }

  .h_news_line {
    height: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 32px;
  }

  h2 {
    margin-bottom: 2%;
    font-size: 22px;
    line-height: 24px;
  }

  .top_section {
    height: 55px;
    min-height: 55px;
    padding-left: 0;
  }

  .top_nav_conteiner {
    height: 20vw;
  }

  .top_logo_group {
    align-items: flex-end;
    font-size: 9px;
    line-height: 10px;
    display: block;
  }

  .top_logo_shape {
    width: 42px;
    margin-left: 8px;
  }

  .top_logo_txtgroup {
    margin-top: 2px;
    font-size: 9px;
    line-height: 10px;
  }

  .top_nav_menu {
    padding-bottom: 15px;
  }

  .home_slider_section {
    margin-top: 55px;
    margin-bottom: 20px;
  }

  .home_slider {
    height: 52vw;
  }

  .home_slide {
    padding-bottom: 0;
  }

  .h_slider_link {
    max-width: 88%;
    margin-bottom: 8vw;
    font-size: 4.6vw;
    font-weight: 600;
    line-height: 4.6vw;
  }

  .home_hl_section {
    float: left;
    align-items: flex-start;
    width: 96%;
    margin-bottom: 0%;
    margin-left: 4%;
    margin-right: 0%;
  }

  .home_hl_section.professions {
    width: 98%;
    margin-bottom: 0%;
    margin-left: 0;
    display: flex;
  }

  .home_hl_section.statistics {
    width: 96%;
  }

  .home_hl_section.statistics.txt {
    flex-direction: column;
    width: 92%;
    margin-bottom: 12%;
    margin-left: 4%;
    padding-right: 0;
  }

  .home_hl_section.news {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 92%;
    margin-top: 2%;
    margin-left: 4%;
  }

  .top_nav_dropdown {
    font-size: 22px;
  }

  .top_nav_listlink {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 20px;
  }

  .top_nav_listlink.w--open {
    font-size: 18px;
    line-height: 20px;
  }

  .top_openlist_link {
    padding-top: 2px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .h_profession_link {
    float: none;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 12px;
    line-height: 13px;
    display: inline-block;
  }

  .h_profession_icon {
    width: 18vw;
    height: 18vw;
    margin-bottom: 6px;
  }

  .home_hl_link {
    flex-direction: column;
    align-items: stretch;
    width: 96%;
    margin-bottom: 10%;
    font-size: 14px;
    line-height: 18px;
  }

  .home_hl_link.news {
    width: 100%;
  }

  .home_hl_picture {
    width: 100%;
    max-height: 60vw;
  }

  .home_hl_picture.news {
    border-radius: 6px;
    width: 100%;
    height: auto;
    max-height: 60vw;
  }

  .home_hl_infogroup {
    color: #000;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .h_professions_group {
    float: left;
    width: 96%;
    margin-bottom: 5%;
    padding-top: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
    display: flex;
  }

  .h_statistic_link {
    width: 45%;
    margin-bottom: 4vw;
    margin-right: 4%;
  }

  .h_statistic_link.txt {
    width: 100%;
    height: 86px;
    font-size: 18px;
  }

  .h_static_number {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 32px;
  }

  .footer_heb_link {
    width: 28%;
  }

  .footer_cyber_link {
    clear: both;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
  }

  .footer_credit_centerblock {
    clear: both;
    flex-direction: column;
    justify-content: center;
  }

  .footer_credit_link {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .navmenu_button {
    background-size: 24px;
    width: 48px;
    height: 55px;
    font-size: 46px;
  }

  .navmenu_button.w--open {
    background-size: 22px;
  }

  .h_slider_arrow {
    width: 6vw;
    font-size: 18px;
  }

  .h_slider_nav {
    height: 7vw;
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .list_pict_section {
    height: 240px;
    margin-top: 55px;
  }

  .list_content_group {
    width: 94%;
    margin-right: 0%;
  }

  .list_content_block {
    padding: 1% 4% 7%;
    font-size: 14px;
    line-height: 18px;
  }

  .list_content_navigation {
    padding-top: 12px;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .list_autor_group, .list_autor_link {
    font-size: 13px;
    line-height: 14px;
  }

  .breadcrumb_block {
    margin-top: 6px;
  }

  .breadcrumb_link {
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }

  .breadcrumb_line {
    height: 18px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 12px;
  }

  .stuff_list {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .stuff_block {
    border-bottom-style: none;
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .stuff_block_name {
    min-height: auto;
    padding: 4%;
    font-size: 20px;
    line-height: 22px;
  }

  .stuff_picture {
    height: auto;
    margin-bottom: 4%;
  }

  .stuff_position {
    min-height: auto;
    margin-bottom: 3%;
    font-size: 18px;
    line-height: 22px;
  }

  .footer_schwartz_reizman {
    float: left;
    width: 32%;
    margin-right: 0;
  }

  .home_hl_spacetxt {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
  }

  .donors_list {
    margin-top: 3%;
    margin-bottom: 5%;
    display: block;
  }

  .donors_list_item {
    width: 100%;
    margin-bottom: 3%;
    margin-right: 0%;
    padding: 1% 3% 1% 0;
    font-size: 16px;
    line-height: 18px;
  }

  .donor_name {
    font-size: 16px;
    line-height: 18px;
  }

  .top_logo_txt {
    width: 60px;
    margin-bottom: 4px;
  }

  .top_search_group {
    margin-top: 4px;
    margin-left: 10px;
  }

  .top_entrance_group {
    margin-top: 5%;
    margin-bottom: 7%;
  }

  .link_english {
    margin-top: 6%;
    margin-bottom: 2%;
    font-size: 16px;
  }

  .top_entrance {
    margin-left: 2%;
    margin-right: 2%;
    font-size: 16px;
    line-height: 18px;
  }

  .slider_slogan {
    font-size: 22px;
    line-height: 26px;
  }

  .footer_credits {
    border-top-width: 12px;
    padding-top: 6%;
    padding-bottom: 12%;
  }

  .footer_credit_group {
    flex-direction: column;
  }

  .footer_facebook, .footer_info_group {
    width: 100%;
  }

  .footer_name {
    text-align: center;
  }

  .footer_contact_group {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 6%;
    display: flex;
  }

  .footer_rights_txt {
    font-size: 12px;
  }

  .search_mobile {
    margin-left: 35px;
  }

  .search_mob_button {
    width: 42px;
    padding-left: 10px;
    padding-right: 8px;
  }

  .search_mob_list.w--open {
    width: 55vw;
    height: 28px;
    margin-top: 4px;
  }

  .search_mob_field {
    border-color: #009774;
    height: 28px;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .stuff_group_title {
    margin-top: 6%;
    margin-bottom: 4%;
    font-size: 26px;
    line-height: 28px;
  }

  .form_label_group {
    width: 100%;
    margin-bottom: 5%;
    line-height: 20px;
  }

  .form_label_star {
    margin-left: 6px;
  }

  .form_field_label {
    font-size: 15px;
    line-height: 16px;
  }

  .form_txt_field {
    min-height: 40px;
    padding: 2px 10px;
    font-size: 16px;
  }

  .form_button {
    margin-left: 3%;
  }

  .contact_form_group {
    margin-top: 5%;
    margin-left: 0%;
  }

  .list_menu {
    height: 40px;
  }

  .list_menu_link {
    margin-bottom: 3%;
    margin-left: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .list_menu_conteiner {
    height: 40px;
  }

  .list_menu_button {
    height: 40px;
    max-height: 40px;
    padding: 6px 6px 20px;
    font-size: 32px;
  }

  .list_menu_button.w--open {
    height: 40px;
    max-height: 40px;
    font-size: 32px;
  }

  .list_navmenu {
    padding: 5% 3% 3%;
  }

  .stuff_mail {
    margin-top: 3%;
    font-size: 16px;
    line-height: 18px;
  }

  .stuff_link {
    border-bottom-style: none;
    width: 100%;
    margin-bottom: 12%;
    margin-right: 0%;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .heading {
    margin-top: 4%;
  }

  .gallery_main_group {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .gallery_main_item {
    width: 100%;
    margin-bottom: 6%;
    margin-left: 0%;
  }

  .gallery_main_link {
    padding-bottom: 4%;
    font-size: 18px;
    line-height: 22px;
  }

  .gallery_main_pict {
    height: 50vw;
  }

  .add_info {
    color: #fff;
    background-color: #bcbd44;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 4%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 20px;
    display: inline-block;
  }

  .add_info:hover {
    color: #000;
  }

  .gallery_block {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .gallery_link {
    width: 30%;
    height: 18vw;
    margin: 0% 1.2% 2.4%;
  }

  .news_list {
    margin-top: 2%;
    margin-bottom: 0%;
    margin-right: -10px;
  }

  .news_link {
    flex-direction: column;
    align-items: stretch;
    width: 96%;
    margin-bottom: 10%;
    font-size: 14px;
    line-height: 18px;
  }

  .news_link_picture {
    width: 100%;
    max-height: 60vw;
  }

  .news_info_group {
    color: #000;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .news_date {
    max-width: 60%;
    margin-top: 15px;
    padding: 4px 10px;
    font-size: 14px;
  }

  .info_group_title {
    margin-bottom: 3%;
  }

  .h_news_line {
    display: none;
  }

  .anchor {
    top: -55px;
  }

  .social_group.mobile {
    margin-top: 8%;
  }

  .social_link {
    width: 30px;
  }
}


