.logo img:not(:last-child){
	margin-right: 20px;
}

.bvi-speech{
	font-family: Oswald-Bold;
}

.header {
    height: 90px;
    border-bottom: 1px solid #e9e9e9;
    z-index: 999;
    position: sticky;
    top: 0px;
    background: #274586;
}

.burger {
    width: 55px;
    height: 55px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    transition: all .5s ease;
}

.burger-strip {
    transition: all .5s ease;
}

.strip div {
    height: 3px;
    border-radius: 2px;
    background: #fff;
    margin: 10px;
    transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 40px;
}

body.menu-active .burger-strip-2 div:first-child {
    transform: translateY(13px) rotate(45deg);
}

body.menu-active .burger-strip-2 div:nth-child(2) {
    opacity: 0;
}

body.menu-active .burger-strip-2 div:last-child {
    transform: translateY(-13px) rotate(-45deg);
}

.mobile_menu {
    min-height: calc(100vh - 90px);
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform .3s;
    padding: 20px;
}

body.menu-active .mobile_menu {
    transform: translateX(0);
}

.header-navigation {
    display: inline-block;
    width: auto;
}

.mobile-navigation_menu {
    margin-bottom: 40px;
}

.mobile-navigation_menu li {
    list-style: none !important;
}

.mobile-navigation_menu .mobile-navigation_menu_link {
    padding: 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #353f48;
}

.header-navigation_menu li {
    display: inline-block;
    line-height: 1;
    margin-left: 12px;
    position: relative;
}

.header-navigation_menu .header-navigation_menu_link {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: .05em;

    color: #fff;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    position: relative;
}


.bottom-navigation_menu li {
    display: inline-block;
    line-height: 1;
    margin-left: 12px;
    position: relative;
}

.bottom-navigation_menu .bottom-navigation_menu_link {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .05em;

    color: #fff;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    position: relative;
}

.main-programm_block {
    padding-bottom: 80px;
}

.main-programm_information {
    padding-top: 32px;
    padding-bottom: 16px;
}

.main-programm_block h1 {
    margin-bottom: 30px;
}

.main-page_header {
    padding: 20px 0 40px;
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 90px);
    overflow: hidden;
}


ul.lightgallery {
    list-style-type: none;
    padding: 0;
	width: 100%;
    margin: 20px 0;
}


ul.lightgallery li {
    display: inline-block;
	overflow: hidden;
    max-height: 200px;
    height: 200px;
    background: #000;
	width: 32%;
}

ul.lightgallery li img{
	object-fit: cover;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.page__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.information-text_1 {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    color: #687582;
}

.information-text_2 {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #687582;
    margin-bottom: 16px;
}

.information-text_3 {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #687582;
}

.information-text_4 {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #687582;
}

.information-text_5 {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #000;
    max-width: 315px;
    margin: 0;
}

.information-text_5.mobile{
	margin-bottom: 20px;
}

.main-programm_block {
    -webkit-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
}

.main-programm_block h1 {
    margin-bottom: 30px;
	font-family: BebasNeueBold;
	color: #B22E24;
}

.main-programm_block.not_voting {
    padding-bottom: 80px;
}

.main-programm_information {
    padding-top: 32px;
    padding-bottom: 16px;
}

.main-programm_inner {
    padding-top: 65px;
}

.main-programm_inner .completed-data_row {
    padding-top: 40px;
}

.programm_block-image {
    padding-left: 14px;
}

.programm_block-image.width_text .programm_block-text {
    display: inline-block;
    text-align: end;
    padding-right: 24px;
}

.programm_block-image.width_text * {
    vertical-align: middle;
}

.programm_block-text {
    padding-right: 10px;
}

.main-programm_vote {
    padding-top: 40px;
    line-height: 1;
}

.main-counter_block {
    background-color: #f7f7f8;
    margin-bottom: 80px;
    padding: 60px 0;
}

.main-news_header {
    margin-top: 20px;
    margin-bottom: 40px;
}

.main-news_header h3 {
    margin-right: 20px;
}

.main-news_items {
    margin-bottom: 60px;
}

.news_item {
    margin: 0 0 45px;
    /* max-width: 307px; */
    font-size: 20px;
    line-height: 28px;
    color: #848484;
}

.news_item_img {
    display: block;
    margin: 0 0 12px;
    position: relative;
    text-decoration: none;
}

.news_item_img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: opacity 0.3s;
}

.news_item_img:hover:before {
    opacity: 1;
}

.news_item_img img {
    display: block;
    max-width: 100%;
}

