

/* Start:/local/templates/main/assets/style/reset.css?17313293842096*/
/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; /* обнуляем отступы и убираем бордюры */
    vertical-align: baseline; /* приводим все к одной базовой линии */
    background: transparent; /* чтобы не проскакивали левые фоны, установленные по умолчанию */
    font-size: 100%; /* размер шрифта всем одинаковый */
}

a { /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table { /* устраняем отступы между ячейками таблицы */
    border-collapse: collapse;
    border-spacing: 0;
}

td, td img {
    vertical-align: top; /* возвращаем привычное вертикальное выравнивание */
}

input, select, button, textarea {
    margin: 0; /* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
    font-size: 100%; /* делаем размер шрифтов везде одинаковым */
}

input[type="text"], input[type="password"], textarea {
    padding: 0; /* убираем внутренние отступы для текстовых полей */
}

input[type="checkbox"] { /* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
    vertical-align: bottom;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;

}

/* --------------- /reset.css --------------- */
/* End */


/* Start:/local/templates/main/assets/style/style.css?173132938434*/
.top {
    text-align: center;
}
/* End */


/* Start:/local/templates/main/assets/style/template_styles.css?17313293848652*/
/*--------------main -------------*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 976px;
    font: 11px/14px Tahoma, Geneva, sans-serif;
    color: #6E0111
}

p {
    margin-bottom: 1em;
}

a {
    color: #886E51
}

a img {
    border: 0 solid red;
}

a.pdf {
    height: 24px;
    background: url('/local/templates/main/assets/images/pdf.jpg') left 0 no-repeat;
    padding: 0 2px 0 18px;
    display: inline-block;
}

a.tif {
    height: 24px;
    background: url('/local/templates/main/assets/images/tif.png') left 0 no-repeat;
    padding: 0 2px 0 25px;
    display: inline-block;
    background-size: contain;
}

a.rtf {
    height: 24px;
    background: url('/local/templates/main/assets/images/rtf.png') left 0 no-repeat;
    padding: 0 2px 0 25px;
    display: inline-block;
    background-size: contain;
}

a.no {
    background: none;
    padding: 0 !important;
    height: auto !important;
}

a.xls {
    height: 24px;
    background: url('/local/templates/main/assets/images/xls.png') top left no-repeat;
    padding: 0 2px 0 25px;
    display: inline-block;
}

a.xlsx {
    height: 24px;
    background: url('/local/templates/main/assets/images/xls.png') top left no-repeat;
    padding: 0 2px 0 25px;
    display: inline-block;
}

a.zip {
    height: 24px;
    background: url('/local/templates/main/assets/images/arhive.png') left 0 no-repeat;
    padding: 0 2px 0 25px;
    display: inline-block;
}

a.doc {
    height: 24px;
    background: url('/local/templates/main/assets/images/word.png') top left no-repeat;
    padding: 0 2px 0 25px;
    display: inline-block;
}

a.docx {
    height: 24px;
    background: url('/local/templates/main/assets/images/word.png') top left no-repeat;
    padding: 0 2px 0 25px;
    display: inline-block;
}

h1 {
    font-size: 17px;
    font-weight: normal;
    color: #AF5764;
    margin-bottom: 30px;
}

h2 {
    margin-bottom: 15px;
    font-size: 0.9rem;
}

h3 {
    margin-bottom: 12px;
    font-size: 0.8rem;
}

hr {
    height: 2px;
    line-height: 2px;
    width: 400px;
    border: none;
    margin-bottom: 7px;
    background: #ccc;
}

ul, ol {
    margin: 1em;
}

ul li {
    list-style: disc inside;
}

ul.circle li {
    list-style: circle inside;
}

ul.square li {
    list-style: square inside;
    margin-left: 2rem;
}

ul ul {
    margin-left: 15px;
}

ol li {
    text-indent: 0;
    list-style-position: inside;
    margin-bottom: 7px;
}

ol li ul {
    padding: 0;
    margin-left: 2px;
}

ol li ul li {
    border: 0 solid blue;
    padding: 0 0 10px 18px;
}

ol ul li {
    border: 0 solid blue;
    padding: 0 0 10px 18px;
}

ol li ul li ul {
    margin-bottom: 0;
}

ol li ul li ul li {
    list-style: circle inside;
}


/*-------------- Common -------------*/

div.notes {
    color: #666666;
    font-size: 10px;
    margin-top: 30px;
}

div.notes a {
    color: #2D668B;
}

div.message {
    border-bottom: 2px solid #ff0000;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

div.message > div.unit > div.date {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    padding-top: 0.8rem;
}

div.unit > div:last-child {
    margin-bottom: 1rem;
}

div.unit div.back {
    margin: 1rem;
}

div.message > div.news_short_list > div.date, div.message > div.news_short_list > a {
    color: #666;
    margin-bottom: 1rem;
    font-size: 10px;
    font-weight: bold;
}

div.message > div.news_short_list > a {
    display: block;
    margin-bottom: 1.1rem;
    text-decoration: none;
}

div.message > div.news_short_list > a:hover {
    text-decoration: underline;
}

div.pager {
    margin-top: 28px;
}

/*-------------- layout -------------*/
.header {
    height: 100px;
    background: url('/local/templates/main/assets/images/bg_top.gif') left top repeat-x;
}

.logo {
    width: 337px;
    height: 90px;
    background: url('/local/templates/main/assets/images/logo_mcons.gif') left top no-repeat;
    margin: 0 auto;
}

.menu {
    height: 45px;
    border-bottom: 2px solid #8c454a;
    border-top: 1px solid #fff;
    position: relative;
    zoom: 1;
    z-index: 100;
    background: #ad5563;
}

.bottom a {
    color: #886E51;
}

#main .content {
    margin-top: 4px;
    border-top: 10px solid #AF5764;
    padding: 30px 15px;
}

#main .bottom {
    color: #886E51;
    padding: 0 15px;
}

#main p {
    color: #666;
    font-size: 10px;
    margin-bottom: 7px;
}

