

/* Start:/local/components/my_project/section.list/templates/.default/style.css?17664067822594*/
/* Menu container styles */
.menu-container {
  width: 40%;
  float: left;
  height: 100vh;
  overflow-y: auto;
}

.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Menu item styles */
.menu-item {
	display: flex;
  padding: 15px;
  text-decoration: none;
  font-size: 15px;
  color: #333;
  border-radius: 5px;
  transition: background-color 0.3s ease;
    justify-content: space-between;
    align-items: center;
}

.menu-item.active {
  background-color: #4C8D2B;
  color: #fff;
}

.main-menu li {
  margin-bottom: 5px;
}



/* Sidebar menu styles */
.sidebar .menu {
  margin-top: 20px;
}

.sidebar .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .menu li {
  margin-bottom: 5px;

}

div > ul > li.has-submenu.open > ul > li > a {

		font-size: 13px;
}


.sidebar .menu a:hover {
  color: #4C8D2B;
  background-color: #e0e0e0;
}

/* Second-level menu item styles */
.menu-item_second {
  font-size: 14px;
  color: #555;
}

.menu-item_second > a {
  font-size: 14px;
  color: #555;
}

/* Sidebar submenu styles with animation */
.sidebar .menu ul.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sidebar .menu ul.submenu.open {
	max-height: 500px;
	padding-left: 10px;
	transition: max-height 0.3s ease;
	overflow:visible;

}
div > ul > li.has-submenu.open > ul > li > a {
	position: relative;
	margin-left:15px
}
div > ul > li.has-submenu.open > ul > li > a:before {
	content: "";
  position: absolute;
  top: 12%;
  left: 0;
  width: 1px;
  height: 75%;
  background-color: #4C8D2B;
}


