.b-pop_message {
    width: 280px;
    padding: 50px 40px 40px;
    background: #fff;
}
.b-pop_message-content {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}
.b-pop_message-buttons {
    text-align: center;
}
.b-sitemap {
    line-height: 1.8;
}
.b-sitemap li {
    padding-left: 20px;
    position: relative;
}
.b-sitemap li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    height: 5px;
    width: 5px;
    background: #981521;
}
.b-sitemap .bs-level-0 {
    font-size: 16px;
}
.b-sitemap .bs-level-1 {
    margin-left: 20px;
    font-size: 14px;
}
.b-sitemap .bs-level-1 a {
    color: #383838;
}

.b-header_search-detail {
    display: block;
    position: absolute;
    top: 12px;
    right: 57px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #f6f2d5;
    background-color: rgba(246, 242, 213, 1);
    transition: background-color .3s;
}
.b-header_search-detail:hover,
.b-header_search-detail:visited
.b-header_search-detail:active {
    color: #000;
}
.b-header_search-detail:hover {
    background-color: rgba(246, 242, 213, .8);
}

.b-search-detail-input {
    position: relative;
}
.i_search {
    display: block;
    border: 0;
    background: url(../../img/regional/search_ico1.png) 50% 50% no-repeat;
}
.b-search-detail-input .i_search {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
}

.b-search-detail-controls {
    border-bottom: 1px solid #aeacac;
    padding-bottom: 20px;
}
.b-search-detail-controls:after {
    content: '';
    display: table;
    clear: both;
}
.b-search-detail-controls .radio-label:before,
.b-search-detail-controls .checkbox-label:before {
    margin-bottom: -2px;
}

.t-hide-checkbox .b-search-detail-chapter {
    position: relative;
    opacity: .7;
}
.t-hide-checkbox .b-search-detail-chapter:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.b-search-detail-chapter {
    font-size: 13px;
    margin-top: 6px;
}
.b-search-detail-chapter label {
    margin-bottom: -2px;
}