#inner {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

#inner .status {
    padding: 14px 5px;
    border-bottom: 1px solid #AF5764;
    margin-bottom: 20px;
    position: relative;
    zoom: 1;
    z-index: 0;
    font-size: 10px;
}

#inner .status a {
    color: #AF5764;
    text-decoration: none;
    padding: 0 6px 0 3px;
}

#inner .status a:hover {
    text-decoration: underline;
    color: #6E0111;
}

#inner .status span {
    padding-left: 6px;
}

#inner .status img {
    position: relative;
    z-index: 0;
    zoom: 1;
    top: 1px;
    left: 2px;
}

#inner .status a.map {
    display: block;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 1;
}

#inner .content {
    background: url('/local/templates/main/assets/images/_bg2.gif') left top repeat-x;
    border-top: 1px solid #fff;
    min-height: 400px;
    flex: 1 1 auto;
}

#inner .down {
    border-bottom: none !important;
}

#inner .body {
    margin: 0 40px 30px 40px;
}

#inner .banner_inner {
    height: 150px;
    position: relative;
    zoom: 1;
    z-index: 1;
    left: 0;
    top: 0;
}

#inner .banner_header {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 500px;
    height: 130px;
    border-left: 2px solid #AF5764;
    margin-left: 12px;
}

#inner .banner_header span {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 114px;
    color: #AF5764;
    font-size: 23px;
    padding-left: 12px;
}

.bottom {
    border-top: 10px solid #AF5764;
    color: #886E51;
    position: relative;
    zoom: 1;
    z-index: 0;
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 80px;
}

.bottom a.top {
    text-transform: uppercase;
    color: #886E51;
    text-decoration: underline;
    position: relative;
    zoom: 1;
    top: -48px;
    display: block;
    margin-bottom: 8px;
}

/*------------------ Меню слева -------------*/
#inner .menu_left {
    width: 192px;
    padding: 20px 20px 0 20px;
}

#inner .menu_left div {
    margin-bottom: 12px;
    background: url('/local/templates/main/assets/images/str_right.gif') left 4px no-repeat;
    padding-left: 16px;
}

#inner .menu_left div a {
    color: #8A142C;
    font-size: 11px;
}

#inner .menu_left div.selected a {
    text-decoration: none;
}

/*-------------------404-------------------*/

.errors {
    color: #003;
    font-size: 24px;
    font-family: Georgia, serif;
    margin: 20px 0 30px 0;
    border-bottom: 1px solid #003;
    padding-bottom: 20px;
}

/*------------------ Site map -------------*/


div.box {
    margin-bottom: 28px !important;
}

div.box > div {
    margin-bottom: 6px;
}

table.disclosure td, table.disclosure th {
    vertical-align: middle;
}

table.disclosure td.center {
    text-align: center;
}

table.structura {
    margin-bottom: 20px;
}

ul.clearfix {
    margin-left: 0;
}

table.disclosure {
    margin-bottom: 20px
}

