/* Первый ряд header */
.icms-header__top {
	background-color: #f0f0f0;
	border-bottom: 1px solid #dee2e6;
}
.icms-header__middle {
	background-color: #f0f0f0;
}
.icms-user-menu__nickname {
	color: #3b3b3c !important;
}
/* Социальные кнопки */
.link-twitter svg:hover{color:#1da1f2;}
.link-facebook svg:hover{color:#3b5998;}
.link-odnoklassniki svg:hover{color:#ee8208;}
.link-vk svg:hover{color:#5181B8;}
.link-telegram svg:hover{color:#28A0D4;}
.link-instagram svg:hover{color:#833ab4;}
.link-youtube svg:hover{color:#d30606;}
.link-search svg:hover{color:1da1f2;}
.badge {
    padding: 0.25em 0.5em;
}
/* Категории в ТК */
.cat_albums .d-block .img-fluid {
  width: 100%;
}
/* Категории фотоальбома */
.cat_albums .d-block img {
    transition: all 1s ease-out;
}
.cat_albums .d-block img:hover {
    transform: scale(1.1);
}
.cat_albums .card-body {
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2rem 1rem 0.75rem !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 100%);
}
.cat_albums .card-body .h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cat_albums .card-body .h5 a {
    color: inherit;
    text-decoration: none;
}
.cat_albums .card-body .h5 a:hover {
    color: #ddd;
}
/* ТК расписание. Основные стили для таблицы */
.rasp-table {
    overflow-x: auto; /* Горизонтальная прокрутка */
    white-space: nowrap; /* Запрет переноса строк */
    margin: 20px 0;
}
.rasp-little-table {
    width: auto; /* Ширина таблицы определяется содержимым */
    min-width: 100%; /* Минимальная ширина — 100% контейнера */
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
    background-color: #f9f9f9;
}
.rasp-little-table th {
    padding: 15px;
    font-size: 0.875rem;
}
.rasp-little-table td {
    padding: 10px 15px;
    text-align: left;
}
.rasp-little-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.rasp-little-table tr:hover {
    background-color: #ddd;
}
/* Строка - Яндекс расписание */
.copyright {
    display: inline-block;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
.copyright__link {
    display: inline-block;
    color: #555;
    text-decoration: none;
}
.copyright__link:hover {
    color: #e00;
}
.copyright-horizontal {
    line-height: 28px;
    width: 100%;
    min-height: 25px;
    padding: 12px 28px;
}
.copyright-horizontal .copyright__data {
    display: inline-block;
    padding: 0 20px;
}
.copyright__data {
    display: block;
    vertical-align: top;
    color: #666;
    float: right;
}
.logo {
    display: inline-block;
    padding-right: 10px;
}
.arrow_rasp {
    font: 13px textbook, sans-serif;
    line-height: 27px;
    position: relative;
    display: inline-block;
    width: 93px;
    height: 25px;
    margin: 2px 0 0 0;
    padding: 0 0 0 7px;
    vertical-align: top;
    text-align: left;
	color: #666;
}
.copyright-yellow .arrow_rasp {
    background: url(/upload/schedule/img/yellow.png) top left no-repeat;
}
/* Адаптивные стили */
@media (max-width: 768px) {
    .copyright-horizontal {
		display: flex;
        flex-direction: column;
        align-items: center; /* Центрирование по вертикали */
        padding: 12px;
    }
    .copyright-horizontal .copyright__data {
        padding: 10px 0 0 0;
    }
    .arrow {
        margin: 5px 0;
        text-align: center; /* Центрирование текста в стрелке */
    }
}

@media (max-width: 480px) {
    .copyright-horizontal {
		text-align: center;
        padding: 8px;
    }
    .copyright__data {
        font-size: 14px;
    }
    .arrow {
        padding: 0;
    }
}
/* Виджет - Расписание транспорта */
ul.rzdmenu {
  padding: 0;
  margin: 0;
}
ul.rzdmenu li {
  list-style: none;
  margin: 1px 0;
  padding: 5px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}
ul.rzdmenu li a {
  text-decoration: none;
  display: block;
  position: relative;
  text-align: left;
  margin-left: 5px;
}
ul.rzdmenu li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
/* ТК музыка */
.audio_downl_icon {
  width: 30px;
  height: auto;
  margin-top: 8px;
  transition: transform 0.3s;
}
.audio_downl_icon:hover {
  filter: brightness(1.2);
}
/* ТК кинозал */
.cinema_img {
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #e3e3e3;
  border-radius: 2px;
}
/* Главное меню */
.icms-navbar {
	border-bottom: 1px solid #dee2e6 !important;
    box-shadow: 0px -10px 20px rgba(128, 126, 126, 0.5);
}
.navbar-light .navbar-nav .nav-link.active {
    color: #ff7602;
}
.icms-navbar .nav-link::before {
	height: 2px;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	background-color: #ff7602;
}
.icms-navbar .nav-link:not(.active):hover::before {
	background-color: #ff7602;
	width: 90%;
}
.icms-navbar .nav-link.active::before {
	background-color: #ff7602;
	width: 90%;
}
.news_3 .icms-content-fields .ft_image a{
	width:100%;
	height:180px;
}
.news_3 .icms-content-fields .ft_image img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.news_3 > .article {
    margin-bottom: 0.75rem !important;
}
.news_3 .f_title h3 {
    padding: 0 0.75rem;
}
.news_3 .f_teaser .value {
    padding: 0 0.75rem;
}
.news_3 .info_bar {
    padding: 0 0.75rem !important;
}
/* Футер сайта */
.icms-footer__middle {
	background: #27282d;
}
.icms-footer__bottom {
	background: #232226;
}
.first-bottom{
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #b1b1b1;
}
.uk-icon svg {
	width: 40px;
	max-width: 100%;
	display: inline-block;
	height: 40px;
}
.icms-footer__middle .icms-widget__compact > .card-header{
	position: relative;
}
.icms-footer__middle .icms-widget__compact > .card-header::after{
	content: "";
	position: absolute;
	height: 1px;
	width: 60%;
	bottom: -0.5rem;
	left: 0;
	background: linear-gradient(to right, #495057, #212529);
}
.text-gradient {
	background: linear-gradient(94.23deg, #3e98e8 12.41%, #e87c71 52.55%, #fe7500 89.95%);
	background-color: rgba(0, 0, 0, 0);
	background-clip: border-box;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.icms-footer__middle .icms-widget__compact > .card-header.text-gradient::after {
  background: linear-gradient(to right, #3e98e8, #212529);
}
.fr4_1 {
  /* Flex layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  
  /* Box model */
  width: 300px;
  padding: 0px 14px 14px;
  margin-top: 7px;
  box-sizing: border-box;
  
  /* Borders */
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  
  /* Text */
  text-align: center;
}
@media (min-width:992px){.icms-navbar .nav-link{padding-top:0.5rem;padding-bottom:0.5rem}}
.lr-auto {
    margin-left: auto;
    margin-right: auto;
}
.news .content_list .ft_image a{
	display:block;
	height:180px;
	overflow:hidden;
}
.news .content_list .ft_image img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition: all .35s ease-in-out;
}
.news .content_list .ft_image img:hover{
	transform: scale(1.1);
}	
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
	max-width: 1440px;
  }
}
/* Статистика контента */
@media (max-width:425px){
#wdstat_409 .wdstat_ctype.wdstat_notdesc {
	min-height: 80px !important;
  }
}
/* Виджет Указ Президента */
.bn-block.type-2 {
  padding: 20px 25px;
  border: 1px solid #d3bbbb;
}.bn-block.type-2 .bb-item-title a {
  color: #8f2a21;
  text-decoration: none;
}
.bn-block.type-2 .bb-item-title a:hover {
  color: #000;
}
/* Футер 18+ */
.footer_ageism {
  font-size: 1.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}