@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*
{
  font-family: 'DM Sans', sans-serif;
  box-sizing: border-box;
  outline: none;
  line-height: 1.3;
}

body
{
  background: #fff;
  position: relative;
  margin: auto;
  padding: 0;
}

body::before
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 617px;
  background: url('../img/footer-bottom-bg.png') center no-repeat;
}

#google_translate_element,
.skiptranslate
{
  display: none;
}

.translated-ltr
{
  height: auto !important;
}

.translated-ltr body
{
  top: 0px !important;
}

.ajax-loader {
    width: 24px;
    height: 24px;
    border: 3px solid #FFF;
    border-bottom-color: var(--color-1);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.container
{
  width: 1170px;
  margin: auto;
}

.empty
{
  margin-top: 20px;
}

.empty span
{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}

.clear
{
  clear: both;
}

.top_bar
{
  width: 100%;
  height: 36px;
  border-bottom: 1px solid var(--color-2);
}

.top_bar_right_side
{
  float: right;
}

.top_bar_zooms
{
  width: 119px;
  height: 35px;
  background: var(--default-bg-color);
  float: left;
}

.top_bar_zooms > ul,
.top_bar_icons > ul,
.top_bar_lang_list > ul,
.header_contact_phones_phones > ul,
.header_contact_emails_emails > ul,
.header_search_box_data > ul,
.menu > ul,
.menu > ul > li > ul,
.of_board_item_files > ul,
.footer_side_panel_list > ul,
.footer_side_panel_contact_phones > ul,
.footer_side_panel_contact_emails > ul,
.footer_copy_side_menu > ul,
.page_head_breadcrumbs > ul,
.page_head_btns > ul,
.pagination > ul,
.projects_category > ul,
.recording_category > ul,
.recording_players > ul,
.big_calendar_days > ul,
.big_calendar_dates > ul,
.big_calendar_head_search_category > ul,
.big_calendar_head_search_dates > ul,
.table_body_opened_buttons > ul,
.table_body_opened_files_items > ul,
.site_map_list > ul,
.site_map_list > ul > li > ul,
.site_map_list > ul > li > ul > li > ul
{
  margin: 0;
  padding: 0;
}

.top_bar_zooms > ul > li,
.top_bar_icons > ul > li
{
  list-style: none;
  float: left;
}

.top_bar_zooms > ul > li
{
  position: relative;
}

.top_bar_zooms > ul > li::before
{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 15px;
  background: #fff;
  transform: translateY(-50%);
}

.top_bar_zooms > ul > li:last-child::before
{
  position: unset;
  transform: none;
}

.top_bar_zooms > ul > li > a
{
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39.66px;
  height: 35px;
  position: relative;
}

.top_bar_zooms > ul > li > a:hover
{
  background: rgba(255, 255, 255, .1);
}

.top_bar_zooms > ul > li:nth-child(1) > a::before
{
  content: '-';
  position: absolute;
  top: 6px;
  right: 9px;
  color: #fff;
}

.top_bar_zooms > ul > li:nth-child(3) > a::before
{
  content: '+';
  position: absolute;
  top: 6px;
  right: 9px;
  color: #fff;
}

.top_bar_icons,
.top_bar_langs
{
  height: 35px;
  display: flex;
  align-items: center;
  float: left;
  margin-left: 33px;
}

.top_bar_icons > ul > li
{
  margin-right: 33px;
}

.top_bar_icons > ul > li:last-child
{
  margin-right: 0;
}

.top_bar_icons > ul > li > a > i
{
  font-size: 12px;
  color: #1f1f1f;
}

.top_bar_icons > ul > li > a:hover > i
{
  color: var(--color-1);
}

.top_bar_langs
{
  position: relative;
}

.top_bar_lang_title
{
  cursor: pointer;
  user-select: none;
}

.top_bar_lang_title span
{
  font-size: 12px;
  font-weight: 600;
  color: #1f1f1f;
}

.top_bar_lang_title i
{
  font-size: 12px;
  color: #1f1f1f;
  margin-left: 5px;
}

.top_bar_lang_list
{
  width: 100px;
  position: absolute;
  top: 45px;
  right: 0;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  display: none;
  z-index: 100;
}

.top_bar_lang_list > ul > li
{
  list-style: none;
  border-bottom: 1px solid var(--color-2);
}

.top_bar_lang_list > ul > li:last-child
{
  border-bottom: 0;
}

.top_bar_lang_list > ul > li > a
{
  font-size: 12px;
  font-weight: 400;
  color: #1f1f1f;
  text-decoration: none;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  display: block;
}

.top_bar_lang_list > ul > li > a:hover
{
  color: #fff;
  background: var(--default-bg-color);
}

.header
{
  font-size: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header_left_side
{
  float: left;
  position: relative;
}

.header_left_side a
{
  position: absolute;
  width: 100%;
  height: 100%;
}

.logo,
.logo_text
{
  display: inline-block;
}

.logo_text
{
  padding-left: 13px;
}

.logo_title h1
{
  font-size: 24px;
  font-weight: 400;
  color: #1f1f1f;
  margin: 0;
}

.logo_sub_title h2
{
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  margin: 0;
}

.header_right_side
{
  height: 50px;
  display: flex;
  align-items: center;
  float: right;
}

.header_contact_phones,
.header_contact_emails
{
  font-size: 0;
  float: left;
}

.header_contact_emails
{
  margin-left: 70px;
}

.header_contact_phones_icon,
.header_contact_phones_phones,
.header_contact_emails_icon,
.header_contact_emails_emails
{
  display: inline-block;
  vertical-align: middle;
}

.header_contact_phones_icon i,
.header_contact_emails_icon i
{
  font-size: 14px;
  color: var(--color-1);
}

.header_contact_phones_phones,
.header_contact_emails_emails
{
  padding-left: 10px;
}

.header_contact_phones_phones > ul > li,
.header_contact_emails_emails > ul > li
{
  list-style: none;
  padding: 3px;
}

.header_contact_phones_phones > ul > li > a,
.header_contact_emails_emails > ul > li > a
{
  font-size: 14px;
  font-weight: 400;
  color: #565656;
  text-decoration: none;
}

.header_contact_phones_phones > ul > li > a:hover,
.header_contact_emails_emails > ul > li > a:hover
{
  color: var(--color-1);
}

.header_search_box
{
  width: 297px;
  float: left;
  margin-left: 110px;
  position: relative;
}

.header_search_box_textbox
{
    width: 100%;
    height: 45px;
    position: relative;
}

.header_search_box_textbox input
{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #1f1f1f;
  width: 100%;
  height: 45px;
  border: 0;
  background: #f4f4f4;
  border-radius: 22.5px;
  padding-left: 28px;
  padding-right: 52px;
}

.header_search_box_textbox i
{
  font-size: 14px;
  color: #1f1f1f;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.header_search_box_data
{
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  position: absolute;
  top: 45px;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 17px 25px;
  display: none;
  z-index: 300;
}

.header_search_box_data > ul > li
{
  list-style: none;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-2);
}

.header_search_box_data > ul > li:last-child
{
  padding-bottom: 0;
  border-bottom: 0;
}

.header_search_box_data > ul > li > span
{
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #151515;
  display: block;
}

.header_search_box_data > ul > li > a
{
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: var(--color-1);
  text-decoration: none;
  display: block;
}

.header_search_box_data > ul > li > a:hover
{
  text-decoration: underline;
}

.menu_wrapper
{
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}

.mobile_menu
{
  display: none;
}

.menu
{
  height: 70px;
  display: flex;
  justify-content: center;
}

.menu > ul > li
{
  list-style: none;
  float: left;
  margin-right: 20px;
  padding: 16px 0;
  position: relative;
}

.menu > ul > li:last-child
{
  margin-right: 0;
}

.menu > ul > li > a
{
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  text-decoration: none;
  display: block;
  padding: 9px 33px;
  border-radius: 19px;
}

.menu > ul > li > a:hover
{
  color: #fff;
  background: var(--default-bg-color);
}

.menu > ul > li > a > i
{
  font-size: 16px;
  padding-left: 7px;
}

.menu > ul > li > ul,
.menu > ul > li > ul > li > ul
{
  width: 355px;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 400;
  padding: 18px;
  background: #fff;
  box-shadow: 0px 6px 77.28px 6.72px rgba(0, 0, 0, 0.17);
  display: none;
}

.menu > ul > li:hover > ul,
.menu > ul > li > ul > li:hover > ul
{
  display: block;
}

.menu > ul > li > ul > li > ul
{
  left: -335px;
  top: 0;
}

.menu > ul > li > ul > li,
.menu > ul > li > ul > li > ul > li
{
  list-style: none;
  margin-bottom: 4px;
  position: relative;
}

.menu > ul > li > ul > li:last-child,
.menu > ul > li > ul > li > ul > li:last-child
{
  margin-bottom: 0;
}

.menu > ul > li > ul > li > a,
.menu > ul > li > ul > li > ul > li > a
{
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.5;
  text-decoration: none;
  background: #ededed;
  display: flex;
  align-items: center;
  padding: 15px 26px;
}

.menu > ul > li > ul > li > a > i,
.menu > ul > li > ul > li > ul > li > a > i
{
  font-size: 14px;
  color: var(--color-1);
  margin-right: 19px;
}

.menu > ul > li > ul > li > a > i:nth-child(2)
{
  position: absolute;
  right: 21px;
}

.menu > ul > li > ul > li > a:hover,
.menu > ul > li > ul > li > ul > li > a:hover
{
  color: #fff;
  background: var(--default-bg-color);
}

.menu > ul > li > ul > li > a:hover > i,
.menu > ul > li > ul > li > ul > li > a:hover > i
{
  color: #fff;
}

.slider,
.slider_wrapper
{
  height: 500px;
  position: relative;
}

.slider .owl-carousel .owl-item img
{
  object-fit: cover;
}

.slider_wrapper
{
  width: 1170px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.slider_text
{
  position: absolute;
  bottom: 0;
  transform: translateY(-145px);
}

.slider_text_title span
{
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.slider_text_sub_title
{
  margin-top: 9px;
}

.slider_text_sub_title span
{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.slider_nav
{
  position: absolute;
  right: 0;
  transform: translateY(100px);
}

.slider_nav .owl-prev,
.slider_nav .owl-next
{
  width: 66px;
  height: 66px;
  border: 0;
  background: rgba(255, 255, 255, 1);
  display: block;
  cursor: pointer;
  border-radius: 50%;
}

.slider_nav .owl-prev.disabled,
.slider_nav .owl-next.disabled
{
  background: rgba(255, 255, 255, .2);
  cursor: not-allowed;
}

.slider_nav .owl-next
{
  margin-top: 10px;
}

.slider_nav .owl-prev i,
.slider_nav .owl-next i
{
  font-size: 20px;
  color: rgba(21,21,21, 1);
}

.slider_nav .owl-prev.disabled i,
.slider_nav .owl-next.disabled i
{
  color: rgba(21,21,21, .2);
}

.important_links_wrapper
{
  width: 1170px;
  height: 130px;
  background: #fff;
  margin: -65px auto;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 60px 0px rgba(1, 1, 1, 0.1);
}

.important_links
{
  max-width: 964px;
  margin: auto;
}

.important_links_nav .owl-prev,
.important_links_nav .owl-next
{
  width: 103px;
  height: 130px;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.important_links_nav .owl-prev.disabled,
.important_links_nav .owl-next.disabled
{
  cursor: not-allowed;
}

.important_links_nav .owl-prev i,
.important_links_nav .owl-next i
{
  font-size: 31px;
  color: rgba(0, 0, 0, 1);
}

.important_links_nav .owl-prev.disabled i,
.important_links_nav .owl-next.disabled i
{
  color: rgba(0, 0, 0, .2);
}

.important_links_nav .owl-prev
{
  left: 0;
}

.important_links_nav .owl-next
{
  right: 0;
}

.important_links_item
{
  height: 130px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 34px;
}

.important_links_item_icon
{
  width: 50px;
  height: 50px;
  background: var(--default-bg-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.important_links_item_icon i
{
  font-size: 27px;
  color: #fff;
}

.important_links_item_info
{
  padding: 0 13px;
}

.important_links_item_info_title a
{
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
  text-decoration: none;
  background-image: linear-gradient(to bottom, var(--color-1) 0%, var(--color-1) 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all .7s ease;
}

.important_links_item_info_title a:hover
{
  color: var(--color-1);
  background-size: 100% 1px;
}

.important_links_item_info_sub_title span
{
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  position: relative;
}

.main_wrapper
{
  margin-top: 122px;
}

.main_wrapper.is-page
{
  margin-top: 50px;
}

.content_panel
{
  width: 848px;
  float: left;
}

.content_panel.is-page
{
  float: right;
}

.side_panel_right
{
  width: 275px;
  float: right;
}

.side_panel_left
{
  width: 275px;
  float: left;
}

.capmain
{
  width: 848px;
  margin-bottom: 91px;
}

.capmain:last-of-type
{
  margin-bottom: 0;
}

.capmain_title
{
  width: 848px;
}

.capmain_title span
{
  font-size: 28px;
  font-weight: 700;
  color: #1f1f1f;
  position: relative;
}

.capmain_title span::before
{
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  width: 48px;
  height: 6px;
  background: var(--default-bg-color);
  border-radius: 3px;
}

.capmain_body,
.scapmain_body
{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.scapmain_body
{
  background: #fff;
  box-shadow: 0px 0px 163px 0px rgba(10, 10, 10, 0.12);
  padding: 16px;
}

.capmain_body
{
  margin-top: 39px;
}

.scapmain
{
  width: 275px;
  margin-bottom: 33px;
}

.scapmain:last-of-type
{
  margin-bottom: 0;
}

.scapmain_title
{
  width: 275px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--default-bg-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 10px;
}

.scapmain_title span
{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.news_wrapper,
.of_board_wrapper
{
  width: 848px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.news_item
{
  width: 410px;
  margin-bottom: 37px;
  padding-bottom: 37px;
  border-bottom: 1px solid var(--color-2);
}

.news_item:nth-child(2n)
{
  margin-left: auto;
}

.news_item_img
{
  width: 410px;
  height: 159px;
  border-radius: 10px;
  overflow: hidden;
}

.news_item_img img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_item_img.with-erb,
.news_page_item_img.with-erb
{
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 163px 0px rgba(10, 10, 10, 0.12);
}

.news_item_img.with-erb img,
.news_page_item_img.with-erb img
{
  width: 60px;
  height: 69px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.news_title
{
  margin-top: 18px;
}

.news_title h2,
.news_page_item_info_title h3,
.projects_item_info_title h3
{
  font-size: 18px;
  font-weight: 800;
  color: #1f1f1f;
  margin: 0;
}

.news_title h2 a,
.news_page_item_info_title h3 a,
.projects_item_info_title h3 a
{
  color: inherit;
  text-decoration: none;
  position: relative;
  background-image: linear-gradient(to bottom, var(--color-1) 0%, var(--color-1) 100%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all .7s ease;
}

.news_title h2 a:hover,
.news_page_item_info_title h3 a:hover,
.projects_item_info_title h3 a:hover
{
  background-size: 100% 1px;
  color: var(--color-1);
}

.news_date_category,
.of_board_item_type_file_date,
.news_page_item_info_date_category,
.projects_item_info_date_category
{
  margin-top: 12px;
}

.news_date_category i,
.of_board_item_type_file_date i,
.news_page_item_info_date_category i,
.projects_item_info_date_category i
{
  font-size: 13px;
  color: var(--color-1);
  margin-right: 7px;
}

.news_date_category span,
.news_page_item_info_date_category span,
.projects_item_info_date_category span
{
  font-size: 13px;
  font-weight: 400;
  color: #565656;
}

.news_date_category a,
.news_page_item_info_date_category a,
.projects_item_info_date_category a
{
  color: inherit;
  text-decoration: none;
}

.news_date_category a:hover,
.of_board_item_title h2 a:hover,
.news_page_item_info_date_category a:hover,
.projects_item_info_date_category a:hover
{
  color: var(--color-1);
}

.news_btn_show,
.of_board_btn_show
{
  margin-top: 41px;
}

.news_btn_show a,
.of_board_btn_show a
{
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  width: 273px;
  height: 49px;
  background: var(--default-bg-color);
  border: 1px solid var(--color-2);
  border-radius: 23.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.news_btn_show a:hover,
.of_board_btn_show a:hover
{
  background: #fff;
  color: var(--color-1);
}

.news_btn_show a i,
.of_board_btn_show a i
{
  margin-left: 34px;
}

.of_board_item
{
  width: 217px;
  margin-bottom: 37px;
  padding-bottom: 37px;
  border-bottom: 1px solid var(--color-2);
}

.of_board_item:nth-child(2),
.of_board_item:nth-child(5)
{
  margin: 0 98px;
}

.of_board_item_title h2
{
  font-size: 14px;
  font-weight: 700;
  color: #161616;
  margin: 0;
}

.of_board_item_title h2 a
{
  color: inherit;
  text-decoration: none;
}

.of_board_item_type_file_date span
{
  font-size: 12px;
  font-weight: 700;
  color: #313130;
}

.of_board_item_files
{
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 24px;
  scrollbar-width: thin;
  padding: 0 3px;
}

.of_board_item_files > ul > li
{
  list-style: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-2);
}

.of_board_item_files > ul > li:last-child
{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.of_board_item_files > ul > li > a
{
  font-size: 12px;
  font-weight: 400;
  color: #313130;
  text-decoration: none;
  word-break: break-all;
}

.of_board_item_files > ul > li > a:hover,
.of_board_item_files > ul > li > a:active
{
  color: var(--color-1);
}

.banners_wrapper
{
  font-size: 0;
  margin-top: 111px;
}

.banners_item
{
  width: 574px;
  height: 266px;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 22px;
  margin-top: 22px;
}

.banners_item:nth-child(1),
.banners_item:nth-child(2)
{
  margin-top: 0;
}

.banners_item:nth-child(2n)
{
  margin-right: 0;
}

.banners_item img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick_access_wrapper
{
  width: 1170px;
  position: relative;
  margin: 43px auto;
}

.quick_access_item
{
  width: 277px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
}

.quick_access_item img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .7s ease;
}

.quick_access_item:hover img
{
  transform: scale(1.1);
}

.quick_access_img_blade
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
}

.quick_access_info
{
  position: absolute;
  left: 40px;
  bottom: 35px;
}

.quick_access_info::before
{
  content: '';
  position: absolute;
  left: -17px;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--default-bg-color);
  border-radius: 2px;
}

.quick_access_info_title h3
{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.quick_access_info_sub_title h4
{
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.quick_access_nav .owl-prev,
.quick_access_nav .owl-next
{
  width: 59px;
  height: 78px;
  background: rgba(0, 0, 0, 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}

.quick_access_nav .owl-prev.disabled,
.quick_access_nav .owl-next.disabled
{
  background: rgba(0, 0, 0, .3);
  cursor: not-allowed;
}

.quick_access_nav .owl-prev
{
  left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.quick_access_nav .owl-prev i,
.quick_access_nav .owl-next i
{
  font-size: 31px;
  color: rgba(255, 255, 255, 1);
}

.quick_access_nav .owl-prev.disabled i,
.quick_access_nav .owl-next.disabled i
{
  color: rgba(255, 255, 255, .3);
}

.quick_access_nav .owl-next
{
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.footer_wrapper
{
  width: 1331px;
  background: #fff;
  box-shadow: 0px 0px 163px 0px rgba(0, 0, 0, 0.15);
  margin: 50px auto 0 auto;
  position: relative;
  overflow: hidden;
}

.footer_side_panel
{
  float: left;
}

.footer_side_panel:nth-child(1)
{
  width: 261px;
  margin-top: 87px;
}

.footer_side_panel:nth-child(2)
{
  width: 303px;
  margin-top: 87px;
}

.footer_side_panel:nth-child(3)
{
  width: 211px;
  margin-top: 87px;
}

.footer_side_panel:nth-child(4)
{
  width: 395px;
  margin-top: 65px;
}

.footer_side_panel_title span
{
  font-size: 18px;
  font-weight: 800;
  color: #161616;
  position: relative;
}

.footer_side_panel_title span::before
{
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  background: var(--default-bg-color);
  width: 44px;
  height: 3px;
}

.footer_side_panel_list,
.footer_side_panel:nth-child(3) .footer_side_panel_contact_item:nth-child(2)
{
  margin-top: 48px;
}

.footer_side_panel_list > ul > li
{
  list-style: none;
  margin-bottom: 15px;
}

.footer_side_panel_list > ul > li:last-child
{
  margin-bottom: 0;
}

.footer_side_panel_list > ul > li > span,
.footer_side_panel_list > ul > li > a,
.footer_side_panel_contact_phones > ul > li > a,
.footer_side_panel_contact_emails > ul > li > a
{
  font-size: 14px;
  font-weight: 400;
  color: #161616;
  word-break: break-all;
}

.footer_side_panel_google_map
{
  width: 100%;
  height: 213px;
}

.footer_side_panel_google_map iframe
{
  width: 100%;
  height: 100%;
}

.footer_side_panel:nth-child(3)
{
  font-size: 0;
}

.footer_side_panel:nth-child(3) .footer_side_panel_contact_item:nth-child(2)
{
  margin-bottom: 18px;
}

.footer_side_panel_contact_phones_icon,
.footer_side_panel_contact_phones,
.footer_side_panel_contact_emails_icon,
.footer_side_panel_contact_emails
{
  display: inline-block;
  vertical-align: top;
}

.footer_side_panel_contact_phones,
.footer_side_panel_contact_emails
{
  width: calc(100% - 23px);
  padding: 0 8px;
}

.footer_side_panel_contact_phones_icon i,
.footer_side_panel_contact_emails_icon i
{
  font-size: 15px;
  color: var(--color-1);
}

.footer_side_panel_contact_phones > ul > li,
.footer_side_panel_contact_emails > ul > li
{
  list-style: none;
  margin-bottom: 5px;
}

.footer_side_panel_contact_phones > ul > li:last-child,
.footer_side_panel_contact_emails > ul > li:last-child
{
  margin-bottom: 0;
}

.footer_side_panel_list > ul > li > a,
.footer_side_panel_contact_phones > ul > li > a,
.footer_side_panel_contact_emails > ul > li > a,
.footer_copy_side_desc p a
{
  text-decoration: none;
}

.footer_side_panel_list > ul > li > a:hover,
.footer_side_panel_contact_phones > ul > li > a:hover,
.footer_side_panel_contact_emails > ul > li > a:hover,
.footer_copy_side_desc p a:hover,
.footer_copy_side_menu > ul > li > a:hover
{
  border-bottom: 1px solid #161616;
}

.footer_copy_wrapper
{
  border-top: 1px solid var(--color-2);
  margin-top: 50px;
  padding: 32px 0;
  display: flex;
  align-items: center;
}

.footer_copy_side:nth-child(1)
{
  width: 400px;
}

.footer_copy_side:nth-child(2)
{
  width: 515px;
}

.footer_copy_side:nth-child(3)
{
  width: 255px;
}

.footer_copy_side_desc p,
.footer_copy_side_last_update_date p
{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #161616;
  line-height: 18px;
  margin: 0;
}

.footer_copy_side_desc p a
{
  color: inherit;
}

.footer_copy_side_logo
{
  text-align: center;
}

.footer_copy_side_last_update_date p span.date_updated
{
  font-weight: 700;
}

.footer_copy_side_menu
{
  margin-top: 25px;
}

.footer_copy_side_menu > ul > li
{
  list-style: none;
  float: left;
  position: relative;
  padding: 0 4px;
}

.footer_copy_side_menu > ul > li:first-child
{
  padding-left: 0;
}

.footer_copy_side_menu > ul > li:nth-child(2n)
{
  padding-right: 0;
}

.footer_copy_side_menu > ul > li:nth-child(3)
{
  padding-left: 0;
}

.footer_copy_side_menu > ul > li:nth-child(2n)::before
{
  position: unset;
  transform: none;
}

.footer_copy_side_menu > ul > li::before
{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #161616;
}

.footer_copy_side_menu > ul > li > a
{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #161616;
  text-decoration: none;
}

/* Pages */
.page_head
{
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-3);
  padding: 5px 0;
}

.page_head_side_left
{
  width: 50%;
}

.page_head_side_right
{
  width: 50%;
}

.page_head_breadcrumbs > ul > li
{
  float: left;
  list-style: none;
}

.page_head_breadcrumbs > ul > li > i
{
  font-size: 14px;
  color: var(--color-1);
  padding: 0 10px;
}

.page_head_breadcrumbs > ul > li:last-child > i
{
  display: none;
}

.page_head_breadcrumbs > ul > li > a
{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-4);
  text-decoration: none;
  transition: .4s ease;
}

.page_head_breadcrumbs > ul > li > a > i
{
  font-size: 16px;
  color: var(--color-4);
  transition: .4s ease;
}

.page_head_breadcrumbs > ul > li > a:hover,
.page_head_breadcrumbs > ul > li > a:hover > i
{
  color: var(--color-1);
}

.page_head_btns
{
  float: right;
}

.page_head_btns > ul > li
{
  list-style: none;
  float: left;
  margin-right: 8px;
}

.page_head_btns > ul > li:last-child
{
  margin-right: 0;
}

.page_head_btns > ul > li > a
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  height: 28px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.page_head_btns > ul > li > a > i
{
  padding: 0 10px;
}

.page_head_btns > ul > li > a.facebook
{
  width: 100px;
  background: #2f5898;
}

.page_head_btns > ul > li > a.facebook > i
{
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #265090;
  margin-right: 10px;
}

.page_head_btns > ul > li > a.text-to-speech
{
  width: 157px;
  background: #a6c641;
}

.page_head_btns > ul > li > a.text-to-speech > i.text-to-speech-icon
{
  width: 16px;
  height: 16px;
  background: url('../img/voice-command16x16.png') no-repeat;
  border-right: 1px solid #88aa21;
  margin-left: 10px;
  margin-right: 10px;
}

.page_title
{
  margin-top: 23px;
}

.page_title h2
{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: var(--color-4);
  margin: 0;
}

.page_desc
{
  margin-top: 30px;
}

.page_desc p
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #050505;
  letter-spacing: .5px;
  line-height: 20px;
  margin: 0;
}

.page_desc img,
.page_desc iframe
{
  max-width: 100% !important;
}

.page_desc img
{
  height: auto;
  object-fit: cover;
}

.page_files,
.page_gallery
{
  margin-top: 50px;
}

.page_files_head
{
  width: 100%;
  height: 49px;
  display: flex;
  align-items: center;
  background: var(--color-3);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.page_files_head::before
{
  content: '';
  position: absolute;
  left: -33px;
  top: -3px;
  width: 57px;
  height: 57px;
  background: url('../img/files-folder.png') no-repeat;
}

.page_files_head_side_left,
.page_files_head_side_right,
.page_files_item_side_left,
.page_files_item_side_right
{
  width: 50%;
}

.page_files_head_side_left,
.page_files_item_side_left
{
  float: left;
}

.page_files_head_side_right,
.page_files_item_side_right
{
  float: right;
}

.page_files_head_title
{
  margin-left: 32px;
}

.page_files_head_title span,
.page_gallery span
{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-4);
}

.page_files_items
{
  margin-top: 17px;
}

.page_files_item
{
  font-size: 0;
  width: 100%;
  padding: 14px 0;
  background: #fff;
  border: 1px solid var(--color-3);
  border-radius: 8px;
  margin-bottom: 5px;
}

.page_files_item:last-of-type
{
  margin-bottom: 0;
}

.page_files_item_icon,
.page_files_item_link
{
  display: inline-block;
}

.page_files_item_icon
{
  width: 70px;
  text-align: center;
  vertical-align: top;
}

.page_files_item_icon i
{
  font-size: 18px;
  color: var(--color-1);
}

.page_files_item_link
{
  width: calc(100% - 80px);
  padding-right: 10px;
}

.page_files_item_link a
{
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
  word-break: break-all;
  transition: .4s ease;
}

.page_files_item_link a:hover
{
  color: var(--color-1);
}

.page_gallery_items
{
  margin-top: 22px;
}

.page_gallery_item
{
  width: 123px;
  height: 123px;
  background: var(--color-3);
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin-right: 22px;
  margin-top: 22px;
}

.page_gallery_item:nth-child(6n)
{
  margin-right: 0;
}

.page_gallery_item:nth-child(1),
.page_gallery_item:nth-child(2),
.page_gallery_item:nth-child(3),
.page_gallery_item:nth-child(4),
.page_gallery_item:nth-child(5),
.page_gallery_item:nth-child(6)
{
  margin-top: 0;
}

.page_gallery_item img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .7s ease;
}

.page_gallery_item a:hover img
{
  transform: scale(1.1);
}

.page_last_update
{
  margin-top: 48px;
  text-align: right;
}

.page_last_update span
{
  font-family: 'Poppins',sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(5, 5, 5, .5);
}

.news_page_title,
.projects_page_title,
.photogallery_title,
.recording_title,
.big_calendar_page_title,
.documents_title
{
  margin-top: 32px;
}

.news_page_title h2,
.projects_page_title h2,
.photogallery_title h2,
.recording_title h2,
.big_calendar_page_title h2,
.documents_title h2
{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: var(--color-1);
  text-transform: uppercase;
  margin: 0;
}

.projects_page_title h2,
.recording_title h2
{
  text-align: center;
}

.news_page_items
{
  margin-top: 30px;
}

.news_page_item,
.projects_item
{
  font-size: 0;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--color-2);
}

.news_page_item:last-of-type,
.projects_item:last-of-type
{
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.news_page_item_img,
.news_page_item_info,
.projects_item_img,
.projects_item_info
{
  display: inline-block;
  vertical-align: middle;
}

.news_page_item_img,
.projects_item_img
{
  width: 159px;
  height: 159px;
  border-radius: 10px;
  overflow: hidden;
}

.projects_item_img
{
  width: 243px;
  height: 175px;
}

.news_page_item_img img,
.projects_item_img img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_page_item_info
{
  width: calc(100% - 159px);
  padding: 0 43px;
}

.projects_item_info
{
  width: calc(100% - 243px);
  padding: 0 35px;
}

.news_page_item_info_read_btn,
.projects_item_info_read_btn
{
  margin-top: 42px;
}

.news_page_item_info_read_btn a,
.projects_item_info_read_btn a
{
  font-weight: 400;
  font-size: 14px;
  color: var(--color-1);
}

.news_page_item_info_read_btn a:hover,
.projects_item_info_read_btn a:hover
{
  text-decoration: none;
}

.news_page_item_info_read_btn a i,
.projects_item_info_read_btn a i
{
  font-size: 11px;
  margin-left: 10px;
}

.pagination_show_number
{
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--color-2);
  text-align: right;
}

.pagination_show_number span
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
}

.pagination
{
  font-size: 0;
  margin-top: 37px;
  float: right;
  border: 1px solid var(--color-5);
}

.pagination > ul > li
{
  display: inline-block;
  list-style: none;
}

.pagination > ul > li > a
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-1);
  text-decoration: none;
  width: 37px;
  height: 41px;
  background: #fff;
  border-right: 1px solid var(--color-5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .7s ease;
}

.pagination > ul > li:last-child > a
{
  border-right: 0;
}

.pagination > ul > li > a:hover,
.pagination > ul > li.active > a
{
  color: #fff;
  background: var(--color-1);
}

.pagination > ul > li.dots > a:hover
{
  color: var(--color-1);
  background: #fff;
  cursor: default;
  user-select: none;
}

.projects_category,
.recording_category
{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.projects_category > ul > li,
.recording_category > ul > li
{
  list-style: none;
  float: left;
  margin-right: 13px;
  margin-top: 13px;
}

.projects_category > ul > li:nth-child(1),
.projects_category > ul > li:nth-child(2),
.projects_category > ul > li:nth-child(3),
.projects_category > ul > li:nth-child(4),
.recording_category > ul > li:nth-child(1),
.recording_category > ul > li:nth-child(2),
.recording_category > ul > li:nth-child(3),
.recording_category > ul > li:nth-child(4)
{
  margin-top: 0;
}

.projects_category > ul > li:last-child,
.recording_category > ul > li:last-child
{
  margin-right: 0;
}

.projects_category > ul > li > a,
.recording_category > ul > li > a
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #202020;
  text-decoration: none;
  height: 41px;
  padding: 0 26px;
  background: #fff;
  border-radius: 20.5px;
  border: 1px solid var(--color-6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.projects_category > ul > li > a:hover,
.projects_category > ul > li.active > a,
.recording_category > ul > li > a:hover,
.recording_category > ul > li.active > a
{
  color: #fff;
  background: var(--color-7);
}

.projects_items
{
  margin-top: 39px;
}

.photogallery_items
{
  margin-top: 20px;
}

.photogallery_item
{
  width: 263px;
  padding-top: 22px;
  margin-top: 22px;
  margin-right: 29px;
  border-top: 1px solid var(--color-3);
  float: left;
}

.photogallery_item:nth-child(1),
.photogallery_item:nth-child(2),
.photogallery_item:nth-child(3)
{
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.photogallery_item:nth-child(3n)
{
  margin-right: 0;
}

.photogallery_item_img
{
  width: 263px;
  height: 149px;
  border-radius: 10px;
  overflow: hidden;
}

.photogallery_item_img img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .7s ease;
}

.photogallery_item_img a:hover img
{
  transform: scale(1.1);
}

.photogallery_item_title
{
  margin-top: 17px;
}

.photogallery_item_title h3
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1f1f1f;
  margin: 0;
}

.photogallery_item_title h3 a
{
  color: inherit;
  text-decoration: none;
}

.photogallery_item_title h3 a:hover
{
  border-bottom: 1px solid #1f1f1f;
}

.photogallery_item_date
{
  margin-top: 9px;
}

.photogallery_item_date i,
.recording_item_date i
{
  font-size: 14px;
  color: var(--color-1);
  margin-right: 7px;
}

.photogallery_item_date span
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #1f1f1f;
}

.recording_items
{
  margin-top: 22px;
}

.recording_item
{
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--color-3);
}

.recording_item:last-of-type
{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.recording_item_title h3
{
  font-weight: 800;
  font-size: 18px;
  color: #1f1f1f;
  margin: 0;
}

.recording_item_date span
{
  font-weight: 400;
  font-size: 13px;
  color: #565656;
}

.recording_item_desc
{
  margin-top: 15px;
}

.recording_item_desc p
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  margin: 0;
}

.recording_players
{
  margin-top: 23px;
}

.recording_players > ul > li
{
  list-style: none;
  margin-bottom: 10px;
}

.recording_players > ul > li:last-child
{
  margin-bottom: 0;
}

.big_calendar_wrapper
{
  margin-top: 44px;
}

.big_calendar_left_side
{
  float: left;
}

.big_calendar_right_side
{
  float: right;
}

.big_calendar_left_side,
.big_calendar_right_side
{
  width: 50%;
}

.big_calendar_box_wrapper
{
  width: 346px;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 163px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-top: 59px;
}

.big_box
{
  font-size: 0;
  height: 16px;
  display: flex;
  align-items: center;
}

.big_calendar_title span
{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #050922;
}

.big_calendar_arrows
{
  margin-left: auto;
}

.big_calendar_arrows a
{
  color: var(--color-1);
}

.big_calendar_arrows a:last-child
{
  margin-left: 5px;
}

.big_calendar_prev i,
.big_calendar_next i
{
  font-size: 16px;
}

.big_calendar_days
{
  font-size: 0;
  text-align: center;
  margin-top: 28px;
}

.big_calendar_dates
{
  font-size: 0;
}

.big_calendar_days > ul > li,
.big_calendar_dates > ul > li
{
  width: 14.28%;
  height: 30px;
  list-style: none;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.big_calendar_days > ul > li > span,
.big_calendar_dates > ul > li > span
{
  font-size: 12px;
  font-weight: 500;
  color: #050922;
}

.big_calendar_dates > ul > li.mask > span
{
  opacity: .2;
}

.big_calendar_head_search
{
  height: 41px;
  display: flex;
  align-items: center;
}

.big_calendar_head_search_category_title span,
.big_calendar_head_search_dates_title span
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #202020;
}

.big_calendar_head_search_category_title i,
.big_calendar_head_search_dates_title i
{
  font-size: 12px;
  color: var(--color-10);
  margin-left: 39px;
}

.big_calendar_head_search_dates_title i
{
  margin-left: 17px;
}

.big_calendar_head_search_category,
.big_calendar_head_search_dates
{
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid var(--color-6);
  position: relative;
  cursor: pointer;
  user-select: none;
}

.big_calendar_head_search_category
{
  width: 230px;
}

.big_calendar_head_search_category > ul,
.big_calendar_head_search_dates > ul
{
  width: 100%;
  position: absolute;
  top: 41px;
  left: 0;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  display: none;
}

.big_calendar_head_search_dates > ul,
.big_calendar_head_search_category > ul
{
  max-height: 300px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.big_calendar_head_search_category > ul > li,
.big_calendar_head_search_dates > ul > li
{
  list-style: none;
}

.big_calendar_head_search_category > ul > li > a,
.big_calendar_head_search_dates > ul > li > a
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid var(--color-8);
  padding: 8px 0;
  display: block;
  transition: .7s ease;
}

.big_calendar_head_search_category > ul > li:last-child > a,
.big_calendar_head_search_dates > ul > li:last-child > a
{
  border-bottom: 0;
}

.big_calendar_head_search_category > ul > li > a:hover,
.big_calendar_head_search_dates > ul > li > a:hover
{
  font-weight: 600;
  color: var(--color-9);
  padding-left: 16px;
}

.big_calendar_head_search_dates
{
  width: 172px;
  margin-left: 20px;
}

.big_calendar_data_title
{
  margin-top: 28px;
}

.big_calendar_data_title span
{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #161616;
  position: relative;
}

.big_calendar_data_title span::before
{
  content: '';
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 58px;
  height: 6px;
  background: var(--color-10);
  border-radius: 3px;
}

.big_calendar_data
{
  margin-top: 37px;
}

.big_calendar_data_item
{
  margin-bottom: 18px;
}

.big_calendar_data_item:last-of-type
{
  margin-bottom: 0;
}

.big_calendar_data_item_border
{
  border-left-style: solid;
  border-width: 4px;
}

.big_calendar_data_item_title
{
  padding: 0 15px;
}

.big_calendar_data_item_title span
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #161616;
}

.big_calendar_data_item_date
{
  margin-top: 5px;
  padding: 0 15px;
}

.big_calendar_data_item_date span
{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #161616;
}

.filter_wrapper
{
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid var(--color-11);
  margin-top: 23px;
  overflow: hidden;
}

.filter_search_wrapper
{
  display: flex;
}

.filter_search_textbox
{
  width: 100%;
  height: 36px;
}

.filter_search_textbox input
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--color-14);
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--color-12);
  border-left: 1px solid var(--color-12);
  border-bottom: 1px solid var(--color-12);
  border-right: 0;
  padding: 0 18px;
}

.filter_search_button
{
  height: 36px;
}

.filter_search_button button
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--color-4);
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: var(--color-13);
  border: 1px solid var(--color-12);
  transition: .7s ease;
  padding: 0 25px;
  margin: 0;
}

.filter_search_button button:hover
{
  background: var(--color-12);
}

.filter_advanced_search_button
{
  width: 156px;
  height: 36px;
  margin-top: 15px;
}

.filter_advanced_search_button button
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--color-4);
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-15);
  background: var(--color-13);
  cursor: pointer;
  transition: .7s ease;
  margin: 0;
  padding: 0;
}