.news_item_img span,
.acticle_offer_label {
    display: block;
    position: absolute;
    top: 17px;
    left: -4px;
    background: #be5e0a;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 20px 10px 12px;
    color: #fff;
}

.news_item_img span:before,
.article_attention_label:before,
.acticle_offer_label:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 18px 0 18px 10px;
    border-top-color: #be5e0a;
    border-bottom-color: #be5e0a;
    position: absolute;
    top: 0;
    left: -10px;
}

.news_item_title {
    font-size: 28px;
    line-height: 36px;
    color: #3C72CC;
    font-weight: 500;
    margin: 0 0 12px;
    max-width: 295px;
}

.news_item_title a {
    color: #3C72CC;
    text-decoration: none;
    transition: color 0.3s;
}

.news_item_title a b {
    font-weight: 500 !important;
}

.news_item_title a:hover {
    color: #3C72CC;
}

.news_item_text{
	font-family: Oswald-Light;
}

.news_item_author {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #e7e8e9;
    color: #000;
    font-size: 13px;
    line-height: 17px;
}

.news-date{
	font-size: 14px;
	margin-bottom: 12px;
}

.main-news_detail_block {
    padding-bottom: 40px;
}

.main-news_detail_block h1 {
    margin-bottom: 40px;
}

.navigation-pages{
	margin: 10px 0;
}

.navigation-pages span,.navigation-pages a{
	padding: 10px;
	display: inline-block;
	font-size: 16px;
    font-weight: 500;
}



.main-news_detail_img {
    margin-bottom: 40px;
}

/* .main-news_detail_img img {
    max-width: 50%;
} */

.main-news_detail_text {
    font-size: 20px;
    line-height: 28px;
}

.error-page{
	padding: 40px 0 40px;
}

footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #274586;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
}

footer .social-block {
    padding: 7px 0;
}

footer.no-vote--footer-social .footer-function {
    padding-bottom: 40px;
}

footer.no-vote--footer-social .footer-logo {
    margin-bottom: 0;
    margin-right: 76px;
}

footer.no-vote--footer-social .footer-logo:last-of-type {
    margin-right: 0;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
	margin-right: 36px;  
}

.footer-logo .vi-logo,
.footer-logo img {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.footer-logo .vi-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
}

.footer-logo .vi-logo svg {
    width: 100%;
    height: 100%;
    fill: #000;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.footer-lk_column {
    padding-top: 12px;
}

.bg-blue{
    background-color: #3C72CC;
}

.footer-lk_column .link-underline {
    margin-bottom: 23px;
    letter-spacing: 0.5px;
}

.footer-lk_column .link-underline:last-child {
    margin-bottom: 0;
}

.footer-navigation_column {
    padding: 12px 21px 0;
}

.footer-navigation_list li {
    margin-bottom: 15px;
}

.footer-navigation_list li:last-child {
    margin-bottom: 0;
}

.footer-navigation_element {
    width: auto;
    padding: 0 15px;
}

.footer-function {
    padding-bottom: 16px;
}

.footer-line_row {
    padding: 16px 0;
    border-top: 1px solid #877270;
}

.footer-line_text {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 10px;
}

.breadcrumbs ul {
    margin-left: 0px;
}

.breadcrumbs li {
    display: inline-block;
    font-size: 14px;
}

.breadcrumbs li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .25rem;
    content: "/";
}

.breadcrumbs a {
    color: #B22E24;
    font-weight: 500;
}

.btn-more {
    text-align: center;
    margin-bottom: 40px;
}

.social-information--block {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 12px));
    grid-gap: 24px;
}

.social-information--element.mobile .title{
	color: #000;
}

footer,.mobile_menu{
	font-family: Oswald-Light;
}

.social-information--element .title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 4px;
}

.social-information--element.mobile .social-information--link {
	color: #000;
}

