

/* Start:/local/components/astronim/search.detail/templates/ittas/style.css?17792726665024*/



#versionList .selected {
    font-weight: bold;
}

.hide{
    display: none;
}
.disabled-button{
    pointer-events: none;
    background-color: #e6e6e6;
}
#selected-btn{
    box-sizing: border-box;
    border: 1px solid #bababa;
    border-radius: 10px;
    background-color: #f3f3f4;
    margin: 0 -1px;
}

/*-------------translate load aniation----------*/
#transBtn{
    height: auto;
    position: relative;
}

#transBtn .progress-container {
    width: 27px;
    height: 27px;
    position: absolute;
    top: 25%;
    left: 5%;
    /*margin-top: -7px;*/
    /*margin-bottom: -19px;*/
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#transBtn .progress-container.show {
    opacity: 1;
    visibility: visible;
}
#transBtn .progress-container.hide {
    opacity: 0;
    visibility: hidden;
}
#transBtn .progress-circle {
    width: 90%;
    height: 90%;
    background: conic-gradient(#20d048 0% 0%, rgba(0, 0, 0, 0.3) 0% 100%);
    border-radius: 50%;
    position: absolute;
    /*position: fixed;*/
    /*top:35%*/
    z-index: 1001;
    transition: background 0.3s ease-in-out;
}
#transBtn .progress-text {
    position: absolute;
    /*top: 4px;*/
    /*left: 4px;*/
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1002;
}

#application-content .l-main{
    overflow-y: hidden;
    overflow-x: hidden;
    /*white-space: pre-wrap;*/
}

#document-card{
    white-space:normal;
}

div.Section2, div.Section4, div.Section3, div.Section5 {
    scrollbar-width: none !important;
}


.big-table {
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0 20px;
}

.big-table::-webkit-scrollbar {
    display: none; /* Chrome, Safari и Opera */
}

.big-table table {
    overflow-y: hidden;
    overflow-x: hidden;
    padding-left: 1px;

}
.fixed-horizontal-scroll {
    width: 100%; /* Занимаем всю ширину экрана */
    position: fixed !important; /* Фиксируем обертку таблицы */
    bottom: 0; /* Прикрепляем к нижней части экрана */
    overflow-x: auto; /* Включаем горизонтальный скролл */
    z-index: 1000; /* Поднимаем поверх других элементов */
    scrollbar-color: #93bf2f #cfd8dc;
    scrollbar-width: thin;
    transition: width .35s ease;
    height: 10px;
    display: none; /* Добавьте это, чтобы скрыть скроллбар по умолчанию */

}
div.fixed-horizontal-scroll-inner {
    height: 1px;
    min-width: 100%;
}

.titleu .dopinfo,
[valign=top] .dopinfo{
    display: inline-block !important;
    position: static !important;
    margin-right: 20px;
}
.titlep .dopinfo{
    margin-left: 0 !important;
}

.ui-modal-wrap{
    position: fixed;
    z-index: 98!important;
}

.layout-row .ui-modal-wrap{
    top: 200px !important;
    position: fixed !important;
    bottom: auto !important;
}

#application-content .overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 211, 211, 0.7);
    display: none; /* Скрыто по умолчанию */
    z-index: 1000; /* Над основным контентом */
}

#application-content .overlay.show{
    display: block !important;
}

#application-content .overlay.show ~ .container.search-detail-sticky-head .ui-bar,
#application-content .overlay.show ~ .container.search-detail-sticky-head .ui-col,
#application-content .overlay.show ~ .container.search-detail-sticky-head .ui-col button {
    background-color:  rgba(211, 211, 211, 0.7);
}

.layout-row  {
    margin-top: 30px !important;
}

#fixed_edition {
    margin-bottom: 10px !important;
}
code.bookmark .f-comment-box .f-comment .f-comment-in{
    display: block;
    background-color: transparent;
    white-space: nowrap;
}
code.bookmark .f-comment-box .f-comment{
    display: block;
    margin: 20px 0;
    white-space: nowrap;
}
code.bookmark .f-comment-box{
    background-color: transparent;
    white-space: nowrap;
}
#userContent div[data-part]{
    position: relative;
}