.filter_advanced_search_button button:hover,
.filter_advanced_search_button.active button
{
  background: var(--color-15);
}

.filter_advanced_open
{
  margin-top: 19px;
  display: none;
}

.filter_advanced_open_form_group
{
  margin-bottom: 14px;
}

.filter_advanced_open_form_textbox
{
  display: flex;
}

.filter_advanced_open_form_textbox_title
{
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  background: var(--color-16);
  border: 1px solid var(--color-15);
}

.filter_advanced_open_form_textbox_title span
{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #6a757f;
}

.filter_advanced_open_form_textbox
{
  width: 100%;
  height: 36px;
}

.filter_advanced_open_form_textbox input
{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: var(--color-14);
  width: 100%;
  height: 100%;
  border-left: 0;
  border-top: 1px solid var(--color-12);
  border-right: 1px solid var(--color-12);
  border-bottom: 1px solid var(--color-12);
  padding: 0 26px;
}

.filter_advanced_open_form_buttons
{
  display: flex;
}

.filter_advanced_open_form_buttons button,
.filter_advanced_close_button button
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  height: 36px;
  border: 0;
  background: var(--color-14);
  border: 1px solid var(--color-14);
  margin: 0;
  padding: 0 30px;
  cursor: pointer;
  transition: .7s ease;
}