.menu-container li.has-submenu > a .arrow {
  float: right;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.menu-container li.has-submenu > span .arrow {
  float: right;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.menu-container li.has-submenu > a:hover .arrow {
  transform: rotate(180deg);
}

.menu-container li.has-submenu > a .arrow,
.menu-container li.has-submenu > span .arrow {
  transform: rotate(0deg);
}

.menu-container li.has-submenu.open > a .arrow,
.menu-container li.has-submenu.open > span .arrow {
  transform: rotate(180deg);
}

/* Submenu styles with slide-down animation */
.menu-container .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  padding-left: 20px;
}

.menu-container .submenu.open {
  max-height: 500px; /* Adjust as needed */
  opacity: 1;
height: 100%
}


.submenu {
  list-style: none;
  padding-left: 20px;
  margin: 0;
  height: 0;
  overflow: hidden;

}


.submenu li {
  margin-bottom: 3px;
}
/* End */


/* Start:/bitrix/templates/gosdoklad/template_styles.css?176828500217723*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
    font-family: "Open Sans", Open Sans, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
	background-attachment: fixed;
	background-size: cover;
}

#pagetitle { margin-bottom: 35px; }



.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 21px/28px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/bitrix/templates/gosdoklad/images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-worktime-schedule {
	color: #000;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 991px) {
	.bx-header-worktime {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-regular, 400);
	}
}


.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

.bx-sidebar-block { }

:root {
--main-color:rgb(35, 164, 87)
}

p {
	margin-bottom:0;
}
h4 {
    margin: 15px 0px;
    font-size: 25px;
}
/* Шапка сайта */

.main-header {
min-height: 150px;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    margin: 15px 15px 0px 15px;
    padding: 10px 20px;
}

.main-header-section {
    padding-left: 15px;
    padding-right: 15px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
}

.header-logo {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
}

.header-logo a {
    display: flex; 
    align-items: center;
    text-decoration: none;
    color: inherit;
	justify-content: center;
}

.header-logo img {
   width: 100%;
    margin-right: 10px;
}

.header-logo p {
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
}

.header-title {
    width: 100%;
    text-align: center;
    flex-grow: 1;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    min-height: 60px;
    height: 100%;
}

.header-title h1 {
    font-size: calc(21px + (40 - 24) * ((100vw - 768px) / (1920 - 768)));
	padding: 0px 0px 13px 0px;
    margin: 0;
	font-weight: bold;
}

.header-title h2 {
    font-size: calc(12px + (40 - 24) * ((100vw - 768px) / (1920 - 768)));
    margin: 0;
    color: #555;
}

.header-title .year {
    padding: 5px 10px;
    font-size: calc(21px + (40 - 24) * ((100vw - 768px) / (1920 - 768)));
    color: #333;
}

.menu-container {
    display: flex;          
    width: 100%;
    box-sizing: border-box;

}

.left-menu {
    width: 40%;
    padding: 20px;
    box-sizing: border-box;
}

.content {
    width: 100%; 
    padding: 0;
    box-sizing: border-box;
    border-radius: 24px;
    background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.content-image {
		max-width:1500px;
		text-align: center;

	}
.content-image img {
		width: 100%;
		max-width:80%
	}

.content-info {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 10%;
    min-height: 200px;
    height: 100%;
}

.content-info__error-image {
    max-width: 70px;
    width: 100%;
	animation: myAnim 2s cubic-bezier(0.85, 0, 0.15, 1); 2s 5 normal forwards;
}

.content-info__error-text {
	text-decoration: none;
    font-size: 18px;
    color: #555;
	margin:0;
	padding: 
}

@keyframes myAnim {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.menu-sections ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-sections li {
    margin-bottom: 5px;
}

.menu-sections li a {
    display: block;
    padding: 10px;
    background-color: #f0f0f0;
    text-decoration: none;
    color: #333;
}

.menu-sections li a:hover {
    background-color: #ddd;
}

.menu-sections ul ul {
    display: none;
}

.menu-sections li.active > ul {
    display: block;
}

.menu-sections li.active > a {
    background-color: #ccc;
}

.page-container {
    display: flex;
    height: 100vh;
}

.menu-container {
display: block;
    flex: 0 0 40%;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.content-container {
    flex: 1;
    overflow-y: auto;
    box-sizing: border-box;
}

.content__header {
	position: relative;
    color: #fff;
    min-height: 150px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    border-radius: 24px;
    align-items: center;
    display: flex;
	padding: 15px 30px;
	margin-bottom: 15px;
	justify-content: space-between;
}

.content__header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 24px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.content__header * {
    position: relative;
    z-index: 2;
}

.donwload-block {
	background: #f5f5f5;
    border-radius: 14px;
}

.download-block__img {
	max-width: 45px;
    width: 100%;
}

#year-filter {
	display: flex;
    justify-content: center;
}

.year-button {
    border: 1px solid #fefefe;
    font-size: 14px;
    border-radius: 13px;
    padding: 5px 11px;
	color:#9d9c9c;
}

.content__inner {
	display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    max-width: 1000px;
    padding: 0px 30px;
    width: 100%;

}

.content__info {
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 20px;
    color: rgb(0, 0, 0);
    text-align: justify;
    white-space: pre-line;
}

.content-block-title {
    text-indent: 20px;
    font-size: 27px;
	padding: 0px 30px;
    margin: 10px 0px;
	font-weight: bold;
}

.content__title {
	margin:0;
	font-size: 32px;
	text-shadow: 1px -1px 16px #000;
	font-weight: bold;
}

.no-results {
	align-items: center;
    justify-content: center;
    flex-direction: column;
}

.no-results__image {
    max-width: 35px;
    width: 100%;
}

.no-results__text {
    margin: 0;
    color: #CCCCCC;
	font-size: 14px;
}


/* Основной контент */
.workarea {
    padding: 15px;
}

.main-content {
gap: 15px;
}

main {
    display: flex;
    width: 100%;
}




/* Контейнер для адаптивного меню */

.adaptive-menu-container {
    width: 500px;

    border-radius: 24px;
    background-color: #fff;
    padding: 15px;
}

/* Кнопка для открытия/закрытия меню (Отображается на маленьких экранах) */
.menu-toggle {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #4C8D2B;
    color: white;
    border: none;
    padding: 15px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    z-index: 1000;
}


.sidebar {
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

/* Поиск в меню */
.search {
    margin-bottom: 20px;
}

#menu-search {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
	margin-top:0px;
  font-size: 14px;
	padding:0px 10px;
	overflow: scroll;
}


th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
  text-transform: uppercase;
}

tbody tr:nth-child(even) {
  /*background-color: #f9f9f9;*/
}

.content-text {
	font-size: initial;
	padding:0px 30px 0px;
	text-align: justify;
    max-width: 1500px;
	text-indent: 20px;
	margin: 10px 0px;


}
.content-text > p {
	padding: 5px 0px;

}

.content-text > b > sub {
	text-indent: 5%;
}

.content-text > i > b > sub {
	text-indent: 5%;
}

tbody tr:hover {
  background-color: #e9e9e9;
}

.numeric {
  text-align: right;
}

td {
	word-break: auto-phrase;
}

/* Стили для поля поиска */
.search {
    margin-bottom: 10px;
}

#menu-search {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.menu-container li.hidden {
    display: none;
}

.content-container {
    position: relative;
}

.second-year {
font-size: calc(12px + (40 - 24) * ((100vw - 768px) / (1920 - 768)));
    margin: 0;
    color: #555;
}
.loading-block {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
}

.content-container.loading .loading-block {
    display: block;
}

.content-container.loading .content-inner {
    opacity: 0.3;
}

.content-table-wrapper {
	max-width:1500px;
    overflow: auto;
	margin: 3px 10px;

}



.content-table-wrapper > img {
	max-width:-webkit-fill-available;
	width: 80%;
	object-fit: scale-down;

}

.subtitle__little {

	font-size: 12px;
}

.content-block:last-child {
		padding-bottom:15px;

	}


.has-submenu open {

	transition: background-color 0.3s  ease;
	}

sub {
		font-size: 16px;
	}

	.donwblock-span {
		font-size:11px;
	}
.btn-download {
		display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .main-content {
        flex-direction: column;
    }

    .adaptive-menu-container {
       max-width: 400px;
    }

    .sidebar {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 999;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        background-color: #fff;
        box-sizing: border-box;
		padding: 15px;
    }
	div > ul > li.has-submenu.open > ul {
    	padding-left: 10px;
    	border-left: 1px solid #fefefe;
	}

    .sidebar.active {
        transform: translateX(0);
    }
    .menu-toggle {
        display: block; 
    }
	.adaptive-menu-container {
        display: contents;

	}
    .content {
        padding-bottom: 50px;
    }
	.header-title .year {
		font-size: 13px;
	}
	.content-text {
		font-size: 16px;
		padding: 10px;
	}
	.header-title h1 {
    	font-size: calc(18px + (40 - 24) * ((100vw - 768px) / (1920 - 768)));
		padding: 0px 0px 5px 0px;
    	margin: 0;
	}
	.donwblock-span {
		display: none;

	}

}

@media (max-width: 768px) {
	  table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	  }
	
		.content-info {
		padding-top: 8%;
		min-height: 150px;
	
	}
	.content-info__error-image {
		max-width: 50px;
	
	}
	
	.content-info__error-text {
		text-decoration: none;
		font-size: 15px;
		color: #555;
	}
	.header-logo img {
	   width: 70%;
	}
	.content__header {
    	min-height: 100px;
	}
	.content__title {
    font-size: 20px;
    }
		.content-text {
		font-size: 13px;
		padding: 7px;
	}
	.content-block-title {
		font-size: 18px;
		margin: 5px 0px;
	}
	h4 {
		font-size: 15px;

	}
	.menu-container{
			height: 70vh;

	}
	.donwload-block {
		border-radius: 3px;
	}
	.btn-download {
		padding: 2px;
	}
	.download-block__img {

		    min-width: 20px;
	}

}

