@charset "utf-8";
/* Reset */
@import "reset.css";
/* Main Styles */
html, body{
    height: 100%;
    /*behavior: url(/js/display-table.htc);*/ 
}
body {
    font-family: 'Proba Pro', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    background: #e3e9ec;


}
body a {
    color: #004BC1;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.wrapper {
    width: 960px;
    height: 100%;
    margin: auto
}
#page{
    position: relative;
    height:100%;
    max-width: 1220px;
    margin:0 auto;
    box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.05);
    background: #fff;
}
html>body #page {height: auto; min-height: 100%;}
/* header */

#header {
    background-color: #2a83c5;
    background: radial-gradient(circle, #21A4CD 0%, #2C81C5 100%);
}
.header_body {
    color: #fff;
    width: 100%;
    padding: 24px 15px 16px 15px;
    position: relative;

}
.header_body a {
    color: #fff;
}


@media screen and (min-width: 991px) {
    .navbar-brand {
        position: absolute;
        top: -175px;
        left: 40px;
    }
}
.navbar-brand {
    display: block;
    width: 163px;
    height: 48px;
    background: url("/img/gov-ua-logo.png") 0 0 no-repeat;
}

.logo-main .rada-logo {
    display: block;
    background: url("/img/rada-logo.png") 0 0 no-repeat;
    width: 110px;
    height: 76px;
    margin: 0 auto 5px auto;
}
.logo-main {
    text-align: center;
}
.logo-main h1 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 41px;
    padding-bottom: 4px;
}
#header .lang_block {
    position: absolute;
    top: 40px;
    right: 40px;
}

/*.lang_block li {
    display: inline;
    margin: 0 5px;
}
.lang_block li.active a {text-decoration: none}*/

.lang_block li a {
    color: #333;
}
/*#header .lang_block .bootstrap-select {
    width: 180px;
}
.lang_block .bootstrap-select .btn {
    background: #257eb8 url('/img/icn-translation.svg') 8px 8px no-repeat;
    color: #fff;
    border-color: #257eb8;
    padding-left: 42px;
    font-weight: bold;
    border-radius: 2px;
    line-height: 20px;
}

.lang_block .dropdown-toggle:after {
    background: url('/img/icn-dropdown.svg') center 10px no-repeat;
    width: 18px;
    height: 18px;
    border: none;
}*/
.lang_block .nice-select {
    border-radius: 2px;
    border-color: #257eb7;
    background: #257eb8 url('/img/icn-translation.svg') 8px 8px no-repeat;
    padding-left: 42px;
    font-weight: bold;
    font-size: 16px;
    min-width: 180px;
    float: none;
    line-height: 34px;
    height: 40px;
}
.lang_block .nice-select:after {
    border-color: #fff;
    height: 7px;
    width: 7px;
}
.lang_block .nice-select .list {
    background: #257eb8;
    border-radius: 0px;
    min-width: 178px;
}
.lang_block .nice-select:hover,
.lang_block .nice-select:focus {
    border-color: #257eb8;
}
.lang_block .nice-select .option {
    padding-left: 42px;
}
.lang_block .nice-select .option.focus,
.lang_block .nice-select .option.selected.focus,
.lang_block .nice-select .option:hover {
    background-color: rgba(0,0,0,0.2);
}

.header_body .old-version {
    color: #87b5d7;
    font-weight: bold;
    display: block;
    background: url('/img/icn-rewind.svg') 0 4px no-repeat;
    padding-left: 32px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 11px;
    transition: all 0.3s ease;
}
.header_body .old-version:hover {
    color: #fff;
    text-decoration: none;
}

/*--- Menu ---*/
.navbar {
    background: rgba(0,0,0,0.2);
    padding: 0.8rem 1.6rem 1.1rem 1.6rem;
}
.nav-link {
 font-weight: bold;
    font-size: 18px;
}
div .navbar-dark .navbar-nav .nav-link,
div .navbar-dark .navbar-nav .nav-link:focus,
div .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}





.navbar-dark .navbar-nav .nav-link {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
}
.map_menu {
    /*position: absolute;
    top: 0px;
    right: 20px;
    margin: 0px;*/
    margin: 0;
}
.map_menu li {
    position: relative;
    float: right;
    padding: 8px 5px 5px 5px;
    list-style: none;
}
.map_menu li.active {

}
.map_menu li a {
    display: block;
}
.twitter-ico {
    background: url("/img/icn-twitter.svg") center center no-repeat;
    width: 24px;
    height: 24px;
}
.facebook-ico {
    background: url("/img/icn-facebook.svg") center center no-repeat;
    width: 24px;
    height: 24px;
}
.youtube-ico {
    background: url("/img/icn-youtube.svg") center center no-repeat;
    width: 24px;
    height: 24px;
}
.fliker-ico {
    background: url("/img/icn-fliker.svg") center center no-repeat;
    width: 24px;
    height: 24px;
}

.search_block {
    margin: 0 15px 0 25px;
}
.search_button {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-left: 30px;
    border: none;
    padding-right: 0px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
    background: url('/img/icn-search_white.svg') 0 2px no-repeat;
}

/*--- /Menu ---*/

.main {
    /*max-width: 1220px;*/
    margin: auto;
    padding: 0 40px;
}