.fontSizeBtnUp {
    margin-left: 0.3em !important;
}

#document-card .big-table table, #document-card .big-table{
    overflow-x: visible;
}

.new-version-info{
    background-color: #D5EE9F;
    padding: 7px 5px;
    margin-top: 10px;
    border-radius: .3rem;
    font-size: 14px;
    display: flex;
}
.new-version-info img{
    height: 24px;
    margin-right: 10px;
}
.new-version-info span{
    margin-top:  2px;
}
.new-version-info a{
    color: #0070D7;
}

#userContent .document-wrap{
    min-height: auto;
}

@media print {
    #document-card{
        display: none;
    }

    code{
        color: #111111;
    }
}
#userContent .article a.dopinfo {
    left: 128px;
}
/* End */


/* Start:/local/js/ittas/document2/dist/document2.bundle.css?17788390484950*/
/* ===== Блок анимации загрузки ====== */
.load-container {
    /*display: block;*/
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    width: 70vw;
    height: 100vh;
    z-index: 9999;
    /*display: flex;*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.load-container#load-print-download, .load-container#not-auth{
    background: rgba(255, 255, 255, 0.5);
}
/* ===== Анимированное лого ===== */
.load-container .container {
    width: unset !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.2);
            box-shadow: 0px 0px 20px 0px rgba(34, 60, 80, 0.2);
}

.logo-animation {
    position: relative;
    width: 100px;
    height: 100px;
}

.bar {
    position: absolute;
    border-radius: 10px;
    opacity: 1;
    left: -50px;
    -webkit-animation: moveBar 4s infinite ease-in-out;
            animation: moveBar 4s infinite ease-in-out;
}

.bar:nth-child(1) {
    height: 7px;
    top: 16px;
    left: 10px;
    width: 50px;
    background: #40C4FF;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}

.bar:nth-child(2) {
    height: 9px;
    top: 27px;
    left: 24px;
    width: 50px;
    background: #0288D1;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}

.bar:nth-child(3) {
    height: 12px;
    left: 31px;
    top: 40px;
    width: 50px;
    background: #8BC34A;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.bar:nth-child(4) {
    height: 9px;
    top: 55px;
    left: 24px;
    width: 50px;
    background: #0288D1;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}

.bar:nth-child(5) {
    height: 7px;
    left: 10px;
    width: 50px;
    top: 68px;
    background: #40C4FF;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
}

@-webkit-keyframes moveBar {
    20% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-50px);
                transform: translateX(-50px);
        opacity: 0;
    }
    80% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveBar {
    20% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-50px);
                transform: translateX(-50px);
        opacity: 0;
    }
    80% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

/* ===== Прогресс ===== */
.progress-container {
    width: 200px;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px!important;
}

.progress-label {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    text-align: center;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background-color: #8BC34A; /* 💡 можно поменять на #40C4FF для голубого */
    border-radius: 5px;
}

.changes-line .ins {
    background-color: green;
}

.changes-line .del {
    background-color: red;
}

.changes-line .replace {
    background-color: #FFD700;
}

#docs-container .load-container {
    position: unset;
    min-height: 800px;
    height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#userContent .loader{
    background-color: rgba(211,211,211,1) !important;
}

/*#application-content .overflow *{
    background-color: rgba(211,211,211,1) !important;
}*/

/* End */


/* Start:/local/templates/new/css/doc_style.css?177927266620986*/
.document-wrap pre {
	font-family: Consolas,monospace
}
.document-wrap b {
	font-weight: 800;
}
.document-wrap .MsoNormalTable
{
	margin-top:20px;
}