@media (max-width: 500px) {

.header-container {
	flex-direction: column;
}
.header-title__head {
	padding-bottom: 10px;
	}
.header-title .year {
		font-size: 11px;
	}
	#year-filter {
		order:3;
	}
	        .content__title {
    font-size: 15px;
    }
}


@media (min-width: 2000px) {
	.content-block {
	display: flex;
	flex-direction:column;
    justify-content: center;
	align-items: center;

	}
	.content-text {
    	max-width: 2000px;
		width: 100%;
		font-size: 27px;

	}
	.content-image {
		max-width: 2000px;
		width: 100%;
		text-align: center;

	}
	.content-table-wrapper {
    max-width: 2000px;
	width: 100%;
    overflow: auto;
    margin: 0px 10px;
	}
	.adaptive-menu-container {
		width:600px;
	}
	.menu-item {
		font-size: 19px;
	}
	div > ul > li.has-submenu.open > ul > li > a {
		font-size: 16px;
	}


}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
    opacity: 1;
    transition: opacity 0.3s ease-in-out; 
}

.page-loader.hidden {
    opacity: 0;
    pointer-events: none;
}

.loader-content {
    text-align: center;
}




@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-content p {
    font-size: 18px;
    color: #333;
}
.menu-item.disabled-link {
  pointer-events: none;
  cursor: default;
}

.menu-item.disabled-link:hover {
    color: gray;
}


.menu-item.disabled-link > .arrow {
  pointer-events: auto;
  cursor: pointer;
	    padding: 0px 5px;
}

.content-table-wrapper > table > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1)  {
	vertical-align: middle;
}


	.loader-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.98);
		z-index: 900;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.loader-overlay__img {
		animation: myAnim 1s 
		cubic-bezier(0.78, 0.5, 0.19, 0.68) 2s 10 normal none;
		max-width: max-content;
		width: 100%;
		max-width: 130px;
	
	}
/* End */
/* /local/components/my_project/section.list/templates/.default/style.css?17664067822594 */
/* /bitrix/templates/gosdoklad/template_styles.css?176828500217723 */