/*--- News ---*/
.main-news {
    position: relative;
    max-width: 570px;
    overflow: hidden;
    margin: 0 auto 20px auto;
}
.main-news a {
    color: #fff;
}
.main-news_heading {
    font-size: 24px;
    line-height: 32px;
    position: absolute;
    font-weight: bold;
    left: 0px;
    right: 0px;
    bottom: 6px;
    background: linear-gradient(180deg, rgba(22,34,55,0) 0%, #162237 100%);
    color: #fff;
    padding: 20px 30px;
}
.main-news_heading small {
    font-size: 18px;
    display: block;
    padding-bottom: 5px;
    font-weight: normal;
}

.news-section {
    padding: 40px 40px 20px 40px;
    margin: 0 -40px;
    background: #f3f4f5;
}

.news-section .col-sm-6,
.news-section .col-sm-3 {
    padding-left: 8px;
    padding-right: 8px;
}

.sub-news {
    position: relative;
    background: #fff;
    padding: 0 20px 50px 20px;
    min-height: 410px;
    max-width: 270px;
    box-shadow: 0px 6px 6px rgba(0,0,0,0.03);
    margin: 0 auto 20px auto;
}
.sub-news_img {
    margin: 0 -20px 12px -20px;
    height: 200px;
    overflow: hidden;
    
}
.sub-news_heading {

    font-size: 21px;
    line-height: 27px;
    max-height: 135px;
    overflow: hidden;
}
.sub-news_date {
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    left: 20px;
    bottom: 16px;
}

.date {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.block-heading {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 41px;
    padding: 20px 0;
}
h3.block-heading {
    font-size: 24px;
    letter-spacing: 1px;	line-height: 31px;
}

.plenary-week {
    padding: 11px 0 40px 0;
}

/*------- responsive --------*/
/* styles for desctop */
.tinynav,
.nice-select.tinynav { display: none;
    float: none; }
#nav .selected a, #nav2 .selected a { color: red }
/* styles for mobile */
@media screen and (max-width: 600px) {
    .tinynav,
    .nice-select.tinynav { display: block }
    .sections_tabs { display: none }
}

.sections_tabs {
    margin-bottom: 5px;
    border: none;
}
.tab-content {
    border-top: 2px solid #e7e8eb;
    clear: both;
    padding-top: 20px;

}
.sections_tabs .nav-link {
    color: #004BC1;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 21px;
    padding: .6rem 1rem 0.95rem 1rem;
}
.sections_tabs .nav-link .date {
    color: #333;
}
.sections_tabs .nav-item.show .nav-link,
.sections_tabs .nav-link.active {
    border-color: transparent;
    background: #f3f4f5;
    position: relative;
}
.sections_tabs .nav-link:hover {
    border-color: transparent;
}
.sections_tabs .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: -1px;
    right: -1px;
    border-bottom: 4px solid #2a5aa5;
}
.sections_tabs .count {
    border-radius: 50%;
    display: inline-block;
    background-color: #FFE358;
    color: #333333;
    font-size: 11px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-left: 10px;
}

.nice-select.tinynav {
    background: #f3f4f5;
    border-radius: 0px;
    border: 2px solid #717680;
    float: none;
}
.nice-select.tinynav:after {
    border-color: #656a74;
    height: 7px;
    width: 7px;
}

.nice-select.tinynav .list {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
/*------- /responsive --------*/

.polling-list__item {
    border: 1px solid #E7E8EB;
    border-radius: 4px;
    padding: 20px 20px 20px 95px;
    margin-bottom: 5px;
    position: relative;
}
.time {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding-left: 25px;
    position: relative;
}
.time:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff url('/img/icn-time.svg') 0 0 no-repeat;
    width: 18px;
    height: 18px;
    opacity: 0.3;
}
.polling-list__item .time {
    position: absolute;
    top: 20px;
    left: 20px;
}
.polling-points {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    color: #484848;
    margin: 20px 0 0 auto;
    max-width: 430px;
}
.polling-points li {
    list-style: none;
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.polling-points li:before {
    content: '';
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 3px;
    left: 0px;
}
.polling-points li.point-green:before {
    background: #2da77199;
}
.polling-points li.point-red:before {
    background: #e9475a;
}
.polling-points li.point-yellow:before {
    background: #f9da78;
}
.polling-points li.point-grey:before {
    background: #cfc5c5;
}
.accepted-item,
.declined-item {
    border-radius: 15px;
    display: inline-block;
    padding: 2px 11px 2px 35px;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    margin-top: 20px;
    min-height: 30px;
}
@media screen and (min-width: 601px) {
    .accepted-item,
    .declined-item {
        position: absolute;
        left: 100px;
        bottom: 20px;
    }
}
.accepted-item {
    background: #effaf5 url('/img/icn-accepted.svg') 3px 3px no-repeat;
    color: #4ec790;
}
.declined-item {
    background: #fbedef url('/img/icn-declined.svg') 3px 3px no-repeat;
    color: #DB5263;
}
.polling-list__item {
    font-size: 16px;
    line-height: 24px;
}

.percent-line {
    margin: 15px 0;
}
.percent-line span {
    display: block;
    float: left;
    height: 4px;
    background: #ECECEC;
    box-shadow: -1px 0px 1px #fff;
}
.percent-line .yes-percent {
    background: #61CD9C;
}
.percent-line .no-percent {
    background: #DB5263;
}
.percent-line .neutral-percent {
    background: #FFD966;
}
.percent-line .not-percent {
    background: #C9C3C3;
}

/*--- /News ---*/

.polling-tabs__heading {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    padding: 20px 20px 20px 0;
}
.polling-tabs__items {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 6px 0;
}
.polling-tabs__items li {
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
}
.polling-tabs__items .nav-link {
    padding: 5px 15px 7px 15px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
    color: #004BC1;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.polling-tabs__items li .active {
    background: #004BC1;
    color: #fff;
}
.polling-tabs__items li a:not(.active):hover {
    background: #eaeef6;
}

.more-link {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    display: block;
    padding: 20px 0;
}
.more-link a {
    position: relative;
    margin-right: 35px;
    border-bottom: 1px dashed transparent;
    transition: all 0.3s ease;
}
.more-link a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: -35px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #0056b3;
    background: url('/img/ico-more.png') center center no-repeat;
    text-align: center;

}
.more-link a:hover {
    text-decoration: none;
    border-color: #0056b3;
}


.live-btn {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 14px;
    border-radius: 15px;
    background: #DB5263;
    text-transform: uppercase;
    position: relative;
    padding: 8px 11px 8px 28px;
    min-height: 30px;
}
.live-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 10px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}
.btn-more {
    color: #004BC1;
    border-radius: 15px;
    background: #eaeef6;
    text-transform: uppercase;
    position: relative;
    padding: 8px 30px 8px 12px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    margin: 7px 6px 0 0;
    display: inline-block;
    vertical-align: top;
}
.btn-more:hover {
    text-decoration: none;
}
.btn-more:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('/img/icn-more-s.svg') 0px 0px no-repeat;
    width: 10px;
    height: 10px;
}

