/*
Theme Name: SSV Hestia Child Theme
Description: This is a my custom child theme I have created.
Author: == SSV ==
Template: hestia    
Version: 1.0
*/

/*-------------------------------------------------------*/
/* импортируем стили родительской темы */
/* @import url("../hestia/style.css"); */
/*-------------------------------------------------------*/

/*-------------------------------------------------------*/
/* Убрать ссылки в подвале сайта. Wordpress, тема hestia */
/*-------------------------------------------------------*/
.copyright.pull-right {
     display: none;
}
/*-------------------------------------------------------*/
/*  Убираем автора и дату публикации в заголовке поста   */
/*-------------------------------------------------------*/
.single-post .hestia-title + .author {
     display: none; 
}
/*-------------------------------------------------------*/
/*  Убираем автора и дату публикации в заголовках        */
/*  всех типов (посты, страницы, кастомные страницы)     */
/*-------------------------------------------------------*/
.hestia-title + .author {
     display: none;
}
/*-------------------------------------------------------*/
/*    Убираем ссылку на категорию в списке постов        */
/*-------------------------------------------------------*/
.archive .category {
     display: none; !important;
}
/*-------------------------------------------------------*/
/*    Убираем ссылку на категорию в подвале постов        */
/*-------------------------------------------------------*/
.entry-categories {
	display: none; !important;
}
/*-------------------------------------------------------*/
/*   Изменяем цвет заголовка в header                    */
/*-------------------------------------------------------*/
h1.hestia-title {
     color: #ffffff !important;
}

/*-------------------------------------------------------*/
/* Классы кастомной страницы новостей serbia-news        */
/*-------------------------------------------------------*/

/*Отображение картинки на single-странице Новости Сербии*/
@media (min-width: 576px) {
  .img-align-left {
    float: left;
    margin: 10px 10px 10px 0;
  }
}

.page-serbia-news-list-hr {
     margin: 10px 0px 0px 0px
}
.page-serbia-news-image {
     width:40%;
     height:45%;
     object-fit: cover;
     float: left;
     margin: 10px 15px 3px 10px;
}
.page-serbia-news-list-img {
     width:30%;
     height:30%;
     object-fit:cover;
     float: left;
     margin: 5px 5px 3px 5px;
}
.page-serbia-news-list-img_2 {
     width:100%;
     /*height:auto;*/
     /*object-fit:cover;*/
     /*float: left;*/
     /*margin: 5px 5px 3px 5px;*/
}

/*-------------------------------------------------------*/
/* Уменьшаем высоту хедера для категории Обзр р. н.      */
/*-------------------------------------------------------*/
/*.category-obzor-rynka-nedvizhimosti .page-header.header-small .container{*/
/*    padding-top:  115px !important;*/
/*    padding-bottom: 37px !important;*/
/*}*/

/*--------------------------------------------------------*/
/* Уменьшаем высоту хедера для категории Новости С        */
/*--------------------------------------------------------*/
.post-type-archive-serbia-news .page-header.header-small .container{
    padding-top:  115px !important;
    padding-bottom: 37px !important;
}

/*-------------------------------------------------------*/
/* Уменьшаем высоту хедера для всех остальных архивов    */
/*-------------------------------------------------------*/
.page-header.header-small .container{
    padding-top:  130px !important;
    padding-bottom: 67px !important;
}

.shadow-row {
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.05%),
              0 0 0 2px rgb(255, 255, 255),
              0.3em 0.3em 1em rgba(0, 0, 0, 0.3);

}
.top-oriented {
   margin-block-start: -3em;
}
@media (max-width: 992px) {
  .top-oriented {
    margin-block-start: 2em;
  }
}
.down-oriented {
   margin-block-start: 0em;
}

