.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-image: url('../images/bgr_stars.png');
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  direction: rtl;
  font-family: extrim, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 82px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

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

p {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 22px;
}

a {
  color: #009ba0;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
}

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

.navbar_section {
  background-color: #fff;
  text-align: center;
}

.top_green_section {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #009ba0;
  direction: ltr;
}

.top_white_section {
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fff;
  text-align: center;
}

.picture_section {
  width: 100%;
  height: 660px;
  background-image: url('../images/home_pict_1.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.picture_section.list {
  display: block;
  margin-bottom: -280px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.picture_section.list.lang_eng {
  text-align: left;
}

.picture_section.clock {
  display: block;
  height: 460px;
  margin-bottom: 0.1vw;
  padding-top: 30px;
  padding-bottom: 50px;
  background-image: url('../images/clock_list_pict.png');
  background-position: 50% 50%;
}

.home_content_section {
  display: block;
  width: 1140px;
  margin: 80px auto 50px;
  font-family: 'Open Sans', sans-serif;
}

.footer_section {
  padding-top: 50px;
  padding-bottom: 60px;
  float: none;
  background-color: #5a5a5a;
  color: #fff;
  text-align: center;
}

.top_negishut_block {
  padding: 8px 20px;
  float: right;
}

.top_negishut_block.lang_eng {
  float: left;
}

.top_languages_block {
  position: static;
  margin-top: 17px;
  padding-left: 18px;
  float: left;
}

.top_languages_block.lang_eng {
  padding-right: 12px;
  padding-left: 0px;
  float: right;
}

.top_logo_search_block {
  display: block;
  width: 72%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.top_logo {
  float: right;
}

.top_logo.lang_eng {
  float: left;
}

.top_search_block {
  margin-left: 10px;
  float: left;
}

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

.top_search_field {
  width: 160px;
  height: 28px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 2px 6px 2px 4px;
  float: right;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #000 #009ba0 #000 #000;
  font-size: 20px;
}

.top_search_field.lang_eng {
  padding-right: 4px;
  padding-left: 6px;
  float: left;
  border-left: 1px solid #009ba0;
  border-right-style: none;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 19px;
  text-align: left;
}

.top_search_field.lang_arab {
  font-size: 14px;
}

.top_search_button {
  margin-top: 13px;
  padding: 3px 5px;
  float: right;
}

.top_search_button:hover {
  background-color: #ececec;
}

.link_language {
  width: auto;
  margin-right: 1px;
  margin-left: 1px;
  float: right;
  font-family: extrim, sans-serif;
  color: #000;
  text-align: right;
  text-decoration: none;
}

.link_language:hover {
  color: #009ba0;
}

.link_language.eng {
  margin-top: -2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.link_language.arab {
  margin-top: 0px;
  font-family: Notokufiarabic, sans-serif;
  font-size: 18px;
  line-height: 17px;
  font-weight: 400;
}

.top_lang_line {
  margin-top: 4px;
  margin-right: 1px;
  margin-left: 1px;
  float: right;
}

.top_links_block {
  display: block;
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.top_links_list {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
}

.top_links_list.lang_eng {
  float: left;
}

.top_communic_block {
  float: left;
}

.top_communic_block.lang_eng {
  float: right;
}

.top_communic_link {
  margin-right: 5px;
  float: left;
}

.top_links_item {
  margin-top: 8px;
  float: right;
}

.top_links_item.lang_eng {
  float: left;
}

.top_link {
  float: right;
  color: #fff;
  font-size: 26px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

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

.top_link.lang_eng {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  text-align: left;
}

.top_link.lang_arab {
  font-size: 21px;
  line-height: 19px;
}

.top_link_line {
  width: 2px;
  height: 18px;
  margin-top: 2px;
  margin-right: 14px;
  margin-left: 14px;
  float: right;
  background-color: #000;
}

.home_slogan_group {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
  height: 660px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
  float: none;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 19px;
  text-align: right;
}

.home_slogan_group.lang_eng {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.home_slogan_title2 {
  margin-bottom: 15px;
  font-family: Notokufiarabic, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 77px;
  font-weight: 400;
}

.home_slogan_title3 {
  color: #fff;
  font-size: 32px;
  line-height: 28px;
}

.home_slogan_title3.lang_arab {
  font-size: 26px;
}

.content_right {
  width: 69.3%;
  float: right;
}

.content_right.list {
  float: left;
}

.content_right.lang_eng {
  float: left;
}

.content_left {
  width: 26.3%;
  float: left;
}

.content_left.list {
  float: right;
}

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

.home_advert_group {
  margin-bottom: 50px;
  padding-bottom: 70px;
  border-bottom: 5px solid #009ba0;
}

.home_advert_group.hl {
  padding-bottom: 50px;
}

.home_advert_group.lang_eng {
  font-family: 'Open Sans', sans-serif;
}

.home_advert_block {
  width: 380px;
  height: 160px;
  float: right;
  background-color: #009ba0;
  color: #7c7c7c;
  text-align: center;
}

.home_advert_block.left {
  float: left;
  background-color: #000;
  font-family: extrim, sans-serif;
  color: #464242;
  font-size: 20px;
}

.home_advert_block.left.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.home_advert_block.left.lang_arab {
  font-family: Notokufiarabic, sans-serif;
  font-size: 16px;
}

.home_advert_block.right {
  background-image: url('../images/home_advert_pict1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: extrim, sans-serif;
  color: #464242;
}

.home_advert_block.right.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.home_advert_block.right.lang_arab {
  font-family: Notokufiarabic, sans-serif;
  font-size: 16px;
}

.new {
  position: static;
  margin-top: -5px;
  margin-right: -5px;
  margin-bottom: -45px;
  float: right;
}

.home_advert_link {
  width: 100%;
  min-height: 90px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  clear: right;
  font-family: extrim, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.home_advert_link.lang_eng {
  font-family: 'Open Sans', sans-serif;
}

.home_advert_link.lang_arab {
  font-size: 18px;
  line-height: 23px;
}

.home_advert_title {
  color: #000;
  font-size: 32px;
  line-height: 29px;
  font-weight: 700;
}

.home_advert_title.green {
  color: #009ba0;
}

.home_advert_title.green.lang_eng {
  font-size: 30px;
  line-height: 28px;
}

.home_advert_title.green.lang_arab {
  font-size: 22px;
}

.home_advert_title.lang_eng {
  margin-bottom: 2px;
  font-size: 30px;
  line-height: 28px;
}

.home_advert_title.lang_arab {
  font-size: 22px;
}

.hl_790_350_group {
  width: 100%;
}

.hl_790_350_pict {
  margin-bottom: -220px;
}

.hl_790_350_link {
  width: 100%;
  height: 220px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: extrim, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.hl_790_350_title {
  font-size: 54px;
  line-height: 54px;
}

.hl_790_350_title.lang_arab {
  font-size: 48px;
  line-height: 57px;
}

.hl_250_group {
  width: 31.6%;
  float: right;
}

.hl_250_group.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.hl_250_group.left {
  float: left;
}

.hl_250_block {
  margin-bottom: 50px;
  padding-bottom: 8px;
  background-color: #000;
}

.hl_250_linktxt {
  width: 100%;
  padding: 18px 4%;
  background-color: #fff;
  font-family: extrim, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.hl_250_linktxt.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 18px;
}

.hl_250_linktxt.lang_arab {
  font-size: 15px;
}

.hl_250_pict_165 {
  height: 165px;
  margin-bottom: -165px;
}

.hl_250_title {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
  font-family: extrim, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

.hl_250_title._290 {
  height: 290px;
  font-family: extrim, sans-serif;
}

.hl_250_title._290.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
}

.hl_250_title._165 {
  font-family: extrim, sans-serif;
}

.hl_250_title._165.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
}

.hl_250_title._325 {
  height: 325px;
  font-family: extrim, sans-serif;
}

.hl_250_title._325.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
}

.hl_250_title._340 {
  height: 340px;
  font-family: extrim, sans-serif;
}

.hl_250_title._340.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
}

.hl_250_title._280 {
  height: 280px;
  font-family: extrim, sans-serif;
}

.hl_250_title._280.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
}

.hl_250_title.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
}

.hl_250_title_all {
  position: absolute;
  top: 50%;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 25px;
  line-height: 22px;
}

.hl_250_title_all.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
}

.hl_250_pict_290 {
  height: 290px;
  margin-bottom: -290px;
}

.hl_250_pict_325 {
  height: 325px;
  margin-bottom: -325px;
}

.hl_250_pict_340 {
  height: 340px;
  margin-bottom: -340px;
}

.hl_250_pict_280 {
  height: 280px;
  margin-bottom: -280px;
}

.content_info_block {
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 5px solid #009ba0;
  font-family: extrim, sans-serif;
  text-align: center;
}

.content_info_block.list1 {
  margin-bottom: 20px;
  border-top-color: #ff9c00;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
}

.content_info_block.list1.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
}

.content_info_block.list1.lang_arab {
  font-family: Notokufiarabic, sans-serif;
}

.content_info_block.list2 {
  margin-bottom: 20px;
  border-top-color: #ff9c00;
  font-size: 26px;
  line-height: 26px;
}

.content_info_block.list2.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 22px;
}

.content_info_block.list3 {
  padding-top: 10px;
  border-top-style: none;
  font-size: 26px;
  line-height: 26px;
}

.content_info_block.list3.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 22px;
}

.content_info_block.lang_eng {
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.content_info_block.lang_arab {
  font-family: Notokufiarabic, sans-serif;
  font-size: 17px;
}

.content_maillink {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-decoration: none;
}

.content_maillink:hover {
  text-decoration: underline;
}

.content_greenlink {
  font-family: extrim, sans-serif;
  color: #009ba0;
  text-decoration: none;
}

.content_greenlink:hover {
  text-decoration: underline;
}

.content_order_button {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 10px;
  background-color: #ff9c00;
  font-family: extrim, sans-serif;
  color: rgba(0, 0, 0, 0.72);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.content_order_button:hover {
  color: #000;
}

.content_order_button.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}

.content_order_button.lang_arab {
  font-size: 27px;
}

.calendar_block {
  margin-bottom: 39px;
  border-top: 5px solid #009ba0;
}

.content_advert_block {
  margin-bottom: 30px;
}

.footer_block {
  display: block;
  width: 1140px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.footer_credit_link {
  display: block;
  margin-right: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
}

.footer_credit_raw {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.footer_info-group {
  width: 23%;
  margin-bottom: 2%;
  margin-left: 2%;
  float: right;
  text-align: right;
}

.footer_info-group.lang_eng {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  text-align: left;
}

.footer_info-group.lang_arab {
  font-size: 15px;
  line-height: 21px;
}

.footer_credit_txt {
  display: inline;
}

.footer_credit_logo {
  display: inline;
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
  float: none;
}

.list_content_section {
  display: block;
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  background-color: #fff;
  color: #000;
}

.list_content_section.lang_eng {
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
}

.list_content_section.clock {
  width: 99.9%;
  margin-bottom: 200px;
  padding: 0.1vw 0px 0px 0vw;
}

.picture_list_titleblock {
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.picture_list_titleblock.margintop {
  margin-top: 128px;
}

.list_title_block {
  margin-bottom: 6px;
  padding: 5px 30px 5px 40px;
  float: right;
  background-color: #f58500;
  text-align: right;
}

.list_title_block.lang_eng {
  padding: 4px 40px 8px 30px;
  float: left;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.list_title_links_block {
  padding: 10px 30px 10px 40px;
  float: right;
  clear: right;
  background-color: #000;
  color: #fff;
}

.list_title_links_block.lang_eng {
  padding-top: 8px;
  padding-right: 40px;
  padding-left: 30px;
  float: left;
  clear: left;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
}

.list_navigate_list {
  margin-bottom: 50px;
  padding: 10px 0px;
  border-bottom: 1px solid #b4b4b4;
}

.list_content_left {
  width: 70%;
  float: left;
}

.list_content_left.lang_eng {
  float: right;
}

.list_content_right {
  width: 26%;
  float: right;
}

.list_content_right.lang_eng {
  float: left;
}

.picture_list_langtitles {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
  font-size: 22px;
}

.list_smtitle_eng {
  width: 45%;
  margin-top: 3px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 26px;
  text-align: left;
}

.list_smtitle_arab {
  width: 45%;
  float: right;
  font-family: Lateef, sans-serif;
  font-size: 46px;
  line-height: 26px;
  text-align: right;
}

.list_navigate_item {
  display: inline-block;
  margin-bottom: 3px;
  float: right;
}

.list_navigate_item.lang_eng {
  float: left;
  color: #000;
}

.list_navigate_slash {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
  float: right;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.list_navigate_slash.lang_eng {
  display: inline-block;
  margin-top: 1px;
}

.list_navigate_link {
  float: right;
  color: #009ba0;
  text-decoration: none;
}

.list_navigate_link:hover {
  text-decoration: underline;
}

.list_navigate_link.last {
  color: #000;
}

.list_navigate_link.last.lang_arab {
  font-size: 17px;
}

.list_navigate_link.lang_eng {
  float: left;
  font-size: 20px;
  line-height: 20px;
}

.list_navigate_link.lang_eng.end {
  color: #000;
}

.list_navigate_link.lang_arab {
  font-size: 17px;
}

.title_center_test {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -35%);
  -ms-transform: translate(0px, -35%);
  transform: translate(0px, -35%);
  font-family: extrim, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 22px;
  text-align: center;
}

.title_center_test.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
}

.title_center_test.lang_arab {
  font-size: 21px;
}

.pict_center_test {
  position: relative;
  min-height: 165px;
}

.hl_allsize_block {
  margin-bottom: 50px;
  padding-bottom: 8px;
}

.page_gallery_slider {
  overflow: hidden;
  height: 477px;
  background-color: #fff;
  direction: ltr;
}

.home_main_sider {
  height: 100%;
  background-color: transparent;
  direction: ltr;
}

.home_main_slide {
  background-image: url('../images/home_pict_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_slide_img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.gallery_slide_main {
  overflow: visible;
}

.gallery_arrow {
  color: #000;
}

.menu_luah_iruim {
  margin-bottom: 20px;
}

.menu_luah_link {
  width: 100%;
  height: auto;
  margin-bottom: 4px;
  padding: 8px 15px 8px 10px;
  border-right: 14px solid #000;
  background-color: #e3e1db;
  font-family: extrim, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
}

.menu_luah_link:hover {
  background-color: #cac7ba;
  color: #000;
}

.menu_luah_link._1 {
  border-right-color: #009ba0;
}

.menu_luah_link._1.lang_eng {
  padding: 3% 3% 3% 5%;
  border-left: 14px solid #009ba0;
  border-right-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.menu_luah_link._2 {
  border-right-color: #8654af;
}

.menu_luah_link._2.lang_eng {
  padding: 3% 3% 3% 5%;
  border-left: 14px solid #8654af;
  border-right-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.menu_luah_link._3 {
  border-right-color: #6e80b8;
}

.menu_luah_link._3.lang_eng {
  padding: 3% 3% 3% 5%;
  border-left: 14px solid #6e80b8;
  border-right-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.menu_luah_link._4 {
  border-right-color: #548fb8;
}

.menu_luah_link._4.lang_eng {
  padding: 3% 3% 3% 5%;
  border-left: 14px solid #548fb8;
  border-right-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.menu_luah_link._5 {
  border-right-color: #7ca184;
}

.menu_luah_link._5.lang_eng {
  padding: 3% 3% 3% 5%;
  border-left: 14px solid #7ca184;
  border-right-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.menu_luah_link._6 {
  border-right-color: #b3ad3b;
}

.menu_luah_link._6.lang_eng {
  padding: 3% 3% 3% 5%;
  border-left: 14px solid #b3ad3b;
  border-right-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.menu_luah_link._7 {
  border-right-color: #dba444;
}

.menu_luah_link._7.lang_eng {
  padding: 3% 3% 3% 5%;
  border-left: 14px solid #dba444;
  border-right-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.menu_luah_link._8 {
  border-right-color: #e06969;
}

.menu_luah_link._8.lang_eng {
  padding: 3% 3% 3% 5%;
  border-left: 14px solid #e06969;
  border-right-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.event_group_link {
  width: 100%;
  margin-bottom: 3%;
  color: #000;
}

.event_pict_group {
  width: 29%;
  float: right;
}

.event_pict_group.lang_eng {
  float: left;
}

.event_info_group {
  width: 68%;
  float: left;
  text-align: right;
}

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

.event_title_group {
  margin-top: 0px;
  line-height: 30px;
}

.event_title_group.lang_eng {
  font-size: 28px;
}

.event_txt {
  margin-bottom: 5px;
}

.contactus-form {
  width: 50%;
  float: none;
}

.contactus-label {
  font-weight: 400;
}

.contactus-label.lang_arab {
  font-size: 17px;
}

.contactus-textfield {
  margin-bottom: 25px;
  font-size: 18px;
}

.contactus-textfield.lang_arab {
  font-size: 16px;
}

.contactus-button {
  width: 100%;
  padding: 18px 25px 14px;
  background-color: #ff9c00;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.home-newsletter-title {
  font-size: 24px;
  font-weight: 700;
}

.home-newsletter-title.lang_eng {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}

.home-newsletter-title.lang_arab {
  font-size: 19px;
}

.home-newletter-form {
  margin-top: 11px;
}

.home-newletter-form.lang_eng {
  font-family: 'Open Sans', sans-serif;
}

.home-newsletter-input {
  border: 1px solid #cac7ba;
  background-color: hsla(0, 0%, 100%, 0.72);
  font-size: 19px;
}

.home-newsletter-input.lang_eng {
  font-size: 18px;
  text-align: left;
}

.home-newsletter-input.lang_arab {
  font-size: 16px;
}

.home-newsletter-submit {
  width: 100%;
  margin-top: 10px;
  padding: 20px 15px;
  background-color: #ff9c00;
  color: #000;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1px;
}

.home-newsletter-submit.lang_eng {
  padding-top: 18px;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
}

.home-newsletter-checkbox {
  margin-top: -10px;
  float: right;
  direction: rtl;
  text-align: right;
}

.home-newsletter-checkbox.lang_eng {
  float: left;
  font-size: 18px;
  text-align: left;
}

.home-newsletter-chk {
  width: 20px;
  height: 20px;
  float: right;
}

.home-newsletter-chk.lang_eng {
  float: left;
}

.home-newsletter-label {
  margin-top: 4px;
  margin-right: 25px;
  margin-left: 5px;
  float: right;
  font-size: 18px;
}

.home-newsletter-label.lang_eng {
  font-size: 15px;
}

.home-newsletter-label.lang_arab {
  font-size: 13px;
}

.event_list_date {
  color: #312e2e;
  font-weight: 400;
}

.lang_arab {
  font-family: Notokufiarabic, sans-serif;
}

.h1_list_title_block {
  font-size: 58px;
  line-height: 58px;
}

.lang_arab_content p {
  font-size: 17px;
}

.lang_arab_content h2 {
  font-size: 26px;
}

.lang_arab_content h4 {
  font-size: 19px;
  line-height: 30px;
}

.event_archive_line {
  height: 5px;
  margin-bottom: 4%;
  background-color: #009ba0;
}

.gallery_side_txt {
  height: 25px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.popup_section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.popup_group {
  position: relative;
  width: 740px;
  background-color: #fff;
  font-size: 27px;
  line-height: 30px;
}

.popup_group.arab {
  font-family: Notokufiarabic, sans-serif;
  line-height: 28px;
}

.popup_group.en {
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.popup_picture {
  width: 100%;
}

.popup_border {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: 20px;
  border: 1px solid #009ba0;
}

.popup_content {
  position: relative;
  margin: 32px 50px 40px;
}

.popup_close {
  width: 32px;
  height: 32px;
  margin-top: 12px;
  margin-right: 12px;
  background-image: url('../images/popup_close.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup_close.en {
  margin-right: 0px;
  margin-left: 12px;
}

.popup_title {
  margin-bottom: 3px;
  color: #009ba0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.popup_title.arab {
  line-height: 34px;
}

.popup_title.en {
  line-height: 34px;
}

.popup_form_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-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;
}

.popup_form_group.footer {
  -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;
  line-height: 25px;
}

.popup_form_group.footer.en {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.popup_form_group.footer.arab {
  line-height: 28px;
}

.popup_form_group.en {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.popup_form_field {
  width: 72%;
  height: 40px;
  margin-bottom: 0px;
  padding: 2px 15px 2px 10px;
  background-color: #009ba0;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
}

.popup_form_field.en {
  width: 70%;
  padding: 0px 10px 2px 15px;
  text-align: left;
}

.popup_form_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  height: 40px;
  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: #009ba0;
  color: #fff;
  font-size: 27px;
  line-height: 22px;
  font-weight: 700;
}

.popup_form_button:hover {
  background-color: #028185;
}

.popup_form_button.en {
  width: 27%;
  font-size: 22px;
}

.popup_footer_link {
  margin-left: 5px;
  border-bottom: 1px solid #009ba0;
  color: #000;
  font-size: 27px;
  line-height: 25px;
}

.popup_footer_link:hover {
  color: #009ba0;
}

.popup_footer_link.en {
  margin-right: 5px;
  margin-left: 0px;
}

.clock_main_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vw;
  margin-bottom: 0.1vw;
  padding-right: 0.1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  font-size: 26px;
  line-height: 30px;
}

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

.clock_main_pict {
  position: relative;
  width: 33%;
  height: 30vw;
  margin-left: 50px;
  background-image: url('../images/clock_main_item.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.clock_main_pict.lang_eng {
  margin-right: 50px;
  margin-left: 0px;
}

.clock_item_title {
  max-width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  border-top: 4px solid #ff9c00;
  color: #fff;
  font-size: 44px;
  line-height: 44px;
  font-weight: 400;
}

.clock_item_title.main {
  max-width: none;
  margin-bottom: 20px;
  padding-top: 0px;
  border-top-style: none;
  color: #444;
}

.clock_item_title.hoover {
  border-top-color: #fff;
  color: #000;
}

.clock_item_title.sm {
  max-width: 90%;
  font-size: 42px;
  line-height: 42px;
}

.clock_item_title.lang_eng {
  float: left;
}

.clock_add {
  margin-top: 20px;
  color: #009ba0;
  font-weight: 700;
}

.clock_add.hoover {
  margin-top: 10px;
  color: #fff;
}

.clock_main_info {
  position: relative;
  width: 50%;
}

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

.clock_big_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1vw;
  margin-bottom: 0.1vw;
  padding-right: 0.1vw;
  padding-left: 0.1vw;
  -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;
}

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

.clock_big_item {
  position: relative;
  width: 49.93%;
  height: 30vw;
  background-image: url('../images/clock_big_item.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.clock_item_info {
  width: 100%;
  padding: 30px 4% 20px 8%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.65));
}

.clock_item_info.hoover {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: none;
  color: #000;
  font-size: 24px;
  line-height: 28px;
}

.clock_item_info.hoover.lang_eng {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.clock_item_info.lang_eng {
  padding-right: 10%;
  padding-left: 4%;
  text-align: left;
}

.clock_item_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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-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;
}

.clock_item_link.hoover {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 156, 0, 0.86);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.clock_sm_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1vw;
  margin-right: 0vw;
  margin-bottom: 0px;
  padding-right: 0.1vw;
  padding-bottom: 0.1vw;
  padding-left: 0px;
  -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;
}

.clock_sm_list.lang_eng {
  margin-right: -0.2vw;
  margin-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.clock_sm_item {
  position: relative;
  width: 33.18%;
  height: 30vw;
  margin-bottom: 0.1vw;
  margin-left: 0.1vw;
  background-image: url('../images/clock_big_item.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.clock_sm_item.lang_eng {
  margin-right: 0.1vw;
  margin-left: 0vw;
}

.clock_item_title_base {
  max-width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  border-top: 4px solid #ff9c00;
  color: #fff;
  font-size: 44px;
  line-height: 44px;
  font-weight: 400;
}

.clock_item_title_base.main {
  max-width: none;
  margin-bottom: 20px;
  padding-top: 0px;
  border-top-style: none;
  color: #444;
}

.clock_item_title_base.hoover {
  border-top-color: #fff;
  color: #000;
}

.clock_item_title_base.sm {
  max-width: 90%;
  font-size: 42px;
  line-height: 42px;
}

.clock_item_title_base.lang_eng {
  float: left;
}

.order_tickets {
  position: fixed;
  left: 1%;
  top: 16%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 10vw;
  height: 10vw;
  padding-right: 1vw;
  padding-left: 1vw;
  -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: #18a6aa;
  box-shadow: -5px -1px 20px 0 rgba(0, 0, 0, 0.32);
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  color: #fff;
  font-size: 2.2vw;
  line-height: 1.8vw;
  text-align: center;
}

.order_tickets:hover {
  background-color: #fff;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.57);
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.4vw;
  font-weight: 700;
}

.order_tickets.en {
  left: auto;
  right: 1%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6vw;
  line-height: 2vw;
  text-transform: uppercase;
}

.order_tickets.en:hover {
  font-size: 1.8vw;
}

.order_tickets.arab {
  font-size: 2vw;
  line-height: 2.4vw;
}

.order_tickets.arab:hover {
  font-size: 2.1vw;
}

.order_txt {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

html.w-mod-js *[data-ix="home-slider-title-reveal"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="home-slider-sub-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="home-highlights-reveal"] {
  opacity: 0;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 44px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 28px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 25px;
  }

  p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 19px;
  }

  a {
    font-size: 21px;
    line-height: 21px;
  }

  .top_green_section {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .top_white_section {
    display: none;
  }

  .picture_section {
    height: auto;
    padding: 20px 10px;
    text-align: center;
  }

  .picture_section.list {
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .picture_section.clock {
    display: inline-block;
    width: 100%;
    height: 320px;
    margin-bottom: -5px;
    padding: 40px 20px 30px;
  }

  .home_content_section {
    width: auto;
    margin: 20px 10px 30px;
  }

  .footer_section {
    padding: 20px 20px 30px;
  }

  .home_slogan_group {
    width: auto;
    height: 150px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px 2vw 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .home_slogan_group.lang_eng {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home_slogan_title2 {
    font-size: 54px;
    line-height: 36px;
  }

  .home_slogan_title3 {
    font-size: 26px;
  }

  .home_slogan_title3.lang_arab {
    font-size: 23px;
  }

  .content_left {
    width: 27.3%;
  }

  .content_left.lang_eng {
    font-size: 18px;
  }

  .home_advert_group {
    margin-bottom: 30px;
    padding-bottom: 40px;
  }

  .home_advert_group.hl {
    padding-bottom: 30px;
  }

  .home_advert_group.lang_eng {
    padding-bottom: 30px;
  }

  .home_advert_block.left {
    width: 48%;
    height: 100px;
    font-size: 18px;
    line-height: 23px;
  }

  .home_advert_block.left.lang_eng {
    font-size: 15px;
  }

  .home_advert_block.left.lang_arab {
    font-size: 14px;
  }

  .home_advert_block.right {
    width: 48%;
    height: 100px;
    background-position: 50% 50%;
    background-size: cover;
    font-size: 17px;
    line-height: 23px;
  }

  .home_advert_block.right.lang_eng {
    font-size: 15px;
  }

  .home_advert_block.right.lang_arab {
    font-size: 14px;
  }

  .new {
    width: 76px;
  }

  .home_advert_link {
    min-height: 65px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 20px;
  }

  .home_advert_link.lang_arab {
    font-size: 14px;
    line-height: 21px;
  }

  .home_advert_title {
    font-size: 23px;
    line-height: 23px;
  }

  .home_advert_title.green {
    font-size: 23px;
    line-height: 23px;
  }

  .home_advert_title.green.lang_eng {
    font-size: 24px;
    line-height: 24px;
  }

  .home_advert_title.green.lang_arab {
    font-size: 16px;
  }

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

  .home_advert_title.lang_arab {
    font-size: 16px;
  }

  .hl_790_350_pict {
    margin-bottom: -170px;
  }

  .hl_790_350_link {
    height: 170px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 26px;
  }

  .hl_790_350_title {
    font-size: 46px;
    line-height: 46px;
  }

  .hl_790_350_title.lang_arab {
    font-size: 40px;
  }

  .hl_250_block {
    margin-bottom: 30px;
    padding-bottom: 6px;
  }

  .hl_250_linktxt {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4%;
    font-size: 17px;
    line-height: 19px;
  }

  .hl_250_linktxt.lang_eng {
    padding: 5% 2%;
    font-size: 15px;
    line-height: 16px;
  }

  .hl_250_linktxt.lang_arab {
    font-family: Notokufiarabic, sans-serif;
    font-size: 13px;
    line-height: 17px;
  }

  .hl_250_pict_165 {
    height: 105px;
    margin-bottom: -105px;
  }

  .hl_250_title {
    height: 105px;
  }

  .hl_250_title._290 {
    height: 190px;
  }

  .hl_250_title._290.lang_eng {
    font-size: 18px;
    line-height: 18px;
  }

  .hl_250_title._165 {
    height: 105px;
  }

  .hl_250_title._165.lang_eng {
    font-size: 18px;
    line-height: 18px;
  }

  .hl_250_title._325 {
    height: 210px;
  }

  .hl_250_title._325.lang_eng {
    font-size: 18px;
    line-height: 18px;
  }

  .hl_250_title._340 {
    height: 240px;
  }

  .hl_250_title._340.lang_eng {
    font-size: 18px;
    line-height: 18px;
  }

  .hl_250_title._280 {
    height: 190px;
  }

  .hl_250_title._280.lang_eng {
    font-size: 18px;
    line-height: 18px;
  }

  .hl_250_title.lang_eng {
    font-size: 18px;
    line-height: 18px;
  }

  .hl_250_title_all {
    font-size: 19px;
    line-height: 19px;
  }

  .hl_250_title_all.lang_eng {
    font-size: 18px;
    line-height: 18px;
  }

  .hl_250_pict_290 {
    height: 190px;
    margin-bottom: -190px;
  }

  .hl_250_pict_325 {
    height: 210px;
    margin-bottom: -210px;
  }

  .hl_250_pict_340 {
    height: 240px;
    margin-bottom: -240px;
  }

  .hl_250_pict_280 {
    height: 190px;
    margin-bottom: -190px;
  }

  .content_info_block {
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 17px;
    line-height: 18px;
  }

  .content_info_block.list1 {
    margin-bottom: 16px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 22px;
  }

  .content_info_block.list1.lang_eng {
    margin-bottom: 10%;
    padding-top: 5%;
    font-size: 20px;
    line-height: 20px;
  }

  .content_info_block.list2 {
    margin-bottom: 16px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 22px;
  }

  .content_info_block.list2.lang_eng {
    margin-bottom: 10%;
    padding-top: 5%;
    font-size: 20px;
    line-height: 20px;
  }

  .content_info_block.list3 {
    font-size: 22px;
    line-height: 22px;
  }

  .content_info_block.list3.lang_eng {
    margin-bottom: 10%;
    padding-top: 5%;
    font-size: 20px;
    line-height: 20px;
  }

  .content_info_block.lang_eng {
    font-size: 15px;
    line-height: 18px;
  }

  .content_info_block.lang_arab {
    font-size: 16px;
  }

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

  .content_greenlink {
    font-size: 17px;
    line-height: 18px;
  }

  .content_order_button {
    margin-bottom: 20px;
    padding: 15px 5px;
    font-size: 24px;
  }

  .content_order_button.lang_eng {
    padding: 10px 2% 12px;
    font-size: 22px;
  }

  .content_order_button.lang_arab {
    font-size: 20px;
  }

  .calendar_block {
    margin-bottom: 30px;
  }

  .footer_block {
    width: auto;
  }

  .footer_credit_raw {
    width: 80%;
  }

  .footer_info-group {
    width: 40%;
    font-size: 20px;
    line-height: 19px;
  }

  .footer_info-group.lang_eng {
    font-size: 18px;
  }

  .footer_info-group.lang_arab {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar {
    position: relative;
    background-color: transparent;
  }

  .navbar.lang_eng {
    font-family: 'Open Sans', sans-serif;
  }

  .nav_conteiner {
    display: block;
    width: 100%;
    float: none;
    text-align: right;
  }

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

  .navmenu_button {
    padding: 20px;
    float: left;
    font-size: 36px;
  }

  .navmenu_button.w--open {
    background-color: #009ba0;
  }

  .navmenu_button.lang_eng {
    float: right;
  }

  .navmenu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #009ba0;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
  }

  .brand {
    width: 55%;
    margin-top: 14px;
    margin-bottom: 6px;
    float: right;
  }

  .brand.lang_eng {
    float: left;
  }

  .navmenu_basic_link {
    width: 100%;
    padding: 8px 0px;
    float: none;
    clear: none;
    border-bottom: 1px solid #000;
    color: #fff;
    text-align: right;
  }

  .navmenu_basic_link.w--open {
    width: 100%;
  }

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

  .navmenu_basic_link.lang_eng.w--open {
    width: auto;
  }

  .navmenu_search_block {
    margin: 24px 20px 10px;
    border-bottom: 1px solid #000;
  }

  .navmenu_formfield {
    width: 87%;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    color: #000;
    font-size: 22px;
  }

  .navmenu_formfield.lang_eng {
    float: left;
    text-align: left;
  }

  .navmenu_formfield.lang_arab {
    font-size: 17px;
  }

  .navmenu_search_button {
    float: left;
  }

  .navmenu_search_button.lang_eng {
    float: right;
  }

  .navmenu_search_icon {
    width: 40px;
    margin-left: 20px;
  }

  .navmenu_search_icon.lang_eng {
    margin-right: 20px;
    margin-left: 0px;
  }

  .navlink_language {
    margin-bottom: 10px;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    font-family: extrim, sans-serif;
    color: #fff;
  }

  .navlink_language.eng {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 19px;
  }

  .navlink_language.eng.lang_eng {
    float: left;
  }

  .navlink_language.arabic {
    padding-top: 5px;
    font-family: Notokufiarabic, sans-serif;
    font-size: 18px;
  }

  .navlink_language.arabic.lang_eng {
    float: left;
  }

  .navlink_language.lang_eng {
    float: left;
  }

  .navmenu_communic_link {
    margin-left: 20px;
    float: right;
    clear: none;
    text-align: center;
  }

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

  .navmenu_communic_block {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    clear: right;
    border-top: 1px solid #000;
  }

  .navmenu_communic_block.lang_eng {
    clear: left;
  }

  .list_content_section {
    width: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    clear: right;
  }

  .picture_list_titleblock {
    width: auto;
  }

  .picture_list_titleblock.margintop.lang_eng {
    margin-top: 18%;
  }

  .list_title_block {
    margin-bottom: 4px;
    padding: 3px 20px 3px 30px;
  }

  .list_title_links_block {
    padding: 5px 20px 5px 30px;
  }

  .list_navigate_list {
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .picture_list_langtitles {
    width: auto;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .list_smtitle_eng {
    font-size: 20px;
  }

  .list_smtitle_arab {
    font-size: 40px;
  }

  .list_navigate_item {
    margin-bottom: 3px;
  }

  .list_navigate_slash.lang_eng {
    margin-right: 6px;
    margin-left: 6px;
  }

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

  .list_navigate_link.last.lang_arab {
    font-size: 15px;
  }

  .list_navigate_link.lang_eng {
    font-size: 18px;
  }

  .list_navigate_link.lang_arab {
    font-size: 15px;
  }

  .title_center_test {
    font-size: 19px;
    line-height: 19px;
  }

  .title_center_test.lang_eng {
    font-size: 18px;
    line-height: 18px;
  }

  .title_center_test.lang_arab {
    font-size: 17px;
  }

  .pict_center_test {
    min-height: 160px;
  }

  .hl_allsize_block {
    margin-bottom: 30px;
    padding-bottom: 6px;
  }

  .home_main_slide {
    height: auto;
  }

  .home_slider_right_arrow {
    display: none;
    height: 0px;
  }

  .home_slider_left_arrow {
    display: block;
    height: 0px;
  }

  .navmenu_dropdown_list.w--open {
    background-color: #5a5a5a;
    text-align: right;
  }

  .navmenu_dropdown_link {
    padding-bottom: 10px;
    color: #fff;
    text-align: right;
  }

  .navmenu_dropdown_link.lang_eng {
    direction: ltr;
    font-size: 18px;
    text-align: left;
  }

  .menu_luah_link {
    margin-bottom: 3px;
    padding: 6px 10px 6px 5px;
    border-right-width: 8px;
    font-size: 22px;
    line-height: 24px;
  }

  .menu_luah_link._1.lang_eng {
    border-left-width: 8px;
    font-size: 20px;
    line-height: 22px;
  }

  .menu_luah_link._2.lang_eng {
    border-left-width: 8px;
    font-size: 20px;
    line-height: 22px;
  }

  .menu_luah_link._3.lang_eng {
    border-left-width: 8px;
    font-size: 20px;
    line-height: 22px;
  }

  .menu_luah_link._4.lang_eng {
    border-left-width: 8px;
    font-size: 20px;
    line-height: 22px;
  }

  .menu_luah_link._5.lang_eng {
    border-left-width: 8px;
    font-size: 20px;
    line-height: 22px;
  }

  .menu_luah_link._6.lang_eng {
    border-left-width: 8px;
    font-size: 20px;
    line-height: 22px;
  }

  .menu_luah_link._7.lang_eng {
    border-left-width: 8px;
    font-size: 20px;
    line-height: 22px;
  }

  .menu_luah_link._8.lang_eng {
    border-left-width: 8px;
    font-size: 20px;
    line-height: 22px;
  }

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

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

  .event_txt {
    font-size: 18px;
    line-height: 17px;
  }

  .event_txt.lang_eng {
    font-size: 16px;
    line-height: 16px;
  }

  .contactus-form {
    width: 95%;
  }

  .contactus-label.lang_arab {
    font-size: 16px;
  }

  .contactus-textfield.lang_arab {
    font-size: 15px;
  }

  .home-newsletter-title.lang_eng {
    font-size: 18px;
  }

  .home-newsletter-title.lang_arab {
    font-size: 16px;
  }

  .home-newsletter-input.lang_eng {
    font-size: 17px;
  }

  .home-newsletter-input.lang_arab {
    font-size: 13px;
  }

  .home-newsletter-submit {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .home-newsletter-submit.lang_eng {
    padding: 10px 2% 12px;
    font-size: 22px;
  }

  .home-newsletter-checkbox.lang_eng {
    font-size: 15px;
  }

  .home-newsletter-label {
    font-size: 15px;
    line-height: 17px;
  }

  .home-newsletter-label.lang_arab {
    font-size: 9px;
  }

  .h1_list_title_block {
    font-size: 42px;
    line-height: 42px;
  }

  .lang_arab_content p {
    font-size: 16px;
    line-height: 24px;
  }

  .lang_arab_content h2 {
    font-size: 23px;
  }

  .lang_arab_content h4 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .popup_group {
    width: 100%;
  }

  .clock_main_item {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .clock_main_pict {
    margin-left: 2%;
  }

  .clock_main_pict.lang_eng {
    margin-right: 30px;
  }

  .clock_item_title {
    max-width: none;
    padding-top: 2%;
    font-size: 26px;
    line-height: 28px;
  }

  .clock_item_title.main {
    margin-bottom: 2%;
    font-size: 32px;
    line-height: 34px;
  }

  .clock_item_title.hoover {
    margin-bottom: 1%;
  }

  .clock_item_title.sm {
    max-width: 90%;
    margin-bottom: 1%;
    border-top-width: 3px;
    font-size: 25px;
    line-height: 26px;
  }

  .clock_add {
    margin-top: 2%;
  }

  .clock_main_info {
    width: 60%;
    font-size: 20px;
    line-height: 22px;
  }

  .clock_big_list {
    margin-top: 0.2vw;
    margin-bottom: 0.2vw;
  }

  .clock_item_info {
    padding-top: 4%;
    padding-bottom: 2%;
    padding-left: 4%;
  }

  .clock_item_info.hoover {
    font-size: 18px;
    line-height: 18px;
  }

  .clock_sm_item {
    width: 33.1%;
    margin-bottom: 0.2vw;
    margin-left: 0.2vh;
  }

  .clock_item_title_base {
    max-width: none;
    padding-top: 2%;
    font-size: 26px;
    line-height: 28px;
  }

  .clock_item_title_base.main {
    margin-bottom: 2%;
    font-size: 32px;
    line-height: 34px;
  }

  .clock_item_title_base.hoover {
    margin-bottom: 1%;
  }

  .clock_item_title_base.sm {
    max-width: 90%;
    margin-bottom: 1%;
    border-top-width: 3px;
    font-size: 25px;
    line-height: 26px;
  }

  .order_tickets {
    left: -1%;
    top: 11%;
    width: 12vw;
    height: 12vw;
    box-shadow: -5px -1px 16px 0 rgba(0, 0, 0, 0.32);
    font-size: 2.5vw;
    line-height: 2.2vw;
  }

  .order_tickets:hover {
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.57);
    font-weight: 400;
  }

  .order_tickets.en {
    right: 0%;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .order_tickets.en:hover {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  p {
    font-size: 22px;
    line-height: 22px;
  }

  .picture_section {
    font-size: 20px;
  }

  .picture_section.list {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .picture_section.clock {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .footer_section {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .home_slogan_group {
    margin-bottom: 42px;
  }

  .home_slogan_title2 {
    margin-bottom: 5px;
    font-size: 46px;
    line-height: 36px;
  }

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

  .home_slogan_title3.lang_arab {
    font-size: 21px;
  }

  .content_right {
    width: 100%;
  }

  .content_left {
    width: 100%;
  }

  .home_advert_group {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom-width: 5px;
  }

  .home_advert_group.hl {
    padding-bottom: 20px;
  }

  .home_advert_block.right {
    background-size: cover;
  }

  .hl_250_block {
    padding-bottom: 5px;
  }

  .content_info_block {
    margin-bottom: 30px;
    padding-top: 15px;
    border-top-width: 5px;
    font-size: 24px;
    line-height: 24px;
  }

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

  .content_info_block.list1.lang_eng {
    margin-bottom: 5%;
    padding-top: 3%;
    font-size: 24px;
  }

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

  .content_info_block.list2.lang_eng {
    margin-bottom: 5%;
    padding-top: 3%;
    font-size: 24px;
    line-height: 24px;
  }

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

  .content_info_block.list3.lang_eng {
    margin-bottom: 8%;
    padding-top: 3%;
    font-size: 24px;
    line-height: 24px;
  }

  .content_info_block.lang_arab {
    font-size: 16px;
  }

  .content_maillink {
    font-size: 20px;
  }

  .content_greenlink {
    font-size: 24px;
  }

  .content_order_button {
    margin-bottom: 30px;
    color: #000;
    font-size: 40px;
    line-height: 40px;
  }

  .content_order_button.lang_eng {
    padding-top: 2%;
    padding-bottom: 3%;
    font-size: 32px;
    line-height: 42px;
  }

  .content_order_button.lang_arab {
    font-size: 27px;
  }

  .calendar_block {
    text-align: center;
  }

  .content_advert_block {
    text-align: center;
  }

  .footer_credit_link {
    margin-bottom: 10px;
  }

  .footer_credit_raw {
    width: 100%;
  }

  .footer_info-group {
    width: 100%;
    margin-bottom: 4%;
    text-align: center;
  }

  .footer_info-group.lang_eng {
    margin-left: 0%;
    text-align: center;
  }

  .nav_conteiner {
    width: auto;
  }

  .navmenu {
    width: auto;
  }

  .brand {
    width: 60%;
    margin-top: 17px;
    margin-right: 18px;
  }

  .navmenu_basic_link {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .navmenu_basic_link.lang_eng {
    font-size: 20px;
  }

  .navmenu_search_icon {
    margin-left: 0px;
  }

  .navmenu_search_icon.lang_eng {
    margin-right: 10px;
  }

  .navlink_language {
    margin-left: 5px;
  }

  .list_content_section.clock {
    padding-right: 0.2vw;
  }

  .picture_list_titleblock.margintop.lang_eng {
    margin-top: 15%;
    text-align: center;
  }

  .list_title_block {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    float: none;
  }

  .list_title_block.lang_eng {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    float: none;
    text-align: center;
  }

  .list_title_links_block {
    display: inline-block;
    padding-left: 20px;
    float: none;
  }

  .list_title_links_block.lang_eng {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .list_navigate_list {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .list_content_left {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .list_content_right {
    width: 100%;
    float: none;
  }

  .picture_list_langtitles {
    margin-bottom: 20px;
  }

  .list_smtitle_eng {
    font-size: 16px;
    line-height: 23px;
  }

  .list_smtitle_arab {
    font-size: 32px;
    line-height: 25px;
  }

  .list_navigate_item {
    margin-bottom: 2px;
  }

  .list_navigate_slash {
    margin-right: 6px;
    margin-left: 6px;
  }

  .list_navigate_slash.lang_eng {
    font-size: 17px;
    line-height: 19px;
  }

  .list_navigate_link {
    font-size: 19px;
  }

  .list_navigate_link.last.lang_arab {
    font-size: 14px;
  }

  .list_navigate_link.lang_eng {
    font-size: 17px;
    line-height: 19px;
  }

  .list_navigate_link.lang_arab {
    font-size: 14px;
  }

  .hl_allsize_block {
    padding-bottom: 5px;
  }

  .page_gallery_slider {
    height: 425px;
  }

  .menu_luah_link {
    width: 49.2%;
    margin-right: 2px;
    margin-bottom: 4px;
    margin-left: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 26px;
  }

  .menu_luah_link._1.lang_eng {
    padding: 2% 2% 2% 3%;
    font-size: 22px;
    line-height: 23px;
  }

  .menu_luah_link._2.lang_eng {
    padding: 2% 2% 2% 3%;
    font-size: 22px;
    line-height: 23px;
  }

  .menu_luah_link._3.lang_eng {
    padding: 2% 2% 2% 3%;
    font-size: 22px;
    line-height: 23px;
  }

  .menu_luah_link._4.lang_eng {
    padding: 2% 2% 2% 3%;
    font-size: 22px;
    line-height: 23px;
  }

  .menu_luah_link._5.lang_eng {
    padding: 2% 2% 2% 3%;
    font-size: 22px;
    line-height: 23px;
  }

  .menu_luah_link._6.lang_eng {
    padding: 2% 2% 2% 3%;
    font-size: 22px;
    line-height: 23px;
  }

  .menu_luah_link._7.lang_eng {
    padding: 2% 2% 2% 3%;
    font-size: 22px;
    line-height: 23px;
  }

  .menu_luah_link._8.lang_eng {
    padding: 2% 2% 2% 3%;
    font-size: 22px;
    line-height: 23px;
  }

  .event_title_group {
    font-size: 28px;
  }

  .event_txt {
    line-height: 18px;
  }

  .event_txt.lang_eng {
    font-size: 16px;
  }

  .contactus-form {
    width: 100%;
  }

  .home-newsletter-submit {
    font-size: 27px;
    line-height: 40px;
  }

  .home-newsletter-label.lang_arab {
    font-size: 12px;
  }

  .h1_list_title_block {
    font-size: 35px;
    line-height: 35px;
  }

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

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

  .popup_border {
    margin: 15px;
  }

  .popup_content {
    margin-top: 20px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .popup_close {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .popup_title.arab {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 32px;
  }

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

  .popup_form_group.footer {
    line-height: 24px;
  }

  .popup_form_field.arab {
    font-size: 24px;
  }

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

  .popup_form_button {
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 20px;
  }

  .popup_form_button.en {
    width: 28%;
    font-size: 18px;
  }

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

  .popup_footer_link.arab {
    line-height: 26px;
  }

  .clock_main_pict.lang_eng {
    margin-right: 20px;
  }

  .clock_item_title {
    max-width: 80%;
    border-top-width: 3px;
    font-size: 22px;
    line-height: 22px;
  }

  .clock_item_title.sm {
    max-width: 90%;
    font-size: 20px;
    line-height: 20px;
  }

  .clock_add.hoover {
    margin-top: 5px;
  }

  .clock_big_item {
    width: 49.9%;
  }

  .clock_item_info.hoover {
    font-size: 14px;
    line-height: 14px;
  }

  .clock_sm_list {
    margin-top: 0.2vw;
  }

  .clock_sm_item {
    width: 33%;
  }

  .clock_item_title_base {
    max-width: 80%;
    border-top-width: 3px;
    font-size: 22px;
    line-height: 22px;
  }

  .clock_item_title_base.sm {
    max-width: 90%;
    font-size: 20px;
    line-height: 20px;
  }

  .order_tickets {
    top: 12%;
    width: 16vw;
    height: 16vw;
    box-shadow: -4px -1px 14px 0 rgba(0, 0, 0, 0.32);
    font-size: 3.2vw;
    line-height: 3vw;
  }

  .order_tickets:hover {
    box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.57);
    font-size: 3.2vw;
  }

  .order_tickets.en {
    right: -1%;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .order_tickets.en:hover {
    font-size: 2.8vw;
  }

  .order_tickets.arab {
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .order_tickets.arab:hover {
    font-size: 3vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 5px;
    font-size: 32px;
    line-height: 28px;
    text-align: center;
  }

  h2 {
    font-size: 28px;
    line-height: 28px;
  }

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

  p {
    font-size: 20px;
    line-height: 20px;
  }

  .picture_section {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .picture_section.list {
    padding-top: 45px;
    padding-bottom: 20px;
  }

  .picture_section.clock {
    height: 220px;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }

  .footer_section {
    padding-bottom: 10px;
  }

  .home_slogan_group {
    height: 140px;
    margin-top: 30px;
  }

  .home_slogan_group.lang_eng {
    height: 120px;
    text-align: center;
  }

  .home_slogan_title2 {
    margin-bottom: 9px;
    font-size: 40px;
    line-height: 30px;
  }

  .home_slogan_title3 {
    font-size: 22px;
  }

  .home_slogan_title3.lang_arab {
    font-size: 18px;
  }

  .content_right {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .home_advert_block.left {
    width: 100%;
    height: 110px;
    margin-top: 0px;
    margin-bottom: 7px;
  }

  .home_advert_block.right {
    width: 100%;
    height: 110px;
    margin-bottom: 36px;
  }

  .new {
    width: 70px;
    margin-bottom: -40px;
  }

  .home_advert_link {
    margin-bottom: 22px;
    font-size: 20px;
  }

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

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

  .hl_790_350_group {
    font-size: 19px;
  }

  .hl_790_350_pict {
    margin-bottom: 0px;
  }

  .hl_790_350_link {
    height: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    color: #000;
    font-size: 22px;
    line-height: 24px;
  }

  .hl_790_350_title {
    font-size: 36px;
    line-height: 36px;
  }

  .hl_790_350_title.lang_arab {
    font-size: 31px;
    line-height: 50px;
  }

  .hl_250_group {
    display: block;
    width: 83%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .hl_250_group.center {
    float: none;
    clear: right;
  }

  .hl_250_group.left {
    display: block;
    float: none;
    clear: right;
  }

  .hl_250_block {
    margin-bottom: 40px;
  }

  .hl_250_linktxt {
    font-size: 19px;
  }

  .hl_250_pict_165 {
    height: 165px;
    margin-bottom: -165px;
  }

  .hl_250_title {
    height: 165px;
  }

  .hl_250_title._290 {
    height: 290px;
  }

  .hl_250_title._165 {
    height: 165px;
  }

  .hl_250_title._325 {
    height: 325px;
  }

  .hl_250_title._340 {
    height: 340px;
  }

  .hl_250_title._280 {
    height: 280px;
  }

  .hl_250_title_all {
    font-size: 23px;
    line-height: 21px;
  }

  .hl_250_pict_290 {
    height: 290px;
    margin-bottom: -290px;
  }

  .hl_250_pict_325 {
    height: 325px;
    margin-bottom: -325px;
  }

  .hl_250_pict_340 {
    height: 340px;
    margin-bottom: -340px;
  }

  .hl_250_pict_280 {
    height: 280px;
    margin-bottom: -280px;
  }

  .content_info_block {
    padding-top: 20px;
    font-size: 24px;
  }

  .content_info_block.list1.lang_eng {
    font-size: 22px;
  }

  .content_info_block.list2.lang_eng {
    font-size: 22px;
  }

  .content_info_block.list3.lang_eng {
    font-size: 22px;
    line-height: 22px;
  }

  .content_maillink {
    font-size: 19px;
  }

  .content_order_button {
    font-size: 36px;
    line-height: 36px;
  }

  .content_order_button.lang_eng {
    font-size: 28px;
    line-height: 38px;
  }

  .content_order_button.lang_arab {
    font-size: 25px;
  }

  .footer_credit_link {
    margin-bottom: 15px;
  }

  .footer_info-group {
    line-height: 22px;
  }

  .footer_info-group.lang_eng {
    font-size: 17px;
    text-align: center;
  }

  .navmenu_button {
    padding-right: 12px;
    padding-left: 12px;
  }

  .navmenu {
    padding-top: 5px;
  }

  .brand {
    width: 75%;
    margin-top: 22px;
    margin-right: 12px;
    padding-left: 0px;
  }

  .brand.lang_eng {
    margin-top: 23px;
    margin-right: 0px;
    margin-left: 10px;
  }

  .navmenu_basic_link {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 6px;
  }

  .navmenu_basic_link.lang_eng {
    font-size: 18px;
  }

  .navmenu_search_block {
    margin-top: 22px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .navmenu_formfield {
    width: 79%;
    height: 36px;
  }

  .navmenu_search_icon {
    width: 38px;
    margin-left: 6px;
  }

  .navmenu_search_icon.lang_eng {
    width: 36px;
    margin-right: 5px;
  }

  .navlink_language {
    margin-left: 0px;
  }

  .navlink_language.eng.lang_eng {
    font-size: 19px;
  }

  .navlink_language.arabic.lang_eng {
    font-size: 29px;
  }

  .navlink_language.lang_eng {
    font-size: 20px;
  }

  .navmenu_communic_block {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
  }

  .list_title_block {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .list_title_block.lang_eng {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }

  .list_title_links_block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list_title_links_block.lang_eng {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }

  .list_navigate_list {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

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

  .list_navigate_item {
    margin-bottom: 3px;
  }

  .list_navigate_link {
    font-size: 17px;
    line-height: 19px;
  }

  .list_navigate_link.last.lang_arab {
    font-size: 12px;
  }

  .list_navigate_link.lang_arab {
    font-size: 12px;
  }

  .title_center_test {
    font-size: 23px;
    line-height: 21px;
  }

  .hl_allsize_block {
    margin-bottom: 40px;
  }

  .page_gallery_slider {
    height: 272px;
  }

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

  .menu_luah_link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 8px;
    border-right-width: 10px;
    font-size: 28px;
  }

  .menu_luah_link._1.lang_eng {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    font-size: 24px;
  }

  .menu_luah_link._2.lang_eng {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    font-size: 24px;
  }

  .menu_luah_link._3.lang_eng {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    font-size: 24px;
  }

  .menu_luah_link._4.lang_eng {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    font-size: 24px;
  }

  .menu_luah_link._5.lang_eng {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    font-size: 24px;
  }

  .menu_luah_link._6.lang_eng {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    font-size: 24px;
  }

  .menu_luah_link._7.lang_eng {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    font-size: 24px;
  }

  .menu_luah_link._8.lang_eng {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    font-size: 24px;
  }

  .event_group_link {
    margin-bottom: 4%;
  }

  .event_pict_group {
    width: 100%;
    margin-bottom: 2%;
  }

  .event_info_group {
    width: 100%;
  }

  .event_txt {
    font-size: 19px;
  }

  .contactus-label.lang_arab {
    font-size: 15px;
  }

  .home-newsletter-submit {
    font-size: 25px;
    line-height: 36px;
  }

  .hl_image {
    width: 100%;
  }

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

  .lang_arab_content h2 {
    font-size: 21px;
  }

  .lang_arab_content h4 {
    font-size: 17px;
    line-height: 28px;
  }

  .gallery_side_txt {
    font-size: 16px;
  }

  .popup_group {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }

  .popup_group.arab {
    font-size: 20px;
    line-height: 22px;
  }

  .popup_group.en {
    font-size: 20px;
    text-align: center;
  }

  .popup_border {
    margin: 12px;
  }

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

  .popup_close {
    width: 25px;
    height: 25px;
    margin-top: 6px;
    margin-right: 6px;
    float: right;
  }

  .popup_close.en {
    margin-left: 6px;
  }

  .popup_title {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 22px;
  }

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

  .popup_title.en {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 24px;
  }

  .popup_form_group {
    margin-top: 12px;
    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;
  }

  .popup_form_group.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    line-height: 22px;
  }

  .popup_form_group.footer.en {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup_form_group.en {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup_form_field {
    width: 100%;
    height: 36px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }

  .popup_form_field.en {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }

  .popup_form_button {
    width: 100%;
    height: 36px;
    font-size: 20px;
    line-height: 24px;
  }

  .popup_form_button.en {
    width: 100%;
  }

  .popup_footer_link {
    -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;
    font-size: 18px;
    line-height: 22px;
  }

  .popup_footer_link.arab {
    margin-left: 5px;
    float: right;
    font-size: 18px;
    line-height: 20px;
  }

  .popup_footer_link.en {
    display: inline-block;
    margin-bottom: 2px;
    float: left;
    font-size: 18px;
  }

  .popup_footer_txt.arab {
    display: block;
    float: right;
    line-height: 20px;
  }

  .clock_main_item {
    width: 99.8%;
    height: auto;
    margin-top: 2px;
    margin-bottom: 2vw;
    padding-bottom: 3vw;
    padding-left: 0.1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clock_main_item.lang_eng {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clock_main_pict {
    width: 100%;
    height: 90vw;
    margin-bottom: 1vw;
    margin-left: 0%;
  }

  .clock_main_pict.lang_eng {
    margin-right: 0px;
  }

  .clock_item_title {
    max-width: 80%;
    border-top-width: 3px;
    font-size: 26px;
    line-height: 26px;
  }

  .clock_item_title.main {
    margin-top: 2%;
  }

  .clock_item_title.hoover {
    margin-bottom: 2%;
  }

  .clock_item_title.sm {
    max-width: 80%;
    font-size: 26px;
    line-height: 26px;
  }

  .clock_item_title.sm.hoover {
    font-size: 22px;
  }

  .clock_main_info {
    width: 100%;
    padding-right: 4%;
    padding-bottom: 0px;
    padding-left: 4%;
  }

  .clock_big_list {
    margin-top: 1vw;
    margin-bottom: 0.22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clock_big_list.lang_eng {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clock_big_item {
    width: 99.8%;
    height: 90vw;
    margin-bottom: 1px;
  }

  .clock_item_info.hoover {
    font-size: 18px;
    line-height: 18px;
  }

  .clock_sm_list {
    padding-bottom: 1px;
    padding-left: 0.1vw;
  }

  .clock_sm_item {
    width: 99.8%;
    height: 70vw;
    margin-bottom: 1px;
    margin-left: 0vh;
  }

  .text-block {
    line-height: 24px;
  }

  .clock_item_title_base {
    max-width: 80%;
    border-top-width: 3px;
    font-size: 26px;
    line-height: 26px;
  }

  .clock_item_title_base.main {
    margin-top: 2%;
  }

  .clock_item_title_base.hoover {
    margin-bottom: 2%;
  }

  .clock_item_title_base.sm {
    max-width: 80%;
    font-size: 26px;
    line-height: 26px;
  }

  .clock_item_title_base.sm.hoover {
    font-size: 22px;
  }

  .order_tickets {
    left: -1%;
    top: 13%;
    width: 26vw;
    height: 26vw;
    font-size: 5.6vw;
    line-height: 5vw;
  }

  .order_tickets:hover {
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.57);
    font-size: 5.6vw;
  }

  .order_tickets.en {
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .order_tickets.en:hover {
    font-size: 4.6vw;
  }

  .order_tickets.arab {
    font-size: 5vw;
    line-height: 6vw;
  }

  .order_tickets.arab:hover {
    font-size: 5vw;
  }
}

@font-face {
  font-family: 'extrim';
  src: url('../fonts/extrimregularwebfont.eot') format('embedded-opentype'), url('../fonts/extrimregularwebfont.woff') format('woff'), url('../fonts/extrimregularwebfont.ttf') format('truetype'), url('../fonts/extrimregularwebfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'extrim';
  src: url('../fonts/extrimboldwebfont.eot') format('embedded-opentype'), url('../fonts/extrimboldwebfont.woff') format('woff'), url('../fonts/extrimboldwebfont.ttf') format('truetype'), url('../fonts/extrimboldwebfont.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Notokufiarabic';
  src: url('../fonts/NotoKufiArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Notokufiarabic';
  src: url('../fonts/NotoKufiArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}