* {
    box-sizing: border-box;
}

button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}

.green_border_block {
    border: 1px solid #e7f5f5;
}

.left_side {
    float: left;
}

.right_side {
    float: right;
}

.all {
    min-width: 320px;
    margin: 0 auto;
    background: #ffffff;
    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: 100%;
}

#close_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
    z-index: 8;
    display: none;
}

.show {
        display: block!important;
    }
    
.hide {
    display: none !important;
}    
    
    .vertical_center.show {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.content_wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

.page_footer_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 35px 20px 15px;
    background: #3b99a3;
    color: #fff;
}

.vertical_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uppercase {
    text-transform: uppercase;
}

/* шапка */

#page_header .row_1 {
    background: #edf6f7;
    min-height: 100px;
    max-width: 1520px;
    margin: 0 auto;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#page_header .row_1 .ico_block {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

#page_header .row_1 .left_side {
    float: left;
    min-height: 100px;
    padding: 10px 0;
}

#page_header .row_1 .right_side {
    float: right;
    min-height: 100px;
    padding-left: 20px;
}

#page_header .row_1 img {
    margin-bottom: 0;
    max-width: 51px;
}

#site_name {
    font-size: 20px;
    font-family: "MyriadSetPro-Semibold";
    line-height: 1.15;
}

.logo_a {
    margin-right: 16px;
}

.soc_ico_box {
    margin: 0 30px 5px 0;
    line-height: 1;
}

#page_header .row_1 .soc_ico_box a {
    float: right;
    margin: 0 0 8px 8px;
    display: block;
}

#page_header .row_1 .soc_ico_box a img {
    display: block;
    max-width: 100%;
}

#page_header .row_1 a {
    color: #13646c;
    text-decoration: none;
}

#page_header .row_1 .item {
    padding: 0 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    min-height: 100px;
    width: 196px;
    background: #05828e;
}

#page_header .row_1 .sitemap {
    float: left;
}

#page_header .row_1 .sitemap .item {
    width: 40px;
    background: #afd6de;
    padding: 0;
}

#page_header .row_1 .langs {
    margin-right: 20px;
    clear: both;
}


.langs .active_line {
    font-weight: bold;
    color: #13646c;
}

.langs .lang {
    float: left;
    border-left: 1px solid #aacfd3;
}

.langs .lang:first-of-type {
    border-left: none;
}

.langs a,
.langs span {
    line-height: 1.5;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    display: block;
}

#page_header {
    background: #edf6f7;
    position: relative;
    z-index: 10;
}

#page_header .row_box {
    background: #fff;
    border-bottom: 1px solid #faf2ea;
}

.secondary_page #page_header .row_box{
    border-bottom: 1px solid #faf2ea;
}


#page_header .row_2 {
    background: #fff;
    min-height: 90px;
    max-width: 1520px;
    margin: 0 auto;
    padding-left: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#page_header .row_2 .h_menu_inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-align: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#page_header .row_2 .h_menu_item,
#page_header .row_2 .h_menu_item_inner,
#page_header .row_2 .h_menu1,
#page_header .row_2 .h_menu_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
}

#page_header .h_menu_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

 #page_header .h_menu_item a {
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 8px 25px;
    color: #b82912;
    font-family: "MyriadSetPro-Semibold";
    text-align: center;
    line-height: 1.3125;
}

#page_header .row_2 .h_menu_wrapper > a {
    display: flex;
    align-items: center;
}


#page_header .row_2 .h_menu_wrapper > a.h_menu1_selected{
    background: #de6600;
    color: #fff;
}

 #page_header .h_menu_second {
    text-align: left;
    display: none;
    position: absolute;
    top: 100%;
    left: 2px;
    z-index: 60;
    min-width: 350px;
    background: #e2f4f6;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    z-index: 999;
}

#page_header .h_menu_second a {
    text-align: left;
    /*padding: 12px 33px;*/
    padding: 12px 25px;
    -webkit-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}


#page_header .h_menu_cols li {
    border-bottom: 1px solid #aacfd3;
}

#page_header .row_2 .h_menu_inner > div.h_menu_item:nth-last-of-type(1) .h_menu_second,
#page_header .row_2 .h_menu_inner > div.h_menu_item:nth-last-of-type(2) .h_menu_second {
    right: 2px;
    left: auto;
}

#page_header .h_menu_cols > ul > li:last-of-type {
    border-bottom: none;
}


#page_header .h_menu_cols ul,
#page_header .h_menu_cols li {
    margin: 0;
    padding: 0;
    background: none;
}


#burger_pic {
    width: 110px;
    margin-left: 7px;
    background: url(/desimages/burger_ico.png) no-repeat left center;
    display: none;
    cursor: pointer;
    float: left;
}

#burger_pic span {
    /*font-family: 'Officina Serif CTT';*/
    font-family: "OfficinaSerifCTT";
    font-family: "MyriadSetPro-Semibold";
    color: #575757;
    padding-left: 45px;
} 

/* поиск в шапке */

#page_header .row_2 .item {
    cursor: pointer;
    padding: 0 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    min-height: 90px;
    width: 196px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


#page_header .row_2 .item img {
    margin: 0;
    max-width: 26px;
}