/*-------------------------------------------------------*/
/* Цвет шрифта заголовков постов   */
/*-------------------------------------------------------*/
.single-post h1, h2, h3, h4, h5 {
  color: #222222;
}
.ssv-blocks-in-group-vertical-alignment {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: flex-start;*/
}
.ssv-block-in-group-V-margin {
  margin-block-start: 1em;
  margin-block-end: 1em
}
/*.ssv-V-stretched-block {*/
/*  display: inline-flex;*/
/*  align-items: stretch;*/
/*}*/
/*--------------------------------------------------------------*/
/* Запрет отображения блока при просмотре на мобильном          */
/*--------------------------------------------------------------*/
@media (max-width: 1080px) {
  .ssv-no-display-on-mob {
    display: none;
  }
}
/*--------------------------------------------------------------*/
/* Убрал обтекание картинки текстом при просмотре на мобильном  */
/* для кастомной записи Новости Сербии                          */
/*--------------------------------------------------------------*/
@media (min-width: 992px) {
  .alignleft {
    float: none;
  }

  .ssv-V-stretched-block {
    display: inline-flex;
    /*align-items: stretch;*/
  }
}

.ssv-last-s-news-list {
  float: right;
  margin: 5px 5px 5px 5px;
  color: #222222; !important;
  font-weight: 400;
}

.ssv_left_ul a:hover {
	/*background-color: blue;*/
  color: #0f3592;
  font-weight: bold;
}
.ssv_left_ul a {
  /*color: #222222;*/
  font-weight: normal;
}
.ssv-select {
  appearance: auto; /* Включение стандартной стрелки */
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: 100%;
  height: 40px;
  margin-top: -2.5px;
  font-size: smaller;
  font-weight: 400;
  border-radius: 3px;
}

.ssv_header_align_center {
  display: flex;
  align-items: center;
  justify-content: center;
}


/*<!--                        style="width: 100%; font-size: medium; appearance: auto; height: 40px; margin-top: -2.5px"-->*/
/*<!--                        style="width: 100%;-->*/
/*<!--                        font-weight: bold;-->*/
/*<!--                        font-size: smaller;-->*/
/*<!--                        border: 0.1rem solid blue;-->*/
/*<!--                        border-radius: 2px;-->*/
/*<!--                        box-shadow: 0 0 0 2rem skyblue;-->*/
/*<!--                        appearance: auto;"-->*/

.ssv_tooltip {
    position: relative; /* Создаем контейнер для подсказки */
    display: inline-flex;
    align-items: center; /* Центрируем элементы по вертикали */
    cursor: pointer; /* Указываем, что элемент интерактивный */
}

.ssv_info-icon {
    font-size: 13px;
    margin-left: 3px;
    margin-bottom: 10px;
    color: #072fa4;  /* #007bff;  */
    cursor: pointer; /* Меняем вид курсора на указатель */
}