.b-search-detail-date {
    padding-left: 15px;
    margin-top: 16px;
}
.b-search-detail-date > * {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.b-search-detail-date > span {
    padding-top: 5px;
}

.b-search-detail-date input {
    height: 30px;
    background-color: #f5f4ed;
    border-color: #f5f4ed;
    font-size: 13px;
    line-height: 1.231;
}
.b-search-detail-date label {
    position: relative;
    display: block;
    width: 130px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.b-search-detail-date label:before {
    content: 'С';
    position: absolute;
    text-transform: uppercase;
    left: 0;
    top: 5px;
    width: 20px;
    text-align: right;
}
.b-search-detail-date label + label:before {
    content: 'по'
}

.b-search-detail-date label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 10px;
    width: 21px;
    height: 22px;
    background: url('../../img/regional/datepicker-ico.png') 50% 50% no-repeat;
}

.ui-datepicker {
    font-size: 15px;
    display: none;
    background: #fff;
    padding: 18px;
    color: #2b2b2b;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    .ui-datepicker thead {
        display: none;
    }
    .ui-datepicker .ui-datepicker-header {
        position: relative;
        font-weight: 500;
        height: 22px;
        margin-bottom: 12px;
    }
    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 0;
        width: 27px;
        height: 100%;
        background: #ab1926;
        color: #fff;
        border: 0;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -7px;
        margin-top: -9px;
    }
    .ui-datepicker .ui-datepicker-prev {
        left: 0px;
    }
    .ui-datepicker .ui-datepicker-next {
        right: 0px;
    }
    .ui-datepicker .ui-datepicker-title {
        text-align: center;
        height: 100%;
        line-height: 23px;
    }
    .ui-datepicker table {
        width: 100%;
        font-weight: 700;
        border-collapse: collapse;
    }
    .ui-datepicker td {
        border: 0;
        background: #efefef;
        width: 25px;
        height: 25px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .ui-datepicker td + td {
        border-left: 5px solid #fff;
    }
    .ui-datepicker tr + tr {
        border-top: 5px solid #fff;
    }
    .ui-datepicker td span,
    .ui-datepicker td a {
        display: block;
        text-align: center;
        border: 0;
        color: #6c6c6c;
    }

.b-article-tags {
    position: relative;
    border-top: 1px solid #e3e3e3;
    font-size: 11px;
    text-transform: uppercase;
    padding: 27px;
    padding-left: 40px;
}
    .b-article-tags a {
        color: #2d2d2d;
        border: 0;
    }
    .b-article-tags a + a {
        margin-left: 10px;
    }
    .c-ico.t-tag {
        width: 20px;
        height: 20px;
        background-position: -200px 0;
    }
    .b-article-tags .c-ico {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -10px;
    }
.t-active-news {
    padding: 30px;
    border: 8px solid #d8d8d8;
}
.bl-item-tag {
    display: inline-block;
    text-transform: uppercase;
    color: #ac1a27;
    font-weight: 700;
    margin-left: 10px;
}
.e-active-news .bl-item-image + .bl-item-holder {
    margin-left: 217px;
}

.b-poll {
}

    .b-poll .b-form_item {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        padding-right: 315px;
    }
    .b-poll .b-form_item + .b-form_item {
        margin-top: 30px;
    }
    .b-poll p {
        margin-bottom: 10px;
        margin-top: 0;
    }
    .bf-item-title {
        margin-bottom: 5px; 
    }
    .b-poll .input,
    .b-poll .textarea {
        box-shadow: none
    }
    .b-poll,
    .b-poll .radio,
    .b-poll .checkbox,
    .b-poll .button {
        font-size: 16px;
    }
.b-subs {
    margin-top: 40px;
    margin-bottom: 30px;
}
    .b-subs .b-subs-form {
        display: table;
        width: 100%;
    }
    .b-subs .b-subs-form > * {
        display: table-cell;
    }
    .b-subs .b-subs-input {
        width: 100%;
    } 
    .b-subs .b-subs-btn {
        padding-left: 10px;
    }
.b-poll-result {
    font-size: 16px;
    padding-right: 300px;
}
    .b-poll-result-title {
        font-weight: 600;
        margin-bottom: 4px;
    }
    .b-poll-result-item {
        position: relative;
        padding-right: 210px;
        margin-bottom: 16px;
    }
    .b-poll-result-result {
        border: 2px solid #ab1926;
        position: relative;
        height: 14px;
    }
    .b-poll-result-result span {
        position: absolute;
        background-color: #ab1926;
        top: 2px;
        left: 2px;
        bottom: 2px;
    }
    .b-poll-result-number {
        font-size: 21px;
        position: absolute;
        right: 0;
        top: -3px;
        font-weight: 600;
    }
    .b-poll-result-sum {
        font-size: 13px;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 25px;
    }
        .b-poll-result-sum span {
            color: #ab1926;
        }
    .b-poll-result-btn {
        margin-top: 20px;
        padding-top: 30px;
        border-top: 1px solid rgba(0,0,0,.2);
    }
        .b-poll-result-btn button {
            position: relative;
            padding: 17px 45px 17px 20px;
            font-size: 15px;
        }
            .b-poll-result-btn button:after {
                content: '';
                position: absolute;
                width: 9px;
                height: 14px;
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAfElEQVQokZ3LMQ4BURiF0d9EWIHKYqzBIhQqteinmtJWLEIpYgUKjYQNcDQvjJc3E/G199xAhTX2mEUpLHDBA4ciRONTGWKC07/w+At8dsEprhlsqhYYR8QmIoat3yAizm+ALe6+W+XgVgQJLXtBQnUvSGiEXSfI4LxrfwGq5xCn4LERdgAAAABJRU5ErkJggg==') 0 0 no-repeat;
                top: 50%;
                margin-top: -7px;
                right: 22px;
            }

.b-poll-tabs {
    margin-bottom: 20px;
}
    .b-poll-tabs span,
    .b-poll-tabs a {
        position: relative;
        display: inline-block;
        margin-right: 18px;
        font-size: 11px;
        text-transform: uppercase;
    }
        .b-poll-tabs span:last-child,
        .b-poll-tabs a:last-child {
            margin-right: 0;
        }
        .b-poll-tabs span:after,
        .b-poll-tabs a:after {
            content: '';
            position: absolute;
            width: 1px;
            right: -10px;
            top: -3px;
            bottom: -3px;
            background: #c9ced2;
        }
            .b-poll-tabs span:last-child:after,
            .b-poll-tabs a:last-child:after {
                display: none;
            }
    .b-poll-list-btn {
        font-size: 0;
    }
    .b-poll-list-btn button + button {
        margin-left: 5px;
    }
    .b-poll-list-item {
        padding-bottom: 30px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(0,0,0,.2);
    }
    .b-poll-list-item span {
        font-size: 15px;
        font-weight: bold;
        // border-bottom: 1px solid #000;
        text-transform: uppercase;
        text-decoration: underline;
    }
    .b-poll-list button {
        border-radius: 4px;
        font-weight: normal;
        padding: 8px 36px;
        margin-right: 5px;
    }
        .b-poll-list button:hover {
            opacity: .9;
        }
        .b-poll-list button.t-0 {
            background-color: #f6ebd5;
            color: #6b4826;
            text-transform: none;
        }
            .b-poll-list button.t-0:hover {
                
            }
        .b-poll-list button.t-2 {
            border: 2px solid #ab1926;
            background-color: #fff;
            color: #ab1926;
        }
            .b-poll-list button.t-2:hover {
                background-color: #fff
            }
.b-result-done {
    text-align: center;
    padding: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.b-result-done-icon {
    fill: #ab1926;
    margin-bottom: 30px;
}
.b-result-done-icon svg {
    display: inline-block;
    fill: inherit;
    stroke: inherit;
}

.poll-banner {
    padding: 20px;
    border-radius: 3px;
    background-color: #fff;
    background: url('../../img/regional/poll-bg.png?20171205') 145px -30px no-repeat;
    background-size: 170px;
    box-shadow: 0 8px 24px 0px rgba(128, 128, 128, .60);

}
    .poll-banner-link {
        margin-bottom: 5px;
    }
        .poll-banner-link a {
            font-size: 12px;
        }
    .poll-banner-title {
        text-transform: uppercase;
        font-weight: bold;
    }
    .poll-banner-btn {
        text-align: right;
        margin-top: 15px;
    }

.cd-photo-item-title {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #6c6c6c;
    font-size: 12px;
    text-align: right;
    padding: 5px 20px;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
    .b-one_slider-item.active .cd-photo-item-title {
        display: block;
    }
    .cd-photo-item-title + .cd-photo-item-image .b-one_slider-image {
        bottom: 50px;
    }

.news_image {
    margin: 0 27px 15px 0;
}
    .news_image img {
        border-radius: 4px;
    }
    .news_image span {
        color: #6c6c6c;
        font-size: 12px;
        display: block;
        max-width: 418px;
    }