@media (max-width: 768px) {
    .news-sect {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}
.news-sect__container {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
@media (max-width: 992px) {
    .news-sect__container {
        align-items: start;
    }
}
@media (max-width: 768px) {
    .news-sect__container {
        width: 100%;
        padding: 20px;
    }
}
@media (max-width: 560px) {
    .news-sect__container {
        flex-direction: column;
        align-items: center;
    }
}
.news-sect__img {
    width: 500px;
    margin-right: 30px;
}
@media (max-width: 992px) {
    .news-sect__img {
        width: 150px;
        flex: none;
    }
}
@media (max-width: 560px) {
    .news-sect__img {
        margin: 0 0 20px;
    }
}
.news-sect__title {
    color: #333333; 
    font-weight: 600; 
    font-size: 20px; 
    line-height: 1.2; 
    font-style: normal; 
    margin: 0px 0 12px; 
    font-family: 'Roboto', sans-serif;
}
.news-sect__text a {
    color: #df193a
}

.city_about_video .overlay:before {
    background-color: rgba(225, 11, 2, 0.55);
}
.city_top_logo img{
    max-height: 150px;
    width: auto;
}
.navigation ul > li > ul {
    width: 360px;
}
.navigation ul li ul li a {
    padding: 8px 30px;
    text-transform: inherit;
}
.navigation ul > li > ul > li.active a{
    background-color: #82071c;
    color:#fff;
}
.navigation ul > li > ul > li.active a:hover {
    background-color: #df193a;
}
.navigation > ul > li > a {
    text-transform: inherit;
}
.navigation > ul > li.active > a {
    border-bottom: 1px solid #fff;
}
.city_top_logo, .city_top_social, .city_top_news {
    float: none;
    width: auto;
}
.navigation > ul > li {
    margin-right: 25px;
}
.city_top_wrap-top_line {
    margin-top: 10px;
}
.header-info-fili-name{
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4;
    float:left;
    text-align: center;
}
.city_top_wrap-info-fili .info-fili-box {
    float: left;
    padding-left: 40px;
    font-size: 17px;
    font-weight: 600;
}
.city_top_wrap-info-fili .info-fili-box i {
    color: #df193a;
    font-size: 16px;
}
.city_top_wrap-info-fili .info-fili-box .fili-box__line{
    margin-bottom: 5px;
}
.def-btn {
    background-color: #df193a;
    padding: 10px 10px;
    border-radius: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 600;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}
.def-btn i{
    color:#fff;
    font-size: 14px;
}
.def-btn:hover {
    background-color: #cc0627;
    color:#fff;
}
.widget_wrap {
    padding: 0;
    margin-top: 0;
}
.widget_copyright {
    padding: 20px 0px;
    border-top: inherit;
    margin-top: 0;
}
.widget_wrap.overlay:before {
    background-color: #0c0c0c;
}
.widget_copyright .widget_logo img{
    max-height: 70px;
}
.copyright_text {
    text-align: left;
    float:left;
    width:auto;
}
.widget_copyright .info-fili-box{
    float: left;
    width: auto;
    padding-left: 20px;
    margin-top: 8px;
    color: #fff;
}
.widget_copyright .info-fili-box i {
    padding-right: 5px;
}
.city_news_wrap {
    padding: 50px 0px 150px 0;
}
.city_jobs_wrap {
    padding-top: 0;
    float: left;
}
.city_jobs_wrap .city_senior_team {
    margin-bottom:0;
    min-height: 502px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.city-health3-slider .city_senior_team{
    position:relative;
    border: 2px solid #df193a;
    border-left-width: 1px;
}
.city-health3-slider .city_senior_team:before {
    content:'';
    background-color:transparent;
    opacity:0;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition:.4s background-color, .4s opacity, .4s height;
    -o-transition:.4s background-color, .4s opacity, .4s height;
    transition:.4s background-color, .4s opacity, .4s height;
    width:100%;
    position:absolute;
    height:0;
}
.city-health3-slider .city_senior_team:hover:before {
    content:'';
    background-color:#000;
    opacity:.5;
    height:100%;
    z-index:9;
}
.city-health3-slider .city_senior_team > a{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    
    font-size: 14px;
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 54px;
    border-radius: 100%;
    border: 2px solid #fff;
    color:#df193a;
    -webkit-transition:.4s background-color, .4s border-color;
    -o-transition:.4s background-color, .4s border-color;
    transition:.4s background-color, .4s border-color;
    
    opacity: 0;
    z-index: 10;
}
.city-health3-slider .city_senior_team:hover > a{
    color:#fff;
    opacity:1;
}
.city-health3-slider .city_senior_team > a:hover{
    background-color: #df193a;
    color:#fff;
    border-color:#df193a;
}
.section_heading a{
    color: #df193a;
}
.city_jobs_wrap .city_senior_team img{
    min-height: 220px;
    max-height: 290px;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.section_heading .section_heading_h2 {
    margin: 0px 0px;
    line-height: 35px;
    font-weight: bold;
    color: #df193a;
    font-size: 40px;
}
.city_department_wrap {
    padding-bottom: 70px;
}
.width_control {
    width: 20%;
}
.city_department_fig {
    padding: 0;
    border: none;
    margin: 0;
}
.city-department-slider  .width_control {
    margin-bottom:18px;
}
.city_department_fig img{
    width:100%;
}
.city_department_fig figure {
    width: 100%;
}
.bg_white {
    padding: 65px 35px 65px 35px;
}
.city_top_navigation:before {
    width: 23%;
}
.city_jobs_fig , .city_jobs_list{
    float: none;
}
.city_jobs_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    background-image:none;
    float: none;
}
.city_jobs_fig {
    background-repeat:no-repeat;
    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;
    background-size: contain;
}
.video-sect-filli2 {
    margin-top:50px;
    margin-bottom:0;
    float: left;
    width: 100%;
}
.video-sect-filli2 .city_jobs_wrap{
    padding-top:0;
}
.video-sect-filli2 .city_jobs_fig {
    min-height: 320px;
}
.city_jobs_fig a {
    position: relative;
    color: #fff;
    font-size: 70px;
}
.city_jobs_item {
    padding: 20px 70px;
}
.ciy_jobs_caption h2 {
    font-size: 2.4em;
}
.city_news_fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom:30px;
}
.city_news_fig .box {
    width: 45%;
}
.city_news_fig .city_news_text {
    width: 50%;
}
.banner_btn {
    margin-bottom: 35px;
}
.banner_btn .theam_btn {
    font-size: 13px;
}
.city_news_form .event_sidebar{
        margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #c7c7c7;
}
.event_categories_detail {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
}
.event_categories_detail ul {
    margin-bottom: 10px;
    padding-left: 15px;
}
.event_categories_detail ul li {
    list-style-type: circle;
    
}
.event_categories_detail p a {
    color: #666;
}
ul.menu_fili, ul.menu_fili ul {
 list-style-type:none;
 width: 100%;
 margin: 0 auto;
 padding: 0;
}
ul.menu_fili {
        margin-bottom: 25px;
}
ul.menu_fili ul {
    padding-left:15px;
}
ul.menu_fili a {
 display: block;
 text-decoration: none;  
}

ul.menu_fili li {
 margin-top: 1px;
}
ul.menu_fili li.active > a{
    background-color: #82071c;
}
ul.menu_fili li a img {
 vertical-align: middle;
 padding: 0 5px 5px 0;
}

ul.menu_fili li a {
    background: #df193a;
    color: #fff;
    padding: 12px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

ul.menu_fili li a:hover {
    background: #b50e2a;
}

ul.menu_fili li ul li a {
    background: #b50e2a;
    color: #fff;
    padding-left: 20px;
}

ul.menu_fili li ul li a:hover {
    background: #920a21;
    padding-left: 25px;
}
.sab_banner_text h1 {
    font-size: 66px;
    color: #fff;
    margin: 0px 0px 4px;
    font-weight: 600;
}
.blog_detail_row {
    padding-top:25px;
}
.city_event_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.city_event_meta .ya-share2{
    margin-left:10px;
}
.city_blog2_wrap a {
    color:#df193a;
}
.parent_elements {
    position:relative;
}
.parent_elements span.plus{
    position: absolute;
    right: 0px;
    color: #fff;
    padding: 0px 10px;
    font-size: 27px;
    line-height: 44px;
    top: 0;
    cursor:pointer;
}
.city_blog_inner_resources {
    margin-bottom:25px;
}
.city_blog_inner_resources ul li a:before{
    font-size: 13px;
}
.city_blog_inner_resources ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.sab_banner {
    padding: 70px 0px 75px;
}
.city_blog2_wrap {
    padding: 70px 0px 160px 0;
}
.city_blog_inner_resources li, .justify-li li, .blog_detail_row ul:not(.ya-share2__list):not(.pagination):not(.city_meta_list) li{
    /*background-color: #df193a;
    color: #ffe9e9;
    padding: 5px 10px;
    */
    position:relative;
    color:#000;
    list-style-type:none;
    margin-bottom: 7px;
}
.justify-li li a {
    text-decoration:underline;
    color:#000;
}
.city_blog_inner_resources li:before, .justify-li li:before, .blog_detail_row ul:not(.ya-share2__list):not(.pagination):not(.city_meta_list) li:before{
    /*content: counter(li);
    counter-increment: li 1;
    position:absolute;
    width:30px;
    height:30px;
    left:-30px;
    top:0;
    background-color:#920a21;
    text-align: center;
    line-height: 30px;
    color: #fff;*/
    content: '';
    position: absolute;
    top: 11px;
    left: -24px;
    width: 12px;
    border-top: 1px solid;
    top: .5em;
    border-top: 2px solid #df193a;
}
.city_blog_inner_resources li a, .justify-li li a,  .blog_detail_row ul:not(.ya-share2__list):not(.pagination):not(.city_meta_list) li a {
    color:#df193a;
    text-decoration:underline;
}
.city_blog_inner_resources ol, .justify-li,  .blog_detail_row ul:not(.ya-share2__list):not(.pagination):not(.city_meta_list) {
    padding-left:30px;
    list-style-type: none;
    /*counter-reset: li;*/
}
.card_deputat_detail ul li:before , .city_top_social ul li:before{
    display:none;
}
.blog_detail_row .city_top_social ul {
    padding-left: 0!important;
}
.blog_detail_row ul {
    margin-bottom:10px!important;
}
/*.blog_detail_row .card_deputat_detail i.fa {
    background-color: #df193a;
    color: #fff;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 13px;
    box-shadow: 0 0 2px red;
    margin-right: 0;
}*/
.table-title-filli2 {
    background-color: #e1e1e1; color: #000; font-weight: 600;
}
.table-vazhnaya-infa.table-title-filli2 td:nth-child(2){
    width:23%;
}
.table-title-filli2 td{
    min-width: 60px;
    vertical-align:middle;
    color:#000;
    min-height:50px;
}
.table-title-filli2 td p {
    margin-bottom:0;
    vertical-align: middle;
    color:#000;
    line-height: 50px;
}
.blog_detail_row h2,
.blog_detail_row h3{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px!important;
    color:#000!important;
}
.blog_detail_row h3{
    font-size: 20px;
}
.city_blog2_fig.city_blog2_fig__column .overlay{
    width:40%;
    margin-right: 1%;
}
.city_senior_team_img, .slick-slide img.city_senior_team_img  {
    display:none;
}
.city_blog2_fig.city_blog2_fig__column .city_blog2_list {
    width: 58%;
    padding-top: 0!important;
}
.city_blog2_fig__column .city_blog2_list .city_meta_list {
    padding-left:15px;
}
.city_blog3_fig .city_blog2_list {
    width: 100% !important;
}
.pagination ul li a {
    height: auto;
    width: auto;
    text-align: center;
    line-height: 1.2;
}
div[data-target="#payModal"] {
    display:none!important;
}
/**
*   Стили для фикса версии для слабовидящих
*/
.city_department_wrap.overlay.finevision-white:before,  .city_jobs_item.overlay.finevision-white:before{
    background-color: #000000;
}
.city_top_navigation.finevision-white:before {
    background-color:#fff;
}
.city_top_search.finevision-white input[type="text"]{
    border: 1px solid #000;
}
.city_top_search.finevision-white a {
    right: 2px;
}
.def-btn.finevision-white {
    background-color: #000 !important;
    color: #fff !important;
}
.def-btn.finevision-white i {
    background-color: black !important;
    color: white !important;
}
.banner_btn.finevision-white .theam_btn {
    border-color:#000;
    margin-bottom:10px;
}
.banner_search_field.finevision-white input[type="text"]{
    border: 1px solid #000;
}
.city_senior_team_img.finevision-white {
    display: block;
    min-height: inherit!important;
    max-height: inherit!important;
    width: auto!important;
    height: 489px;
}
.city_jobs_fig.finevision-white > a.finevision-white, .city_jobs_fig.finevision-white > a.finevision-white .fa.icon-play-button{
    background-color: transparent!important;
    color: #fff!important;
}
.city_jobs_item.finevision-white > span.finevision-white{
    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;
}
.ciy_jobs_caption.finevision-white {
    background-color: black !important;
}
.ciy_jobs_caption.finevision-white h2, .ciy_jobs_caption.finevision-white a{
    color:#fff!important;
    background-color: black !important;
}
.city_jobs_list.finevision-white ul li:nth-child(2) .ciy_jobs_caption.finevision-white h2,.city_jobs_list.finevision-white ul li:nth-child(2) .ciy_jobs_caption.finevision-white a,
.city_jobs_list.finevision-white ul li:nth-child(2) .ciy_jobs_caption.finevision-white{
    background-color: #1a1a1a !important;
}
.banner_search_field.finevision-white a.finevision-white{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.city_top_navigation.sticky.finevision-white {
    border-bottom: 2px solid #000;
}
.finevision-white .fancybox-image {
    -webkit-filter: grayscale(100%);filter: grayscale(100%);
}
.city-health3-slider .slick-dots.finevision-white {
    display:none!important;
}
.city_top_search button.finevision-white {
        top: 9px;
    right: 3px;
}
.city_top_search button.finevision-white i.finevision-white {
        font-size: 17px!important;
}
.city_top_search input.finevision-white {
    padding: 10px 30px 10px 0px;
}
.city_jobs_announces .city_senior_team.finevision-white  {
   
}
.city_comment_form_login.finevision-white .theam_btn, .city_login.finevision-white h4:before, .side_news_deatil.finevision-white:hover .theam_btn, 
.navigation.finevision-white ul > li > ul, .blog_post_slide.finevision-white .slick-prev:hover, .blog_post_slide.finevision-white .slick-next:hover,
.forum_quote.finevision-white, .forum_card.finevision-white, .city_news2_detail.finevision-white:hover .theam_btn, .city_news2_detail.finevision-white:hover, 
.city_team_fig.finevision-white .city_top_social li a:hover, .project_title.finevision-white, .city_blog2_fig.fig2.finevision-white .theam_btn:hover,
.city_blog2_fig.finevision-white:hover .see_more_btn, .city_blog2_fig.finevision-white .paly_btn:hover, .city_blog2_list.finevision-white:hover .city_meta_list, 
.city_blog2_list.finevision-white:hover .city_blog2_text, .event_booking_area.finevision-white textarea:focus, .event_booking_field.finevision-white input:focus,
.event_heading.finevision-white, .city_event2_year.finevision-white .sidebar_search input:focus, .city_event2_year.finevision-white .list,
.city_event2_list2_row.finevision-white:hover .theam_btn, .city_event2_list2_row.finevision-white:hover .city_event2_list2_fig figure,
.sidebar_search.finevision-white input:focus, .sidebar_heading.finevision-white, .city_about_list.list2.finevision-white .theam_btn:hover, .city_senior_team.finevision-white > figure,
.city_health2_text.finevision-white .slick-prev:hover, .city_health2_text.finevision-white .slick-next:hover, .city_emergency_slider.finevision-white .slick-prev:hover, 
.city_emergency_slider.finevision-white .slick-next:hover, .city_department_wrap.finevision-white .slick-prev:hover, .city_department_wrap.finevision-white .slick-next:hover,
.city_health2_service.finevision-white:hover, .city_visit_text.finevision-white .theam_btn:hover, .city_business_fig.finevision-white figure:after, .city_service2_btn.btn2.finevision-white .theam_btn, 
.city_health_fig.finevision-white:after, .city_news2_text.finevision-white .theam_btn, .special_service_text.finevision-white .theam_btn:hover, .city_request_list.finevision-white, 
.city_project_wrap.finevision-white .slick-prev:hover, .city_project_wrap.finevision-white .slick-next:hover, .section_heading.center.finevision-white:before, 
.city_blog_fig.position.finevision-white:hover .theam_btn, .city_office_list.finevision-white, .city_department_wrap.finevision-white .slick-prev:hover, .city_department_wrap.finevision-white .slick-next:hover,
.city_department_fig.finevision-white:hover, .section_heading.finevision-white, .city_top_social.finevision-white ul li a, .city_top_social.finevision-white ul li a:hover{
    border-color: #000;
}
/* ---- */
.block_go_reading {
    display:block;
    position:relative;
    width: 500px;
}
.block_go_reading span{
position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    text-shadow: 0 0 2px black;
    
}
.city_blog3_text {
    border-top: 3px solid transparent;
}
.city_blog2_text p a {
    color:#000;
    border-bottom:1px solid #000;
}
.city_blog2_wrap {
    min-height:600px;
}
.city_top_news {
    border-left:none;
}
.city_news_wrap__news-feed .btn.btn-default.btn-more{
    background-color: #cd1937;
    color: #ffffff;
    padding: 10px 20px;
    display: block;
    margin: 0 auto;
}
.city_jobs_announces {
    width:55%;
}
.event_categories_list h6{
    margin-top:10px;
    
}
.city-department-linkImg img{
    width: 100%;
    border: 2px solid #dc1937;
}
.city-department-linkImg{
    margin-top: 25px;
    padding: 0 18px;
    float: left;
    width: 100%;
}
.city_blog2_fig.city_blog2_fig__column .overlay.no-overlay:before{
    display:none;
}
.city_blog2_fig.city_blog2_fig__column .overlay.no-overlay .paly_btn{
    display:none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
        background-color: #d4092b;
    border-color: #d4092b;
}
.blog_detail_row .inner_h2 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin: 10px 0;
    display: inline-block;
}
.blog_detail_row .inner_h2:first-child {
    margin-top: 0;
}
.blog_detail_row iframe {
    max-width:100%;
}
.ajax_form .def-btn {
    display: inline-block;
}
.ajax_form button[type="reset"].def-btn {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.ajax_form button[type="reset"].def-btn:hover {
    background-color: #d2d2d2;
} 
.visible-768 {
    display:none!important;
}
.city_top_social ul {
    float: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  
}
.city_top_social ul li {
    float: none;
}
.btn-priemnaya {
    font-size:12px;
}
.btn-priemnaya i {
    padding-right:3px;
}
.city_blog2_fig__column .overlay > div{
    width:100%!important;
    max-width:100%;
}
.city_blog2_fig:hover figure img {
    -webkit-transform:none;
        -ms-transform:none;
            transform:none;
}
.city_top_search button {
        position: absolute;
    top: 2px;
    right: 0px;
    color: #fff;
    font-size: 13px;  
    border: none;
    background: none;
}
.banner_search_field button {
    color: #14284b;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 0px;
    left: auto;
    width: 57px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #fff;
    font-size: 13px;
}
.banner_search_field input {
    color:#fff;
}
.block-main-news.city_blog2_list .city_meta_list li {
    padding: 0;
}
.city-health3-slider .city_senior_team > .city_senior_team-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-size: 14px;
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 54px;
    border-radius: 100%;
    border: 2px solid #fff;
    color: #df193a;
    -webkit-transition: .4s background-color, .4s border-color;
    -o-transition: .4s background-color, .4s border-color;
    transition: .4s background-color, .4s border-color;
    opacity: 0;
    z-index: 10;
}
.city-health3-slider .city_senior_team > .city_senior_team-plus:hover {
    background-color: #df193a;
    color: #fff;
    border-color: #df193a;
}
.city-health3-slider .city_senior_team:hover > .city_senior_team-plus {
    opacity:1;
}
@media (max-width: 1504px) {
    .city_jobs_item.pull-right .ciy_jobs_caption {
        width: 75%;
    }
    .city_jobs_item {
        padding: 10px 60px;
    }
    .ciy_jobs_caption h2 {
        font-size: 2em;
    }
    .city_jobs_wrap .city_senior_team {
        min-height: 441px;
    }
}
@media (max-width: 1404px) {
    .city_jobs_item.pull-right .ciy_jobs_caption {
        width: 72%;
    }
    .ciy_jobs_caption h2 {
        font-size: 28px;
    }
    .city_jobs_item {
        padding: 18px 40px;
    }
    .city_jobs_wrap .city_senior_team {
        min-height: 489px;
    }
    .navigation > ul > li {
        margin-right: 11px;
    }
    .bg_white {
        width: 100%;
    }
}
@media screen and (max-width:1260px) {
    .city_top_wrap {
        padding: 25px 25px;
    }
}
@media screen and (max-width:1199px) {
    .banner_text {
        margin-top: -223px;
    }
}
@media (max-width: 1190px) {
    .city_jobs_item {
        padding: 18px 20px;
    }
}
@media screen and (max-width:1160px) {
    .city_jobs_item span {
        height: 100px;
        width: 100px;
        line-height: 100px
    }
    .city_jobs_wrap .city_senior_team {
        min-height: 409px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .city_top_social ul li:last-child {
        display: block;
    }
}
@media screen and (max-width:1040px) {
    .navigation > ul > li > a {
        font-size: 13px;
    }
    .banner_btn {
        margin-bottom: 20px;
    }
    .small_text {
        font-size: 21px;
    }
    .banner_text {
        margin-top: -200px;
    }
}
@media screen and (max-width:991px) {
    .city_blog2_wrap [class*="col-md-"] {
        float: left;
        width: 100%;
    }
    .city_blog2_wrap .col-md-8{
        margin-bottom:25px;
    }
    .city_jobs_wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .city_jobs_announces {
        width:100%;
    }
    .city_top_social ul li:last-child {
        display: inline-block;
    }
    .video-sect-filli2 .city_jobs_fig {
        min-height: 405px;
    }
    .video-sect-filli2 .city_jobs_fig {
        width:100%;
    }
    .city_top_form {
        width: 85%;
    }
    .city_top_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*justify-content: center;*/
        margin-right: 0;
        float: left;
        width: 50%;
    }
    .header-info-fili-name {
        float: left;
        width: 50%;
        text-align: center;
    }
    .banner_btn .theam_btn {
        margin-bottom:10px;
    }
    .header-info-fili-name.visible-xs {
        display:block!important;
    }
    .header-info-fili-name.hidden-xs {
        display:none!important;
    }
    /*.city_top_wrap-info-fili .info-fili-box {
        padding-left:0;
    }*/
    .city_top_wrap-top_line {
        display:none;
    }
    .banner_text {
        margin-top: -130px;
    }
    .city_top_logo {
        padding-left: 40px;
    }
}
@media screen and (max-width:768px) {
   /* .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        float: left;
        width: 100%;
    }*/
    .city_top_navigation.sticky, .city_top_navigation {
        padding: 15px 10px 15px;
    }
    
    .city_jobs_wrap .city_senior_team {
        min-height: 489px;
    }
    
    .section_heading .section_heading_h2 {
        line-height: 35px;
        font-size: 25px;
    }
    .width_control {
        width: 33.333%;
    }
    .city_news_form img {
        width: 100%;
    }
    .blog_detail_row table{
        overflow: auto;
        max-width: 100%;
        display: block;
    }
    .sab_banner_text h1 {
        font-size: 30px;
    }
    .table-vazhnaya-infa.table-title-filli2 td:nth-child(2){
        width:45%;
    }
    /*.city_jobs_announces .city_senior_team:before {
        display:none!important;
    }
    .city_jobs_announces .city_senior_team a[data-rel="prettyPhoto"] {
        display:none!important;
    }*/
    .apparat-soveta-deputatov-table {
        display:none!important;
    }
    .visible-768 {
        display:block!important;
    }
    .city_top_wrap-info-fili .info-fili-box {
        padding-left:0;
    }
    .city_top_logo {
        padding-left: 0;
    }
}
@media screen and (max-width:650px) {
    .city_blog2_fig.city_blog2_fig__column .city_blog2_list {
        width: 100%;
        padding-top: 0!important;
        float: none;
    }
    .city_blog2_fig.city_blog2_fig__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .city_blog2_fig.city_blog2_fig__column .overlay {
        width: 100%;
        margin-right: 5%;
    }
    .city_jobs_wrap .city_senior_team {
        min-height: 489px;
    }
}
@media screen and (max-width:590px) {
    .video-sect-filli2 .city_jobs_fig {
        min-height: 330px;
    }
    .city_jobs_item.overlay .ciy_jobs_caption{
        width:100%;
    }
    .city_jobs_item span {
        height: 90px;
        width: 90px;
        line-height: 100px;
        font-size: 44px;
            
    }
    .city_jobs_item.pull-right {
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
   .city_event_meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .city_jobs_wrap .city_senior_team {
        min-height: 400px;
    }
    .city_jobs_wrap .city_jobs_announces .city_senior_team {
        min-height: 289px;
    }
    .ciy_jobs_caption {
        padding: 10px 0 0 0;
    }
    .city_jobs_item.pull-right {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .city_jobs_item.pull-right .ciy_jobs_caption {
        padding: 0px 0px 0px 0px;
    }
    .city_jobs_item.pull-right span {
        /*margin-right: 25px;*/
    }
}
@media screen and (max-width:485px) {
    
    .city_event_meta .ya-share2{
        margin-left:0;
    }
    .city_jobs_item.pull-right .ciy_jobs_caption {
        width: 68%;
    }
    .video-sect-filli2 .city_jobs_fig {
        min-height: 230px;
    }
     .city_jobs_wrap .city_senior_team {
        min-height: 489px;
    }
    .city_blog2_fig__column .city_blog2_text {
        padding: 10px 0;
        text-align: left;
    }
    .city_department_wrap .bg_white {
        padding: 20px 10px;
    }
    .city-department-linkImg {
        margin-top: 15px;
        padding: 0;
    }
    .widget_logo {
        float: left;
        width: 100%;
        padding-left: 15px;
    }
    .city_department_wrap {
        padding-bottom: 35px;
    }
    .city_jobs_item.pull-right .ciy_jobs_caption {
        width: 100%;
    }
    .city_jobs_item.pull-right {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media screen and (max-width:480px) {
    .city_top_wrap .city_top_social ul li:nth-child(2), .city_top_wrap .city_top_social ul li:nth-child(3), .widget_copyright .city_top_social ul li:nth-child(2), .widget_copyright .city_top_social ul li:nth-child(3) {
        display: inline-block;
    }
}
@media screen and (max-width:420px) {
    .video-sect-filli2 .city_jobs_fig {
        min-height: 214px;
    }
}
@media screen and (max-width:375px) {
    .video-sect-filli2 .city_jobs_fig {
        min-height: 186px;
    }
    
}
@media screen and (max-width:320px) {
    .video-sect-filli2 .city_jobs_fig {
        min-height: 163px;
    }
}

.developer {
	margin-top: 10px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    min-height: 32px;
    padding-left: 40px;
    background-image: url(../images/logo_addu.png);
    background-repeat: no-repeat;
    background-position: 0px center;
}
.developer a {
    color: #e95329;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.developer a:focus,
.developer a:hover {
    color: #e95329;
}