.social-information--element .social-information--link {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.social-information--element .social-information--link.text-md {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    text-transform: none;
}

.social-information--element:not(.mobile) .social-information--link:hover {
    color: #fff;
}

.vote_block {
    min-height: 200px;
	font-weight: 500;
	font-size: 16px;
}


.form_errors{
	padding: 10px 0;
	color: red;
}

.user_login{
	font-weight: 500;
	color: #1556b6;
	position: relative;
}



.user_info{
	display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    padding: 10px 0;

}

.user_login:hover .user_info{
	display: block;
}

.user_info ul{
	margin: 0px;
	list-style: none;
	color: #000;
}

.user_info ul li{
	margin: 0px;
}

.img_logo{
    height: 60px;
}

.map{
    height: calc(100vh - 90px);
    width: 100%;
}

.total_counter{
    /* height: 90px; */
    font-size: 34px;
    /* background: #274586; */
    color: #fff;
    display: flex;
    align-items: center;
}

.total_counter span {
    font-weight: bold;
    margin-left: 5px;
    font-size: 26px;
}

.map {
    position: relative;
}

.filter {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    top: 140px;
    left: 40px;
    width: 300px;
    z-index: 998;
}

.filter-section {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
 
}

.filter-options {
    display: none;
    padding: 10px;
}

.filter-options label {
    display: block;
    margin-bottom: 6px;
    cursor: pointer;
}

.filter-options label  input{
    margin-right: 6px;
}

.filter-buttons {
    margin-top: 10px;
}

.arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}
.arrow.open {
    transform: rotate(180deg);
}

.filter-body{
    height:30vh;
    overflow-y: auto;
}

.filter-name{
    margin-bottom: 20px;
    font-size: 20px;
}

.grey-bg{
    background: #274586;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    padding: 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.main-object-detail .object-row{
    margin-bottom: 20px;
    font-size: 22px;
}

.main-object-detail .object-subheader{
    font-weight: bold;
}

table.object-table{
    margin-bottom: 20px;
}

table.object-table td, .object-table th {
    border: 1px solid #ddd;
    padding: 8px;
}
  
table.object-table tr:nth-child(even){
    background-color: #f2f2f2;
}
  
table.object-table tr:hover {
    background-color: #ddd;
}
  
table.object-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}


table.add-table{
    margin-bottom: 20px;
}

table.add-table td, .add-table th {
    padding: 8px;
}
  

table.add-table td:first-child{
    font-weight: 700;
    vertical-align: top;
}

  
table.add-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

.share {
    height: 58px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.share a {
    display: inline-flex;
    margin-right: 15px
}

 .share a {
    margin-right: 0
}

.icon_share {
    margin-left: 10px;
    fill: #575757
}

.share_footer {
    width: 100%;
    margin-top: 30px;
    height: 29px;
    justify-content: flex-end;
}

.share_control {
    width: 100%;

}

.share_control svg {
    fill: #274586;
 
    margin-right: 20px
}

.share_control svg {
    width: 37px;
    height: 23px
}
/* 
.share_control a:nth-child(2) svg {
    width: 15px;
    height: 29px
}

.share_control a:nth-child(3) svg {
    width: 28px;
    height: 24px
}

.share_control a:nth-child(4) svg {
    width: 28px;
    height: 28px
}

.share_control a:nth-child(5) svg {
    width: 27px;
    height: 27px
} */

.share_footer svg {
    fill: #fff;
    margin-left: 0;
    margin-left: 36px
}

.share_footer a:nth-child(1) svg {
    width: 37px;
    height: 23px
}

.share_footer a:nth-child(2) svg {
    width: 15px;
    height: 29px
}

.share_footer a:nth-child(3) svg {
    width: 28px;
    height: 24px
}

.share_footer a:nth-child(4) svg {
    width: 28px;
    height: 28px
}

.share_footer a:nth-child(5) svg {
    width: 27px;
    height: 27px
}

footer .header-navigation_menu .header-navigation_menu_link{
    margin-bottom: 10px;
}

footer .bottom-navigation_menu .bottom-navigation_menu_link{
    margin-bottom: 10px;
}

.deputat_block {
    display: none;
    
}

.arrow.expanded {
    transform: rotate(90deg); /* Поворачивает стрелку вниз */
}

.filter.small .filter-wrapper{
    display: none;
}

.filter{
        background: #274586;
    color: #fff;
}

.filter-name{
    cursor: pointer;
    display: flex;
    
    align-items: center;
}

.filter.small .filter-name{
    justify-content: center;
}


.filter-name .close-btn{
    font-size: 16px;
    align-items: center;
}


.filter.small .close-btn{
    display: none;
}

h3.grey-bg {
    cursor: pointer;
}

.total_counter .disclaimer{
    font-size: 14px;
}

.total_counter .disclaimer .dot{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 4px;
}

.filter-counter{
margin: 20px 0;
}


.dot.green{
    background-color: green;
}

.dot.yellow{
    background-color: yellow;
}

.dot.red{
    background-color: red;
}

.dot.blue{
    background-color: #1e98ff;
}

b{
    font-weight: 700;
}

div.bx-yandex-map{
    width: 100% !important;
}

.social_link_detail{
    margin-right: 10px !important;
}

.social_link_detail img{
    height: 30px;
    width: 30px;
}