.rada-tv .live-btn {
    position: absolute;
    top: 20px;
    left: 20px;
}
.rada-tv {
    background: #22324D;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    position: relative;
    padding: 0 30px 30px 30px;
    margin: 0 auto 20px auto;
    max-width: 350px;
}
.rada-tv__video {
    margin: 0 -30px 13px -30px;
    overflow: hidden;
    position: relative;
}
.play-btn {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    background: rgba(0,0,0,0.5) url("/img/play-btn.png") center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}
.rada-tv__heading {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 12px;
}
.rada-tv__label {
    background: linear-gradient(138.88deg, #FFEF04 0%, #FFDB02 100%);
    padding: 2px 7px 2px 4px;

    color: #22324d;
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}
.rada-tv__label:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border: 6px solid #ffdf02;
    border-width: 9px 4px;
    border-color: #ffdf02  #fff #fff #ffdf02;
    position: absolute;
    top: 0px;
    right: 0px;
}
.rada-tv .rada-tv__label {
    font-size: 16px;
    line-height: 18px;
    min-height: 24px;
    margin-bottom: 11px;
    padding: 2px 12px 2px 7px;
    margin-bottom: 20px;
}
.rada-tv .rada-tv__label:after {
    border-color: #ffdf02 #22324D #22324D #ffdf02;
    border-width: 12px 6px;
}
.rada-tv a {
    color: #F9F9F9;
}
.watch-online__link {
    position: relative;
    margin-right: 20px;
    transition: all 0.3s ease;
    border-bottom: 1px dashed transparent;
}
.watch-online__link:hover {
    border-color: #fff;
    text-decoration: none;
}
.watch-online__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -20px;
    background: url('/img/icn-dropdown.svg') 0 0 no-repeat;
    width: 11px;
    height: 11px;
    transform: rotate(-90deg);
    transition: all 0.3s ease;
}
.watch-online__link:hover:after {
    right: -23px;
}

.electronic-registration {
    max-width: 290px;
    margin: 0 auto;
}
.electronic-registration_heading {
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
    padding: 20px 0;
    display: inline-block;
}
.ul-list {
    /*border-top: 1px solid #E7E8EB;
    margin-top: 25px;
    padding-top: 25px;*/

}
.ul-list li {
    color: #004BC1;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    padding: 6px 0 6px 40px;
    list-style: none;
}
.ul-list li:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url('/img/ico-li.png') 0 0 no-repeat;
    position: absolute;
    top: 7px;
    left: 0px;
}
.electronic-registration .svg-container {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 120px;
    height: 120px;
    margin: 0px;
}
.electronic-registration .svg-container + div {
    display: inline-block;
    vertical-align: top;
}
.electronic-registration .svg-container .circliful {
    margin-left: -20px;
}
.electronic-registration .time {
    margin-top: 20px;
}
.present-deputy {
    font-size: 18px;
    line-height: 23px;
    position: relative;
    border-bottom: 1px solid #E7E8EB;
    padding: 10px 0;
}
.present-deputy:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #61CD9C;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: -20px;

}
.absent-deputy {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
}
h2 {
    font-weight: bold;
    padding: 20px 0;
}
.event-calendar {
    margin: 0 -40px;
    padding: 0 40px;
    background: #F9F9F9;
    overflow: hidden;
    border: 1px solid #D0D3D7;
    border-width: 1px 0px;
    position: relative;
}
.event-calendar .block-heading {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0px;
    padding-top: 24px;
}
.event-time {
    color: #d5d5d5;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    padding: 29px 0 0 10px;
}
.event-time span {
    font-size: 14px;
    display: block;
}

.event-calendar .white-bg {
    background: #fff;
    box-shadow: 0px 10px 18px rgba(0,0,0,0.05);

}

@media screen and (min-width: 601px) {
    .event-calendar .row {
        margin-left: -40px;
    }
    .event-calendar .white-bg {
        padding-left: 40px;
    }
}
.responsive-select .nice-select .option.selected {
    font-weight: normal;
}

.event-date {
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid #E7E8EB;
    padding: 10px 0 20px 0;
}

.tabs__content {
    display: none;
    background: #FFF;
    border: 2px solid #7DCA86;
    border-radius: 0 5px 5px 5px;
    padding: 7px 15px;
}
.tabs__content.selected {
    display: block;
}

@media screen and (min-width: 991px) {
    .responsive-select .nice-select .current {
        display: none;
    }
    .responsive-select .nice-select .list {
        opacity: 1;
        position: static;
        transform: none;
        box-shadow: none;
        left: auto;
        top: auto;
        overflow: auto;
        margin: 0px;
        border-radius: 0px;
        background: none;
        border: none;
    }
    .responsive-select .nice-select {
        float: none;
        height: auto;
        background: none;
        border: none;
        border-radius: 0px;
        padding: 0px;
    }
    .responsive-select .nice-select:after {
        display: none;
    }

    /*.event-date.responsive-select .nice-select .list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -40px;
    }
    .event-date.responsive-select .nice-select .list li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0 15px;
        font-size: 20px;
        line-height: 25px;

    }
    .event-date.responsive-select .nice-select .list li:first-child {
        padding-left: 40px;
        background: #fff;
    }*/
}
/*@media screen and (max-width: 990px) {
    .responsive-select .nice-select {
        border-radius: 0px;
        border: 2px solid #717680;
        background: #f3f4f5;
    }

}*/


.bold {
    font-weight: bold;
}