.close_ico_box {
    width: 196px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sb-search {
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
    bottom: 0;
    right: 0;
    max-width: 1560px;
    height: 100%;
    z-index: 5;
}

.search_main {
    width: 100%;
}

.search_placeholder {
    color: #575757;
    font-size: 16px;
    margin-right: 20px;
    font-family: "OfficinaSerifCTT";
    font-family: "MyriadSetPro-Semibold";
}

.sb-search-input {
    height: 33px;
    background: #edf6f7;
    border: 1px solid #aacfd3;
    border-radius: 14px;
    outline: none;
    font-size: 16px;
    padding: 0 10px;
    margin-right: 15px;
    width: calc(100% - 493px);
}

.sb-search-submit {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    background: #05828e;
    outline: none;
    border: none;
    border-radius: 14px;
    height: 35px;
    padding: 1px 35px 0;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.close_ico {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(/desimages/close_ico.png) no-repeat center;
    cursor: pointer;
     -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


/* футер */

.footer_inner {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}

.page_footer_box .menu_bottom .fp_title {
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: "MyriadSetPro-Bold";
}

.page_footer_box .menu_bottom a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    /*font-family: 'Officina Serif CTT';*/
    /*font-family: "OfficinaSerifCTT";*/
    font-family: "MyriadSetPro-Semibold";
}


.page_footer_box .menu_bottom li {
    padding-left: 0;
    background: none;
    margin-top: 5px;
    line-height: 1.3;
}

.page_footer_box .menu_bottom {
    margin-top: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_footer_box .menu_bottom > li {
    padding-right: 30px;
    flex: 1;
    margin-top: 0;
    margin-bottom: 20px;
}

.page_footer_box .ban_box {
    float: left;
    padding-right: 26px;
}

.page_footer_box .ban_box a {
    text-decoration: none;
    display: block;
    margin-bottom: 26px;
}

.page_footer_box .ban_box a img {
    margin: 0;
}

/* баннер выборы */

.first_page .ban_top {
    margin: 0 auto;
    max-width: 1480px;
}

.first_page .ban_top img {
    margin: 19px 0;
}

/* слайдер под шапкой */

.block_name {
    font-size: 24px;
    color: #575757;
    font-weight: bold;
    text-decoration: none;
}

.first_page .news_col {
    background: #faf2ea;
    padding: 8px 20px 43px;
}

.first_page .news_col_inner {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.first_page .news_block_item {
    background: #fff;
    display: block;
    text-decoration: none;
    max-width: 441px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.first_page .news_block_item_box {
    margin: 0 -37px;
}

.first_page .slider .slide {
    padding: 7px;
    max-width: 455px;
    margin: 0 30px;
}

.first_page .news_block_item img {
    margin: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.first_page .news_block_item .slide_info {
    padding: 15px 20px 25px;
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.first_page .news_block_item .news_block_title {
    color: #007a7a;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
            line-height: 1.3125;
}


.first_page .news_block_item .news_block_date {
    color: #9ba8b8;
    font-size: 11px;
    text-decoration: none;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
}

.first_page .slider .slick-dots {
    top: -48px;
    right: 36px;
    margin: 0;
    text-align: right;
    width: auto;
    bottom: auto;
}

.slider .slick-dots li button {
    height: 21px;
    width: 21px;
    position: relative;
}

.slider .slick-dots li button::before {
    font-size: 0;
    line-height: 0;
    background: #8c939b;
    opacity: 1;
    cursor: pointer;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.slider .slick-dots .slick-active button::before {
    font-size: 0;
    line-height: 0;
    background: #df6500;
    opacity: 1;
    cursor: pointer;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.slider .slick-dots li {
    margin: 0;
    background: none;
}


.flex_justify  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.slider .slick-track {
  display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
}

.slider .slick-slide {
  height: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.slider .slick-slide > div  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.block_name_box {
    margin-bottom: 3px;
}

.slider_next {
    position: absolute;
    z-index: 999;
    top: calc(50% - 22px);
    right: 0;
    display: block;
    width: 23px;
    height: 44px;
    background: url(/desimages/arrow-right.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.slider_next:hover {
    background-image: url(/desimages/arrow-right-hover.png);
}

.slider_prev {
    position: absolute;
    z-index: 999;
    top: calc(50% - 22px);
    left: 0;
    display: block;
    width: 23px;
    height: 44px;
    background: url(/desimages/arrow-left.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.slider_prev:hover {
    background-image: url(/desimages/arrow-left-hover.png);
}

/* баннеры перед футером */

.banners_before_footer {
    padding: 64px 20px;
    background: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: stretch;
    max-width: 1520px;
    margin: 0 auto;
}

.banners_before_footer .slider_item  {
    display: inline-block;
    width: calc(47.8% - 4px);
    border: 1px solid #3a99a2;
    min-height: 96px;
    position: relative;
    text-decoration: none;
}

.banners_before_footer .slider_item img {
    margin: 0;
    position: absolute;
    background: #fff;
}

.banners_before_footer .slider_item:nth-of-type(odd) img {
    right: -1px;
    top: 0;
}

.banners_before_footer .slider_item:nth-of-type(odd) {
    margin-right: 2.2%;
    text-align: right;
    padding: 5px 140px 5px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.banners_before_footer .slider_item:nth-of-type(even) {
    margin-left: 2.2%;
    text-align: left;
    padding: 5px 10px 5px 133px;
}

.banners_before_footer .slider_item:nth-of-type(even) img {
    left: -1px;
    top: 0;
}

.banners_before_footer .ban_title,
.banners_before_footer .ban_short_text {
    font-weight: bold;
}

.banners_before_footer .ban_short_text {
    font-size: 18px;
}


/* внутренние страницы */

.img_title,
.news_list_date,
.news_block_date {
    color: #9ba8b8;
    font-size: 11px;
}

.page_content {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    padding: 26px 20px;
}

.page_content .left_part {
    float: left;
    width: 270px;
    padding-right: 28px;
}

.page_content .left_part .h_menu_inner {
    border: 1px solid #aacfd3;
    padding: 14px;
    margin-bottom: 51px;
}

.page_content .left_part .h_menu_inner a {
    font-weight: bold;
    font-size: 14px;
    font-family: "NotoSans";
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 14px 0;
    border-top: 1px solid #aacfd3;
    line-height: 1.5;
}

.page_content .left_part .h_menu_inner > div:nth-of-type(2) .h_menu_wrapper {
    margin-top: -14px;
}

.page_content .left_part .h_menu_cols > ul > li > ul {
    background: #edf6f7;
}

.page_content .left_part .h_menu_cols > ul > li > ul > li a {
    padding-left: 14px;
    padding-right: 14px;
    border-top: none;
    border-bottom: 1px solid #aacfd3;
    font-weight: normal;
    font-size: 14px;
}

.page_content .left_part .h_menu_cols > ul > li > ul > li > ul > li a {
    border-bottom: none;
    font-size: 13px;
    padding-left: 24px;
}


.page_content .left_part .h_menu_inner > .h_menu_item > .h_menu_item_inner > .h_menu1 > .h_menu_wrapper > a {
    border-top: 0;
    font-size: 18px;
    border-left: 4px solid #de6500;
    margin-left: -14px;
    padding-left: 14px;
}

.page_content .left_part .h_menu_inner ul {
    margin: 0;
    
}

.page_content .left_part .h_menu_inner ul li {
    background-image: none;
    margin: 0;
    padding: 0;
}

.page_content .left_part .h_menu_inner .h_menu2_selected,
.page_content .left_part .h_menu_inner .h_menu1_selected,
.page_content .left_part .h_menu_inner .h_menu3_selected {
    color: #b82912;
}

.sel_menu,
ul.inner_right_menu ul li.sp_s.sp_p > .r_menu_second > a {
    color: #b82912;
}

.page_content .left_part .h_menu_inner .nav_inner2 a {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
}

.page_content .left_part .h_menu_inner .nav_inner2 a {
    font-weight: normal;
}

.page_content .left_part .h_menu_inner .nav_inner2,
.page_content .left_part .h_menu_inner .nav_inner3,
.page_content .left_part .h_menu_inner .nav_inner4,
.page_content .left_part .h_menu_inner .nav_inner5 {
    background: #edf6f7;
}

.nav_inner2 > .menu_ch_item > .r_menu_second > a {
    border-top: none;
}

.page_content .left_part .h_menu_inner .nav_inner3 a {
    font-size: 13px;
    padding-left: 24px;
}

.page_content .left_part .h_menu_inner .menu_item > .r_menu > a {
    border-top: 0;
    font-size: 18px;
    border-left: 4px solid #de6500;
    margin-left: -14px;
    padding-left: 14px;
}

.page_content .left_part .h_menu_inner .menu_item > .r_menu {
    margin-top: -14px;
}

.inner_text > table {
    overflow-x: auto;
}

.page_content .left_part + .right_part {
    float: left;
    width: calc(100% - 270px);
}

.page_content .left_part .news_list .news_block_item {
    text-decoration: none;
    margin-bottom: 35px;
    display: block;
}

.page_content .left_part .news_list .news_block_item .news_block_title {
    color: #007a7a;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 1.3125;
    font-size: 14px;
}

.page_content .left_part .news_list .news_block_item .news_block_date {
    margin-bottom: 13px;
}

.all_news {
    font-size: 12px;
    text-decoration: none;
    color: #de6600;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
}

.news_list .all_news {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
}

.inner_text h1 + .news_list_date {
    margin-bottom: 25px;
}

.img_text {
    margin-bottom: 38px;
}

.img_text img {
    margin-bottom: 0;
}

.img_title {
    line-height: 1.1;
}

.inner_text .text_header {
    margin-bottom: 8px;
}

.secondary_page .photo_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    
}

.secondary_page .photo_list .right_part {
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
}

.secondary_page .wide .news_block_item,
.secondary_page .photo_list .right_part .news_block_item {
    border: 1px solid #e7f5f5;
    text-decoration: none;
}


.secondary_page .wide .news_list,
.secondary_page .photo_list .right_part .news_list {
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 0 -7px;
}

.secondary_page .wide .news_list .news_block_item,
.secondary_page .photo_list .right_part .news_block_item {
    padding: 30px 20px;
    margin: 0 7px 20px;
    width: calc(33.333% - 14px);
}

.secondary_page .wide .news_list .news_block_item:hover,
.secondary_page .photo_list .right_part .news_block_item:hover {
    webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
border: 1px solid #fff;
}

.secondary_page .wide .news_list .news_block_item .news_block_title {
    line-height: 1.3125;
    margin-bottom: 20px;
}

.secondary_page .wide .news_list .news_block_item img {
    margin-bottom: 3px;
}

.secondary_page .wide .news_list .news_block_item:hover .news_block_title {
    text-decoration: underline;
}

.secondary_page .wide .news_list .news_block_item .short_text {
    line-height: 1.3125;
    color: #363636;
}

.content_inner .fp_title.block_name {
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 24px;
}

/* страница ресурсы */

.content_inner.resources .resource_block:last-of-type {
    margin-bottom: 0;
}

.resource_block {
    margin-bottom: 35px;
}

.resource_block .item {
    padding: 8px 6px;
    text-decoration: none;
    display: block;
}

.resource_block .item .ban_title {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
}

.resource_block .item img {
    margin: 8px 5px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 40px;
}


.resource_block .item img + .ban_title {
    width: calc(100% - 63px);
}

.resource_block .item:hover {
    background: #fbf2eb;
}

/* карта сайта */

.secondary_page .wide .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
    -webkit-box-align: start;
    -ms-flex-align: start;
     align-items: flex-start;
}

.secondary_page .wide .sitemap li a {
    text-decoration: none;
}

.secondary_page .wide .sitemap li a:hover {
    text-decoration: underline;
}

.secondary_page .wide .sitemap > li {
    padding: 25px 0 40px;
    margin: 0 7px 20px;
    width: calc(33.333% - 14px);
    border: 1px solid #e7f5f5;
    text-decoration: none;
    background-image: none;
}


.secondary_page .wide .sitemap > li > a {
    padding: 7px 22px;
    background: #06828e;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.secondary_page .wide .sitemap > li > a:hover {
    background: #de6600;
    text-decoration: none;
}

.sitemap > li > ul > li {
    background: url(/desimages/sitemap_li_second_level.png) left 14px no-repeat;
    padding-left: 52px;
    padding-right: 10px;
}

.sitemap > li > ul > li ul li {
    background: url(/desimages/sitemap_li_third_level.png) left 14px no-repeat;
    padding-left: 15px;
    margin-top: 2px;
}

/* 404 */

.error_wrapper {
    padding: 26px 20px;
}

.title_404 {
    font-size: 30px;
    line-height: 1;
}

.error_404 {
    font-size: 18.5vw;
    color: #05828e;
    float: left;
    line-height: 1;
}

.error_404_text,
.error_404_text a {
    font-size: 18px;
}

.error_404_text a {
    text-decoration: none;
}

.error_404_text a:hover {
    text-decoration: underline;
}

.error_404_text .no_margin {
    margin: 0;
}

.error_404_text li {
    background: url('/desimages/ul_li.png') left 15px no-repeat;
    margin-top: 0;
}

.error_404_text li.simple_li {
    background: none;
    padding: 8px 0;
}

.error_404_text li.simple_li > a {
    font-size: 16px;
    font-family: "MyriadSetPro-Semibold";
    display: block;
    line-height: 1.3;
}

.error_right_text .sb-search-input {
    width: calc(100% - 152px);
    max-width: 458px;
}

.error_right_text .search_main {
    margin: 20px 0 10%;
}

.error_right_text {
    margin-left: 42%;
    margin-top: 10%;
}

/* архивы */

.archive_block li {
    background-image: none;
    padding: 0;
    margin: 0;
}

.archive_block h2 {
    margin-bottom: 20px;
}

.archive_block > li {
    margin-bottom: 26px;
}

.archive_block > li:last-of-type {
    margin-bottom: 0;
}

.archive_block ul {
    display: flex ;
    display: -webkit-box ;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 0 -16px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.archive_block ul li {
    margin: 0 0 20px 16px;
    display: inline-block;
    vertical-align: top;
}

.archive_block ul li a {
    font-weight: bold;
    padding: 10px;
    min-height: 167px;
    width: 167px;
    border: 3px solid #d8eced;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
    text-decoration: none;
    text-align: center;
    color: #b82912;
    line-height: 1.25;
}

.archive_block ul li a:hover {
    color: #de6600;
    border: 3px solid #ead9c9;
    text-decoration: underline;
}

/* пагинатор */

.pages_inner {
    clear: both;
    padding-top: 13px;
    font-size: 18px;
}

.pages_inner a {
    padding: 0px 8px;
    display: inline-block;
    vertical-align: baseline;
}

.pages_inner span,
.pages_inner a {
    font-weight: bold;
    text-decoration: none;
}



.pages_inner .page_sel,
.pages_inner .page_item_selected {
    background: #c00000;
    color: #fff;
    display: inline-block;
    min-width: 30px;
    text-align: center;
    padding: 0 5px;
}

.pages_inner .p_prev {
    margin-right: 28px;
    font-size: 12px;
    text-transform: uppercase;
}

.pages_inner .p_next_block,
.pages_inner .p_prev_block {
    font-size: 12px;
    text-transform: uppercase;
}

.pages_inner .p_next {
    margin-left: 28px;
    font-size: 12px;
    text-transform: uppercase;
}

/* состав комиссии */

.tab_menu {
    margin-bottom: 27px;
}

.news_bookmark_content,
.news_bookmark_content_sel {
    clear: both;
    display: none;
}

.news_bookmark_content_sel {
    display: block;
}

.news_bookmark_item {
    background: #ebebeb;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 4px 20px;
    margin-bottom: 8px;
}


.news_bookmark_item_sel {
    background: #de6600;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 4px 20px;
    color: #fff;
}

.news_bookmark_item_sel:hover {
    color: #fff;
}

.news_bookmark_item:hover {
    background: #fbf2eb;
}

.sostav_block {
    font-size: 14px;
    border-bottom: 1px solid #aacfd3;
    margin-bottom: 30px;
}

.sostav_block_name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 21px;
}

.sostav_block .person_name,
.sostav_block .short_text,
.sostav_block .text {
    margin-bottom: 7px;
} 

.sostav_block .item img {
    margin: 0 17px 0 0;
    float: left;
    max-width: 165px;
}

.sostav_block .person_name {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
}

.sostav_block.no_pic .person_name {
    display: block;
    text-decoration: none;
    font-weight: normal;
}

.sostav_block.no_pic {
    padding-bottom: 24px;
}

/* видео */

#video_container {
    padding: 30px;
}

.all_media {
    font-size: 18px;
    margin-top: 37px;
}

.media_item_name {
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
}

.media_left,
.media_right {
    float: left;
    width: 50%;
}

.media_right {
    padding-left: 30px;
}

.media_right .news_list_date {
    line-height: 1;
}

.video_add {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.video_add iframe,
.video_add video,
.video_add object {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video_ico {
    position: relative;
}

.video_ico::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 68px;
    background: url(/desimages/video_before.png) center center no-repeat;
}

/* фото */

.secondary_page .wide .news_list .news_block_item.photo_item,
.secondary_page .photo_list .news_list .news_block_item.photo_item {
    padding: 11px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.photo_img {
    max-width: 190px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.secondary_page .wide .news_list .news_block_item .photo_img img,
.secondary_page .photo_list .news_list .news_block_item .photo_img img {
    margin: 4px 0 0;
}

.secondary_page .wide .news_list .news_block_item.photo_item .photo_img + .media_info,
.secondary_page .photo_list .news_list .news_block_item.photo_item .photo_img + .media_info {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.secondary_page .photo_list .news_list .news_block_item.photo_item .photo_img + .media_info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.secondary_page .photo_list .news_list .news_block_item.photo_item .photo_img + .media_info .news_block_title {
    font-size: 20px;
    line-height: 1;
}

.all_slider {
    float: right;
    width: calc(100% - 75px);
}

.slider_photo_wrap {
    padding: 30px;
}

.photo_rubic_box {
    float: left;
    width: 75px;
    margin-top: -5px;
    text-align: center;
    padding-right: 34px;
}

.photo_rubic_box a {
    text-decoration: none;
    color: #007a7a;
    font-size: 16px;
}

.photo_rubic_box a:not(.selected_rubric):hover {
    text-decoration: underline;
    color: #c10000;
}

.photo_rubic_box .selected_rubric {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.666;
    color: #de6600;
}

.slider_big_img {
    max-width: 800px;
    width: calc(100% - 542px);
    float: left;
}

.photo_text {
    clear: both;
}

.slider_photo_inner_box {
    padding-left: 30px;
    width: 542px;
    float: right;
}

.slider_photo_inner_box img {
    margin: 0;
}

.slider_photo_inner_box a.gallery_item {
    display: block;
    width: 240px;
    height: 196px;
    cursor: pointer;
    -webkit-transition: width 0.4s, height 0.4s;
    -o-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
}

a.gallery_item.active {
    position: relative;
}

a.gallery_item.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.4);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.slider_photo_inner_box a.gallery_item:not(.active):hover {
    transform: scale(1.03);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);

}

.slider_photo_inner .mCustomScrollBox.mCSB_vertical::before,
.slider_photo_inner .mCustomScrollBox.mCSB_vertical::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    z-index: 600;
    pointer-events: none;
}

.slider_photo_inner .mCustomScrollBox::after {
    bottom: -5px;
    background: -webkit-linear-gradient(bottom, #fff 0px, transparent 100%);
    background: -moz-linear-gradient(bottom, #fff 0px, transparent 100%);
    background: -o-linear-gradient(bottom, #fff 0px, transparent 100%);
    background: -ms-linear-gradient(bottom, #fff 0px, transparent 100%);
    background: linear-gradient(to top, #fff 0px, transparent 100%);
}

.slider_photo_inner .mCustomScrollBox::before {
    top: -5px;
    background: -webkit-linear-gradient(top, #fff 0px, transparent 100%);
    background: -moz-linear-gradient(top, #fff 0px, transparent 100%);
    background: -o-linear-gradient(top, #fff 0px, transparent 100%);
    background: -ms-linear-gradient(top, #fff 0px, transparent 100%);
    background: linear-gradient(to bottom, #fff 0px, transparent 100%);
}


.slider_photo_inner.mCS_no_scrollbar .mCustomScrollBox::after,
.slider_photo_inner.mCS_no_scrollbar .mCustomScrollBox::before {
    display: none;
}


.slider_photo_inner .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.slider_photo_inner .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -24px;
}

.slider_photo_inner_box ul,
.slider_photo_inner_box li {
    margin: 0;
    padding: 0;
    background-image: none;
}

.slider_photo_inner_box li.gallery_item_box {
    max-width: 246px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 16px;
    padding-top: 10px;
}

.slider_photo_inner_box .slider_photo_inner {
    margin-left: -16px;
    margin-top: -10px;
    max-height: 525px;
}

/* результаты поиска */

#search_adv_inner {
    margin-bottom: 28px;
}

.secondary_page #search_adv .sb-search-input {
    width: calc(100% - 150px);
    height: 33px;
    background: #edf6f7;
    border: 1px solid #aacfd3;
    margin-right: 15px;
}

.search_result {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}



#search_adv_inner #all_words {
    margin-bottom: 15px;
}

#search_adv input[type="text"],
#search_adv select {
    height: 33px;
    border: 1px solid #c9c9c9;
    font-size: 16px;
    width: 100%;
    padding: 0 11px;
    margin-bottom: 8px;
    max-width: 560px;
    background: #fff;
    box-sizing: border-box;
    color: #363636;
}


.search_where,
#search_adv .search_where select {
    max-width: 560px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none; 
    outline: none;
}

.search_where::-ms-expand,
#search_adv .search_where select::-ms-expand {
    /* IE11 */
  display: none;

}

#search_adv .search_where select {
    background: url(/desimages/select_ico.png) no-repeat right 10px center #fff;
    padding-right: 35px;
}

#search_adv .search_in_btn {
    float: left;
    display: block;
    width: 83px;
    height: 35px;
    margin-top: 41px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background: #4c7590;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline: none;
}

#search_adv .search_period_in input[type="text"] {
    position: relative;
    width: 140px;
    margin: 0;
    background: url(/desimages/calendar_label_search.png) no-repeat 118px center #fff;
    cursor: pointer;
    padding-right: 28px;
}

.search_adv .search_period_in input[type="text"],
.search_line {
    display: inline-block;
}

#search_adv .search_in_btn:hover {
    background: #a11a1e;
}

#per5 + label {
    margin-right: 10px;
}

#all_words {
    font-size: 18px;
    font-weight: bold;
}

.ui-datepicker{background: #fff;box-shadow: 3px 3px 3px 0 rgba(152,152,152,0.6);border: 1px solid /*#e6eaed*/transparent;padding: 10px;z-index: 100!important;}
.ui-datepicker-header{display: -webkit-flex; -webkit-flex-wrap: wrap;display: flex;justify-content:space-between;align-items: center;color: #006666;font-weight: 500;font-size: 18px;font-size: 1.125rem;line-height: 35px}
.ui-datepicker-year{border: 0;color: #006666;font-size: 12px;font-size: 0.75rem}
.ui-datepicker-prev, .ui-datepicker-next{font-size: 0;width: 15px;height: 35px;cursor: pointer}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover{color:#006666}
.ui-datepicker-prev{order: 1;background: url("/desimages/dp_prev.png") no-repeat left center}
.ui-datepicker-next{order: 3;background: url("/desimages/dp_next.png") no-repeat right center}
.ui-datepicker-title{order: 2}
.ui-datepicker-prev:hover{background-image: url("/desimages/dp_prev_hover.png")}
.ui-datepicker-next:hover{background-image: url("/desimages/dp_next_hover.png")}
.ui-datepicker-calendar{margin: 0;border: 0;font-size: 11px;font-size: 0.6875rem}
.ui-datepicker-calendar th, .ui-datepicker-calendar td{text-align: center;background-color: transparent}
.ui-datepicker-calendar th{border-top: 1px solid #d2d6d5;border-bottom: 1px solid #d2d6d5;border-left: 0;border-right: 0;color: #ababab;text-transform: uppercase}
.ui-datepicker-calendar td{border: 0;padding: 0}
.ui-datepicker-calendar td a, .ui-datepicker-calendar td span{color: #3C3C3C;text-decoration: none;display: block;padding: 5px 10px; font-size: 11px;}
.ui-datepicker-calendar td:hover{background-color:#3f9898}
.ui-datepicker-calendar td:hover a{color:#fff}
.ui-datepicker-today a{font-weight: bold;color:#006666!important;}
.ui-datepicker-unselectable:hover{background-color: transparent!important}

.ui-datepicker tbody tr:hover  {
    background-color: #f4f7f9;
}

.search_h_line a {
    text-decoration: none;
    letter-spacing: 1px;
    border-bottom: 1px dotted #006666;
    cursor: pointer;
}


#advanced_search {
    margin-top: 7px;
    display: inline-block;
}

#advanced_search span{
    color: #de6600;
    border-bottom: 1px dashed #de6600;
    cursor: pointer;
    font-size: 15px;
}

.show_block {
    display: block;
}

.display_none {
    display: none;
}


#advanced_search .close {
    display: none;
}

#hidden_ext_search {
    display: none;
}

.search_caption {
    margin-right: 10px;
    display: inline-block;
}


#search_adv #from_day,
#search_adv #to_day {
    margin-bottom: 8px;
}

.ui-datepicker {
    display: none;
}

.display_none {
    display: none!important;
}

.display_block {
    display: block!important;
}

#search_adv_inner .input_text {
    margin-bottom: 3px;
}



.search_result {
    font-weight: bold;
}

.search_result_list .news_list_date {
    color: #868787;
    font-size: 12px;
    margin-bottom: 0;
}

.search_result_list a {
    text-decoration: none;
}

.search_result_list a:hover {
    text-decoration: underline;
}

.search_result_list .news_list_date_info {
    width: 200px;
    float: left;
    padding-right: 15px;
}

.search_result_list .news_list_date_info + .inner_search_text {
    margin-left: 200px;
}

.search_result_list .news_item_descript span {
    font-weight: bold;
}

.search_result_list .last_n_inner_item {
    padding: 26px 0;
    border-bottom: 1px solid #ddeeee;
}

.search_result_list .last_n_inner_item .image {
    max-width: 200px;
    float: left;
    margin: 4px 15px 10px 0;
}

.search_result_list .last_n_inner_item .image img {
    margin: 0;
}

.search_result_list .news_list_chapter {
    text-transform: uppercase;
    color: #868787;
    font-size: 14px;
}

.search_result_list .last_n_inner_item:nth-of-type {
    border-bottom: none;
}

.search_result_list .last_n_inner_item .news_list_title span {
    font-weight: bold;
}

/* эл. обращения */

.fb_text_before {
    border-bottom: 1px solid #c3cdcc;
    clear: both;
    margin-bottom: 38px;
    padding-bottom: 20px;
}

.fb_text_after {
    margin-top: 45px;
}

.file_desc {
    color: #585858;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 14px;
    padding-left: 230px;
}

.obr_row {
    clear: both;
    margin-bottom: 38px;
}

form.fb_form {
    max-width: 880px;
}

.fb_info span {
    margin-bottom: 25px;
    color: #a11b1e;
    font-weight: normal;
}

.fb_info {
    font-weight: bold;
    margin-top: 45px;
}

.fb_text {
    margin-top: 7px;
    line-height: 1.25;
    float: left;
    width: 230px;
    padding-right: 12px;
}

.fb_info,
.fb_text label,
.fb_text .red {
    font-size: 16px;
}

.fb_text .red,
.fb_text .red_error {
    display: inline;
    color: #a11b1e;
}

.fb_text .red_error {
    visibility: hidden;
    font-size: 14px;
}

.fb_text .red_error.display {
    visibility: visible;
}


.fb_text + .el_input {
    margin-left: 230px;
}

.el_input select,
.el_input input,
.el_input textarea {
    display: block;
    width: 100%;
    border: 1px solid #c9c9c9;
}

.el_input select:focus,
.el_input input:focus,
.el_input textarea:focus,
.el_file .upload_file:focus,
.el_pic .code_input:focus,
#search_adv input[type="text"]:focus,
#search_adv select:focus {
    border: 1px solid #2c526a;
    outline: none;
}

.el_input select,
.el_input input,
.el_file .upload_file,
.el_pic .code_input {
    padding: 13px 12px;
    font-size: 16px;
    color: #5a5a5a;
    background: #ffffff;
    box-sizing: border-box;
}

.el_input select {
    background: url(/desimages/select_ico.png) no-repeat right 10px center #fff;
    padding-right: 35px;
    appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
}

.el_input select::-ms-expand {
    display: none;
}

.el_input textarea {
    max-width: 650px;
    min-height: 190px;
    padding: 12px;
    font-size: 16px;
    box-sizing: border-box;
    background: #ffffff;
}

.fb_small_text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1;
}

.el_file .fb_text,
.el_file .upload_file,
.el_file .upload_wrapper {
    vertical-align: top;
}

.el_file .fb_text,
.el_pic .fb_text {
    float: left;
    max-width: 230px;
}

.el_file .fb_text {
    margin-top: 5px;
}

.el_file .fb_text span {
    display: block;
    margin-top: 15px;
    font-size: 14px;
}

.el_file .upload_file {
    display: block;
    float: left;
    width: calc(100% - 430px);
    border: none;
    padding: 0;
    
}

.el_file .upload_file span{
    color: #13646c;
    border-bottom: 1px dashed #13646c;
}

.el_file input[type="file"] {
    display: block;
}

.upload_wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: right;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.upload_wrapper input.upload_btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 120px;
    line-height: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.upload_wrapper .sb-search-submit {
    display: block;
    height: 35px;
    background: #b2b2b2;
    padding: 0px 35px;
    line-height: 35px;
    cursor: pointer;
}

.el_pic {
    margin-top: 15px;
}

.el_pic .fb_text {
    margin-top: 6px;
}

.el_pic .code_input {
    display: block;
    padding: 13px 12px;
    float: left;
    width: 160px;
    margin-right:  24px;
    border: 1px solid #c9c9c9;
    margin-bottom: 10px;
}

.el_pic .fb_code {
/*    float: right;*/
    width: 150px;
    text-align: center;
    float: left;
}

.el_pic .fb_code iframe,
.el_pic .fb_code a {
    vertical-align: top;
}

.el_pic .fb_code a {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
    color: #585858;
    text-decoration: none;
}

.el_pic .fb_code a:hover {
    text-decoration: underline;
    color: #de6600;
}

#sendform {
    height: 50px;
    margin: 45px auto 0 auto;
    display: block;
}

.fb_send_ok,
.fb_send_error {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.fb_send_ok {
    color: #416641;
}

.fb_send_error {

    color: #ff0000;
}


/* таксономия */

.taxonomy {
    font-size: 11px;
    margin-bottom: 21px;
}

.taxonomy .border_menu {
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 15px;
    background: url(/desimages/taxonomy_separator.png) no-repeat center;
}

.taxonomy a,
.taxonomy span {
    display: inline;
    font-size: 11px;
}

.taxonomy a {
    font-weight: normal;
    text-decoration: none;
    color: #de6600;;
}

.taxonomy .last_item {
    font-weight: bold;
}

/* мобильное меню */

.mobile_nav {
    display: none;
}

#close_pic {
    height: 50px;
    width: 53px;
    background: url(/desimages/active_burger_ico.png) no-repeat center;
    display: none;
    cursor: pointer;
    float: left;
}

#active_burger_ico {
    height: 50px;
    width: 53px;
    background: url(/desimages/menu_close_ico.png) no-repeat center;
    display: none;
    cursor: pointer;
    float: right;
}


@media only screen and (min-width: 970px) {

    #page_header .row_2 .h_menu_wrapper > a {
    border: 1px solid #e8f2f3;
    -webkit-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
 }    
 
 .h_menu_inner > .h_menu_item {
     margin-left: 5px;
 }
 
 .h_menu_inner {
     margin-left: -5px;
 }
 
  .desktop_menu_arrow {
    background-image: url(/images/design/desktop_menu_arrow.png); 
    background-repeat: no-repeat;
    background-position: right 10px center;
}
    
    /* ховеры */
    .taxonomy a:hover {
    text-decoration: underline;
}

.all_news:hover {
    text-decoration: underline;
}

.page_content .left_part .news_list .news_block_item:hover .news_block_title {
    color: #de6600;
    text-decoration: underline;
}

.banners_before_footer .slider_item:hover img {
    background: none;
}

.banners_before_footer .slider_item:hover{
    background: -webkit-linear-gradient(bottom, rgb(250, 242, 234) 0%, rgb(255, 255, 255) 100%);
background: -o-linear-gradient(bottom, rgb(250, 242, 234) 0%, rgb(255, 255, 255) 100%);
background: -ms-linear-gradient(bottom, rgb(250, 242, 234) 0%, rgb(255, 255, 255) 100%);
background: -moz-linear-gradient(bottom, rgb(250, 242, 234) 0%, rgb(255, 255, 255) 100%);
background: linear-gradient(to top, rgb(250, 242, 234) 0%, rgb(255, 255, 255) 100%);
border: 1px solid #b82912;
}

.first_page .news_block_item:hover .news_block_title {
    color: #de6600;
    text-decoration: underline;
}

.first_page .news_block_item:hover {
webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
}

.page_footer_box .menu_bottom a:hover {
    text-decoration: underline;
    color: #d7fcff;
}

.close_ico:hover {
    background-image: url(/desimages/hover_close_ico.png);
}

.sb-search-submit:hover {
    background: #de6600;
}

#page_header .row_2 .item:hover {
    background: #de6600;
}

#page_header .h_menu_item:hover .h_menu1 .h_menu_wrapper > a {
    background: #de6600;
    color: #fff;
}

#page_header .h_menu_item:hover .h_menu_second {
    display: block;
}


#page_header .h_menu_second a:hover {
    background-color: #edf6f7;
    background-image: url(/desimages/drop_menu_active_item.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #de6600;
}

#page_header .langs a:hover {
    color: #b82912;
}

#page_header .row_1 .item:hover {
    background: #b82912;
}

#page_header .row_1 .sitemap .item:hover {
    background: #04636c;
}
    
}

/*Скролинг*/
/*BASIC STYLE*/
.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }
.mCustomScrollBox{ /* contains plugin's markup */position: relative;overflow: hidden;height: 100%;max-width: 100%;outline: none;direction: ltr;}
.mCSB_container{ /* contains the original content */overflow: hidden;width: auto;height: auto;}
/*VERTICAL SCROLLBAR: y-axis*/
.mCSB_inside > .mCSB_container{ margin-right: 30px; }
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */margin-right: 0;margin-left: 30px;}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */
.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */position: absolute;width: 16px;height: auto;left: auto;top: 0;	right: 0;bottom: 0;}
.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */right: auto;left: 0;}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */position: absolute;top: 0;left: 0;bottom: 0;right: 0;height: auto;}
.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail{width: 6px;height: 100%;margin: 0 auto;-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 6px;}
.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */cursor: pointer;width: 100%;height: 30px; /* minimum dragger height */z-index: 1;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */position: relative;width: 6px;height: 100%;margin: 0 auto;text-align: center;border-radius: 6px;}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown{display: block;position: absolute;height: 20px;width: 100%;overflow: hidden;margin: 0 auto;cursor: pointer;}
.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }
/*THEMES*/
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{right: 0; margin: 12px 0;}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom: 0;margin: 0 12px;}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{left: 0;right: auto;}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #e6eaed; }
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #000; background-color: rgba(6,130,142,0.7);filter: "alpha(opacity=70)"; -ms-filter: "alpha(opacity=70)";}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover{ background-color: rgba(58,153,162,1);filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";}