div.disclosemenu a.selected {
    color: #AF5764;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

a.button {
    display: inline-block;
    background-color: #F5EEE5;
    border: 1px solid #e7cfce;
    border-radius: 9999px;
    padding: 10px 18px;
    font-size: 12px;
    color: #6E0111;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.05;
    cursor: pointer;
    font-family: CirceRegular, serif;
    text-align: center;
    -webkit-transition: color .35s ease-in-out, background .35s ease-in-out;
    -o-transition: color .35s ease-in-out, background .35s ease-in-out;
    transition: color .35s ease-in-out, background .35s ease-in-out;
    margin-bottom: 40px;
    text-decoration: none;
}

a.button:hover {
    background-color: #AD5563;
    color: #FFFFFF;
}

#found {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#found li {
    border: 1px solid #ffffff;
    border-bottom: 1px solid #e1e1e1 !important;
}

#found li:hover {
    border: 1px solid #e1e1e1;
    border-bottom: none !important;
}

.page-title {
    margin-left: 40px;
}

.reports-link {
    margin-top: 20px;
    font-size: 17px;
    font-weight: normal;
}

.reports-link a {
    color: #AF5764;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/.default/style.css?17557805232777*/
/*------------------ Верхнее меню -------------*/
.mainMenu ul.first {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mainMenu ul.first > li {
    float: left;
    list-style: none;
    height: 45px;
    width: 16.66%;
}

.mainMenu ul.first > li div {
    display: table;
    width: 100%;
    height: 100%;
}

ul.first li a {
    border-right: 1px solid #c6a2ad;
    font-size: 10px;
    color: #E7EDF5;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background: url(/local/templates/main/assets/images/str_down.gif) right 38px no-repeat;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.mainMenu ul.first li.active a {
}

.mainMenu ul.first li.selected a {
}

.mainMenu ul.first li ul.second {
    border: 1px solid #fff;
    border-bottom: none;
    display: none;
    width: 180px;
    background: #efdfce;
    margin: 0 !important;
}

.mainMenu ul.first li ul.second li {
    float: none;
    list-style: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: auto;
    position: relative;
    zoom: 1;
    z-index: 1;
}

.mainMenu ul.first li ul.second li a {
    display: block;
    font-size: 9px;
    line-height: 12px;
    color: #8c454a;
    text-transform: none;
    text-align: left;
    height: auto;
    padding: 5px 4px 6px 15px;
    font-weight: normal;
}

.mainMenu ul.first li ul.second li a.mark {
    background: url(/local/templates/main/assets/images/arr1.gif) 170px center no-repeat;
}

.mainMenu ul.first li ul.second li a:hover {
    color: #fff;
    background: #ad5563;
}

.mainMenu ul.first li ul.second li a.mark:hover {
    background: #ad5563 url(/local/templates/main/assets/images/arr1.gif) 170px center no-repeat;
    color: #fff;
}

.mainMenu ul.first li ul.second li.active a {
}

.mainMenu ul.first li ul.second li.selected a {
}

.mainMenu ul.first li ul.second li ul.third {
    display: none;
    border: 1px solid #fff;
    border-bottom: none;
    width: 180px;
    margin: 0 !important;
    background: #efdfce;
    position: absolute;
    z-index: 2;
    left: 100%;
    top: 0px;
}

.mainMenu ul.first li ul.second li ul.third li {
    float: none;
    list-style: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: auto;
}

.mainMenu ul.first li ul.second li ul.third li a {
    display: block;
    font-size: 9px;
    line-height: 12px;
    color: #8c454a;
    text-transform: none;
    text-align: left;
    height: auto;
    padding: 5px 4px 6px 15px;
    font-weight: normal;
}

.mainMenu ul.first li ul.second li ul.third li a:hover {
    color: #fff;
    background: #ad5563;
}
/* End */


/* Start:/local/templates/main/components/bitrix/main.include/footer_disclaimer/style.css?1731329386569*/
.disclaimer p {
    color: #886E51;
}

.disclaimer {
    margin: 2rem 0;
}

.disclaimer ul li {
    font-size: 10px;
}

.fix-box {
    max-height: 170px;
    overflow-y: scroll;
    --scrollbar-width: thin;
    --scrollbar-color: #ad5563 #ddd;
}

.fix-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
}

.fix-box::-webkit-scrollbar-thumb {
    background: #ad5563;
    border-radius: 5px;
    height: 30px;
}

.fix-box::-webkit-scrollbar-track {
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* End */
/* /local/templates/main/assets/style/reset.css?17313293842096 */
/* /local/templates/main/assets/style/style.css?173132938434 */
/* /local/templates/main/assets/style/template_styles.css?17313293848652 */
/* /local/templates/main/components/bitrix/menu/.default/style.css?17557805232777 */
/* /local/templates/main/components/bitrix/main.include/footer_disclaimer/style.css?1731329386569 */