.filter_advanced_open_form_buttons button:hover,
.filter_advanced_close_button button:hover
{
  color: var(--color-14);
  background: #fff;
}

.filter_advanced_open_form_buttons button.advanced_btn
{
  color: var(--color-4);
  border: 1px solid var(--color-15);
  background: var(--color-13);
  margin-left: auto;
}

.filter_advanced_open_form_buttons button:nth-child(2):hover
{
  background: var(--color-15);
}

.filter_advanced_close_button
{
  margin-top: 12px;
}

.table_wrapper
{
  width: 848px;
  margin-top: 17px;
  border: 1px solid var(--color-11);
}

.table_head
{
  border-bottom: 1px solid var(--color-11);
}

.table_head
{
  display: flex;
  height: 67px;
  align-items: center;
}

.table_body
{
  background: #fafafa;
  border-bottom: 1px solid var(--color-11);
}

.table_body:last-of-type
{
  border-bottom: 0;
}

.table_body:nth-child(2n)
{
  background: #fff;
}

.table_body_flex
{
  height: 67px;
  display: flex;
  align-items: center;
}

.table_head_row:nth-child(1),
.table_body_row:nth-child(1),
.table_head_row:nth-child(3),
.table_body_row:nth-child(3)
{
  width: 20%;
  display: flex;
  justify-content: center;
}