/* страница выборы */

.elect_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.archive #video_container {
    padding: 0;
    margin-bottom: 36px;
}

.archive .video_actual {
    /*max-width: 560px;*/
    max-width: 458px;
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.elect {
    /*width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    width: 100%;*/
    min-width: 438px;
}

/*.elections_answers_wrapper {
    width: 40%;
}*/

/*.elections_items_box {
    width: 60%;
}*/

.archive .news_list {
    /*max-height: 300px;*/
    max-height: 380px;
    padding-right: 20px;
}

.actual_item {
    background: #fbf2eb;
    padding: 8px 10px;
    margin-bottom: 14px;
    display: block;
    text-decoration: none;
}

.news_list .news_block_date {
    margin-bottom: 10px;
}

.news_list .actual_title {
    /*margin-bottom: 35px;*/
    line-height: 1.3125;
}

.actual_item:hover .actual_title_a {
    text-decoration: underline;
}

.news_list .actual_title a {
    text-decoration: none;
}

.news_list .actual_title a:hover {
    text-decoration: underline;
}

.archive .all_news {
    margin-top: 30px;
}

.archive #video_container .all_news  {
    margin-top: 16px;
}


.elections_items_box {
    margin: 0;
    /*padding-left: 30px;*/
    /*padding-left: 5px;*/
}