.ssv_tooltip-text {
    visibility: hidden; /* Скрываем подсказку по умолчанию */
    width: 200px;
    background-color: #333;
    color: #fff;
    font-size: 11px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 10;
    /*bottom: 150%; !* Располагаем подсказку над иконкой *!*/
    top: 100%;      /* Располагаем подсказку ПОД иконкой */
    left: 100%;
    transform: translateX(-100%);
    opacity: 0; /* Прозрачность по умолчанию */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ssv_tooltip:hover .ssv_tooltip-text {
    visibility: visible; /* Показываем подсказку при наведении */
    opacity: 1;          /* Полностью видимая подсказка */
}
/*-------------------------------------------------------*/
/* Цвет баннера #132e65   основного                      */
/*-------------------------------------------------------*/
.banners-color {
  background-color: #132e65;
}

/*-------------------------------------------------------*/
/*    Строка для карточки                                */
/*-------------------------------------------------------*/
.ssv-row-for-card {
  display: table;
  width: 100%;
  height: 100px;
  margin-left: 5px;
  margin-top: 2px;
  background-color: rgba(195, 195, 195, 0.1);
}

.ssv-card-cell-for-header {
  display: table-cell;
  float: none;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

.col-sm-12.ssv-card-cell-for-header > a {
  color: whitesmoke;
}
.col-sm-12.ssv-card-cell-for-header > a:hover {
    color: magenta; /* Цвет при наведении */
    text-decoration: none; /* Убрать подчёркивание */
}
/*.col-sm-12.ssv-card-cell-for-header > a:visited {*/
/*    color: purple; !important; !* Цвет посещённой ссылки *!*/
/*}*/

.ssv-card-groups-header {
  font-size: 22px;
  font-weight: 700;
  /*color: white;*/
}

.ssv-card-cell-for-content {
  display: table-cell;
  float: none;
  vertical-align: middle;
  text-align: justify;
  hyphens: auto;

}

.ssv-card-cell-for-img {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 0;
}

.ssv-image-for-card {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.ssv-news-header-in-card {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 1.7rem;
  color: black;
}

.ssv-news-header-in-card:hover {
  color: magenta; /* Цвет при наведении */
  text-decoration: none; /* Убрать подчёркивание */
  cursor: pointer;
}

.ssv-law-list-in-card {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-top: 1.7rem;
  color: #0a246a;
  text-align: justify;
  hyphens: auto;
}

.ssv-law-list-in-card:hover {
  color: magenta; /* Цвет при наведении */
  text-decoration: none; /* Убрать подчёркивание */
  cursor: pointer;
}

.ssv-law-header-in-card {
  font-weight: 450;
  font-size: 18px;
  color: black;
  text-align: justify;
  hyphens: auto;
}

.ssv-law-header-in-card:hover{
  color: magenta; /* Цвет при наведении */
  text-decoration: none; /* Убрать подчёркивание */
  cursor: pointer;
}
.card-title.entry-title.ssv-header-in-large-card > a:hover{
  color: magenta; /* Цвет при наведении */
  text-decoration: none; /* Убрать подчёркивание */
  cursor: pointer;
}

.ssv-time-for-card {
  float: right;
  font-size: 1rem;
}

.ssv-card-groups-headers-cell {
  height: 40px;
  background-color: rgba(19, 46, 101, 0.8);
  margin-bottom: 10px;
  margin-top: 10px;
}



/*-------------------------------------------------------*/
/*Отладочные стили*/
/*-------------------------------------------------------*/
/*.col-sm-8 {*/
/*    !*background-color: rgba(0, 0, 255, 0.1); !* Синяя заливка *!*!*/
/*    outline: 1px solid blue; !* Контур *!*/
/*}*/

/*.col-sm-4 {*/
/*    !*background-color: rgba(255, 0, 0, 0.1); !* Красная заливка *!*!*/
/*    outline: 1px solid red; !* Контур *!*/
/*}*/
/*.row {*/
/*    !*background-color: rgba(255, 0, 0, 0.1); !* Красная заливка *!*!*/
/*    outline: 1px solid magenta; !* Контур *!*/
/*}*/


.navbar  {
  background-color: rgba(11, 37, 62, 0.99);

}
.navbar .navbar-nav > li > a {
  color: white;
  font-weight: 600;
  font-size: 14px;
}

/*.navbar .navbar-nav > li a:hover {*/
/*  color: magenta !important;*/
/*}*/

.navbar .navbar-nav > li a:focus {
  background-color: transparent;
}

.navbar:not(.navbar-transparent) li:not(.btn):hover > a,
.navbar li.on-section:not(.btn) > a,
.navbar.full-screen-menu.navbar-transparent li:not(.btn):hover > a,
.navbar.full-screen-menu .navbar-toggle:hover,
.navbar:not(.navbar-transparent) .nav-cart:hover,
.navbar:not(.navbar-transparent) .hestia-toggle-search:hover {
  color: magenta !important;
}

.navbar .navbar-header .navbar-brand {
  color: snow;
}

.hestia-title-tagline-wrap .site-title  {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
}

/*Раскрывающееся меню при коллапсе экрана к экрану меньшего размера*/
.navbar-collapse.collapse.in a {
  color: black; !important;
}
.navbar-collapse.collapse.in a:focus {
  color: black; !important;
}

/*Панель меню на главной странице*/
.home .navbar {
    background-color: transparent !important;
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 1000;
    margin-bottom: -80px;
    box-shadow: none;
}

/*Чтобы в  Google Chrome меню на полном экране было в одну строку*/
.navbar.navbar-default.hestia_left.navbar-fixed-top > .container {
  width: 1400px; !important;
}

.navbar.navbar-default.hestia_left.navbar-not-transparent.navbar-fixed-top > .container {
  width: 1400px; !important;
}

.navbar.navbar-default.navbar-color-on-scroll.hestia_left.navbar-fixed-top.navbar-transparent > .container {
  width: 1400px; !important;
}


.navbar .menu-item.current-menu-item {
    background-color: #f0f0f0; /* Цвет фона */
    border-radius: 5px;        /* Закругление углов */
}

.home .navbar .menu-item.current-menu-item {
    background-color: transparent; /* Цвет фона */
    border-radius: 5px;        /* Закругление углов */
}

.navbar .menu-item.current-menu-item a {
    /*color: #ff6600 !important; !* Цвет текста активного пункта *!*/
    color: #000000 !important;
    font-weight: bold;         /* Дополнительно: выделение жирным шрифтом */
}

.home .navbar .menu-item.current-menu-item a {
    color: white !important;   /* Главная страница: Цвет текста активного пункта */
    font-weight: bold;         /* Дополнительно: выделение жирным шрифтом        */
}

/* Фон выпадающего меню */
.navbar .dropdown-menu {
    background-color: rgba(235, 235, 240, 0.99); /* Цвет фона */
}

/* Контейнер для изображения */
.image-container {
  overflow: hidden; /* Скрыть часть изображения, если оно выходит за границы */
  display: inline-block; /* Для корректного масштабирования */
  /*border-radius: 10px; !* Опционально: закругление углов *!*/
  width: 100%; /* Задаем ширину */
  height: 100%; /* Задаем высоту */
}

/* Само изображение */
.image-container img {
  display: block;
  width: 100%; /* Масштабируем изображение по размеру контейнера */
  height: 100%; /* Масштабируем изображение по высоте */
  transition: transform 0.3s ease; /* Плавность анимации */
}

/* Эффект при наведении */
.image-container:hover img {
  transform: scale(1.2); /* Увеличиваем изображение */
}

/*что бы не съезжало меню - и - бгимадже на главной*/
@media (min-width: 769px) {
  .home .navbar {
    position: absolute !important;
  }
}

.ssv-single-obzor-content p {
  text-align: justify;
  hyphens: auto;
  text-indent: 20px;
}

.ssv-single-news-header h5 {
  margin-bottom: 0px;
  padding: 10px 0 0 20px;
  text-align: justify;
  hyphens: auto;
  text-indent: 0px;
  font-weight: 550;
  font-size: 22px;
  color: black;
}


/* Скрываем изображение новости на экранах меньше 768px (телефоны) */
@media (max-width: 767.98px) {
  .hide-on-mobile {
    display: none;
  }
}

.category-osnovnye-zakony-ob-emigraczii, .category-zakony-o-nedvizhimosti {
  p {
    text-align: justify;
    hyphens: auto;
    text-indent: 30px;
  }
  ol, ul {
    text-align: justify;
    hyphens: auto;
  }
}

h1.hestia-title.title-in-content {
  display: none;
}

.page-template-default {
   p {
    text-align: justify;
    hyphens: auto;
    text-indent: 30px;
  }
  ol, ul {
    text-align: justify;
    hyphens: auto;
  }
}

/*----------------------------------------------------------------------------------------*/
/*   PERFORMANCE AND Cumulative Layout Shift                                              */
/*----------------------------------------------------------------------------------------*/
@font-face {
  font-family: Lora, serif;
  font-display: swap;
}

.header-filter {
  width: 100%;
  height: 100%;
}

.hestia-big-title-content {
  width: 1200px;
  height: 600px;
  display: flex;
}

.page-header > div {
  width: auto;
  height: auto;
}

.div.row.hestia-big-title-content {
  display: flex;
}

.big-title-slider-content.text-right.col-md-7.margin-left-auto {
  width: 100%;
  height: 100%;
}
/*----------------------------------------------------------------------------------------*/

.hh-w > div{
  max-width: 100% !important;
}
.hh-w > div:hover{
  max-width: 100% !important;
}

/* ============================================= */
/* Основные стили страницы новостей */
/* ============================================= */

.news-page-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.news-main-column {
  flex: 1;
  padding-right: 30px;
  border-right: 1px solid #eee;
}

.news-sidebar {
  width: 100%;
  max-width: 360px;
  position: sticky;
  top: 100px;
}

/* ============================================= */
/* Стили карточек новостей (список с картинкой слева) */
/* ============================================= */

.news-list-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  /*align-items: flex-start;*/
  align-items: center; /* Центрируем все элементы карточки по вертикали */
}

.news-list-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.news-list-image {
  flex: 0 0 150px;
  height: 100px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;

}

.news-list-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;

}

.news-list-item:hover .news-list-thumbnail {
  transform: scale(1.05);
}

.news-list-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-list-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #666;
}