.lite-grey {
    color: #d6d6d6;
}
.grey {
    color: #999;
}
.event-list {
    padding: 23px 0 0px 0;
    margin-bottom: 30px;
    position: relative;
}
.event-list:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 7px;
    bottom: 0px;
    border-left: 2px solid #ebebeb;
}
.event-list:after {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    bottom: 0px;
    border-radius: 50%;
    background: #004BC1;
    width: 10px;
    height: 10px;
}
.event-item {
    position: relative;
    padding-left: 95px;
    padding-bottom: 20px;
}
.event-item:last-child {
    padding-bottom: 0px;
}
.event-item .time {
    position: absolute;
    top: 5px;
    left: 0px;
}
.event-item .time:before {
    box-shadow: 0px 0px 1px 4px #f9f9f9;
    opacity: 1;
}
.white-bg .event-item .time:before {
    box-shadow: 0px 0px 1px 4px #fff;
}
.event-item.event-item__live .time:before {
    background: #C8505F;
    border-radius: 50%;
}
.event-item .rada-tv__label {
    margin-top: 12px;
    vertical-align: top;
}
.other-event {
    font-weight: bold;
    border-bottom: 1px solid #b2c9ec;
    position: relative;
    margin-right: 20px;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 3px 0;
}
.other-event:hover {
    text-decoration: none;
    border-color: transparent;
}
.other-event:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right: -20px;
    background: url('/img/icn-more-s.svg') 0px 0px no-repeat;
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
}

.youtube-btn {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    width: 81px;
    height: 18px;
    background: url("/img/youtube-btn.png") 0 0 no-repeat;
}

.event-calendar .more-link {
    margin-bottom: 12px;
}

.event-calendar .more-event {
    position: absolute;
    top: 38px;
    right: 40px;
}

.more-event {
    margin-right: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
    border-bottom: 1px dashed transparent;
    position: relative;
}
.more-event:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: -25px;
    background: url('/img/ico-arrow.png') 0 0 no-repeat;
    width: 15px;
    height: 10px;
}
.more-event:hover {
    border-color: #0056b3;
    text-decoration: none;
}

dl.event-all-day {
    position: relative;
    margin: 20px 0;
}
.event-all-day dt {
    width: 95px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    font-weight: normal;
}
.event-all-day dd {
    position: relative;
    padding-left: 95px;

}
.event-all-day dd:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 76px;
    width: 8px;
    border-radius: 4px;
    background-color: #61CD9C;
}


/*--- request-online ---*/
.request-online {
    padding: 45px 40px 15px 40px;
    margin: 0 -40px;
    border-bottom: 1px solid #D0D3D7;
}
.request-online__block {
    background: #173b73;
    color: #fff;
    padding: 30px 55px;
    min-height: 270px;
}
.request-online__block a {
    color: #fff;
}
.request-online__heading {
    font-size: 24px;	font-weight: bold;	line-height: 31px;
    padding-bottom: 20px;
}
.request-online__text {
    font-size: 18px;
    padding-bottom: 20px;
}
.request-online__link {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    background: url('/img/ico-link_white.png') right 18px no-repeat;
}
.request-online__block .btn-white {
    width: 180px;
    display: inline-block;
    color: #004BC1;

}
.btn-white {
    font-weight: bold;
    padding: 10px 20px;
    background: #fff;
    position: relative;
    border-radius: 0px;
    color: #004BC1;
}
.btn-white:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("/img/ico-link.png") center no-repeat;
}
.faq-online {
    border-radius: 18px;
    background-color: #F4F4F4;
    min-height: 120px;
    padding: 10px;
    max-width: 255px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.faq-tooltip {
    color: #fff;
    width: 210px;	border-radius: 8px;	background-color: #2F70D8;
    padding: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
}
.faq-tooltip:after {
    content: '';
    display: block;
    background: url('/img/ico-faq-tooltip.png') 0 0 no-repeat;
    width: 11px;
    height: 12px;
    position: absolute;
    top: 100%;
    left: 18px;
}
.faq-link_online {
    color: #2F70D8;
    font-weight: bold;
    padding-right: 20px;
    background: url('/img/ico-faq_link.png') right 5px no-repeat;
}
/*--- /request-online ---*/

.news-list-theme {
    padding: 20px 80px 20px 0;
    position: relative;
}
.news-list-theme ul.sections_tabs li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}
.news-list-theme ul.sections_tabs li a {
    color: #626262;
    display: inline-block;
    padding: 6px 10px 7px 10px;
    border-radius: 16px;
    border: 2px solid transparent;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.1px;
    line-height: 14px;
    transition: all 0.3s ease;

}
.news-list-theme ul.sections_tabs li a:hover {
    text-decoration: none;
    color: #004BC1;
}
.news-list-theme ul.sections_tabs li .active {
    border-color: #b4caec;
}

.news-list-theme .sections_tabs {
    border-bottom: none;
}
.news-list-theme ul.sections_tabs li a.dropdown-toggle {
    color: #004BC1;
}
.news-list-theme .rss-btn {
    position: absolute;
    top: 17px;
    right: 0px;
}

.rss-btn {
    display: inline-block;
    padding: 6px 10px 7px 30px;
    border-radius: 2px;
    border: 2px solid #b4caec;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.1px;
    line-height: 14px;
    background: url('/img/icn-rss.svg') 5px 5px no-repeat;
}

.multimedia-item {
    max-width: 335px;
}
.multimedia-item__img {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.multimedia-item__anons {
    font-size: 16px;
    line-height: 21px;
}

.multimedia-item__img img {
    height: 230px;
    width: auto;
    display: block;
}

.multimedia-item__img:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 110px;
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    z-index: 3;
}


