@import "inner.css";

.all {
    min-width: 320px;
    max-width: 1500px;
}

#mobile_menu {
    display: none;
}

.pointer {
    cursor: pointer;
}

.first_page #page_main {
    font-size: 16px;
}

.header_top_bg {
    min-height: 7px;
    background: #def0f4;
}

.close {
    width: 38px;
    height: 38px;
}

.close > .ico {
    width: 17px;
    height: 17px;
    background-image: url(/desimages/all_index_close_info.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.close:hover > .ico {
    background-image: url(/desimages/all_index_close_info_hover.svg);
}

.translucent_bg {
    background: rgba(0,0,0,.4);
}

.hover_block:hover .hover_text {
    text-decoration: underline;
}

.red_bg {
    background: #740404;
}


.dark_red_hover_bg:hover {
    background: #800a0a!important;
}

.light_blue_bg {
    background: #ebf6f9;
}

.light_red_bg {
    background: #a01c1c!important;
}

.beige_bg {
    background: #fffbf2;
}

.blue_bg {
    background: #d5e8ee;
}

.none_bg {
    background: none!important;
}

.dark_red_color {
    color: #a01c1c;
}

.dashed_border {
    border-bottom: 1px dashed;
}

.font_size_12 {
    font-size: 12px;  
}

.font_size_13 {
    font-size: 13px;  
}

.font_size_14 {
    font-size: 14px;  
}

.font_size_17 {
    font-size: 17px;  
}

.font_size_22 {
    font-size: 22px;  
}

.without_text_decoration {
    text-decoration: none;
}

.gray_block_name {
    color: #666;
}

.nav_menu_color {
    color: #12768e;
}

.border_blue {
    border-color: #d6eae9!important;
}

.border_biege {
    border-color: #e6d7b1!important;
}

.border_biege_2 {
    border-color: #d3b986!important;
}

.mobile_border_biege {
    border-color: #e5d8ae!important;
}

/* шапка */

.main_lang_item.active {
    color: #8a8a8a;
}

.site_title a {
    color: #014555;
    line-height: 1.1;
}

.site_title .big_title {
    font-size: 21px;
}

.soc_box {
    min-height: 101px;
}

#header_search_field {
    background: #f7f1d9;
    width: calc(100% - 96px);
}

#header_search_field .dashed_border:hover {
    border-bottom:  1px dashed #f7f1d9;
}

#header_search_field input[type="text"] {
    width: calc(100% - 175px);
    height: 30px;
    padding: 0.13rem .75rem;
    border: 1px solid #f7f1d9;
    background: #fff;
}

#header_search_field input[type="text"]:focus {
    border: 1px solid #035d7d;
    outline: 0;
}

#header_search_field form {
    width: calc(100% - 62px);
}

#header_search_field .close {
    width: 73px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f7f4e7;
}

#header_search_field .close > .ico {
    width: 33px;
    height: 33px;
}

/*svg-map*/

#svg_box {
    background: url('/desimages/fon_map.jpg') no-repeat center;
    background-size: cover;
}

.first_page #svg_map {
    width: 100%;
/*    height: 330px;*/
    height: 370px;
}

