@charset "UTF-8";
/*
|----NEMAZAŤ---NEMAZAŤ---NEMAZAŤ----|
|-----------------------------------|
| Web pripravila Dobraobec s.r.o.   |
|-----------------------------------|
| Kontakt                           |
|-----------------------------------|
| E-mail: info@dobraobec.sk         |
| Web: www.dobraobec.sk             |
|-----------------------------------|
|--------------------------------------------------------------------------------------------------------------|
| 2023 © Dobraobec s.r.o.                                                                                      |
| Programové a vizuálne služby tejto webovej stránky sú chránené autorskými právami.                           |
| Je prísne zakázané a to akýmkoľvek spôsobom vytvárať kópiu vizuálnej a programovej časti bez súhlasu autora. |
|--------------------------------------------------------------------------------------------------------------|
*/

   @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

 :root
 {
   --body-bg-color: #fff;
   --empty-text-color: #121212;
   --top-bar-bg-color: #f1f8df;
   --top-bar-links-icon-color: #374613;
   --top-bar-links-icon-hover-color: #000;
   --top-bar-lang-text-link-icon-color: #131313;
   --top-bar-lang-border-color: #c9d4ca;
   --top-bar-search-bg-linear-color-A: #3a4a14;
   --top-bar-search-bg-linear-color-B: #495c1c;
   --top-bar-search-input-text-icon-color: #fff;
   --header-bg-color: #fff;
   --header-shadow-color-r: 213;
   --header-shadow-color-g: 210;
   --header-shadow-color-b: 210;
   --header-menu-border-color: #ebebeb;
   --header-menu-submenu-text-icon-color: #131313;
   --header-menu-submenu-text-icon-hover-color: #374613;
   --header-menu-submenu-hover-bg-color: #f1f8df;
   --header-menu-submenu-border-color: #cecece;
   --header-mobile-menu-bg-color: #fff;
   --slider-nav-prev-next-bg-color: #fff;
   --slider-nav-prev-next-shadow-color-r: 213;
   --slider-nav-prev-next-shadow-color-g: 210;
   --slider-nav-prev-next-shadow-color-b: 210;
   --villages-bg-color: #fff;
   --villages-shadow-color-r: 213;
   --villages-shadow-color-g: 210;
   --villages-shadow-color-b: 210;
   --news-wrapper-bg-color: #fafafa;
   --news-panel-title-color: #2b2a29;
   --news-item-border-color: #e7e7e8;
   --news-item-info-title-color: #374613;
   --news-item-info-date-icon-color: #95c425;
   --news-item-info-date-text-color: #2b2a29;
   --news-item-info-short-desc-color: #2b2a29;
   --news-btn-show-more-text-color: #fff;
   --news-btn-show-more-icon-color: #374613;
   --scapmain-body-bg-color: #fff;
   --scapmain-title-bg-linear-color-A: #374613;
   --scapmain-title-bg-linear-color-B: #4c5f1d;
   --scapmain-title-text-color: #fff;
   --contact-item-icon-color: #96c620;
   --contact-item-text-color: #2b2a29;
   --footer-bg-color: #374613;
   --breadcrumbs-link-color: #3d4d16;
   --breadcrumbs-icon-color: #3d4d16;
   --page-title-text-color: #3d4d16;
   --page-desc-text-color: #050505;
   --page-last-updated-text-color: #5e5e5e;
   --sitemap-link-color: #131313;
   --sitemap-submenu-link-color: #3d4d16;
   --sitemap-link-hover-color: #3d4d16;
   --sitemap-submenu-link-hover-color: #131313;
   --table-head-bg-color: #3d4d16;
   --table-head-row-text-color: #fff;
   --table-body-bg-color: #fff;
   --table-body-random-bg-color: #f1f8df;
   --table-body-row-text-color: #131313;
   --table-body-row-icon-color: #131313;
   --table-border-active-color: #98c411;
   --table-open-table-border-color: #cecece;
   --table-open-title-text-color: #3d4d16;
   --table-attachments-title-text-color: #3d4d16;
   --table-table-attachments-border-color: #cecece;
   --table-attachments-link-text-color: #131313;
   --table-attachments-icon-color: #131313;
   --table-empty-text-color: #3d4d16;
 }

 *
 {
   font-family: 'Poppins', sans-serif;
   outline: none;
   box-sizing: border-box;
   line-height: 1.2;
 }

 body
 {
   font-weight: 400;
   background: var(--body-bg-color);
   margin: 0;
   padding: 0;
 }

 a
 {
   color: inherit;
   text-decoration: none;
 }

 .empty
 {
   margin-top: 20px;
 }