.multimedia-item__img .time {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    background: url('/img/icn-time-white.svg') 0 0 no-repeat;
    z-index: 5;
}
.multimedia-item__img .time:before {
    display: none;
}
.multimedia-item__img .btn-round {
    color: #fff;
    border-color: rgba(255,255,255,0.4);
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}
.multimedia-item__heading {
    /*color: #004BC1;*/
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.btn-round {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.1px;
    line-height: 14px;
    padding: 6px 10px 7px 10px;
    border-radius: 16px;
    border: 2px solid #ccc;

}

.btn-video {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.1px;
    line-height: 14px;
    padding: 6px 10px 7px 36px;
    border-radius: 16px;
    background: #eaeef6 url('/img/ico-video.png') 10px 7px no-repeat;
}


.news-item {
    padding-bottom: 15px;
}

.bill-section {
    padding: 20px 40px;
    margin: 12px -40px 0 -40px;
    border-top: 1px solid #D0D3D7;
}
/*.bill-section .tab-content {
    padding-top: 20px;
}*/

.btn-fill,
.btn-border,
.btn-red {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    border-radius: 16px;
    text-align: center;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;

}

.btn-fill {
    background: #e5ecf8;
    color: #004BC1;
    border: 2px solid #e5ecf8;
}
.btn-border {
    border: 2px solid #b4caec;
    font-weight: bold;
    text-transform: uppercase;

}
.btn-red {
    color: #d94a5c;
    background: #fbedef;
    font-weight: bold;
    text-transform: uppercase;
}

.bill-item {
    border: 1px solid #E7E8EB;	border-radius: 4px;
    padding: 20px;
    margin-bottom: 5px;
}

.discussion-item {
    margin-bottom: 20px;
}
.discussion-heading {
    font-size: 24px;	font-weight: bold;	line-height: 27px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}
.discussion-text {
    font-weight: bold;
    padding-bottom: 20px;
}

.rating-block {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top;
}
.fa-star {
    background: url("/img/icn-star.svg") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.fa-star.checked {
    background-image: url("/img/icn-star_checked.svg");
}
.discussion-item .rating-block {
    float: right;
}

.left-day {
    background: #e5edf8;
    margin: 10px 0;
}
.left-day span {
    display: block;
    height: 2px;
    background: #0951c3;
}


.petition-section {
    margin: 0 -40px;
    padding: 20px 40px;
    background-color: #F9F9F9;
    border: 1px solid #e6e6e6;
    border-width: 1px 0;
}


.petition-block {
    background: #fff;
    border: 1px solid #E7E8EB;
    padding: 30px;
    margin-bottom: 20px;
}
.petition-block__heading {
    font-weight: bold;
    min-height: 125px;
}

.votes-percent {
    background: #e5edf8;
    margin: 10px 0;
}
.votes-percent span {
    display: block;
    height: 4px;
    background: #004BC1;
}
.law-heading {
    font-weight: bold;
    padding-bottom: 10px;
}

.articles-block {
    padding: 20px 0;
}
.articles-block,
.bill-section {
    position: relative;
}
.articles-block .sections_tabs,
.bill-section .sections_tabs {
    margin-bottom: 20px;
    float: left;

}

.search-by-link {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    margin-left: 70px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 21px;
    transition: all 0.3s ease;
    border-bottom: 1px dashed transparent;
}
.search-by-link:before {
    content: '';
    display: block;
    background: url('/img/icn-search_blue.svg') 0 0 no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: -27px;
}
.search-by-link:hover {
    text-decoration: none;
    border-color: #0056b3;
}
@media screen and (min-width: 601px) {
    .search-by-link:after {
        content: '';
        display: block;
        position: absolute;
        top: -4px;
        left: -60px;
        height: 30px;
        width: 1px;
        background-color: #E7E8EB;
    }
}


.digest-section {
    color: #fff;
    background: radial-gradient(circle, #304F81 0%, #1A2E4F 100%);
    min-height: 380px;
    padding: 70px 40px 40px 40px;
    margin: 0 -40px;
    font-size: 18px;
}
.digest-section__heading {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 41px;
    padding-bottom: 7px;
}

.digest-section .content {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
}
.digest-section p {
    padding-bottom: 19px;
}
.digest-section label {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}
.digest-section .input-group-append {
    padding-left: 30px;
}
.digest-section .form-control {
    border-radius: 0px;
    background: #53688b;
    border: 2px solid #f9f9fb;
    padding: 7px 20px 9px 20px;
    font-size: 20px;
    height: auto;
    color: rgba(255,255,255,0.5);
}
.digest-section .form-control::placeholder {
    color: rgba(255,255,255,0.5);
}
.digest-section .form-control:focus {
    box-shadow: none;
}



@media screen and (min-width: 601px) {
    .digest-section .mail-ico {
        position: absolute;
        top: 0px;
        left: -97px;
    }
    .digest-section .input-group {
        position: relative;

    }
    .digest-section .form-control {
        width: 65%;
        flex: none;
    }
    .digest-section .btn {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30%;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
.mail-ico {
    background: #fff url('/img/ico-mail.png') center center no-repeat;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 15px;
}
.digest-section .btn-white {
    color: #333;
    padding-right: 40px;
}
.digest-section .btn-white:after {
    background-image: url('/img/ico-btn-arrow.png');
    top: 16px;
}
.mail-ico .messages {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    background: #ed1c24;
    position: absolute;
    top: -12px;
    right: -12px;
    text-align: center;
    font-size: 16px;
}
.info-ico {
    background: url('/img/icn-information.svg') 0 7px no-repeat;
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0 6px 36px;
    margin-top: 16px;
}


/*---footer---*/
.site-map {
    padding: 0px 55px 26px 55px;
    margin: 0 -55px;
    border-bottom: 1px solid #e8eaec;
    margin-bottom: 33px;
}
.site-map__heading {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 31px;
    padding: 0;
    font-weight: bold;
}
.site-map__heading a {
    margin-right: 30px;
    position: relative;
    transition: all 0.3s ease;
    border-bottom: 1px dashed transparent;
}
.site-map__heading a:hover {
    text-decoration: none;
    border-color: #004BC1;
}
.site-map__heading a:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: -30px;
    background: url('/img/icn-expand.svg') 0 0 no-repeat;
    width: 10px;
    height: 18px;
}

#footer {
    padding: 22px 55px 20px 55px;
    background: #f7f7f7;
}
#footer .lang_block {
    margin-bottom: 26px;
}
#footer .lang_block .nice-select {
    background: url('/img/icn-translation-blue.svg') 8px 8px no-repeat;
    border: none;
    border-bottom: 2px solid #004BC1;
    color: #004BC1;
    padding-bottom: 11px;
    float: left;
}
#footer .lang_block .nice-select::after {
    border-color: #0056b3;
}
#footer .lang_block .nice-select .list {
    background: #fff;
}
/*#footer .lang_block .dropdown-toggle:after {
    background-image: url('/img/icn-more-s.svg');
    background-position: center center;
    transform: rotate(90deg);
    margin-top: 3px;
}*/
#footer p {
    padding-bottom: 20px;
}
#footer ul {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 20px;
}
#footer ul li {
    padding-bottom: 15px;
    list-style: none;
}
.beta-block {
    position: relative;
    padding-left: 55px;
    font-size: 14px;
    line-height: 20px;
    background: url('/img/beta.png') 0 0 no-repeat;
    padding-bottom: 20px;
}
.cc-block {
    position: relative;
    padding-left: 55px;
    font-size: 14px;
    line-height: 20px;
    background: url('/img/cc.png') 0 0 no-repeat;
    padding-bottom: 20px;
}
.kitsoft-block {
    position: relative;
    padding-left: 55px;
    font-size: 14px;
    line-height: 20px;
    background: url('/img/kitsoft.png') 0 0 no-repeat;
    padding-bottom: 20px;
}