.elections_answers_box {
    /*padding-left: 60px;*/
    /*padding-left: 35px;*/
}

.elections_answers_box a {
    text-decoration: none;
}

.elections_answers_box a:hover {
    text-decoration: underline;
}

.elections_answers_box:not(.cell_block) .child_menu > * {
    padding-left: 47px;
}

.elections_answers_box:not(.cell_block) .child_menu .news_list_title {
    padding: 9px 47px 9px 0;
    
}


.elections_answers_box.cell_block .inner_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 12px 0 40px 25px;
}

.elections_answers_box.cell_block .inner_text .news_list_one,
.elections_answers_box.cell_block .inner_text .news_list_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;   
}

.elections_answers_box.cell_block .news_list_one {
   max-width: 150px;
   margin: 5px;
}

.elections_answers_box.cell_block .news_list_one a {
    color: #363636;
    font-size: 14px;
    background: #edf6f7;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    line-height: 1.25;
    word-wrap: break-word;
}

.elections_answers_box.cell_block .news_list_one a:hover {
    background: #fbf2eb;
    color: #e07113;
}

.elections_answers_box .click_header {
    font-weight: bold;
    background: #edf6f7;
    padding: 4px 47px;
}

.elections_answers_box .click_header.el_arrow {
    background: url('/desimages/el_item.png') 23px 13px no-repeat #edf6f7;
    cursor: pointer;
}