.empty span
{
  font-size: 14px;
  font-weight: 400;
  color: var(--empty-text-color);
}

.translated-ltr {
  margin-top:-40px;
}

.goog-te-banner-frame {
  display: none;
  margin-top:-20px;
}

.goog-logo-link {
  display:none !important;
}

.goog-te-gadget{
   color: transparent !important;
}

#google_translate_element .skiptranslate {
 font-size: 0;
}

.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
}

#google_translate_element
{
  display: none;
}

 .clear
 {
   clear: both;
 }

 .top_bar
 {
   width: 100%;
   height: 40px;
   background: var(--top-bar-bg-color);
   margin: auto;
   position: relative;
   z-index: 2;
 }

 .top_bar_container,
 .header_container
 {
   width: 1641px;
   margin: auto;
 }

 .top_bar_side_left,
 .header_side_left
 {
   width: 50%;
   float: left;
 }

 .top_bar_side_right,
 .header_side_right
 {
   width: 50%;
   float: right;
 }

 .top_bar_links
 {
   padding: 10.5px 0 10.5px 9px;
 }

 .top_bar_links > ul
 {
   margin: 0;
   padding: 0;
 }

 .top_bar_links > ul > li
 {
   list-style: none;
   float: left;
   margin-right: 46px;
 }

 .top_bar_links > ul > li:last-child
 {
   margin-right: 0;
 }

.top_bar_links > ul > li > a > i
{
  font-size: 16px;
  color: var(--top-bar-links-icon-color);
  transition: .4s;
}

.top_bar_links > ul > li > a:hover > i
{
  color: var(--top-bar-links-icon-hover-color);
}

.top_bar_search,
.top_bar_lang
{
  float: right;
}

.top_bar_lang
{
  position: relative;
  border-right: 1px solid var(--top-bar-lang-border-color);
  padding: 10.4px 16px 10.4px 24px;
  cursor: pointer;
  user-select: none;
}

.top_bar_lang_selected span,
.top_bar_lang_list > ul > li > a
{
  font-size: 13px;
  font-weight: 400;
  color: var(--top-bar-lang-text-link-icon-color);
}

.top_bar_lang_selected i
{
  font-size: 12px;
  margin-left: 4px;
  color: var(--top-bar-lang-text-link-icon-color);
}

.top_bar_lang_list
{
  padding: 0 10px;
  background: var(--top-bar-bg-color);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 40px;
  position: absolute;
  z-index: 99999;
  cursor: default;
  display: none;
}

.top_bar_lang_list > ul
{
  margin: 0;
  padding: 0;
}

.top_bar_lang_list > ul > li
{
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid var(--top-bar-lang-border-color);
}

.top_bar_lang_list > ul > li:last-child
{
  border-bottom: 0;
}

.top_bar_lang_list > ul > li > a:hover
{
  font-weight: 700;
}

.top_bar_search
{
  position: relative;
}

.top_bar_search input
{
  font-size: 14px;
  font-weight: 400;
  color: var(--top-bar-search-input-text-icon-color);
  width: 238px;
  height: 40px;
  padding: 0 57px 0 19px;
  border: 0;
  background: -moz-linear-gradient(to right, var(--top-bar-search-bg-linear-color-A) 0%, var(--top-bar-search-bg-linear-color-B) 100%);
  background: -webkit-linear-gradient(to right, var(--top-bar-search-bg-linear-color-A) 0%,var(--top-bar-search-bg-linear-color-B) 100%);
  background: -o-linear-gradient(to right, var(--top-bar-search-bg-linear-color-A) 0%,var(--top-bar-search-bg-linear-color-B) 100%);
  background: -ms-linear-gradient(to right, var(--top-bar-search-bg-linear-color-A) 0%,var(--top-bar-search-bg-linear-color-B) 100%);
  background: linear-gradient(to right, var(--top-bar-search-bg-linear-color-A) 0%,var(--top-bar-search-bg-linear-color-B) 100%);
  position: relative;
}