.social-footer {
    padding-bottom: 30px;
}
@media screen and (min-width: 601px) {
    .social-footer {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}
.social-footer > li {
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.social-footer > li:first-child {
    width: 100%;
}
.social-footer > li:not(:first-child) {
    padding-left: 20px;
}
.social-footer > li a {
    margin-left: 24px;
    transition: all 0.3s ease;
    border-bottom: 1px dashed transparent;
    position: relative;
}
.social-footer > li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -24px;
    width: 24px;
    height: 16px;
}
.social-footer > li a:hover {
    text-decoration: none;
    border-color: #004BC1;
}
.social-footer .facebook:before {
    background: url('/img/icn-facebook-f.svg') 0 0 no-repeat;
}
.social-footer .twitter:before {
    background: url('/img/icn-twitter-f.svg') 0 0 no-repeat;
}
.social-footer .youtube {
    margin-left: 34px;
}
.social-footer .youtube:before {
    background: url('/img/icn-youtube-f.svg') 0 0 no-repeat;
    left: -34px;
}
.social-footer .fliker {
    margin-left: 32px;
}
.social-footer .fliker:before {
    background: url('/img/icn-fliker-f.svg') 0 0 no-repeat;
    top: 7px;
    left: -32px;
}

.column-2-list-bold {
    padding-bottom: 4px;
}
.column-2-list-bold li {
    list-style: none;
    font-weight: bold;
}
.column-2-list-bold li a {
    padding-right: 15px;
    background: url('/img/icn-more-s.svg') right 6px no-repeat;
}

.column-2-list {
    padding-top: 16px;
    padding-bottom: 30px;
}
@media screen and (min-width: 601px) {
    .column-2-list-bold {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        vertical-align: top;
        padding-bottom: 4px;
    }
    .column-2-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        vertical-align: top;
    }
}
/*---/footer---*/

/*---------- text page ----------*/
.breadcrumb {
    background: none;
    padding: 24px 0 6px 0;
    font-size: 14px;
}
.page-heading {
    line-height: 54px;
    font-size: 36px;
    font-weight: bold;
    color: #1D1D1B;
    padding-bottom: 37px;
}

.publications-form {
    margin-bottom: -7px;
}
.publications-form label {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 6px;
}

.dropdown-toggle.btn-light {
    background: none;
    border-radius: 0px;
    border: 2px solid #6D727C;
    padding: .6rem .75rem .75rem .75rem;
}
.show > .btn-light.dropdown-toggle {
    background: none;
    border-color:  #004BC1;
}

.main .nice-select {
    float: none;
}

.main .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.form-control[name="dates"] {
    background: url('../../../img/icn-dates.png') right .9rem no-repeat;
    padding: .6rem 2rem .75rem .75rem;
    height: auto;
}

.dropdown-item {
    white-space: normal;
}

/*--- calendar ---*/
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    border: 1px solid rgba(22, 34, 55, 0.1);
    font-size: 16px;
    border-radius: 0px;
}
.daterangepicker .drp-calendar.left th.month {
    text-align: right;
}
.daterangepicker .drp-calendar.right th.month {
    text-align: left;
}

.daterangepicker .calendar-table th {
    font-weight: normal;
    color: #6D727C;
}
.daterangepicker .calendar-table th.month {
    font-size: 18px;
    color: #004BC1;
}