.elections_answers_box .click_header.el_arrow.active {
    background: url('/desimages/active_el_item.png') 23px 17px no-repeat #edf6f7;
}

.elections_answers_box ul {
    margin: 0;
}

.elections_answers_box li {
    background-image: none;
    padding-left: 0;
    margin-top: 2px;
}

.elections_items_box > li.elections_item {
    background-image: none;
    margin: 0 30px 30px 0;
    width: 173px;
    height: 173px;
    border: 3px solid #d8eced;
    line-height: 1.25;
    text-decoration: none;
    text-align: center;
    color: #b82912;
    padding: 20px 10px 60px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    float: left;
    position: relative;
    word-wrap: break-word;
}

.elections_items_box > li.elections_item.active {
    background: #edf6f7;
}

.elections_items_box > li.elections_item.active::after {
    content: '';
    position: absolute;
    top: 100%;
    left: -3px;
    width: calc(100% + 6px);
    height: 10px;
    background: #d8eced;
}

.elections_items_box > li.elections_item > .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 10px 10px;
}

.elections_items_box > li.elections_item:not(.active):hover {
    color: #de6600;
    border: 3px solid #ead9c9;
}

.elections_items_box > li.elections_item:hover > .text {
    text-decoration: underline;
}

.elections_items > li li {
    background-image: none;
}