.document-wrap ::-moz-selection {
	background-color: #b4eaf9; }

.document-wrap ::selection {
	background-color: #b4eaf9; }

.document-wrap a {
	color: #000;
	cursor: default;
	text-decoration: none; }

.document-wrap a:link, .document-wrap a:visited {
	color: #000cff;
	cursor: pointer;
	text-decoration: none; }

.document-wrap a:link:hover {
	color: #12bef0; }

.document-wrap span.onewind
{
	font-family:"Wingdings";
}

.document-wrap span.onewind2
{
	font-family:"Wingdings 2";
}

.document-wrap span.onewind3
{
	font-family:"Wingdings 3";
	width: 0px;
	height: 0px;
	font-size: 0;
}
	.document-wrap span.onewind3::before {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		overflow: hidden;
		border-left: 10px solid #ca0b06;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		margin-right: 5px;
	}

.document-wrap span.onesymbol {
	font-family:"Symbol";
}
/*
.document-wrap td p.newncpi
{
	text-indent:0;
	letter-spacing: -1px;
}
*/
.document-wrap td p.table10
{
	margin:3px;
}
.document-wrap .Section2 td p.table10 {
	margin: 3px 0;
}
.document-wrap p.part,.document-wrap li.part,.document-wrap div.part
{
	mso-style-name:part;
	text-align:center;
	font-size:1em;
	font-family:"Times New Roman";
	text-transform:uppercase;
	font-weight:700;
	margin:12pt 0;
}

.document-wrap p.article,.document-wrap li.article,.document-wrap div.article
{
	mso-style-name:article;
	text-indent:-67.75pt;
	mso-pagination:widow-orphan;
	font-size:1em;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";
	font-weight:700;
	margin:12pt 0 12pt 96.1pt !important;
	word-wrap: break-word;
}

.document-wrap p.article .dopinfo, .document-wrap li.article .dopinfo, .document-wrap div.article .dopinfo {
	margin-left: -96pt;
}

.document-wrap p.article[style*="margin-left"] .dopinfo, .document-wrap li.article[style*="margin-left"] .dopinfo, .document-wrap div.article[style*="margin-left"] .dopinfo,
.document-wrap p.article[style*="MARGIN-LEFT"] .dopinfo, .document-wrap li.article[style*="MARGIN-LEFT"] .dopinfo, .document-wrap div.article[style*="MARGIN-LEFT"] .dopinfo {
	/*margin-left: 0;*/
}

.document-wrap p.title .dopinfo, .document-wrap p.titlep .dopinfo {
	margin-left: -24pt;
}

.document-wrap span.datecity
{
	font-family:"Times New Roman";
	font-size:1em;
}

.document-wrap span.razr
{
	font-family:"Times New Roman";
	letter-spacing:1.5pt;
}

.document-wrap span.onesymbol
{
	font-family:"Symbol";
}

.document-wrap p.title, .document-wrap li.title, .document-wrap div.title
{
	mso-style-name:title;
	mso-pagination:widow-orphan;
	font-size:1.4em;
	font-weight:700;
	mso-fareast-font-family:"Times New Roman";
	font-family:"Times New Roman";
	margin:12pt 4cm 12pt 0;
}

.document-wrap p.titlencpi, .document-wrap li.titlencpi, .document-wrap div.titlencpi
{
	mso-style-name:title;
	mso-pagination:widow-orphan;
	font-size:1.4em;
	font-weight:700;
	mso-fareast-font-family:"Times New Roman";
	font-family:"Times New Roman";
	margin:12pt 4cm 12pt 0;
}
/*
.document-wrap span.rednoun
{
	mso-style-name:rednoun;
	color:red;
	background:silver;
}
*/
.document-wrap p.chapter, .document-wrap li.chapter, .document-wrap div.chapter
{
	mso-style-name:chapter;
	text-align:center;
	font-size:1em;
	text-transform:uppercase;
	font-family:"Times New Roman";
	font-weight:700;
	margin:12pt 0;
	word-wrap:break-word;
}

.document-wrap span.articlec
{
	font-family:"Times New Roman";
	font-weight:700;
}

.document-wrap span.roman
{
	font-family:Arial;
}

.document-wrap p.razdel, .document-wrap li.razdel, .document-wrap div.razdel
{
	text-align:center;
	text-indent:1cm;
	font-size:1.6em;
	text-transform:uppercase;
	font-family:"Times New Roman";
	font-weight:700;
	margin:0 0 .0001pt;
}

.document-wrap p.podrazdel, .document-wrap li.podrazdel, .document-wrap div.podrazdel
{
	text-align:center;
	text-indent:0;
	font-size:1em;
	text-transform:uppercase;
	font-family:"Times New Roman";
	font-weight:700;
	margin:0 0 .0001pt;
}

.document-wrap p.titlep, .document-wrap li.titlep, .document-wrap div.titlep
{
	mso-style-name:titlep;
	text-align:center;
	font-size:1em;
	font-family:"Times New Roman";
	font-weight:700;
	margin:12pt 0;
}

.document-wrap p.onestring, .document-wrap li.onestring, .document-wrap div.onestring
{
	text-align:right;
	font-size:1.1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.titleu, .document-wrap li.titleu, .document-wrap div.titleu
{
	mso-style-name:titleu;
	font-size:1em;
	font-family:"Times New Roman";
	font-weight:700;
	margin:12pt 0;
}

.document-wrap p.titleu .dopinfo, .document-wrap li.titleu .dopinfo, .document-wrap div.titleu .dopinfo, .document-wrap p.aspaper .dopinfo {
	margin-left: -52px;
	top: -2px;
	position: relative;
	z-index: 1;
}
.document-wrap p.titleu .dopinfo, .document-wrap p.titlek .dopinfo, .document-wrap p.point .dopinfo, .document-wrap p.Point .dopinfo, .document-wrap p.append1 .dopinfo, .document-wrap p.underpoint .dopinfo  {
	margin-left: -28px;
}

.document-wrap p.titleu .dopinfo {
	top: 18pt; /*25px*/
}

.document-wrap p.aspaper .dopinfo {
	position: absolute;
}

.document-wrap p.titlencpi .dopinfo, .document-wrap p.point[style*="TEXT-INDENT"] .dopinfo, .document-wrap p.Point[style*="TEXT-INDENT"] .dopinfo {
	margin-left: -24pt;
}

.document-wrap p.newncpi0 .dopinfo {
	margin-left: -30px;
}

.document-wrap p.newncpi[style*="MARGIN-LEFT: 4.250440917107584cm"] .dopinfo {
	margin-left: -4.250440917107584cm;
}

.document-wrap p.titlek, .document-wrap li.titlek,.document-wrap div.titlek
{
	mso-style-name:titlek;
	text-align:center;
	font-size:1em;
	text-transform:uppercase;
	font-family:"Times New Roman";
	margin:12pt 0 0;
}

.document-wrap p.izvlechen,.document-wrap li.izvlechen,.document-wrap div.izvlechen
{
	font-size:1.0em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.comment,.document-wrap li.comment,.document-wrap div.comment
{
	text-align:justify;
	text-indent:35.45pt;
	font-size:1.0em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.snoskiline,.document-wrap li.snoski,.document-wrap div.snoskiline
{
	text-align:justify;
	text-indent:0;
	font-size:1.0em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap td.p.snoski
{
	mso-style-parent:"";
	font-size:1.0em;
	font-family:"Arial";
	margin:0 0 .0001pt;
}

.document-wrap p.paragraph,.document-wrap li.paragraph,.document-wrap div.paragraph
{
	mso-style-name:paragraph;
	text-align:center;
	text-indent:1cm;
	font-size:1em;
	font-family:"Times New Roman";
	font-weight:700;
	margin:12pt 0;
}

.document-wrap p.table10,.document-wrap li.table10,.document-wrap div.table10
{
	font-family:"Times New Roman";
	font-style:normal;
	font-size:1.0em;
	text-indent:0;
	letter-spacing:normal;
	line-height:100%;
	text-align:left;
	margin:0;
}

.document-wrap p.numnrpa,.document-wrap li.numnrpa,.document-wrap div.numnrpa
{
	font-size:1.8em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

p.prinodobren,li.prinodobren,div.prinodobren
{
	mso-style-name:prinodobren;
	font-size:1em;
	font-family:"Times New Roman";
	font-style:italic;
	margin:12pt 0;
}

.document-wrap p.spiski,.document-wrap li.spiski, .document-wrap div.spiski
{
	text-indent:0;
	font-size:1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.nonumheader, .document-wrap li.nonumheader, .document-wrap div.nonumheader
{
	mso-style-name:nonumheader;
	text-align:center;
	font-size:1em;
	font-family:"Times New Roman";
	font-weight:700;
	margin:12pt 0;
}

.document-wrap p.numheader, .document-wrap li.numheader, .document-wrap div.numheader
{
	mso-style-name:numheader;
	text-align:center;
	font-size:1em;
	font-family:"Times New Roman";
	font-weight:700;
	margin:12pt 0;
}

.document-wrap p.agreefio, .document-wrap li.agreefio, .document-wrap div.agreefio
{
	text-align:justify;
	text-indent:51.05pt;
	font-size:1.1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.agreedate, .document-wrap li.agreedate, .document-wrap div.agreedate
{
	text-align:justify;
	text-indent:0;
	font-size:1.1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.changei, .document-wrap li.changei, .document-wrap div.changei
{
	font-size:1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt 51.05pt;
}
.document-wrap p.changeold, .document-wrap div.changeold {
	text-align:center;
	font-size:1em;
	font-family:"Times New Roman";
	margin:0 0 12pt 50px;
	font-style: italic;
}

.document-wrap p.changeutrs, .document-wrap li.changeutrs, .document-wrap div.changeutrs
{
	mso-style-name:changeutrs;
	text-align:justify;
	font-size:1em;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";
	margin:0 0 12pt 2cm;
}

.document-wrap p.newncpi0, .document-wrap li.newncpi0, .document-wrap div.newncpi0
{
	text-align:justify;
	text-indent:0;
	font-size:1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.newncpi00, .document-wrap li.newncpi00, .document-wrap div.newncpi00
{
	text-align:justify;
	text-indent:0;
	font-size:1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.newncpi1, .document-wrap li.newncpi1, .document-wrap div.newncpi1
{
	text-align:justify;
	text-indent:0;
	font-size:1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt 1cm;
}

.document-wrap p.edizmeren, .document-wrap li.edizmeren, .document-wrap div.edizmeren
{
	text-align:right;
	text-indent:0;
	font-size:1.0em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.zagrazdel, .document-wrap li.zagrazdel, .document-wrap div.zagrazdel
{
	mso-style-name:zagrazdel;
	text-align:center;
	font-size:1em;
	text-transform:uppercase;
	font-family:"Times New Roman";
	font-weight:700;
	margin:12pt 0;
}

.document-wrap p.placeprin, .document-wrap li.placeprin, .document-wrap div.placeprin
{
	text-align:center;
	font-size:1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.withpar, .document-wrap li.withpar, .document-wrap div.withpar
{
	text-indent:1cm;
	font-size:1em;
	text-align:justify;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.withoutpar, .document-wrap li.withoutpar, .document-wrap div.withoutpar, .document-wrap  p.withoutpar0, .document-wrap li.withoutpar0, .document-wrap div.withoutpar0
{
	font-size:1em;
	text-align:justify;
	font-family:"Times New Roman";
	margin:0 0 3pt;
}

.document-wrap p.ncpicomment, .document-wrap li.ncpicomment, .document-wrap div.ncpicomment
{
	text-align:justify;
	text-indent:0;
	font-size:1em;
	font-style:italic;
	font-family:"Times New Roman";
	margin:6pt 0 .0001pt 2cm;
}

.document-wrap p.rekviziti, .document-wrap li.rekviziti, .document-wrap div.rekviziti
{
	text-align:justify;
	text-indent:0;
	font-size:1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt 2cm;
}

.document-wrap p.tsifra, .document-wrap li.tsifra, .document-wrap div.tsifra
{
	font-size:1.8em;
	font-family:"Times New Roman";
	font-weight:700;
	margin:0 0 .0001pt;
}

.document-wrap p.newncpiv, .document-wrap li.newncpiv, .document-wrap div.newncpiv
{
	text-align:justify;
	text-indent:1cm;
	font-size:1em;
	font-style:italic;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.snoskiv, .document-wrap li.snoskiv, .document-wrap div.snoskiv
{
	text-align:justify;
	text-indent:1cm;
	font-size:1.0em;
	font-style:italic;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.articlev, .document-wrap li.articlev, .document-wrap div.articlev
{
	mso-style-name:articlev;
	text-align:left;
	text-indent:1cm;
	font-size:1em;
	font-style:italic;
	font-family:"Times New Roman";
	margin:12pt 0;
}

.document-wrap p.contentword, .document-wrap li.contentword, .document-wrap div.contentword
{
	mso-style-name:contentword;
	text-align:center;
	text-indent:1cm;
	font-size:1.1em;
	font-family:"Times New Roman";
	text-transform:uppercase;
	margin:12pt 0;
}

.document-wrap p.contenttext, .document-wrap li.contenttext, .document-wrap div.contenttext
{
	text-indent:-2cm;
	font-size:1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt 2cm;
    word-wrap: break-word;
}

.document-wrap p.gosreg, .document-wrap li.gosreg, .document-wrap div.gosreg
{
	text-align:justify;
	text-indent:0;
	font-style:italic;
	font-size:1.0em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.articlect, .document-wrap li.articlect, .document-wrap div.articlect
{
	mso-style-name:articlect;
	text-align:center;
	font-size:1em;
	font-family:"Times New Roman";
	font-weight:700;
	margin:12pt 0;
}

.document-wrap p.letter, .document-wrap li.letter, .document-wrap div.letter
{
	mso-style-name:letter;
	text-align:left;
	font-size:1em;
	font-family:"Times New Roman";
	margin:12pt 0;
}

.document-wrap p.recepient, .document-wrap li.recepient, .document-wrap div.recepient
{
	mso-style-name:recepient;
	margin-left:9cm;
	margin-bottom:.0001pt;
	margin-top:.0001pt;
	text-align:left;
	font-size:1em;
	text-indent:0;
	font-family:"Times New Roman";
}

.document-wrap table.tablencpi
{
	mso-style-name:tablencpi;
	mso-padding-alt:0 0 0 0;
	mso-tstyle-padding:0 0 0 0;
	margin-left:0;
	margin-bottom:0;
	margin-top:0;
}

.document-wrap p.doklad, .document-wrap li.doklad, .document-wrap div.doklad
{
	text-align:left;
	text-indent:0;
	font-size:1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt 5cm;
}

.document-wrap p.onpaper, .document-wrap li.onpaper, .document-wrap div.onpaper
{
	text-align:justify;
	text-indent:1cm;
	font-style:italic;
	font-size:1.0em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.formula, .document-wrap li.formula, .document-wrap div.formula
{
	text-align:center;
	margin:0 0 .0001pt;
}

.document-wrap body.deleted
{
	background-color:#FF9B9B;
}

.document-wrap del
{
	text-decoration:none;
	color:#999;
}

.document-wrap ins
{
	text-decoration:none;
	color:#000cff;
}
.document-wrap ins a:link, .document-wrap ins a:visited, .document-wrap del a:link, .document-wrap del a:visited {
	text-decoration: underline;
	color: #0069a7;
}
/*.document-wrap ins::before,
.document-wrap del::before {content: "▶"; 	display: block; 	position: absolute; 	left: -1.2rem; 	font-style: normal; }
*/
.document-wrap ins:empty::before,
.document-wrap del:empty::before,
.document-wrap ins:-moz-only-whitespace::before,
.document-wrap del:-moz-only-whitespace::before { display:none }

.document-wrap .MsoNormalTable, .document-wrap .MsoNormal, .document-wrap span.datepr, .document-wrap span.datereg, .document-wrap span.number, .document-wrap span.arabic
{
	font-family:"Times New Roman";
}

.document-wrap span.name, .document-wrap span.promulgator, .document-wrap span.bigsimbol
{
	font-family:"Times New Roman";
	text-transform:uppercase;
}

.document-wrap span.post, .document-wrap span.pers
{
	font-family:"Times New Roman";
	font-size:1.1em;
	font-weight:700;
}

.document-wrap p.titleg, .document-wrap li.titleg, .document-wrap div.titleg, .document-wrap p.titlepr, .document-wrap li.titlepr, .document-wrap div.titlepr
{
	text-align:center;
	font-size:1em;
	font-family:"Times New Roman";
	font-weight:700;
	margin:0 0 .0001pt;
}

.document-wrap p.agree, .document-wrap li.agree, .document-wrap div.agree, .document-wrap p.append1, .document-wrap li.append1, .document-wrap div.append1
{
	font-size:1.1em;
	font-family:"Times New Roman";
	margin:0 0 1.4pt;
}

.document-wrap p.Point, .document-wrap p.point, .document-wrap li.point, .document-wrap div.point, .document-wrap p.underpoint, .document-wrap li.underpoint, .document-wrap div.underpoint
{
	text-align:justify;
	text-indent:1cm;
	font-size:1em;
	margin:0 0 .0001pt;
	font-family:"Times New Roman";
}

.document-wrap p.signed, .document-wrap li.signed, .document-wrap div.signed, .document-wrap p.Preamble, .document-wrap li.Preamble, .document-wrap div.Preamble, .document-wrap p.preamble, .document-wrap li.preamble, .document-wrap div.preamble, .document-wrap p.newncpi, .document-wrap li.newncpi, .document-wrap div.newncpi, .document-wrap p.articleintext, .document-wrap li.articleintext, .document-wrap div.articleintext
{
	text-align:justify;
	text-indent:1cm;
	font-size:1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.odobren, .document-wrap li.odobren, .document-wrap div.odobren, .document-wrap p.append, .document-wrap li.append, .document-wrap div.append, .document-wrap p.cap1, .document-wrap li.cap1, .document-wrap div.cap1
{
	font-size:1.1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.odobren1, .document-wrap li.odobren1, .document-wrap div.odobren1, .document-wrap p.capu1, .document-wrap li.capu1, .document-wrap div.capu1
{
	font-size:1.1em;
	font-family:"Times New Roman";
	margin:0 0 6pt;
}

.document-wrap p.snoski, .document-wrap li.snoski, .document-wrap div.snoski, .document-wrap p.primer, .document-wrap li.primer, .document-wrap div.primer
{
	text-align:justify;
	text-indent:1cm;
	font-size:1.0em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt;
}

.document-wrap p.table7, .document-wrap li.table7, .document-wrap div.table7, .document-wrap p.table8, .document-wrap li.table8, .document-wrap div.table8, .document-wrap p.table9, .document-wrap li.table9, .document-wrap div.table9
{
	font-family:"Times New Roman";
	font-style:normal;
	font-size:9pt;
	text-indent:0;
	letter-spacing:normal;
	line-height:100%;
	text-align:left;
	margin:0;
}

.document-wrap p.changeadd, .document-wrap li.changeadd, .document-wrap div.changeadd, .document-wrap p.ncpidel, .document-wrap li.ncpidel, .document-wrap div.ncpidel
{
	text-align:justify;
	text-indent:1cm;
	font-size:1em;
	font-family:"Times New Roman";
	margin:0 0 .0001pt 2cm;
}

.document-wrap p.undline, .document-wrap li.undline, .document-wrap div.undline, .document-wrap p.underline, .document-wrap li.underline, .document-wrap div.underline
{
	font-size:0.9em;
	font-family:"Times New Roman";
	margin:0 0 .0cm;
	line-height: 1em;
}
.document-wrap .highlight {
	background-color: #fbec5d;
}
.document-wrap .hl_search {
	background-color: #fbec5d;
}

.document-wrap a.dopinfo {
	background-color: #bdbdbd;
	display: none;
	cursor: pointer;
	left: 0;
	position: absolute;
	width:  24px;
	height: 24px;
	border-radius: 50%;
	color: #fff!important;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 24px;
	text-indent: 0;
	text-align: center;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.document-wrap a.dopinfo:hover {
	background-color: #007dc5;
}

.document-wrap a.dopinfo:before {
	content:"i";
	display: block;
}


#userContent {
	position: relative;
}

.document-wrap td p {
	position: relative;
}
.document-wrap td.append1 p {
	position: unset;
}

.document-wrap td[valign="top"] {
	vertical-align: top;
}

.document-wrap td[valign="bottom"] {
	vertical-align: bottom;
}

.document-wrap td[valign="middle"] {
	vertical-align: middle;
}

code.bookmark::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc(100% + 0.5rem);
    top: 0.4em;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIyMTcgMTk3LjkgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMjE3IDE5Ny45IDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBwb2ludHM9IjIyMSwyMjEuOCAyMjguOSwyMTUuNiAyMzYuOSwyMjEuOCAyMzYuOSwxOTcuOSAyMjEsMTk3LjkgIi8+PC9zdmc+);
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 5;
}

#userContent tr.has-bookmark::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc(100% + 0.5rem);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIyMTcgMTk3LjkgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMjE3IDE5Ny45IDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBwb2ludHM9IjIyMSwyMjEuOCAyMjguOSwyMTUuNiAyMzYuOSwyMjEuOCAyMzYuOSwxOTcuOSAyMjEsMTk3LjkgIi8+PC9zdmc+);
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 5;
}

.document-wrap .arrow-link-calc {
	display: inline;
}

.document-wrap .newncpi0 img {
	display: inline-block;
}

@media only screen and (max-width: 800px) {
	.document-wrap div.titlencpi, .document-wrap li.titlencpi, .document-wrap p.titlencpi {
		font-size: 1.2em;
		margin: 12pt 2cm 12pt 0;
	}
}

/* End */


/* Start:/local/components/astronim/search.detail/partials/favorites/favorites.css?17726973431510*/
.ui-favorites {
  width: 540px;
}

.ui-favorites .button {
  height: 4rem;
}

.button.doc-in-favs .ico-state-default {
  display: none;
}

.button.doc-in-favs .ico-state-active {
  display: inline-block;
}

.ui-favorites .ui-favorites-list {
    height: 200px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    gap: .2rem;
}

.ui-favorites-item-line{
    flex-shrink: 0;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    white-space: pre;
    user-select: none;
}

.ui-favorites .ui-favorites-list .ui-favorites-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: .8rem;
    width: 100%;
}

.ui-favorites .ui-favorites-list .ui-favorites-item > div {
    display: flex;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.ui-favorites-item > div > span:last-child {
    overflow: hidden;
    white-space: nowrap;
    overflow-wrap: anywhere;
    text-overflow: ellipsis;
    flex-grow: 1;
    word-break: break-word;
    min-width: 0;
}

.ui-favorites .ui-favorites-list .ui-favorites-item:has(input:checked), .ui-favorites .ui-favorites-list .ui-favorites-item:hover {
    background-color: #f3f3f3;
    color: #007dc5;
}

.ui-favorites .ui-favorites-options {
    padding: 1rem 0 0;
}

.ui-favorites .ui-favorites-options .flex-row {
    padding: .5rem 0;
    position: relative;
}

/* End */
/* /local/components/astronim/search.detail/templates/ittas/style.css?17792726665024 */
/* /local/js/ittas/document2/dist/document2.bundle.css?17788390484950 */
/* /local/templates/new/css/doc_style.css?177927266620986 */
/* /local/components/astronim/search.detail/partials/favorites/favorites.css?17726973431510 */