.daterangepicker .calendar-table tr:first-child th {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.in-range.active {
    background: #004BC1;
    color: #fff;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover,
.daterangepicker td.in-range {
    background: rgba(0, 75, 193, 0.1);
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border: none;
    width: 15px;
    height: 10px;
    background: url("../../../img/ico-arrow.png") center center no-repeat;
}
.daterangepicker .calendar-table .prev span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.daterangepicker .calendar-table .next span {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.daterangepicker .drp-buttons .btn {
    font-size: 15px;
    padding: 0.65rem 1.25rem;
    border-radius: 0px;
}
.daterangepicker .drp-buttons .btn.btn-primary {
    background: #004BC1;
    border-color: #004BC1;
}
@media screen and (min-width: 769px) {
    .daterangepicker .drp-calendar.left {
        padding: 30px;
        border-right: 1px solid #e8e9eb;
    }
    .daterangepicker .drp-calendar.right {
        padding: 30px;
    }
    .daterangepicker .drp-calendar {
        max-width: none;
    }
    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 0px;
    }
    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        border: 1px solid rgba(22, 34, 55, 0.1);
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 16px;
        border-radius: 0px;
    }
    .daterangepicker .drp-buttons {
        padding: 30px;
    }
    .daterangepicker .drp-selected {
        font-size: 16px;
        line-height: 24px;
    }

}
/*--- /calendar ---*/

.timeline-block {
    position: relative;
    padding-left: 95px;
}
.timeline-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 11px;
    bottom: 0px;
    width: 2px;
    background: -moz-linear-gradient(top,  rgba(194,197,203,1) 0%, rgba(194,197,203,1) 60%, rgba(194,197,203,0.7) 80%, rgba(194,197,203,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(194,197,203,1) 0%,rgba(194,197,203,1) 60%,rgba(194,197,203,0.7) 80%,rgba(194,197,203,0) 100%);
    background: linear-gradient(to bottom,  rgba(194,197,203,1) 0%,rgba(194,197,203,1) 60%,rgba(194,197,203,0.7) 80%,rgba(194,197,203,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c5cb', endColorstr='#00c2c5cb',GradientType=0 );

}
.timeline-block:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 15px;
    height: 16px;
    background: url('../../../img/ico-calendar.png') 0 0 no-repeat;
    opacity: 0.5;
}
.col-md-9 .timeline-block:first-child:after {
    opacity: 1;
}
.col-md-9 .timeline-block:first-child .time:before {
    opacity: 1;
}
.timeline-block .time {
    position: absolute;
    left: -96px;
    top: 14px;
    background: #fff;
    border: 4px solid #fff;
}
.timeline-block__date {
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
}
.timeline-block__day {
    line-height: 27px;
    font-size: 18px;
    color: #6D727C;
}
.timeline-block__label {
    color: #6D727C;
    padding-bottom: 4px;
}
.timeline-block__heading {
    color: #004BC1;
    font-weight: bold;
    padding-bottom: 11px;
}
.timeline-block_img {
    width: 175px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 11px;
}
.timeline-block p {
    padding-bottom: 20px;
}

.timeline-block + .text-center .btn-square {
    margin-top: 60px;
}

.tags {
    display: inline-block;
    padding: 6px 10px 7px 10px;
    border-radius: 16px;
    border: 2px solid  #DEE3EF;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.1px;
    line-height: 14px;

    text-transform: uppercase;
    color: #6D727C;
    margin: 0 5px 10px 0;
    white-space: nowrap;
}
.tags:hover {
    text-decoration: none;
}

.timeline__conteiner {
    position: relative;
    padding-bottom: 30px;
    padding-top: 17px;
    max-width: 650px;
}

@media screen and (min-width: 601px) {
    .timeline-block_img {
        position: absolute;
        top: 24px;
        left: 0px;
    }

    .timeline-block_img + .timeline-block_text {
        margin-left: 205px;
    }
}



.sub-news.main-theme {
    background: #F5F7FA;
    box-shadow: none;
    max-width: 255px;
    min-height: auto;
    margin: 0 0 20px 0;
}
.sub-news.main-theme .sub-news_img {
    height: 170px;
    overflow: hidden;
}
.sub-news.main-theme .sub-news_img img {
    width: 255px;
    height: 170px;
    object-fit: cover;
}
.sub-news.main-theme .sub-news_heading {
    font-size: 16px;
    line-height: 24px;
    max-height: none;
}
.sub-news.main-theme  .sub-news_date {
    font-size: 16px;
    line-height: 24px;
}

.digest-section.digest-small {
    font-size: 16px;
    padding: 26px 20px 40px 20px;
    min-height: auto;
    margin: 30px 0 20px 0;
}
.digest-section.digest-small .mail-ico {
    width: 33px;
    height: 33px;
    border-radius: 6px;
    background-size: 20px auto;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 7px auto;
}
.digest-section.digest-small .mail-ico .messages {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    top: -7px;
    right: -7px;
}
.digest-section.digest-small .digest-section__heading {
    line-height: 24px;
    font-size: 21px;
    text-align: center;
    letter-spacing: 1.07px;
    padding-bottom: 12px;
}
.digest-section.digest-small p {
    text-align: center;
}
.digest-section.digest-small .form-control {
    width: 100%;
}
.digest-section.digest-small label {
    padding-bottom: 29px;
}
.digest-section.digest-small .info-ico {
    line-height: 18px;
    background-size: 16px auto;
    padding-left: 23px;
    margin-top: 2px;
    padding-bottom: 12px;
}
.digest-section.digest-small .btn {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 20px;
}


.section-heading {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}


.publications-heading {
    font-size: 40px;
    line-height: 54px;
    font-weight: bold;
    color: #999;
    padding-bottom: 37px;
}

.publications-heading__block {
    padding: 30px 0;
    margin-bottom: 30px;
    border: 1px solid #C2C5CB;
    border-width: 1px 0;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}
.publications-heading__block h2 {
    line-height: 45px;
    font-size: 30px;
    font-weight: normal;
    max-width: 715px;
    margin: 0 auto;
}
.publications-heading__block p {
    max-width: 715px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.main-content {
    font-size: 18px;
    line-height: 27px;
}
.main-content p {
    padding-bottom: 12px;
}

.social-aside {
    max-width: 99px;
}
/*---------- /text page ----------*/


/*================== mobile ==================*/
@media screen and (max-width: 991px) {
    .navbar-brand {
        position: absolute;
        top: 10px;
        left: 70px;
        z-index: 99;
    }
    .search_button {
        width: 22px;
        text-indent: -199px;
        background-image: url('/img/icn-search_white.svg');
    }
    #header .lang_block {
        display: none;
    }
    .navbar {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 999;
        padding: 0px;
        background: #1e6f9f;
        min-height: 70px;
    }
    .header_body {
        padding-top: 100px;
        padding-bottom: 25px;
    }

    .navbar-toggler {
        position: relative;
        z-index: 99;
        padding: 12px 20px;
    }
    .navbar-dark .navbar-toggler {
        border-color: transparent;
        outline: none;
    }
    .navbar-dark .navbar-toggler-icon {
        background: none;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: relative;
        height: 14px;
    }
    .navbar-dark .navbar-toggler-icon:before {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: 0px;
        right: 0px;
        border-top: 2px solid #fff;
    }
    .search_block {
        position: absolute;
        top: 23px;
        right: 10px;
    }
    .navbar-collapse {
        background: #1e6f9f;
        padding-top: 70px;
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        overflow: auto;
    }
}
@media screen and (max-width: 600px) {
    .mob-hide {
        display: none;
    }
    .logo-main {
        font-size: 14px;
    }
    .logo-main .rada-logo {
        margin: 4px auto 13px auto;
    }
    .logo-main h1 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 6px;
    }
    #header .lang_block {
        top: 20px;
        right: 15px;
    }
    .main {
        padding: 0 20px;
    }
    .block-heading {
        font-size: 22px;
        line-height: 32px;
    }

    .news-section {
        padding: 0px 20px 0px 20px;

    }
    .news-section .col-sm-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-news_heading {
        font-size: 14px;
        line-height: 20px;
        padding: 20px;
    }
    .main-news_heading small {
        font-size: 14px;
    }
    .main-news img {
        height: auto;
        width: 100%;
    }
    .sub-news_heading {
        font-size: 14px;
        line-height: 20px;
    }
    .sub-news {
        min-height: auto;
    }
    .sub-news_date {
        font-size: 12px;
    }

    .search-by-link {
        position: absolute;
        top: 16px;
        right: 20px;
    }

    .news-list-theme .rss-btn {
        top: 25px;
    }


    .plenary-week {
        padding: 10px 0 20px 0;
    }

    .news-section,
    .event-calendar,
    .petition-section,
    .digest-section,
    .request-online,
    .site-map,
    .bill-section {
        margin: 0 -20px;
    }

    .petition-section {
        padding: 20px;
    }
    .polling-tabs__heading {
        display: block;
        border-top: 2px solid #e7e8eb;
        padding-top: 20px;
        margin-top: 15px;
    }
    .polling-tabs__items {
        padding: 0px 0 20px 0;
    }
    .polling-tabs__items .nav-link {
        padding: 5px;
    }
    .polling-tabs__items li .active {
        color: #333;
        background: none;
        position: relative;
    }
    .polling-tabs__items li .active:after {
        content: '';
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -4px;
        height: 4px;
        background: #0048c0;
        border-radius: 2px;
    }
    .polling-tabs__items li a:not(.active):hover {
        background: none;
    }
    .polling-points ul {
        display: none;
    }

    .rada-tv__heading {
        font-size: 21px;
        line-height: 24px;
    }
    .watch-online__link {
        border-bottom: 2px solid #fff;
    }
    .rada-tv__video img {
        width: 100%;
        height: auto;
    }
    .full-mob-width {
        margin-left: -20px;
        margin-right: -20px;
    }
    .event-calendar {
        padding: 0 20px;
    }
    .event-date {
        font-size: 18px;
    }
    .event-date b {
        display: block;
    }
    .event-item {
        padding-left: 65px;
    }
    .event-calendar .more-event {
        top: 62px;
    }

    .time {
        font-size: 14px;
    }
    .event-item .time {
        font-size: 12px;
    }

    .block-heading {
        font-size: 21px;
        line-height: 27px;
    }

    .multimedia-item {
        margin: 0 auto 20px auto;
    }
    .multimedia-item__heading {
        font-size: 16px;
        line-height: 22px;
    }

    .digest-section {
        padding: 32px 20px;
        text-align: center;
        font-size: 16px;
    }
    .digest-section__heading {
        font-size: 21px;
        line-height: 24px;
    }
    .digest-section .mail-ico {
        position: relative;
        display: block;
        margin: 0 auto;
    }
    .info-ico {
        text-align: left;
    }
    .digest-section .btn {
        margin: 22px auto 0 auto;
    }
    .request-online {
        padding: 20px 20px;
    }
    .request-online__block {
        padding: 8px 20px 18px 20px;
        min-height: auto;
    }
    .request-online__heading {
        font-size: 21px;
        line-height: 24px;
        padding-bottom: 12px;
    }
    .request-online__block .btn-white {
        width: auto;
        color: #fff;
        background: url('/img/ico-link_white.png') right 12px no-repeat;
        padding: 5px 15px 5px 0;
        font-size: 14px;
        margin-right: 15px;
    }
    .request-online__block .btn-white:after {
        display: none;
    }

    .request-online__link {
        padding: 5px 15px 5px 0;
        background-position: right 12px;
        font-size: 14px;
    }

    .faq-online {
        max-width: none;
        margin-bottom: 15px;
    }
    .site-map {
        padding: 0 20px;
    }
    .bill-section {
        padding: 0 20px;
    }
    .articles-block {
        padding-top: 0px;
    }
    .more-link.text-right {
        text-align: left !important;
    }

    .multimedia-item__heading {
        font-size: 16px;
        line-height: 24px;
    }
    .multimedia-item__img img {
        width: 100%;
        height: auto;
    }
    .petition-block__heading {
        min-height: auto;
        padding-bottom: 15px;
    }
    .petition-block {
        padding: 20px;
    }
    .bill-item {
        padding: 15px;
    }
    .electronic-registration_heading {
        font-size: 21px;
        line-height: 24px;
    }
    .ul-list li {
        font-size: 16px;
        line-height: 24px;
    }

    #footer {
        padding: 20px;
    }
    #footer .lang_block {
        margin: 30px 0 0 0;
    }
    .social-footer {
        display: block;
        padding-top: 30px;
    }
    .social-footer > li:first-child {
        clear: both;
    }
    .social-footer > li:not(:first-child) {
        padding-left: 0px;
        width: 50%;
        float: left;
    }

    .social-footer {

    }
}
/*================== /mobile ==================*/



/*================== retina ==================*/
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .beta-block {
        background-image: url('/img/beta@2x.png');
        background-size: 40px 19px;
    }
    .kitsoft-block {
        background-image: url('/img/kitsoft@2x.png');
        background-size: 32px 24px;
    }
    .cc-block {
        background-image: url('/img/cc@2x.png');
        background-size: 32px 32px;
    }
    .play-btn {
        background-image: url("/img/play-btn@2x.png");
        background-size: 28px 32px;
    }
    .youtube-btn {
        background-image: url("/img/youtube-btn@2x.png");
        background-size: 81px 18px;
    }
}
/*================== /retina ==================*/
/*================== ycjaka ==================*/
.polling-list {
    max-height: 700px;
    overflow-y: auto;
}
/*================== /ycjaka ==================*/