.archive .news_list .mCustomScrollBox::before {
    display: none;
}

.archive .news_list .mCustomScrollBox::after {
    bottom: -5px;
    background: -webkit-linear-gradient(bottom, #fff 0px, transparent 100%);
    background: -moz-linear-gradient(bottom, #fff 0px, transparent 100%);
    background: -o-linear-gradient(bottom, #fff 0px, transparent 100%);
    background: -ms-linear-gradient(bottom, #fff 0px, transparent 100%);
    background: linear-gradient(to top, #fff 0px, transparent 100%);
    pointer-events: none;
}

.archive .news_list.mCS_no_scrollbar .mCustomScrollBox::before,
.archive .news_list.mCS_no_scrollbar .mCustomScrollBox::after {
    display: none;
}

.archive .news_list .mCustomScrollBox::before, .archive .news_list .mCustomScrollBox::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    z-index: 600;
}

.archive_ch, .child_menu {
    display: none;
}

.archive_ch.active {
    display: block;
}

/* англ. версия */

.first_page .about_komission_box {
    background: #fbf2eb;
    width: 100%;
    padding: 0 20px 50px;
    margin-bottom: 63px;
}

.first_page .about_komission_box .about_komission {
    max-width: 1480px;
    margin: 0 auto;
    background: #fff;
}

.first_page .about_komission_box .about_komission .block_name {
    background: #fbf2eb;
    padding: 8px 0 10px;
}

.first_page .about_komission_box .ban_short_text {
    background: #fff;
    float: left;
    padding: 12px 24px;
    width: 69%;
}

.first_page .about_komission_box .ban_short_text + .information {
    width: 31%;
    float: right;
}

.first_page .about_komission_box .ban_short_text + .information img {
    margin: 0;
    display: block;
}

@media only screen and (max-width: 1600px) {
    .slick-list {
        margin-right: 45px;
        margin-left: 45px;
    }
    .slider_next {
        right: 10px;
    }
    .slider_prev {
        left: 10px;
    }
}

@media only screen and (max-width: 1545px) {
    .first_page .slider .slide {
        margin: 0;
    }
    
    .first_page .news_block_item_box {
        margin: 0 -7px;
    }   
        
    
    .first_page .slider .slick-dots {
        right: 17px;
    }
    
}

@media only screen and (max-width: 1400px) {
    .secondary_page .photo_list .right_part .news_block_item {
        width: calc(50% - 14px);
    }
    
}

@media only screen and (max-width: 1350px) {
    .h_menu_item a {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .h_menu_second a:hover {
        background-image: none;
    }

    .elect {
        display: block;
    }

    /*.elections_answers_wrapper {
        margin-bottom: 30px;
    }*/

    /*.elections_answers_wrapper,
    .elections_items_box {
        width: 100%;
    }*/

    /*.elections_items_box > li.elections_item {
        margin: 0 30px 30px 0;
    }*/
}

@media only screen and (max-width: 1200px) {
    #page_header .row_1 .item,
    #page_header .row_2 .item,
    .close_ico_box {
        width: 104px;
    }
    
    #page_header .row_1 .left_side {
        width: calc(100% - 335px);
    }
    
    .sb-search-input {
        width: calc(100% - 442px);
    }
    
}

@media only screen and (max-width: 1130px) {
    #page_header .h_menu_item .h_menu1 .h_menu_wrapper a {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .slider_photo_inner_box .slider_photo_inner a.gallery_item {
        width: 162px!important;
        height: 132px!important;
    }
     
    .slider_photo_inner_box {
        width: 382px;
    }
    
    .slider_big_img {
        width: calc(100% - 382px);
    } 
    
    .desktop_menu_arrow {
    background-image: none;
}
    
}

@media only screen and (max-width: 1050px) {
    .secondary_page .photo_list .right_part .news_block_item {
        width: calc(100% - 14px);
    }
    
}

@media only screen and (max-width: 1000px) {
    .page_footer_box .ban_box {
        float: none;
        padding-right: 0;
    }
    
    .page_footer_box .ban_box a {
        display: inline-block;
        vertical-align: top;
        margin-right: 22px;
        margin-bottom: 14px;
    }
    
    
}


@media only screen and (max-width: 970px) {  
    .media_item_name {
       font-size: 18px; 
    }
    
    .h_menu_item .menu_arrow {
    display: inline-block;
    width: 26px;
    height: 45px;
    vertical-align: top;
    background: url(/images/design/menu_arrow.png) no-repeat center 21px;
    cursor: pointer;
}

#page_header .h_menu_second {
    width: 100%;
    position: static;
    min-width: 200px;
}


#page_header .h_menu_item .h_menu1 .h_menu_wrapper a {
    display: inline-block;
    padding: 12px 0 12px 10px;
    max-width: calc(100% - 32px);
    text-align: left;
}

#page_header .row_2 .h_menu_wrapper > a.h_menu1_selected {
    background: transparent;
}

#page_header .row_2 .h_menu_item,
#page_header .row_2 .h_menu_item_inner,
#page_header .row_2 .h_menu1,
#page_header .row_2 .h_menu_wrapper {
    display: block;
}