.svg_text{font-size: 9px;fill: #003541;position: absolute;z-index: 1000;color:#003541!important;font-weight: normal;}
.svg_text:hover {fill: #a01c1c;}
.svg_region{fill: #f6f1d8; stroke: #c1ae88;stroke-width: 1px;}
.svg_c1{fill-rule: evenodd;clip-rule: evenodd;fill: #9c1e1f; stroke: #9c1e1f; stroke-width: 1px;}
.svg_c1:hover{fill:#a01c1c}
.svg_map svg {}
.svg_map{width: 100%;position: relative;}
.svg_region:hover, .svg_map svg a:hover .svg_region {fill: #EEE8AA;}
.use{z-index: 100}       
.svg_map_item{position: relative}
.use{z-index:100}

.first_page .tooltip_content {
    display: none;
    background-color: #f9f5f2;
    width: calc(100% + 337px);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999;
}

.tooltip_content {
    display: none;
}

.tooltip_text img {
    max-width: 100%;
}

.first_page .tooltip_text_bg {
    background-color: #f9f5f2;
}

#menu_part {
    position:relative;
    margin: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.flexMenu-viewMore {
    background-image: none;
}

.flexMenu-viewMore > a {
    position: relative;
    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;
    text-align: center;
}

.flexMenu-popup li {
    background-image: none;
}


.flexMenu-popup {
    position: absolute;
    top: 100%;
    z-index: 100;
    min-width: 354px;
    margin: 0;
    line-height: 0;
    background: #ecf2f3;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
}

.header_menu .item_first_level ul, .flexMenu-popup {
    position: absolute;
    top: 100%;
    z-index: 100;
    min-width: 300px;
    margin: 0;
    line-height: 0;
    background: rgba(233,244,236,.8); 
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
}

.flexMenu-popup a {
    display: block;
}

.flexMenu-popup ul {
    display: none!important;
}

#menu_part li,
#menu_part ul {
    margin: 0;
    padding: 0;
    background-image: none;
}

.menu_col { 
    float: left;
    margin: 0;
    background-image: none;
}

.flexMenu-viewMore {
    float: left;
    position: relative;
} 

.menu_col a,
.flexMenu-viewMore > a {
    padding: 14px 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_col a {
    text-align: center;
}

.menu_col a img {
    margin-bottom: 10px;
    max-height: 35px;
    /*    -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;*/
}

.menu_col a img + .item_text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.menu_col a:hover,
.menu_col a.selected,
flexMenu-viewMore > a:hover {
    background: #f7f1d9;
    color: #a01c1c;
}

.flexMenu-viewMore .flexMenu-popup ul {
    display: none;
}

.flexMenu-popup li,
.flexMenu-popup ul {
    float: none;
}

.menu_col a:hover,
.flexMenu-viewMore:hover > a,
.flexMenu-viewMore.active > a {
    color:#a01c1c;
}


.menu_col.selected>a, .menu_item.selected>a {
    color:#902200;
}

.flex .menu_item_block {
    display:none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 100%;
/*    min-height: 600px;*/
    min-height: 430px;
    margin: 0;
    background: url(/desimages/fon_menu.jpg) right bottom no-repeat #f7f1d9!important;
    background-size: cover;
}

.flex .menu_item_block a {
    font-size: 18px;
    color: #014555;
    background: transparent;
    text-align: left;
}

.flex .menu_item_block a:hover {
    color: #a01c1c;
}

#page_header .second_menu_text {
   background: url(/desimages/dropdown_menu_li.png) no-repeat left top;
}

.flex .menu_item_block a:hover span.second_menu_text {
    text-decoration: underline;
}

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

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

.hc-offcanvas-nav li.nav-close a {
    border-top: 1px solid #e5d8ae;
}

.hc-offcanvas-nav li.nav-close span {
    background-image: url(/desimages/all_index_close_info_hover.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.nav-container .nav-item:not(.nav-item-custom) img {
    margin-right: 10px;
    display: none;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
    display: none;
    content: none;
}


.hc-nav-trigger {
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 34px;
}

.hc-nav-trigger span {
    width: 34px;
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    background: #9e1c1c;
    border-radius: 4px;
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #f7f1d9;
}

.hc-offcanvas-nav li:not(.custom-content) a {
    border-bottom: 1px solid #e5d8ae;
}

.hc-offcanvas-nav li:not(.custom-content) a {
    color: #014555;
    text-transform: uppercase;
}

.hc-offcanvas-nav li.nav-back a,
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
    background: #e9e3c1;
    border-top: 1px solid #e5d8ae;
    min-height: 48px;
}

.hc-offcanvas-nav .nav-next span {
    border-left: 1px solid #e9e3c1;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item {
    background: #e9e3c1;
}

.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    background: #e9e3c1;
}

.hc-offcanvas-nav a.nav-next {
    border-left: none;
}

.hc-offcanvas-nav h2 {
    color: #014555;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a,
.hc-offcanvas-nav .nav-item {
    border-bottom: 1px solid #e5d8ae;
}

.hc-offcanvas-nav .nav-next span::before, .hc-offcanvas-nav li.nav-back span::before {  
    border-top: 2px solid #014555;
    border-left: 2px solid #014555;

}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a:hover {
    background: #e9e3c1;
}

.nav-item-custom .mobile_item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 15px;
}

.nav-item-custom .mobile_item:first-of-type {
    padding-left: 0;
}

.hc-offcanvas-nav .nav-item.nav-item-custom {
    padding: 0;
}

#mobile_main_langs span,
#mobile_main_langs a {
    min-height: 48px;
}

#mobile_search_input {
    height: 28px;
    padding: 0.13rem .75rem;
}

#mobile_search_btn {
    width: 30px;
    height: 28px;
    background: url(/desimages/all_index_search.svg) no-repeat center transparent;
    right: 20px;
    top: 10px;
}

.mobile_soc_box > a {
    width: 33.33%;
    border-bottom: 1px solid #e5d8ae;
}

.mobile_soc_box > a:nth-last-of-type(2),
.mobile_soc_box > a:nth-last-of-type(1) {
/*    width: 50%;
    border-bottom: none;*/
}

.menu_col:last-child .menu_item_block {left:auto;right:0;}
.menu_col:hover .menu_item_block {display:block;}

/*  интернет-приемная*/

.priemn {
/*    line-height: 1.5;*/
    line-height: 1.7;
}

.priemn a {
    color: #a01c1c;
    text-decoration: none;
}

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

.priemn_menu > div {
    width: 50%;
    margin-top: 7px;
}

.priemn_menu > div:nth-of-type(odd) .top_menu_li {
    padding-right: 16px;
}

.top_menu_li {
    margin-top: 7px;
    padding-left: 29px;
    background: url(/desimages/top_menu_ul_li.png) left 4px top 9px no-repeat;
}


/* баннеры бизнесу, жителям, гостям */

.top_bans {
    width: 335px;
}

.first_ban .h3 {
    font-size: 22px;
}

.top_bans .ban {
    min-height: 68px;
}

#page_main .top_ban_text {
    font-size: 19px;
    color: #b8e4f0;
}

#page_main .first_ban {
    font-size: 16px;
    color: #b8e4f0;
}

