@font-face {
    font-family: "Inter"; 
    src: url("/local/templates/main/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 
@font-face {
    font-family: "Roboto"; 
    src: url("/local/templates/main/fonts/Roboto-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 

:root {
    --main-red-color: #9E0808;
    --main-gray-color: #EDEEF0;
    --main-light-gray-color: #E6E6E6;
}

html body{
    font-family: "Inter";
/*    font-size: 14px;*/
}
.bold{
    font-weight: bold;
}
.container{
  
}
body{
/*    background-image: url('/img/Главная.png');*/
}
body a{
    text-decoration: none;
    color: black;
}
body a:hover{
    text-decoration: none;
    //color: var(--main-red-color);
	color: black;
	font-weight: 700;
}
header, footer{
    background-color: #E6E6E6;
    padding-bottom: 0px;
    padding-top: 20px;
}
header .headerIMG{
    width: 85%; 
    height: auto;
}
header .header-icon{
    max-width: 35px;
}
header .header-icon .vk{
	width: 35px;
	height: 22px;
	background-image: url('/local/templates/main/img/icon/vk.png');
	background-position: center;
	background-size: cover;
}
header .header-icon .vk:hover{
	background-image: url('/local/templates/main/img/icon/vk_red.png');
}
header .header-icon .eye{
	width: 44px;
	height: 27px;
	background-image: url('/local/templates/main/img/icon/eye.png');
	background-position: center;
	background-size: cover;
}
header .header-icon .eye:hover{
	background-image: url('/local/templates/main/img/icon/eye_new_red.png');
}
header .header-icon .ru{
    width: 35px;
    height: 30px;
    background-image: url('/local/templates/en/img/icon/ru.png');
    background-position: center;
    background-size: cover;
}
header .header-icon .ru:hover{
    background-image: url('/local/templates/en/img/icon/ru_red.png');
}

header .header-icon img, footer .footer-icon img{
    width: 100%;
    height: auto;
}
.header-icon-href, .footer-icon-href{
    display: inline-block;
}

footer{
    margin-top: 20px;
}

footer p{
    font-size: 1.35em;
}
footer .footer-icon{
    max-width: 50px;
}
.footer-icon-href{
    margin-right: 80px;
}
footer .footer-icon .vk{
	width: 50px;
	height: 32px;
	background-image: url('/local/templates/main/img/icon/vk.png');
	background-position: center;
	background-size: cover;
}
footer .footer-icon .vk:hover{
	background-image: url('/local/templates/main/img/icon/vk_red.png');
}
footer .footer-icon .map{
	width: 50px;
	height: 38px;
	background-image: url('/local/templates/main/img/icon/files.png');
	background-position: center;
	background-size: cover;
}
footer .footer-icon .map:hover{
	background-image: url('/local/templates/main/img/icon/files_red.png');
}

.gray_block{
    background-color: #edeef0;
}
.darkgray_block{
    background-color: #E6E6E6;
}
main{
    min-height: 460px;
    background-color: white;
}

/* Главная страница */
.main_img {
    background-image: url('/img/Главная.png');
    width: 100%;
    height: 530px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.calendar_main{
    //border-top: 8px solid var(--main-red-color);
    //border-bottom: 8px solid var(--main-red-color);
}
.parallax-container {
    position: relative;
    height: 275px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 65px;
}
.main_news h3 a{
    text-decoration: none;
}
.main_news h3 a:hover{
    color: var(--main-red-color);
}
.main_news h3{
    font-size: 1.95em;
    font-weight: bold;
    border-bottom: 3px solid black;
    padding-bottom: 13px;
    margin-bottom: 51px;
}

.main_news .allNews, .main_news .allAnnouncement{
    float: inline-end;
}
.main_news .allNews img{
    max-width: 25px!important;
    margin-right: 10px!important;
}

.main_news .allNews span{
    color: #9E0808;
    font-size: 0.85em;
    font-weight: normal;
    letter-spacing: 1.2px;
    vertical-align: middle;
}
.main_news .allAnnouncement img{
    max-width: 35px!important;
    margin-right: 20px;
}

.main_news .allAnnouncement span{
    color: #9E0808;
    font-size: 0.85em;
    font-weight: normal;
    letter-spacing: 1.2px;
    vertical-align: middle;
}



.arhive{
    background-color: #C7C7C7;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}



.gosuslugi_banner {
    font-size: 21px!important;
}
.gosuslugi_banner .gosuslugi_banner__info{
    padding: 40px 55px 15px;
    font-size: 1.2em;
    line-height: 1.25em;
}
.gosuslugi_banner .gosuslugi_banner__info strong{
    font-size: 1.3em;
}
#js-show-iframe-wrapper .btn-brown{
    background-color: var(--main-red-color);
    color: white;
    font-size: 1.3em;
    border-radius: 10px;
    padding: 15px 45px;
    margin: 0 55px 25px;
}
#js-show-iframe-wrapper .btn-brown:hover{
	background-color: white;
	color: black;
	box-shadow: 0px 5px 5px lightgray
}

.bank {
    width: 100%; height: 100%;
    background: url('/local/templates/main/img/banner.png') 100% no-repeat;
    background-size: cover;
    position: relative;
}
.goslogo {
    background-color: #E6E6E6;
    color: black;
    font-size: 28px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;
    border-radius: 20px 0 0 0;
    padding: 15px 50px 10px 35px;
}

.bx-breadcrumb{
    margin-top: 30px;
    margin-bottom: 40px;
}
.bx-breadcrumb .bx-breadcrumb-item span{
    font-size: 0.97em;
    font-family: "Roboto";
}
.bx-breadcrumb-item:last-of-type{
    font-weight: bold!important;
}
.bx-breadcrumb-item{
    color: var(--main-red-color);
/*    font-weight: bold;*/
}
.headline{
    font-size: 1.8em;
    font-weight: bold;
    border-bottom: 3px solid black;
    padding-bottom: 13px;
    margin-bottom: 20px;
    font-family: "Roboto";
}
.headline .all {
    float: inline-end;
}
.headline .all a{
    text-decoration: none;
}
.headline .all a img{
    max-width: 30px;
    margin-right: 10px;
}
.headline .all a span {
    color: #9E0808;
    font-size: 0.82em;
    font-weight: normal;
    letter-spacing: 1.2px;
    vertical-align: middle;
}
.headline .all:hover a span{
	//font-weight: 700;
	text-decoration: underline;
}
.arrow_year{
    width: 30px; 
    height: 25px;
    background-image: url(/local/templates/main/img/icon/arrow.png);
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;   
}
.arrow_year.left{
    transform: rotate(180deg)
}

.news_element__text .arrow-1 {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 5px;
    display: inline-block;
}
.news_element__text .arrow-1 .arrow_div {
    position: relative;
    top: 0px;
    width: 30px;
    height: 1px;
    background-color: #000;
    left:0;
    display: block;
}
.news_element__text .arrow-1 .arrow_div::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    top: -2.3px;
    right: 0px;
    background-color: #000;
    transform: rotate(30deg);
}
.news_element__text .arrow-1 .arrow_div::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    top: 2px;
    right: 0px;
    background-color: #000;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-30deg);
}
.gallery_element:hover .arrow-1 .arrow_div, .gallery_element:hover .arrow-1 .arrow_div::after, .gallery_element:hover .arrow-1 .arrow_div::before,
.news_element:hover .arrow-1 .arrow_div, .news_element:hover .arrow-1 .arrow_div::after, .news_element:hover .arrow-1 .arrow_div::before,
.main_news_list__element:hover .arrow-1 .arrow_div, .main_news_list__element:hover .arrow-1 .arrow_div::after, .main_news_list__element:hover .arrow-1 .arrow_div::before
{
    background-color: var(--main-red-color)
}
.gallery_element:hover .arrow-1 .arrow_div, .news_element:hover .arrow-1 .arrow_div, .main_news_list__element:hover .arrow-1 .arrow_div{
    animation: arrow 0.3s linear;
    width: 40px;
}
.gallery_element:not(:hover) .arrow-1 .arrow_div, .news_element:not(:hover) .arrow-1 .arrow_div, .main_news_list__element:not(:hover) .arrow-1 .arrow_div{
    animation: arrow_alt 0.3s linear;
    width: 30px;
}
@keyframes arrow{
    0% {
        width:30px;
    }
    100% {
        width:40px;
    }
}

@keyframes arrow_alt{
    0% {
        width:40px;
    }
    100% {
        width:30px;
    }
}

.doc_block{
    width: 100%;
    background-color: var(--main-light-gray-color);
    padding: 22px 20px;
    margin: 20px 0 30px 0;
    font-size: 1.1em;
    position: relative;
    padding-left: 90px;
    cursor: pointer;
    padding-right: 30px;
}
.budget_block_dark.bold{
    background-color: #CCCCCC!important;
}

.doc_block span{
    width: 95%;
    display: inline-block;
}

.doc_block_no_image{
    padding-left: 30px;
}
.doc_block:hover{
    box-shadow: 0px 5px 5px lightgray;
}
.doc_block:hover > span{
    color: black;
    font-weight: bold;
}
.doc_block.active{
    box-shadow: 0px 5px 5px lightgray;
}
.doc_block.active > span{
    color: black;
    font-weight: bold;
}
.doc_block_text::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 50px;
    background-image: url(/img/doc_text.png);
    background-size: cover;
}
.doc_block_text__content{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid white;
    display: none;
}
.doc_block_file::before{
    content: "";
    position: absolute;
    left: 30px;
/*    top: 10px;*/
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 50px;
    background-image: url(/img/doc_file.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.doc_block_committees::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 50px;
    background-image: url(/img/doc_committees.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.doc_block_shild::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 50px;
    background-image: url(/img/doc_shild.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.doc_block_flag::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 45px;
    background-image: url(/img/doc_flag.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.doc_block_hymn::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 55px;
    background-image: url(/img/doc_hymn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.doc_block_arrow::after{
    content: "";
    position: absolute;
    right: 30px;
/*    top: 10px;*/
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 50px;
    background-image: url(/local/templates/main/img/icon/next.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
.doc_block_download::after{
    content: "";
    position: absolute;
    right: 30px;
    /*    top: 10px;*/
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 50px;
    background-image: url(/local/templates/main/img/icon/download.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.doc_block:hover::after{
    background-image: url(/local/templates/main/img/icon/next_red.png);
}
.doc_block_download:hover::after{
    background-image: url(/img/icon/download_red.png);
}
.doc_block.active::after{
    background-image: url(/local/templates/main/img/icon/next_red.png);
}

.doc_block_awards::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 50px;
    background-image: url(/img/doc_awards.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.doc_block_letter::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 50px;
    background-image: url(/img/doc_letter.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.doc_block_session::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 50px;
    background-image: url(/img/doc_session.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.doc_block_history::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 50px;
    background-image: url(/img/doc_history.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.doc_block_deputies::before{
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 50px;
    background-image: url(/img/doc_deputies.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.not_show{
    display: none!important;
}
.add-element{
    display: flex;
    align-items: center;
    margin-top: 50px;
    cursor: pointer;
    justify-content: center;
}
.add-element__arrow{
    width: 25px;
    height: 25px;
    background-image: url('/local/templates/main/img/icon/reload.png');
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
}
.add-element__text{
    display: inline-block;
    font-size: 1.1em;
}
.add-element:hover{
    color: var(--main-red-color);
}
.add-element:hover .add-element__arrow{
    background-image: url('/local/templates/main/img/icon/reload_red.png');
}

.element_list{
    margin-bottom: 20px;
    border-bottom: 2px solid black;
    padding-bottom: 15px;
}
.element_list .element_list__icon{
    margin-bottom: 2px;
}
element_list:hover{
    
}
.element_list a:hover{
    color: var(--main-red-color)!important;
    font-weight: normal;
}
.element_list a:hover .pdf_type{
    background-image: url('/img/icon/pdf_red.png')!important
}
.element_list a:hover .xls_type{
    background-image: url('/img/icon/xls_red.png')!important
}
.element_list a:hover .doc_type{
    background-image: url('/img/icon/doc_red.png')!important
}
.element_list a:hover .download_icon{
    background-image: url('/img/icon/download_red.png')!important
}



.page_block{
    padding: 30px 0;
}
.page_block .page_img{
    width: 100%;
    padding-bottom: 60%;
    background-image: url(/local/templates/main/img/aosd2.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page_block .section__first{
    padding-bottom: 10px;
    border-bottom: 2px solid var(--main-red-color);
    width: fit-content;
}
.page_block .section__second{
    padding-top: 10px;
}
.content_page a{
    color: var(--main-red-color);
}
.doc_block_content{
    display: none;
}
.doc_block_content .doc_block_content__right{
    width: 30%;
    float: right;
    margin-left:20px;
}
.doc_block_content .doc_block{
    width: 65%;
}
.doc_block_content .doc_block_content__right-img{
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.doc_block_content table{
    width: 100%;
}
.doc_block_content th,.doc_block_content td{
    border: 1px solid #909090;
    padding: 5px;
    vertical-align: middle;
}
.doc_block_content p{
/*    margin: 0;*/
}
.doc_block_content .element_list:last-child{
    border-bottom: none;
}
.doc_block_content tr:hover{
    background: rgba(217, 217, 217, 0.6);
}

.doc_block_content a{
    color: var(--main-red-color);
}
.doc_block_content .doc_block{
    color: black!important;
}

.show{
    display: block!important;
}
.contact_block hr{
    height: 2px!important;
    opacity: 1;
    width: 70%
}
.contact_block{
    font-size: 1em;
    font-family: "Roboto";
}
.mb-55{
    margin-bottom: 55px;
}
.download_icon{
    width: 25px;
    height: 20px;
    background-image: url('/local/templates/main/img/icon/download.png');
    background-position: center;
    background-size: cover;
    display: inline-block;
}
.filetype-icon{
    width: 48px;
    height: 21px;
    display: inline-block;
    margin-right: 10px;
    background-size: cover;
}


@media screen and (max-width: 900px) {
    .main_img{
        height: 200px;
        background-position: left;
    }
    
    .doc_block_arrow::after{
        display: none
    }
    .doc_block_download::after{
        display: none
    }
    .doc_block, .budget_block{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    
    .doc_block_history{
        padding-left: 30px!important;
    }
    .doc_block:before, .budget_block:before{
        display: none!important;
    }
    .headline .all{
        display: none
    }
    html body{
        font-size: 12px;
    }
    .doc_block_content .doc_block_content__right{
        width: 50%;
        float:none;
        margin: auto;
    }
    .doc_block_content .doc_block{
        width: 100%;
    }
    .mb-55{
        margin-bottom: 0px;
    }
    #js-show-iframe-wrapper{
        text-align: center;
    }
    #js-show-iframe-wrapper .btn-brown{
        padding: 5px;
    }
    .allDeputats img, .allNews img, .allAnnouncement img{
        max-width: 30px!important;
        margin-right: 0px!important;  
    }
    .parallax-container{
        background-size: cover!important;
    }
    .deputies-detail__preview{
        padding-left: 0;
        padding-top: 20px;
    }
    .chairman{
        border-bottom: none;
        padding-bottom: 0;
    }
    .calendar__header__all{
        text-align: center;
        float: none;
    }
}
@media screen and (max-width: 1400px) {
    .news_element__text .arrow-1{
        display: none
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1290px!important;
    }
}