.h_menu_wrapper.active {
    background: #de6600;
}

.h_menu_item .menu_arrow.active {
    background: url(/images/design/menu_arrow_active.png) no-repeat center center;
}

    .h_menu_second {
    position: static;
    }
    
    .h_menu_item {
        border-top: 1px solid #aacfd3;
    }
    
    .h_menu_item a {
        padding-left: 30px;
    }
    
    .mobile_menu.show + .item {
        display: none!important;
    }
    
    .mobile_menu {
        width: 100%;
        z-index: 3;
    }
    
    .mobile_nav {
        display: block;
    }
    
    #page_header .row_2 .h_menu_inner {
        background: #05828e;
    }
    
    #page_header .row_2 .h_menu_inner a {
        color: #fff;
    }
    
    #page_header .row_2 .h_menu_cols a {
        color: #b82912;
    }
    
    #close_pic {
        display: block;
    }
 
.page_footer_box .menu_bottom .fp_title {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    }
    
    .page_footer_box .menu_bottom li {
        display: inline-block;
        margin-right: 28px;
        margin-top: 0;
    }
    
    .page_footer_box .menu_bottom > li {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 24px;
}

.page_footer_box {
    padding-bottom: 0;
}

#page_header .row_1 .item,
#page_header .row_2 .item,
.close_ico_box {
    width: 68px;
}