.table_head_row:nth-child(2),
.table_body_row:nth-child(2)
{
  width: 60%;
}

.table_head_row span
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-4);
}

.table_body_row
{
  display: inline-block;
}

.table_body_row span
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--color-17);
}

.table_body_row button
{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: var(--color-4);
  height: 34px;
  background: var(--color-13);
  border: 1px solid var(--color-18);
  background: none;
  margin: 0;
  padding: 0 18px;
  transition: .7s ease;
  cursor: pointer;
}

.table_body_row button:hover,
.table_body_row button.active
{
  background: var(--color-18);
}

.table_body_row button i
{
  font-size: 10px;
  color: var(--color-19);
  margin-left: 6px;
}

.table_body_opened
{
  border-top: 1px solid var(--color-11);
  margin: 0 22px 44px 22px;
  padding: 0 22px;
  display: none;
}

.table_body_opened.is-active
{
  display: block;
}

.table_body_opened_buttons
{
  font-size: 0;
  margin-top: 12px;
  user-select: none;
}

.table_body_opened_buttons > ul > li
{
  display: inline-block;
  list-style: none;
  margin-right: 11px;
}

.table_body_opened_buttons > ul > li:last-child
{
  margin-right: 0;
}

.table_body_opened_buttons > ul > li > a
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.table_body_opened_buttons > ul > li > a > i
{
  width: 34px;
  margin-right: 11px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
}