.top_bar_search i
{
  font-size: 16px;
  color: var(--top-bar-search-input-text-icon-color);
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.header
{
  width: 100%;
  height: 111px;
  background: var(--header-bg-color);
  box-shadow: 0px 12px 60px 0px rgba(var(--header-shadow-color-r), var(--header-shadow-color-g), var(--header-shadow-color-b), 0.24);
  -webkit-box-shadow: 0px 12px 60px 0px rgba(var(--header-shadow-color-r), var(--header-shadow-color-g), var(--header-shadow-color-b), 0.24);
}

.header_logo
{
  padding: 19.5px 0;
}

.header_menu,
.header_mobile_menu
{
  float: right;
  padding: 36px 0;
}

.header_mobile_menu
{
  display: none;
}

.header_menu > ul
{
  margin: 0;
  padding: 0;
}

.header_menu > ul > li
{
  float: left;
  list-style: none;
  position: relative;
}

.header_menu > ul > li > a
{
  font-size: 16px;
  font-weight: 400;
  color: var(--header-menu-submenu-text-icon-color);
  padding: 10px 31px 10px 31px;
  border-right: 2px solid var(--header-menu-border-color);
  display: block;
  transition: .4s;
}

.header_menu > ul > li:last-child a
{
  border-right: 0;
}

.header_menu > ul > li > a > i
{
  font-size: 12px;
  color: var(--header-menu-text-icon-color);
  margin-left: 6px;
  transition: all .4s;
}

.header_menu > ul > li > a:hover,
.header_menu > ul > li:hover > a,
.header_menu > ul > li:hover > a > i,
.header_menu > ul > li > ul > li > a:hover
{
  color: var(--header-menu-submenu-text-icon-hover-color);
}

.header_menu > ul > li:hover > a
{
  background: var(--header-menu-submenu-hover-bg-color);
}

.header_menu > ul > li > ul
{
  width: 200px;
  background: var(--header-menu-submenu-hover-bg-color);
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 99999;
}

.header_menu > ul > li:last-child > ul
{
  left: auto;
  right: 0;
}

.header_menu > ul > li:hover > ul
{
  display: block;
}

.header_menu > ul > li > ul > li
{
  list-style: none;
}

.header_menu > ul > li > ul > li > a
{
  font-size: 14px;
  font-weight: 400;
  color: var(--header-menu-submenu-text-icon-color);
  padding: 10px 10px;
  border-bottom: 1px solid var(--header-menu-submenu-border-color);
  display: block;
  position: relative;
  left: 0;
  transition: .4s;
}

.header_menu > ul > li > ul > li:last-child a
{
  border-bottom: 0;
}

.header_menu > ul > li > ul > li > a:hover
{
  left: 5px;
}

.slider
{
  width: 1646px !important;
  height: auto;
  margin: 22px auto 0 auto;
  position: relative;
}

.owl-nav
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next
{
  width: 51px;
  height: 51px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--slider-nav-prev-next-bg-color) !important;
  box-shadow: 0px 0px 57px 0px rgba(var(--slider-nav-prev-next-shadow-color-r), var(--slider-nav-prev-next-shadow-color-g), var(--slider-nav-prev-next-shadow-color-b), 0.9);
  -webkit-box-shadow: 0px 0px 57px 0px rgba(var(--slider-nav-prev-next-shadow-color-r), var(--slider-nav-prev-next-shadow-color-g), var(--slider-nav-prev-next-shadow-color-b), 0.9);
  position: absolute;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled
{
  opacity: .5;
}

.owl-nav .owl-prev
{
  left: 18px;
}

.owl-nav .owl-next
{
  right: 18px;
}

.container
{
  width: 1170px;
  margin: auto;
}

.villages
{
  width: 1170px;
  height: 153px;
  background: var(--villages-bg-color);
  box-shadow: 0px 12px 60px 0px rgba(var(--villages-shadow-color-r), var(--villages-shadow-color-g), var(--villages-shadow-color-b), 0.24);
  -webkit-box-shadow: 0px 12px 60px 0px rgba(var(--villages-shadow-color-r), var(--villages-shadow-color-g), var(--villages-shadow-color-b), 0.24);
  margin: -29px auto 0 auto;
  position: relative;
  z-index: 1;
  user-select: none;
  overflow: hidden;
}

.villages_list
{
  margin: auto;
  display: table;
}

.villages_list > ul
{
  width: 1077px;
  margin: 0;
  padding: 0;
}

.villages_list > ul > li
{
  list-style: none;
  float: left;
  margin-top: 43px;
  margin-right: 35px;
}

.villages_list > ul > li:last-child
{
  margin-right: 0;
}

.wrapper
{
  margin-top: 43px;
}

.content_panel
{
  width: 867px;
  float: left;
}

.side_right_panel,
.side_left_panel
{
  width: 259px;
}

.side_right_panel
{
  float: right;
  margin-left: 44px;
}

.side_left_panel
{
  float: left;
  margin-right: 44px;
}

/* News */
.news_wrapper
{
  background: var(--news-wrapper-bg-color);
  padding: 36px 45px 24px 45px;
}

.news_panel_title
{
  padding-left: 14px;
}

.news_panel_title h2
{
  font-size: 28px;
  font-weight: 700;
  color: var(--news-panel-title-color);
  margin: 0;
}

.news_items
{
  margin-top: 34px;
}

.news_item
{
  padding-bottom: 39px;
  margin-bottom: 39px;
  border-bottom: 1px solid var(--news-item-border-color);
}

.news_item:last-of-type
{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.news_item_img
{
  width: 203px;
  height: 118px;
  float: left;
  margin-right: 40px;
}

.news_item_img img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_item_info
{
  width: 477px;
  float: left;
}

.news_item_info_title
{
  margin-top: 13px;
}

.news_item_info_title h3
{
  font-size: 20px;
  font-weight: 700;
  color: var(--news-item-info-title-color);
  margin: 0;
  line-height: 1.4;
}

.news_item_info_title h3 a
{
  display: inline;
  padding-bottom: 2px;
  background-image: linear-gradient(to right, var(--news-item-info-title-color) 0%, var(--news-item-info-title-color) 100%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all .7s ease;
}

.news_item_info_title h3 a:hover
{
  background-size: 100% 2px;
}

.news_item_info_date
{
  margin-top: 10px;
}

.news_item_info_date i
{
  font-size: 16px;
  color: var(--news-item-info-date-icon-color);
  margin-right: 5px;
}

.news_item_info_date span
{
  font-size: 13px;
  font-weight: 400;
  color: var(--news-item-info-date-text-color);
}

.news_item_info_short_desc
{
  margin-top: 19px;
}

.news_item_info_short_desc p
{
  font-size: 14px;
  font-weight: 400;
  color: var(--news-item-info-short-desc-color);
  margin: 0;
}

.news_btn_show_more
{
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--news-item-border-color);
}

.news_btn_show_more button
{
  font-size: 14px;
  font-weight: 500;
  color: var(--news-btn-show-more-text-color);
  background: -moz-linear-gradient(left, #96c51f 0%, #7da224 100%);
  background: -webkit-linear-gradient(left, #96c51f 0%,#7da224 100%);
  background: linear-gradient(to right, #96c51f 0%,#7da224 100%);
  border: 0;
  padding: 15px 54px;
  border-radius: 5px;
  cursor: pointer;
}

.news_btn_show_more button:hover
{
  background: -moz-linear-gradient(right, #96c51f 0%, #7da224 100%);
  background: -webkit-linear-gradient(right, #96c51f 0%,#7da224 100%);
  background: linear-gradient(to left, #96c51f 0%,#7da224 100%);
}

.news_btn_show_more button i
{
  font-size: 12px;
  color: var(--news-btn-show-more-icon-color);
  margin-left: 5px;
  vertical-align: middle;
}

.news_btn_show_more button:disabled
{
  opacity: .5;
  cursor: not-allowed;
}

.news_btn_show_more button:disabled:hover
{
  color: var(--news-btn-show-more-text-color);
  background: -moz-linear-gradient(left, #96c51f 0%, #7da224 100%);
  background: -webkit-linear-gradient(left, #96c51f 0%,#7da224 100%);
  background: linear-gradient(to right, #96c51f 0%,#7da224 100%);
}

/* Side right */
.scapmain
{
  margin-bottom: 30px;
  background: var(--scapmain-body-bg-color);
}

.scapmain:last-of-type
{
  margin-bottom: 0;
}

.scapmain_title
{
  width: 100%;
  padding: 15.1px 0;
  text-align: center;
  border-radius: 5px;
  background: -moz-linear-gradient(left, var(--scapmain-title-bg-linear-color-A) 0%, var(--scapmain-title-bg-linear-color-B) 100%);
  background: -webkit-linear-gradient(left, var(--scapmain-title-bg-linear-color-A) 0%,var(--scapmain-title-bg-linear-color-B) 100%);
  background: linear-gradient(to right, var(--scapmain-title-bg-linear-color-A) 0%,var(--scapmain-title-bg-linear-color-B) 100%);
}

.scapmain_title h2
{
  font-size: 14px;
  font-weight: 700;
  color: var(--scapmain-title-text-color);
  margin: 0;
}

.scapmain_body
{
  padding: 22px 0;
  background: var(--scapmain-body-bg-color);
}

.contact_wrap
{
  padding: 0 17px;
}

.contact_items > ul
{
  margin: 0;
  padding: 0;
}

.contact_items > ul > li
{
  list-style: none;
  position: relative;
  padding-left: 24px;
  margin-bottom: 17px;
}

.contact_items > ul > li:last-child
{
  margin-bottom: 0;
}

.contact_items > ul > li:nth-child(1)::before,
.contact_items > ul > li:nth-child(2)::before,
.contact_items > ul > li:nth-child(3)::before
{
  font-family: 'Font Awesome 6 Free';
  font-weight: 700;
  font-size: 16px;
  color: var(--contact-item-icon-color);
  position: absolute;
  left: 0;
}

.contact_items > ul > li:nth-child(1)::before
{
  content: '\f095';
}

.contact_items > ul > li:nth-child(2)::before
{
  content: '\f0e0';
}

.contact_items > ul > li:nth-child(3)::before
{
  content: '\f3c5';
}

.contact_items > ul > li > a
{
  font-size: 14px;
  font-weight: 600;
  color: var(--contact-item-text-color);
  display: block;
  margin-bottom: 5px;
}

.contact_items > ul > li > a:last-child
{
  margin-bottom: 0;
}

.contact_items > ul > li > a:hover
{
  text-decoration: underline;
}

.contact_items > ul > li > span
{
  font-size: 14px;
  font-weight: 400;
  color: var(--contact-item-text-color);
}

.footer
{
  width: 100%;
  padding: 53px 0;
  margin-top: 96px;
  background: var(--footer-bg-color);
}

.footer_side_panel:nth-child(1)
{
  width: 261px;
}

.footer_side_panel:nth-child(2)
{
  width: 729px;
}

.footer_side_panel:nth-child(3)
{
  width: 180px;
}

.footer_side_panel
{
  float: left;
}

.footer_copy
{
  margin-top: 20px;
}

.footer_copy p
{
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  margin: 0;
}

.footer_copy p a:hover
{
  text-decoration: underline;
}

.footer_menu_title span
{
  font-size: 16px;
  font-weight: 600;
  color: #95c31f;
}

.footer_menu
{
  margin-top: 24px;
}

.footer_menu > ul
{
  margin: 0;
  padding: 0;
}

.footer_menu > ul > li
{
  list-style: none;
  margin-bottom: 16px;
}

.footer_menu > ul > li:last-child
{
  margin-bottom: 0;
}

.footer_menu > ul > li > a
{
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}

.footer_menu > ul > li > a:hover
{
  text-decoration: none;
}

.footer_time_date
{
  display: table;
  margin: 37px auto 0 auto;
}

.footer_time_date > ul
{
  margin: 0;
  padding: 0;
}

.footer_time_date > ul > li
{
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  line-height: 16px;
}

.footer_time_date > ul > li:nth-child(1)::before,
.footer_time_date > ul > li:nth-child(2)::before
{
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 0;
}

.footer_time_date > ul > li:nth-child(1)::before
{
  content: '\f017';
}

.footer_time_date > ul > li:nth-child(2)::before
{
  content: '\f073';
}

.footer_time_date > ul > li:last-child
{
  margin-bottom: 0;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  margin: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page_wrapper
{
  margin-top: 54px;
}

.breadcrumbs > ul
{
  margin: 0;
  padding: 0;
}

.breadcrumbs > ul > li
{
  list-style: none;
  float: left;
}

.breadcrumbs > ul > li > i
{
  font-size: 10px;
  color: var(--breadcrumbs-icon-color);
  margin: 0 10px;
}

.breadcrumbs > ul > li:last-child i
{
  display: none;
}

.breadcrumbs > ul > li > a
{
  font-size: 14px;
  font-weight: 400;
  color: var(--breadcrumbs-link-color);
}

.breadcrumbs > ul > li:last-child > a
{
  font-weight: 600;
}

.page_title,
.page_desc
{
  margin-top: 40px;
}

.page_title h2
{
  font-size: 26px;
  font-weight: 700;
  color: var(--page-title-text-color);
  margin: 0;
}

.page_desc p
{
  font-size: 14px;
  font-weight: 400;
  color: var(--page-desc-text-color);
  margin: 0;
}

.page_desc p img,
.page_desc p table
{
  max-width: 867px;
}

.page_last_updated
{
  margin-top: 30px;
}

.page_last_updated span
{
  font-size: 14px;
  font-weight: 400;
  color: var(--page-last-updated-text-color);
}

.sitemap
{
  margin-top: 42px;
}

.sitemap > ul,
.sitemap > ul > li > ul
{
  margin: 0;
  padding: 0;
}

.sitemap > ul > li > ul
{
  padding: 10px 0;
}

.sitemap > ul > li
{
  list-style: none;
  padding: 10px 0;
}

.sitemap > ul > li > a
{
  font-size: 18px;
  font-weight: 700;
  color: var(--sitemap-link-color);
  transition: .4s;
}

.sitemap > ul > li > a:hover
{
  color: var(--sitemap-link-hover-color);
}

.sitemap > ul > li > ul > li
{
  padding: 10px 20px;
  list-style: none;
}

.sitemap > ul > li > ul > li > a
{
  font-size: 14px;
  font-weight: 400;
  color: var(--sitemap-submenu-link-color);
  transition: .4s;
}

.sitemap > ul > li > ul > li > a:hover
{
  color: var(--sitemap-submenu-link-hover-color);
}

.table
{
  width: 867px;
  margin-top: 42px;
}

.table_head
{
  padding: 15px 0;
  background: var(--table-head-bg-color);
}

.table_body
{
  padding: 15px 0;
  background: var(--table-body-random-bg-color);
}

.table_body.active
{
  border: 1px solid var(--table-border-active-color);
}

.table_body:nth-child(2n)
{
  background: var(--table-body-bg-color);
}

.table_head_row,
.table_body_row
{
  float: left;
  padding: 0 10px;
}

.table_head_row:nth-child(1),
.table_body_row:nth-child(1)
{
  width: 100px;
}

.table_head_row:nth-child(2),
.table_body_row:nth-child(2)
{
  width: 687px;
}

.table_head_row:nth-child(3),
.table_body_row:nth-child(3)
{
  width: 78px;
  text-align: center;
}

.table_head_row span
{
  font-size: 14px;
  font-weight: 600;
  color: var(--table-head-row-text-color);
}

.table_body_row span,
.table_open_table th,
.table_open_table td
{
  font-size: 14px;
  font-weight: 400;
  color: var(--table-body-row-text-color);
}

.table_body_row i
{
  color: var(--table-body-row-icon-color);
  cursor: pointer;
}

.table_open
{
  border-top: 1px solid var(--table-border-active-color);
  margin-top: 10px;
  display: none;
}

.table_open_title
{
  padding: 10px 15px;
  border-bottom: 1px solid var(--table-border-active-color);
}

.table_open_title span
{
  font-size: 18px;
  font-weight: 700;
  color: var(--table-open-title-text-color);
}

.table_open_table
{
  margin-top: 10px;
}

.table_open_table th
{
  font-weight: 600;
}

.table_open_table th,
.table_open_table td
{
  text-align: left;
  padding: 15px 10px;
  border-bottom: 1px solid var(--table-open-table-border-color);
}

.table_open_table th
{
  border-right: 1px solid var(--table-open-table-border-color);
}

.table_attachments
{
  margin-top: 20px;
  padding: 15px;
  border-top: 1px solid var(--table-table-attachments-border-color);
}

.table_attachments_title
{
  margin-bottom: 10px;
}

.table_attachments_title span
{
  font-size: 14px;
  font-weight: 500;
  color: var(--table-attachments-title-text-color);
}

.table_attachments > ul
{
  margin: 0;
  padding: 0;
}

.table_attachments > ul > li
{
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  padding-left: 17px;
}

.table_attachments > ul > li::before
{
  font-family: 'Font Awesome 6 Free';
  font-weight: 700;
  content: '\f15b';
  font-size: 12px;
  color: var(--table-attachments-icon-color);
  position: absolute;
  left: 0;
  top: 2px;
}

.table_attachments > ul > li:last-child
{
  margin-bottom: 0;
}

.table_attachments > ul > li > a
{
  font-size: 12px;
  font-weight: 400;
  color: var(--table-attachments-link-text-color);
  vertical-align: middle;
}

.table_attachments > ul > li > a:hover
{
  text-decoration: underline;
}

.table_empty
{
  margin-top: 20px;
}

.table_empty span
{
  font-size: 14px;
  font-weight: 700;
  color: var(--table-empty-text-color);
}