.langs .lang {
        float: none;
        border-left: none;
    }
    
    #page_header .row_1 .left_side {
        width: calc(100% - 230px);
    }
    
    #page_header .row_1 .soc_ico_box a {
        float: none;
    }
    
    #page_header .row_1 .soc_ico_box a:last-of-type {
        margin-bottom: 0;
    }
    
    .soc_ico_box {
    margin: 0 12px 0 0;
    }
    
    .column_dir {
        -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
    
    #page_header .row_1 .item {
        padding: 0;
    }
    
    #page_header .row_1 .langs {
        margin-right: 12px;
    }
    
    #page_header .row_2 .item {
        padding: 0;
    }
    
    .langs a, .langs span {
        padding: 2px 10px;
    }
    
    #page_header .row_1,
    #page_header .row_2 {
        padding-left: 0;
    }
    
    .first_page .news_col,
    .page_content, 
    .page_footer_box,
    #page_header .row_1 .left_side,
    .banners_before_footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #page_header .row_1 .right_side,
    .sb-search {
        padding-left: 10px;
    }
    
    .sb-search-input {
    width: calc(100% - 395px);
    }
    
    #page_header .row_2,
    #page_header .row_2 .item {
        min-height: 53px;
    }
    
    #page_header .row_2 .h_menu_inner {
        display: none;
    }
    
    #burger_pic {
        display: block;
    }
    
    #page_header .row_2 {
        -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
       
    .upload_wrapper {
        float: left;
        margin: 14px 0 0 230px;
    }
    
    .el_file .upload_file {
        width: calc(100% - 230px);
    }
     
        }
        
@media only screen and (max-width: 895px) {
    .slider_big_img {
        width: 100%;
    }
    
    .slider_photo_inner_box {
        float: none;
        padding-left: 0;
        clear: both;
    }
    
    .slider_photo_wrap {
        padding: 15px;
    }
    
    .slider_photo_inner .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
    .slider_photo_inner .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
        right: -10px;
    }
    
    .slider_photo_inner_box .slider_photo_inner {
        max-height: 150px;
        padding-right: 10px;
    }
    
        }         
        
        
@media only screen and (max-width: 800px) {
 
#page_header .row_1 .item,
#page_header .row_2 .item {
    width: 67px;
}

.banners_before_footer .slider_item {
    width: 100%;
    margin-bottom: 35px;
}

.banners_before_footer .slider_item:nth-of-type(odd),
.banners_before_footer .slider_item:nth-of-type(even) {
    margin-left: 0;
    margin-right: 0;
}

.banners_before_footer .slider_item:last-of-type {
    margin-bottom: 0;
}

.secondary_page .wide .news_list .news_block_item,
.secondary_page .wide .sitemap > li {
    width: calc(50% - 14px);
}
    
        } 
        
 @media only screen and (max-width: 780px) and (min-width: 690px) {
     .fb_text + .el_input,
     .el_file .fb_text + .el_input {
         margin-left: 0;
     }
     .fb_text,
     .el_file .fb_text {
         float: none;
         width: 100%;
     }
     .fb_text .red_error {
         display: block;
     }
     
     .upload_wrapper {
         margin-left: 0;
         clear: both;
     }
     
     .file_desc {
         padding-left: 0;
     }
        }          
        
@media only screen and (max-width: 750px) {
 .elect_box,
 .archive .video_actual,
 .elect {
     display: block;
     max-width: 100%;
     min-width: 320px;
     width: 100%;
 }
 
 .elections_items_box,
 .elections_answers_box {
     padding-left: 0;
 }
 
 /*.video_actual {
     margin-bottom: 34px;
 }*/
 
 .elections_items_box > li.elections_item {
     margin: 0 20px 20px 0;
 }
 
 /*.elections_items_box {
     margin-left: -20px;
 }*/
 
 .media_left,
 .media_right {
     float: none;
     width: 100%;
 }
 
 #video_container {
     display: block;
 }
 
 .media_right {
     padding-left: 0;
     margin-top: 23px;
 }
 
 #video_container {
    padding: 15px;
    }

        }          
        
        
@media only screen and (max-width: 690px) {
    #page_header .row_1 .left_side,
    #page_header .row_1 .right_side {
        width: 100%;
        float: none;
    }
    
    #page_header .row_1 .left_side {
        border-bottom: 1px solid #aad0d3;
    }
    
    .langs .lang {
        float: left;
        border-left: 1px solid #aacfd3;    
    }
    
    .langs .lang:first-of-type a {
        padding-left: 0;
    }
    
    #page_header .row_1 .item,
    #page_header .row_1 .right_side {
        min-height: 45px;
    }
    
    #page_header .row_1 .right_side {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
         justify-content: space-between;
    }
    
    #page_header .row_1 .right_side {
        padding-right: 0;
    }
    
    .column_dir {
        -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }
    
    #page_header .row_1 .soc_ico_box a {
        float: left;
        margin: 0 0 0 8px;
    }
    
    .error_404 {
        float: none;
        font-size: 140px;
    }
    
    .error_right_text {
        margin: 0;
        clear: both;
        padding-top: 20px;
    }
    
    .error_right_text .sb-search-input {
        width: 100%;
    }
    
    .secondary_page .photo_list .right_part {
        margin-bottom: 51px;
        width: 100%;
        float: none
    }
    
    .page_content .left_part + .right_part {
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
        width: 100%;
        float: none;
        margin-bottom: 51px;
    }
    
    
    
    .page_content .left_part {
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 28px;
    }
    
    .page_content {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .secondary_page .photo_list {
        display: block;
    }
    
    .secondary_page .photo_list .right_part {
        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    }
    
        }   
        
@media only screen and (max-width: 600px) {
    
    .first_page .about_komission_box .ban_short_text + .information {
    width: auto;
    float: none;
    padding: 0 24px 12px;
    clear: both;
    }
    
    .first_page .about_komission_box .ban_short_text {
        width: 100%;
    }
    
    .sb-search-input {
        width: 100%;
        margin: 25px 0;
    }
    
    .sb-search-submit {
        display: block;
        margin: 0 auto;
        }
        
        .extended_search_block .sb-search-submit {
            display: inline;
        }
    
        .sb-search {
            padding-right: 10px;
            height: 180px;
            bottom: auto;
        }
        
        .close_ico_box {
            top: 19px;
            bottom: auto;
        }
        
        #site_name {
            font-size: 14px;
            line-height: 1.35294;
        }
        
        .logo_a {
            margin-right: 12px;
        }
        
       #page_header .row_1 .logo_a .logo {
            max-width: 39px;
        }
}

@media only screen and (max-width: 525px) {
    .secondary_page .wide .news_list .news_block_item, .secondary_page .wide .sitemap > li {
        width: calc(100% - 14px);
    }
    
    .fb_text + .el_input {
         margin-left: 0;
     }
     
     .fb_text {
         float: none;
         width: 100%;
     }
     
     .fb_text .red_error {
         display: block;
     }
     
     .upload_wrapper {
         margin-left: 0;
         clear: both;
     }
     
     .file_desc {
         padding-left: 0;
     }
     
     .el_file .upload_file {
         width: 100%;
         float: none;
     }
     
     .search_result_list .news_list_date_info {
         float: none;
         padding-right: 0;
         width: 100%;
     }
     
     .search_result_list .news_list_date_info + .inner_search_text {
         margin-left: 0;
     }
     
     .slider_photo_inner_box {
         width: auto;
     }
     
     .slider_photo_inner_box .slider_photo_inner a.gallery_item {
         width: 81px!important;
         height: 66px!important;
     }
     
}

@media only screen and (max-width: 395px) {
    .elections_items_box > li.elections_item {
        width: calc(50% - 20px);
    }
    
    .elections_items_box > li.elections_item > .text {
        font-size: 14px;
    }
    
    .elect_box,
    .archive .video_actual,
    .elect {
        min-width: 300px;
    } 
     
}

/* для таблиц */

.content_inner > table {
    overflow-x: auto;
    display: block;
}