.table_body_opened_buttons > ul > li > a.print
{
  width: 100px;
  height: 28px;
  background: #dc0000;
}

.table_body_opened_buttons > ul > li > a.copy-link
{
  width: 176px;
  height: 28px;
  background: #ffaf04;
}

.table_body_opened_items
{
  margin-top: 19px;
}

.table_body_opened_item
{
  font-size: 0;
  margin-bottom: 19px;
}

.table_body_opened_item:last-of-type
{
  margin-bottom: 0;
}

.table_body_opened_item_title,
.table_body_opened_item_data,
.table_body_opened_files_title,
.table_body_opened_files_items
{
  display: inline-block;
}

.table_body_opened_item_title,
.table_body_opened_files_title
{
  vertical-align: top;
}

.table_body_opened_item_data
{
  width: calc(100% - 121px);
  padding: 0 5px;
}

.table_body_opened_files_items
{
  width: calc(100% - 50px);
  padding: 0 5px;
}

.table_body_opened_item_title span,
.table_body_opened_item_data p
{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: var(--color-17);
}

.table_body_opened_item_data p
{
  font-weight: 400;
  margin: 0;
}

.table_body_opened_files
{
  width: 373px;
  background: var(--color-20);
  padding: 12px 20px;
  margin-top: 22px;
  border-radius: 5px;
}