.news-list-date {
  font-weight: 500;
}

.news-list-category {
  color: #1560b2;
  text-decoration: none;
}

.news-list-category:hover {
  text-decoration: underline;
}

.news-list-title {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.news-list-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-list-title a:hover {
  color: #1560b2;
}

.news-list-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 10px;
}

.news-read-more-wrapper {
  margin-top: auto;
  padding-top: 5px;
}

.news-read-more {
  display: inline-block;
  font-size: 14px;
  color: #1560b2;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.news-read-more:hover {
  color: #0d47a1;
  text-decoration: underline;
}

/* ============================================= */
/* Стили для сайдбара */
/* ============================================= */

.sidebar-section {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.sidebar-title {
  font-size: 18px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1560b2;
}

.sidebar-title a {
  color: #222;
  text-decoration: none;
}

.sidebar-title a:hover {
  color: #1560b2;
}

/* Блок недвижимости в сайдбаре */
.real-estate-section {
  background-color: #f9f9f9;
}

.real-estate-section .sidebar-title {
  margin-bottom: 15px;
}

.real-estate-news .news-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
}

.real-estate-news .news-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.real-estate-news .news-image {
  flex: 0 0 80px;
  height: 60px;
  min-width: 80px;
  overflow: hidden;
  border-radius: 4px;
}