#page_main .top_ban_text:hover {
    color: #fff;
    text-decoration: underline;
}

/* вкладки пресс-центр */
 
.nav-link.nav_menu_color span.position-relative {
    top: -1px;
}

.nav-link.nav_menu_color {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.25px;
}

.top_news_badge {
    top: -13px;
}

.press .slide:hover {
    background: #fff;
}

.press .slider_next {
    right: 0;
}

.press .slick-slider {
    margin-bottom: 0;
}

.slider_press .slick-slide > div,
.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%;
}

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

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

/* слайдер официально */

.slider_next {
    z-index: 999;
    cursor: pointer;
    display: block;
    position: absolute;
    background: url(/desimages/slider_next.svg) no-repeat center;
    width: 45px;
    height: 45px;
    top: 38px;
    right: -10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.slider_prev {
    z-index: 999;
    cursor: pointer;
    display: block;
    position: absolute;
    background: url(/desimages/slider_prev.svg) no-repeat center;
    width: 45px;
    height: 45px;
    top: 38px;
    left: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.news_text {
    color: #222;
}

/*.more_info_btn:hover {
    font-weight: bold;
}*/

.offic {
/*    max-width: 937px;
    width: calc(100% - 484px);*/
    max-width: 1016px;
    width: calc(100% - 483px);
}

/* баннер возле официально */

.big_ban {
    width: 435px;
    min-height: 400px;
    font-size: 30px;
    color: #12768e;
}

.big_letters {
    font-size: 72px;
}

/* баннеры после "официально" */
.blue_bans_box .ban {
    font-size: 18px;
/*    width: 335px;*/
    width: 330px;
    text-decoration: none;
    background: url(/desimages/blue_ban_bg1.jpg) no-repeat center;
    background-size: cover;
}

.blue_bans_box .ban img {
    max-width: 60px;
}

.blue_bans_box .ban:hover {
    text-decoration: underline;
}

/* слайдер перед интернет-ресурсами */

.slider_ban .slider_prev {
    left: -20px;
}

.slider_ban .slider_next {
    right: -20px; 
}

.slider_ban .slider_prev,
.slider_ban .slider_next {
    top: 0;
    bottom: 0;
    margin: auto;
}

.slider_ban.slick-slider {
    margin-bottom: 0;
}


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

.ir .slick-dots li button {
    height: 25px;
    width: 25px;
    position: relative;
}

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

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

.ir .slick-dots li {
    margin: 0;
    background: none;
    height: 25px;
    width: 25px;
}

.ir .slick-dots {
    bottom: -50px;
    margin: 0;
}

.ir .slick-dots li:not(.slick-active):hover button::before {
    background: #740404;
}

/* футер */
.copyright a {
    color: #fff;
    text-decoration: none;
}

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

.footer_ban a {
    margin-left: 6px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}

/*en*/
.bans_en {
    background: url(/desimages/bg_bans.jpg) no-repeat #0b6479;
}

.top_bans .ban.ban_en {
    height: 160px;
}

.blue_bans_box .ban.ban_en img {
    max-width: 52px;
}

.top_bans .ban.ban_en span {
    margin-bottom: 15px;
}

@media only screen and (min-width: 993px) {
    .search_h_line div a:hover {
        border: none;
    }

    .slider_prev:hover {
        background-image: url(/desimages/slider_prev_hover.svg);
    }

    .slider_next:hover {
        background-image: url(/desimages/slider_next_hover.svg);
    }
}

@media only screen and (max-width: 1500px) {
    .elo_description_after {
        float: none;
        clear: both;
        max-width: 100%;
        margin-top: 0;
        padding-top: 7px;
        padding-left: 0;
    }
    
    .upload_file {
        width: calc(100% - 100px);
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .upload_wrapper {
        width: 100px;
        padding: 7px;
    }

    .pages_f {
        margin-right: 15px;
    }

    .pages_l {
        margin-left: 15px;
    }
    
    .opinion_title.with_photo, .opinion_text.with_photo {
        margin-left: 0;
    }
    
    .opinion_photo {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    #header_search_field {
        width: calc(100% - 68px);
    }

    .bg_news, .bg_error, .bg_photo, .bg_video, .bg_power, .bg_sitizens, .bg_guests, 
    .bg_business, .bg_search, .bg_eo, .bg_opinion, .bg_property, .bg_region, .bg_economy,
    .bg_society, .bg_serive {
        background-image: url(/desimages/bg-inner.jpg);
    }

    .inner_error, .inner_header, .inner_search, .inner_sitemap, .inner_banners, 
    .inner_media, .news_view_left_col, .inner_power_menu, .inner_opinion {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .inner_header.high {
        height: 130px;
    }

    .inner_header.high span {
        font-family: "PragmaticaCTT-Regular", sans-serif;
        font-size: 1.875rem;
        letter-spacing: 1px;
    }

    .search_h_input {
        flex: 0 0 65%;
    }

    .search_h_line {
        flex: 0 0 35%;
    }
    
    .news_view_right_col {
        margin-right: 1.875rem;
    }
    
    .inner_section_h1 {
        /*font-size: 1.875rem;*/
    }
    
    .new_list_left_col, .inner_left_col {
        padding-left: 1.25rem;
    }
    
    .news_list_right_col, .inner_right_col {
        padding-right: 1.25rem;
    }
    
    .power_link {
        font-size: 1.25rem;
    }
    
    .inner_elo form {
        padding-right: 30px;
    }
    
    .elo_row {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .power_col {
        padding-left: 20px;
    }
    
    .elo_label {
        margin-bottom: 4px;
        padding-right: 0;
    }
    
    .elo_label, .elo_col {
        max-width: 100%;
        width: 100%;
    }

    .pages_m {
        flex-direction: column;
        text-align: center;
    }

    .pages_m .not_visible {
        display: none;
    }

    .pages_f {
        margin-right: 0;
    }

    .pages_l {
        margin-left: 0;
    }

    .page_point {
        visibility: hidden;
    }
    
    .opinion_photo {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .comments_form_wrapper .elo_textarea {
        min-height: auto;
    }
}

@media only screen and (max-width: 992px) {    
    .tooltip_content {
        width: 100%;
    }

    #page_header {
        border-bottom: 1px solid #9f1d1b;
    }

    .offic {
        max-width: 100%;
        width: 100%;
    }

    .top_bans {
        width: calc(100% + 20px);
    }

    .big_ban {
        width: calc(100% - 20px);
        min-height: 155px;
    }

    .slider_next {
        right: 0;
    }

    .slider_ban .slider_prev {
        left: -10px;
    }

    .slider_ban .slider_next {
        right: -10px;
    }

    .inner_header, .inner_error, .inner_search, .inner_sitemap, .inner_banners, 
    .inner_media, .news_view_left_col, .news_view_right_col, .news_list_right_col,
    .inner_power_menu, .inner_right_col, .inner_opinion {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .inner_header.inner_menu_indent,
    .inner_right_col.inner_menu_indent,
    .news_list_right_col.inner_menu_indent {
        padding-left: 33px;
    }

    .inner_error {
        flex-direction: column;
    }

    .title_404 {
        margin-right: 0;
    }

    .text_404 {
        padding-top: 0;
    }

    .search_h, .search_row {
        flex-direction: column;
    }

    .search_row {
        align-items: flex-start;
    }

    .search_label, .search_p_t, .search_sort_title {
        margin-bottom: .25rem;
    }

    .search_h_input, .search_h_line, .search_input, .search_period, .search_sort, 
    .search_p_t, .search_sort_title, .s_m_block_title_l2 {
        width: 100%;
    }

    .search_h_input {
        margin-bottom: .625rem;
    }

    .search_str_inner {
        width: calc(100% - 160px);
    }

    .s_m_block_title_l2:nth-child(odd) {
        padding-right: 0;
    }

    .s_m_block_title_l2:nth-child(even) {
        padding-left: 0;
    }

    .banners_item, .media_item, .power_col {
        width: calc(33.33% - 20px);
        margin-right: 30px;
    }
    
    .inner_content {
        display: block;
    }
    
    .news_view_right_col {
        width: 100%;
        margin-right: 0;
    }
    
    .actual_link {
        padding-right: 15px;
    }
    
    .inner_menu, .news_menu {
        display: none;
        margin-top: 0;
    }
    
    .inner_left_col.sticky_inner_menu + .inner_right_col,
    .new_list_left_col.sticky_inner_menu + .news_list_right_col {
        margin-top: -30px;
    }
    
    .content_menu .menu_btn {
        position: relative;
        top: -12px;
        display: inline-block;
    }    
    
    .inner_left_col.mobile_content_menu .menu_btn,
    .new_list_left_col.mobile_content_menu .menu_btn {
        position: absolute;
        left: 0;
        top: 0;
        margin-bottom: 0;
        transform: none;
    }

    .inner_left_col.mobile_content_menu .menu_close,
    .new_list_left_col.mobile_content_menu .menu_close {
        display: block;
    }
    
    .inner_left_col, .new_list_left_col {
        margin-top: 0;
        margin-left: -65px;
        width: auto;
        float: none;
        position: -webkit-sticky;
        position: sticky;
        top: 77px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .inner_left_col.mobile_content_menu,
    .new_list_left_col.mobile_content_menu {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 65px;
        right: 0;
        bottom: 0;
        padding-right: 0;
        width: 100%;
        margin-top: 0;
    }
    
    .mobile_content_menu .content_menu, 
    .mobile_content_menu .content_menu .inner_menu,
    .mobile_content_menu .content_menu .news_menu {
        height: 100%;
    }
    
    .inner_left_col.mobile_content_menu .menu_close,
    .new_list_left_col.mobile_content_menu .menu_close {
        display: block;
    }    
    
    .mobile_content_menu .content_menu .inner_menu,
    .mobile_content_menu .content_menu .news_menu {
        display: block;
        padding-left: 0;
        overflow-y: auto;
        padding-top: 50px;
    }
    
    .opinion_item {
        width: 100%;
        margin-right: 0;
    }

    .opinion_d_img {
        margin-right: .9375rem;
    }

    .opinion_d_text.with_img {
        margin-left: 0;
    }

    .comments_header {
        width: 100%;
    }

    .comments_form {
        padding-left: 0;
    }

    .bans_en {
        background-image: none;
    }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
   .banners_item:nth-child(4n),
   .media_item:nth-child(4n), 
   .power_col:nth-child(4n) {
        margin-right: 30px;
    }
    
    .banners_item:nth-child(3n),
    .media_item:nth-child(3n), 
    .power_col:nth-child(3n) {
        margin-right: 0;
    }   
}

@media only screen and (max-width: 768px) {    
     .ochered_field {
        border-right: 0;
        border-bottom: 1px solid;
    }
    
    .inner_content .img_text img {
        max-width: 100%;
    }
    
    .priemn_menu > div {
        width: 100%;
    }

    priemn_menu > div:nth-of-type(odd) .top_menu_li {
        padding-right: 0;
    }

    .inner_section_h1 {
        font-size: 1.5rem;
    }

    .search_sort {
        flex-direction: column;
        align-items: flex-start;
    }

    .search_sort_item {
        display: block;
        margin: 0 0 .25rem;
    }

    
    .banners_item, .media_item, .power_col {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .banners_item:nth-child(4n),
    .banners_item:nth-child(even),
    .media_item:nth-child(4n), 
    .media_item:nth-child(even),
    .power_col:nth-child(4n), 
    .power_col:nth-child(even) {
        margin-right: 0;
    }
    
    .modal-body {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    
    .inner_view_left_col {
        float: none;
        width: 100%;
    }
    
    .counters_share {
        display: block;
    }
    
    .inner_view_left_col .social_icons_c {
        display: none;
    }

    .opinion_d_img {
        float: none;
        margin-right: 0;
        margin-bottom: .9375rem;
    }

    .comments_header {
        display: block;
    }

    .comments_all {
        margin-bottom: 1.875rem;
    }
}

@media only screen and (max-width: 576px) {
    .logo_pic {
        max-height: 33px;
        max-width: 33px;
    }

    .slide {
        max-width: 466px;
        margin: 0 auto;
    }

    .title_404 {
        font-size: 6.25rem;
    }

    .error_bold {
        font-size: 1.5rem;
    }

    .error_list {
        margin-left: 0;
    }

    .search_period_in {
        display: block;
    }

    .inner_header, .inner_header.high {
        min-height: 100px;
        height: auto;
    }
    
    .banners_item, .media_item, .power_col {
        width: 100%;
        margin-right: 0;
    }
    
    .modal-body {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    
    .news_list_photo {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        padding-top: 0;
    }
    
    .elo_cap {
        margin-right: 10px;
    }
    
    .elo_submit {
        width: auto;
    }
}

@media only screen and (max-width: 440px) {
    .slider_prev,
    .slider_next {
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

@media only screen and (max-width: 435px) {
    .site_title .big_title {
        font-size: 16px;
    }

    .search_str_inner {
        width: 100%;
    }

    .search_str_inner, .search_h_line div:first-child {
        margin-bottom: .625rem;
    }

    .search_in_btn {
        display: block;
        margin: 0 auto;
    }

    .search_h_line {
        flex-direction: column;
    }
    
    .inner_header span, .inner_header.high span {
        font-size: 1.5rem;
    }
    
    .elo_cap {
        float: none;
    }
}
  /*cookie-ban*/

.cookie_info{position: fixed;bottom:3px;width:70%; left:15%;padding: 20px;display: flex;background-color: /*rgba(102,109,127,1)*/#d5e8ee;border: 1px solid #666d7f;z-index: 1000;/*border-radius: 10px 10px 0 0;*/align-items: center;/*display:none;*/justify-content: space-between}
.cookie_btn{cursor: pointer;color: #014555}
.cookie_text{color: #014555}

.cookie_stretch{flex-grow: 2}
.cookie_more{margin: 0 10px;text-decoration: underline;color: #a01c1c}
.cookie_more:hover{text-decoration: none}



/* расширенный поиск */
.inner_search {
/*    padding: 1rem 3.125rem 3.75rem;*/
}

.search_bg {
    position: relative;
    margin-bottom: 1.5625rem;
/*    background-color: #f7f4e7;*/
    padding: 56px 30px;
    background: #efefef;
}

#sp_search_help,
#search_adv {
    display: none;
}

.search_h {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .875rem 1.25rem;
}

.search_h_input {
    flex: 0 0 70%;
/*    flex: 0 0 70%;*/
    font-size: 0;
    position: relative;
}

.search_h_line {
    flex: 0 0 30%;
/*    padding-left: 40px;
    flex: 0 0 30%;*/
    display: flex;
    justify-content: space-between;
}

.search_h_line div {
    display: inline-block;
/*    color: #a01c1c;*/
    cursor: pointer;
}

/*.search_h_line div a {
    border-bottom: 1px dashed #a01c1c;
}*/

.search_str_inner {
    display: inline-block;
    /*width: calc(100% - 200px);*/
    /*padding: 0.13rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #2a2a2a;
    background: #fff;
    border: 1px solid #fff;*/
    
    width: calc(100% - 30px);
    height: 35px;
    padding: 0 39px 0 18px;
    font-size: 18px;
    outline: none;
    border: none;
    background: #fff;
}

.search_str_inner:focus,
.search_input:focus,
.search_period_input:focus {
    outline: none;
}

.search_str_inner:disabled,
.search_in_btn:disabled {
    border-color: rgba(118, 118, 118, 0.3);
    cursor: default;
    opacity: 0.4;
}

.search_str_inner:disabled {
    color: rgb(170, 170, 170);
    /*background-color: rgba(239, 239, 239, 0.3);*/
}

.search_in_btn:disabled,
.search_in_btn:disabled:hover {
    /*background-color: rgba(160, 28, 28, 0.3);*/
}

.search_in_btn {
    /*width: 160px;
    height: 43px;
    margin: 0 auto;
    font-size: 17px;
    color: #ffffff;
    background: #a01c1c;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;*/
    font-size: 0;
    position: absolute;
    border: none;
    right: 30px;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(/desimages/extended_search_ico.png) no-repeat center transparent;
    cursor: pointer;
}

.search_in_btn:hover {
    background-color: #800a0a;
}

.search_adv {
    padding: .875rem 1.25rem 1.25rem;
}

.search_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 975px;
    margin-bottom: 1.25rem;
}

.search_label,
.search_p_t,
.search_sort_title {
    flex: 0 0 18%;
}

.search_label,
.search_sort label {
    margin: 0;
}

.search_input,
.search_period,
.search_sort {
    flex: 0 0 82%;
}

.search_input,
.search_period_input {
    padding: .13rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #2a2a2a;
    background: #fff;
    border: 1px solid #fff;    
}

.search_period_input {
    width: 180px;
    background: url(/desimages/calendar_btn.png) no-repeat 98% center transparent;
    cursor: pointer;
    padding-right: 18px;
}

.search_period_in,
.search_line,
.search_period_in {
    display: inline-block;
}

.search_period_in {
    max-width: 196px;
    background-color: #fff;
}

.search_period_in img {
    float: right;
    margin: 9px 5px 0 0;
    cursor: pointer;
}

.search_line {
    margin: 0 .25rem;
    font-size: .8125rem;
    font-weight: bold;
}

.search_sort {
    display: flex;
    align-items: center;
}

.search_sort_item {
    display: inline-block;
    margin: 0 1.5625rem 0 0;
    line-height: 0;
}

/*.search_sort_item input[type='radio'] {
    display: none;
}

.search_sort_item label {
    position: relative;
    font-weight: normal;
    color: #2a2a2a;
}

.search_sort_item label:before {
    content: " ";
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 .5rem 0 0;
    border: 1px solid #740404;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}*/

/*.search_sort_item input[type=radio]:checked + label:after {
    content: " ";
    position: absolute;
    top: 5px;
    left: 3px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #740404;
}*/

.search_adv .search_in_btn {
    display: block;
    margin: 0 auto;
    
    width: 160px;
    height: 43px;
    margin: 0 auto;
    font-size: 17px;
    color: #ffffff;
    background: #003c5a;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

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

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #3c3c3c;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}*/

.sp_search_help {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d2d6d5;
    box-shadow: 0 0 7px 0 rgba(109, 109, 109, 0.5);
}

.search_help_t {
    padding: 0 0 20px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.sp_search_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 17px;
    height: 17px;
    background: url(/desimages/all_index_close_info_hover.svg) no-repeat;
    cursor: pointer;
}

.sp_search_close:hover {
    background-image: url(/desimages/all_index_close_info.svg);
}

.ui-datepicker table {
    margin: 5px 0 0;
}

/* конец расширенный поиск */

 .search_in_btn:hover {
     background: url(/desimages/hover_extended_search_ico.png) no-repeat center transparent;
 }

 @media only screen and (max-width: 990px) {
    .search_h_input,
    .search_h_line,
    .search_input,
    .search_period,
    .search_sort,
    .search_p_t,
    .search_sort_title,
    .s_m_block_title_l2,
    .search_str_inner {
    width: 100%;
}

.search_in_btn {
    right: 0;
    
}

.search_h_input {
    margin-bottom: 10px;
}
.search_row {
    align-items: flex-start;
}

.search_h,
.search_row,
.search_sort {
    flex-direction: column;
}

.search_sort {
    align-items: start;
}
    
.search_sort_item {
    display: block;
    margin-bottom: 10px;
}
}

/*for mobile*/
@media only screen and (max-width: 1200px){
    .cookie_info { 
        padding: 10px; 
        background-color: #f9f9f9; 
        border-radius: 5px; 
        width: 70%;  
        margin: 0 auto; 
        
    }

    .cookie_more {
        color: #a01c1c;
        text-decoration: none;
        display: inline-block;

    }

    .cookie_btn { 
        display: inline-flex;
        padding: 7px 14px; 
        margin: 0px 5px; 
        background-color: #014555; 
        color: #ffffff; 
        border-radius: 5px; 
        text-decoration: none; 
        text-align: center; 
    }
}

@media only screen and (max-width: 710px){
    .cookie_info {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }
    .cookie_more {
        margin: 15px 25px 30px 0px;
    }
    .cookie_btn {
        display: block;
        width: 100%; 
        padding: 10px 20px; 
        margin: 0px auto; 
        background-color: #014555; 
        color: #ffffff; 
        border-radius: 5px;
        text-decoration: none;
        text-align: center;}
}