.table_body_opened_files
{
  font-size: 0;
}

.table_body_opened_files_title span,
.table_body_opened_files_items > ul > li > a
{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

.table_body_opened_files_items > ul > li
{
  list-style: none;
  margin-bottom: 12px;
}

.table_body_opened_files_items > ul > li:last-child
{
  margin-bottom: 0;
}

.table_body_opened_files_items > ul > li > a
{
  font-weight: 400;
  text-decoration: none;
  word-break: break-all;
}

.table_body_opened_files_items > ul > li > a:hover
{
  text-decoration: underline;
}

.table_body_opened_files_items > ul > li > a > i
{
  font-size: 13px;
  color: #fff;
  margin-left: 12px;
}

.site_map_list
{
  margin-top: 30px;
}

.site_map_list > ul > li,
.site_map_list > ul > li > ul > li,
.site_map_list > ul > li > ul > li > ul > li
{
  list-style: none;
}

.site_map_list > ul > li > ul > li
{
  margin: 0 15px;
}

.site_map_list > ul > li > ul > li > ul > li
{
  margin: 0 15px;
}

.site_map_list > ul > li > a,
.site_map_list > ul > li > ul > li > a,
.site_map_list > ul > li > ul > li > ul > li > a
{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1f1f1f;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.site_map_list > ul > li > ul > li > a
{
  font-weight: 500;
  font-size: 16px;
}

.site_map_list > ul > li > ul > li > ul > li > a
{
  font-weight: 400;
  font-size: 14px;
}

.site_map_list > ul > li > a:hover,
.site_map_list > ul > li > ul > li > a:hover,
.site_map_list > ul > li > ul > li > ul > li > a:hover
{
  color: var(--color-1);
}