.real-estate-news .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.real-estate-news .news-item:hover .news-image img {
  transform: scale(1.05);
}

.real-estate-news .news-content {
  flex: 1;
  min-width: 0;
}

.real-estate-news .news-title {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 5px;
}

.real-estate-news .news-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease;
}

.real-estate-news .news-title a:hover {
  color: #1560b2;
}

.real-estate-news .news-excerpt {
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

/* График цен */
.price-chart {
  height: 300px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
}

/* Виджет новостей */
.news-widget {
  width: 100%;
  height: 394px;
  border-radius: 8px;
  border: none;
}

/* ============================================= */
/* Пагинация */
/* ============================================= */

.news-pagination {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.news-pagination .page-numbers {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #1560b2;
  transition: all 0.3s ease;
}

.news-pagination .page-numbers.current {
  background: #1560b2;
  color: #fff;
  border-color: #1560b2;
}

.news-pagination .page-numbers:hover:not(.current) {
  background: #f5f5f5;
}

/* ============================================= */
/* Адаптация для мобильных устройств */
/* ============================================= */

@media (max-width: 992px) {
  .news-page-layout {
    flex-direction: column;
  }

  .news-main-column {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .news-sidebar {
    position: static;
    max-width: 100%;
  }

  .news-list-item {
    flex-direction: column;
    gap: 12px;
  }

  .news-list-image {
    flex: 0 0 auto;
    width: 100%;
    height: 180px;
  }

  /* Блок недвижимости - сохраняем горизонтальную верстку */
  .real-estate-news .news-item {
    flex-direction: row;
    gap: 10px;
  }

  .real-estate-news .news-image {
    flex: 0 0 60px;
    height: 45px;
    min-width: 60px;
  }
}

@media (max-width: 768px) {
  .news-list-image {
    height: 160px;
  }

  .real-estate-news .news-image {
    flex: 0 0 50px;
    height: 38px;
    min-width: 50px;
  }

  .real-estate-news .news-title {
    font-size: 13px;
  }

  .real-estate-news .news-excerpt {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .news-list-image {
    height: 140px;
  }

  .news-list-meta {
    flex-direction: column;
    gap: 5px;
  }

  .news-list-title {
    font-size: 16px;
  }

  .news-list-excerpt {
    font-size: 13px;
  }

  .sidebar-section {
    padding: 15px;
  }

  .sidebar-title {
    font-size: 16px;
  }

  /* Альтернативный вариант для очень узких экранов */
  .real-estate-news .news-item {
    flex-wrap: wrap;
  }

  .real-estate-news .news-image {
    flex: 0 0 100%;
    height: 120px;
    margin-bottom: 8px;
  }
}

/* Добавляем тонкую горизонтальную линию вместо текста */
/* Скрываем текст и клики */
.menu-separator > a {
    pointer-events: none;
    cursor: default;
    color: transparent !important;
    user-select: none;
    padding: 0 !important; /* убираем отступы внутри ссылки */
    margin: 0 !important;
}

/* Линия-разделитель на всю ширину */
.menu-separator {
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px 0;
    padding: 0 !important;
    width: 100%; /* полная ширина */
    display: block;
}

/* Убираем смещение вправо */
.menu-separator,
.menu-separator > a {
    text-align: left;
}

/*!*  вертикальное раскрывающееся меню в сайдбаре СПРАВОЧНИК *!*/

#left-sidebar-nav  li a {
  font-size: 16px !important;
  font-weight: 500;
  /*padding: 8px 12px;*/
  color: #204060;
}

#left-sidebar-nav .col-md-4 .navbar-nav > li {
    padding: 0;
}

/* Окрашиваем активный пункт */
#left-sidebar-nav li.current-menu-item > a,
#left-sidebar-nav li.current-menu-parent > a,
#left-sidebar-nav li.current-menu-ancestor > a {
    background-color: #f0f0f0; /* светлый фон */
    color: blue; /* цвет текста */
    border-radius: 4px; /* чуть скруглим углы */
}

/* Эффект при наведении */
#left-sidebar-nav li a:hover {
    background-color: #e8e8e8;
    color: #000099;
}


/*!*  вертикальное раскрывающееся меню в сайдбаре ЗАКОНЫ *!*/

#law-left-sidebar-nav  li a {
  font-size: 16px !important;
  font-weight: 500;
  /*padding: 8px 12px;*/
  color: #204060;
}

#law-left-sidebar-nav .col-md-4 .navbar-nav > li {
    padding: 0;
}

/* Окрашиваем активный пункт */
#law-left-sidebar-nav li.current-menu-item > a,
#law-left-sidebar-nav li.current-menu-parent > a,
#law-left-sidebar-nav li.current-menu-ancestor > a {
    background-color: #f0f0f0; /* светлый фон */
    color: blue; /* цвет текста */
    border-radius: 4px; /* чуть скруглим углы */
}

/* Эффект при наведении */
#law-left-sidebar-nav li a:hover {
    background-color: #e8e8e8;
    color: #000099;
}

/*шрифт карточек главной страницы*/
.description, .card-description, .footer-big {
  color: rgb(20, 40, 60) !important;
}
.description, .card-description {
  /*отмена сдвига первой строки абзаца в карточке главной страницы*/
  text-indent: 0px !important;
  /*отмена переноса слов в карточке главной страницы*/
  hyphens: none !important; /* отключает автоматические переносы */
  -webkit-hyphens: none !important; /* для Safari/Chrome */
  -ms-hyphens: none !important; /* для старого IE/Edge */
  overflow-wrap: normal !important; /* запрещает переносы внутри слов */
  word-break: normal !important; /* нормальное поведение переноса */
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

