body {
    font-size: 14px;
    font-family: RobotoRegular;

    position: relative;
}

#content:before {
    content: url(../images/big-embleme.png);
    background-repeat: no-repeat;
    position: absolute;
    opacity: .03;

}

@font-face {
    font-family: RobotoRegular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: RobotoMedium;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: RobotoItalic;
    src: url(../fonts/Roboto-Italic.ttf);
}

@font-face {
    font-family: RobotoBold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: RobotoThin;
    src: url(../fonts/Roboto-Thin.ttf);
}

@font-face {
    font-family: RobotoLight;
    src: url(../fonts/Roboto-Light.ttf);
}

#languages {
    height: 50px;
    background-color: #1A59A8;
}

.list-languages li {
    display: inline-block;
}

.list-languages li a {
    display: block;
    font-family: RobotoRegular;
    text-transform: uppercase;
    color: #a7a7a7;
    position: relative;
    margin-right: 60px;
    line-height: 50px;
}

.list-languages li a.active, .list-languages li a:hover {
    color:white;
}

.list-languages li a:after {
    position: absolute;
    content: '';
    width:1px;
    margin-left: 30px;
    height: 50%;
    top:12px;
    border-right: 1px solid #a7a7a7;
}

.list-top-menu {
    float:right;
}

.list-top-menu li {
    display: inline-block;
}

.list-top-menu li a {
    margin-left: 15px;
    line-height: 35px;
}

#header {
    height: 190px;
}

.wrap-caption img {
    width: 90%;
    padding-top: 10px;
}

#header h2 {
    font-size: 17px;
    font-family: RobotoMedium;
    text-transform: uppercase;
    padding-left: 0px;
    color:white;
    margin-left: -20px;
    padding-top: 10px;
    width: 260px;
}

.wrap-caption {
    padding-top: 55px;
}

#header {
    background-image: url(../images/house.png);
    background-repeat: no-repeat;
    background-position: center 0;
}

.quote {
    height: 125px;
    color:white;
    width: 320px;
    float:right;
    font-family: RobotoItalic;
    font-size: 14px;
    padding: 10px 0px 10px 15px;
    margin-top: 30px;
}

img[style="float: left;"] {
    margin-right: 15px;
}

.quote p {
    font-size: 11px;
    padding-top: 7px;
    text-align: justify;
}

.quote span {
    float: right;
    font-size: 11px;
}

#topMenu {
    box-shadow: 0 6px 4px -1px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    /*height: 70px;*/
}

#topMenu ul li {
    display: table-cell;
    position: relative;
}

#topMenu ul {
    width: 100%;
    display: flex;
    border-top: 1px solid #ccc;
    justify-content: space-between;
}

#topMenu ul li a {
    display: block;
    text-transform: uppercase;
    font-family: RobotoBold;
    color:black;
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    position: relative;
}

#topMenu ul li:hover .submenu {
    display: block;
}

.search input, .emails input {
    height: 35px;
}

.search, .emails {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.search input[type="text"], .emails input[type="text"] {
    border-radius: 3px;
    padding-left: 10px;
    border:1px solid #ccc;
    width: 170px;
}

.search input[type="text"]::placeholder, .emails input[type="text"]::placeholder {
    font-family: RobotoThin;
    font-size: 12px;
    color:#262626;
}

.search input[type="submit"], .emails input[type="submit"] {
    color:white;
    border-radius: 3px;
    background-color: #1A59A8;
    border:none;
    cursor: pointer;
    margin-left: -5px;
    width: 100px;
}

.categories ul li a {
    text-transform: uppercase;
    font-family: RobotoMedium;
    font-size: 16px;
    color:#1a59a8;
    display: block;
    line-height: 23px;
    margin-bottom: 15px;
}

#content .col-lg-3 {
    padding-left: 0;
}

.categories {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.virtual-cabinet {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.virtual-cabinet a {
    display: block;
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
    color:black;
    background-image: url(../images/icons/line.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 3px;
}

.visits ul li a {
    display: block;
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    height: 55px;
    line-height: 55px;
    padding-left: 75px;
    font-size: 22px;
    color:black;
    margin-bottom: 20px;
    position: relative;
    border-radius: 3px;
}

.carousel-item .view img, .list-news ul li a img {
    border-radius: 3px;
}

.visits {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;

}

.visits ul li:first-child a:before {
    position: absolute;
    left:10px;
    top:7px;
    content:url(../images/world.png);
}

.visits ul li:last-child a:before {
    position: absolute;
    left:10px;
    top:5px;
    content:url(../images/visits.png);
}

.emails {
    padding-top: 30px;
}

.city-btn a {
    color:#1A59A8;
}

.photogallery {
    margin-bottom: 30px;
}

.photogallery  a {
    font-size: 22px;
    padding-bottom: 20px;
    color:#1A59A8;
}

.other-caption h2 a, .wrap-news h2 a, #deputats h3 a {
    color:#1A59A8;
}

.photogallery  a:hover, .other-caption h2 a:hover, .wrap-news h2 a:hover, #deputats h3 a:hover {
    color:black;
}

.wrap-photogallery {
    border-radius: 3px;
    padding-bottom: 15px;
}

.wrap-photogallery img {
    width: 100%;
    border-radius: 3px;
}

.photogallery .wrap-photogallery a:last-child {
    padding-top: 15px;
    color:black;
    border:1px solid #ccc;
    border-top: none;
    padding-bottom: 10px;
    border-radius: 0 0 3px 3px;
    font-size: 14px;
}

.photogallery a:last-child {
    padding-left: 10px;
    display: block;
}

.carousel-item .view {
    width: 98%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    margin: 0 auto;
}

.president img {
    width:100%;
}

.wrap-news h2 {
    font-size: 22px;
    color:#0d3a71;
    position: relative;
    padding-left: 50px;
    padding-bottom: 30px;
}

.wrap-news h2:before {
    position: absolute;
    left:0;
    top:-2px;
    content:url(../images/news.png);
}

#content .block-right-sidebar {
    padding-left: 15px;
    padding-right: 0;
}

.president {
    padding: 15px;
    background-color: white;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    margin-bottom: 30px;
}

.president p {
    background-color: white;
    opacity: .8;
    margin-top: -85px;
    padding: 7px;
    display: block;
    font-size: 13px;
    text-align: center;
}

.president ul {
    text-align: center;
}

.president ul li {
    display: inline-block;
    padding: 5px;
}

.president ul li a {
    display: block;
    color:#1a59a8;
    font-family: RobotoMedium;
}



.news-other-site h4 {
    text-align: center;
    font-family: RobotoMedium;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color:#1a59a8;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.news-other-site {
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    padding: 25px 10px 20px;
    background-color: white;
    border-radius: 3px;
}

.news-other-site span {
    color:#bcbcbc;
    float: left;
    padding-right: 5px;
    font-size: 13px;
}

.news-other-site p {
    font-size: 13px;
    color:black;
}

.news-other-site ul li {
    padding-top: 20px;
}

.files {
    margin-top: 30px;
}

.files ul li {
    clear: both;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
}

.files ul li:hover {
    box-shadow: 0 0 10px 7px rgba(221, 221, 221, 1);
}

.files img {
    float:left;
    margin-right: 15px;
}

.files a {
    display: block;
    clear: both;
    height: 134px;
}

.files p {
    color:#0d3a71;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 10px;
}

.votes {
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    padding:25px 15px;
    margin-top: 30px;
}

.votes h5 {
    text-align: center;
    font-size: 15px;
    padding-bottom: 20px;
    font-family: RobotoBold;
}

.votes input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}


.votes ul li {
    margin-bottom: 5px;
}
.votes ul li label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.votes ul li label:before {
    position: absolute;
    left:5px;
    content: '';
    width:20px;
    height: 20px;
    border-radius: 50%;
    border:1px solid #4987CE;
}


.votes ul li input:checked + label:after {
    position: absolute;
    content: url(../images/arrow.png);
    left: 7px;
    top: 2px;

}

.votes form a {
    display: block;
    margin: 20px auto;
    color:white;
    height: 35px;
    line-height: 35px;
    background-color: #1A59A8;
    text-transform: uppercase;
    width: 135px;
    text-align: center;
    border-radius: 3px;
}

.contacts a, .questions a {
    display: block;
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    position: relative;
    height: 85px;
    font-size: 22px;
    color:#0d3a71;
    margin-top: 30px;
    padding-left: 105px;
    line-height: 85px;
}

.symbols a {
    display: block;
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    position: relative;
    height: 85px;
    font-size: 22px;
    color:#0d3a71;
    margin-top: 30px;
    padding-top: 10px;
    text-align: center;
    background-image: url(../images/icons/line.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contacts a:before {
    position: absolute;
    left:25px;
    top:15px;
    content: url(../images/phone.png);
}

.questions a:before {
    position: absolute;
    left:25px;
    top:20px;
    content: url(../images/answers.png);
}

.questions a {
    line-height: 30px;
    padding-left: 105px;
    padding-top: 15px;
}

.carousel-description span {
    color:#bcbcbc;
    display: block;
    padding-bottom: 5px;
}

#content .col-lg-6{
    border-left: 1px solid #ccc;
}

.carousel-description {
    padding: 15px 25px;
}

.carousel-description a {
    color:#262626;
    font-size: 25px;
    line-height: 27px;
    height: 65px;
    display: block;
}

.carousel-indicators {
    float:right;
    bottom: 0;
}

.carousel-indicators li {
    width:7px;
    height: 7px;
    border-radius: 50%;
    border:1px solid #0d3a71;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
     left: initial;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    -ms-flex-pack: center;
    /* justify-content: center; */
    /* padding-left: 0; */
    /* margin-right: 15%; */
    /* margin-left: 15%; */
    list-style: none;
}

.carousel-indicators li.active {
    background-color: #0d3a71;
}

#carouselNews {
    border-bottom: 2px solid #1A59A8;
}

.list-news {
    margin-top: 30px;
}

.list-news ul li {
    display: inline-block;
    width:270px;
    margin-right: 0;
    vertical-align: top;
}

.list-news ul li:nth-child(2n - 1) {
    margin-right: 10px;
}

.list-news ul li a {
    padding-top: 15px;
    color:black;
    min-height: 40px;
    display: block;
}

.list-news ul li span {
    display: block;
    float:right;
    color:#bcbcbc;
    padding-top: 10px;
}

.other-caption {
    padding-top: 30px;
    padding-left: 50px;
    position: relative;
}

.news-other-site p:hover {
    color:#1A59A8;
}

.virtual-cabinet a:hover, .visits ul li a:hover, .contacts a:hover, .questions a:hover, .symbols a:hover, .list-resources ul li:hover, .list-virtual ul li a:hover {
    box-shadow: 0 0 10px 7px rgba(221, 221, 221, 1);
}

.search input[type="submit"]:hover, .emails input[type="submit"]:hover, .votes form a:hover {
    background-color: #363A48;
}

.other-caption hr {
    position:absolute;
    border-top: 2px solid #1A59A8;
    height: 2px;
    width:100%;
    left:0;
    top:25px;
}

.president ul li a:hover {
    color:black;
}

#topMenu ul li a:hover, #topMenu ul li a.active {
    color:#1A59A8;
}

.categories ul li a:hover {
    color:black;
}

.other-caption h2 {
    background-color: white;
    z-index: 4;
    width: max-content;
    padding-right: 5px;
    padding-bottom: 0;
}

.other-caption h2:before {
    position:absolute;
    content:url(../images/teamwork.png);
    top:-5px;
    left:+5px;
}

.other-caption2 h2:before {
    position:absolute;
    content:url(../images/meeting.png);
    top:-5px;
    left:+5px;
}

.photogallery:last-child {
    margin-bottom: 0;
}

#deputats .col-lg-12 {
    margin-top: 30px;
    border-top: 2px solid #1A59A8;
    padding: 0;
}

#deputats h3 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tabs-parlament {
    margin-bottom: 20px;
}

.footer-text > li span a {
    color:#a0a0a0;
}

.wrap-deputat .wrap-img {
    /*border-radius: 50%;*/
    width:125px;
    height: 125px;
    overflow: hidden;
}

.wrap-deputat {
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    height: 170px;
    padding: 15px;
    position: relative;
}

.wrap-deputat:after {
    position:absolute;
    content:url(../images/emblem.png);
    opacity: .1;
    right:25px;
    top:15px;
}

.first-deputat {
    margin-left: 20px;
}

.wrap-deputat a {
    font-family: RobotoMedium;
    font-size: 16px;
    color:#1a59a8;
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
}

#resources {
    margin-top: 30px;
}

#resources .col-lg-12 {
    border-top: 1px solid #ccc;
    padding: 0;
}

#resources h3 {
    font-size: 22px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.list-resources ul li {
    display: inline-block;
    width:270px;
    margin: 0 12px;
    vertical-align: top;
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
}

.list-resources ul li:first-child {
    margin-left: 0;
}

.list-resources ul li:last-child {
    margin-right: 0;
}

.list-resources {
    height: 100px;
}

.list-resources ul li a {
    color:black;
    font-size: 13px;
    height: 85px;
    position: relative;
    display: flex;
    padding: 15px;
    align-items: center;
}

.list-resources ul li a img {
    flex-shrink: 0;
    display: block;
    margin-right: 20px;
}


.list-resources ul li a:before {
    position: absolute;
    left:10px;
}

#carouselResources .carousel-indicators {
    float:none;
    margin-right:15%;
    margin-left: 15%;
    justify-content: center;
    position: initial;
    margin-top: 30px;
}

#carouselResources .carousel-inner {
    overflow: initial;
}

#footer {
    background-color: #1A59A8;
    height: 185px;
    margin-top: 30px;
    padding-top: 50px;
}

#footer .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
    border-right: 2px solid #ccc;
}

#footer .col-lg-7 {
    padding-right: 0;
}

.logo-content li:first-child {
    width:75px;
}

.logo-content li:last-child {
    width:70%;
    text-transform: uppercase;
    margin-left: 25px;
}

.logo-content li {
    font-family: RobotoMedium;
    color:white;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
}

.footer-text > li {
    display: inline-block;
    vertical-align: bottom;
    width: 430px;
}

.footer-text > li p {
    color:white;
    font-family: RobotoLight;
}

.footer-text > li span {
    color:#a0a0a0;
    font-family: RobotoLight;
    font-size: 16px;
    display: block;
    padding-top: 10px;
}

.footer-text > li:last-child {
    width: 210px;
}

.list-static li {
    display: inline-block;
    width:49%;
    vertical-align: top;
}

.wrap-photogallery-page h2:before {
    content:url(../images/photogallery.png);
}

.list-gallery ul li {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    overflow: hidden;
    margin-right: 18px;
    margin-bottom: 15px;
}

.list-gallery ul li:nth-child(3n) {
    margin-right: 0;
}

.list-gallery ul li a, .list-gallery ul li span {
    display: block;
    color:black;
    padding-top: 10px;
}



.list-gallery ul li a img {
    border-radius: 3px;
}

.pagination-standard {
    background-color: #F8F8F8;
    height: 50px;
    width: max-content;
    margin: 0 auto;
}

.pagination-standard li {
    display: inline-block;
    margin-left: -.36em;
    width:50px !important;
}

.pagination-standard li a {
    line-height: 50px;
    display: block;
    width:50px;
    height: 50px;
    text-align: center;
    border-radius: 3px;
    color:black;
    font-size: 17px;
    padding: 0 !important;
}

.pagination-standard li a.active, .pagination-standard li a:hover {
    background-color: #1A59A8;
    color:white;
}

#topMenu .submenu {
    position: absolute;
    /* left: 40px; */
    padding: 10px;
    top: 80px;
    z-index: 858;
    background-color: white;
    width: 200px;
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    border-top: none;
     display: none;
    left: 100px;
    transform: translate(-50%, 2%);
}

#topMenu .submenu:before {
    border: 12px solid transparent;
    border-bottom: 12px solid white;
    content: '';
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translate(-50%, -50%);
}

#topMenu .submenu li {
    display: block;
}

#topMenu .submenu li a {
    line-height: 16px;
    text-transform: initial;
    font-size: 12px;
    padding: 7px;
    display: block;
    text-align: left;
}

#topMenu .submenu li a:hover {
    background-color: #1A59A8;
    color:white;
}

.wrap-virtual-page h2:before {
    content:url(../images/virtual.png);
}

.list-virtual ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.list-virtual ul li:last-child {
    margin-right: 0;
}

.list-virtual ul li a {
    display: block;
    height: 65px;
    width: 170px;
    text-align: center;
    padding-top: 15px;
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    background-image: url(../images/icons/line.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color:black;
}

.content-virtual {
    padding-top: 30px;
}

.content-virtual p {
    padding-bottom: 20px;
}

.wrap-virtual-parlament-page h2:before {
    content:url(../images/virtual-parlament.png);
}

.tabs-parlament ul li {
    display: inline-block;
    vertical-align: top;
    width:49%;
}

.tabs-parlament ul {
    border-bottom: 1px solid #ccc;

}

.tabs-parlament ul li a {
    display: block;

    text-align: center;
    font-size: 17px;
    color:black;
    line-height: 50px;
}

.tabs-parlament ul li a.active {
    color:#1a59a8;
}

.list-field li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
}

.list-field {
    margin-top:30px;
}

.form-parlament form {
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    padding: 25px;
}

.list-field li input, .tab2 input {
    height: 30px;
    width: 240px;
    border:1px solid #ccc;
    border-radius: 3px;
    padding-left: 10px;
}

.list-field li:nth-child(2n-1) {
    margin-right: 20px;
}

.list-field li textarea {
    resize: none;
    outline: none;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #ccc;
}

.list-field li textarea[name="address"] {
    height: 70px;
}

.list-field li.message-textarea {
    width:100%;
}

.list-field li.message-textarea textarea {
    width:100%;
    height: 80px;
}

.list-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.tabs p {
    padding-bottom: 10px;
}

.list-checkbox label {
    padding-left: 45px;
    position: relative;
    cursor: pointer;
}

.list-checkbox label:before {
    position:absolute;
    left:0;
    top:1px;
    content:'';
    width:20px;
    height: 20px;
    border:1px solid #1a59a8;
    border-radius: 50%;
}

.list-checkbox input:checked + label:after {
    position: absolute;
    content: url(../images/arrow.png);
    top:2px;
    left:2px;
}

.list-checkbox input[type="file"] {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.list-checkbox .btn-file {
    width:170px;
    height: 30px;
    position: relative;
    border:1px solid #ccc;
    border-radius: 3px;
    line-height: 30px;
    color:black;
    padding-left: 50px;
    display: inline-block;
    margin-top: 10px;
}

.list-checkbox .btn-file:before {
    position: absolute;
    left:15px;
    top:3px;
    content:url(../images/download.png);
}

.form-parlament form input[type="submit"] {
    display: block;
    border:none;
    color:white;
    border-radius: 3px;
    text-align: center;
    margin: 30px auto 0;
    background-color: #1A59A8;
    text-transform: uppercase;
    width:195px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.mini-info-deputat li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.mini-info-deputat li:last-child {
    width:65%;
    margin-bottom: 20px;
}

.mini-info-deputat li span {
    display: block;
    text-transform: uppercase;
    font-family: RobotoMedium;
    font-size: 16px;
    color:#1a59a8;
}

.mini-info-deputat .wrap-img {
    /*border-radius: 50%;*/
    width: 125px;
    height: 125px;
    overflow: hidden;
}

.mini-info-deputat a {
    display: block;
    color:white;
    text-transform: uppercase;
    width:190px;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    background-color: #1a59a8;
    height: 35px;
    font-size: 12px;
    margin: 15px 0;
}

.mini-info-deputat p {
    font-size: 15px;
}

.other-info-deputat {
    margin-top: 30px;
}

.other-info-deputat span {
    font-family: RobotoMedium;
    font-size: 15px;
    display: inline-block;
    float:left;
    padding-right: 10px;
}

.other-info-deputat li {
    margin-bottom: 15px;
    float:right;
    width: 100%;
}

.clear {
    clear: both;
}

.wrap-deputat-page, .wrap-page-news, .list-page-news {
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    padding: 25px;
}

.wrap-page-news h1 {
    font-family: RobotoMedium;
    font-size: 17px;
}

.btn-edit-page {
    display: block;
}

.wrap-page-news > span {
    font-size: 13px;
    color:#848383;
    display: block;
    padding-top: 15px;
    padding-bottom: 5px ;
}

.wrap-page-news img {
    /*display: block;*/
    margin-bottom: 15px;
    max-width: 100%;
    /*height: 100%;*/
}

.wrap-page-news iframe {
    max-width: 100%;
}

.shared p {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}

.shared {
    text-align:right;
    margin-top: 50px;
}

.wrap-questions-page h2:before {
    content:url(../images/questions.png);
}

.list-questions a {
    display: block;
    height: 35px;
    line-height: 35px;
    width:190px;
    text-align: center;
    margin: 10px 0;
    color:white;
    background-color: #1A59A8;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: RobotoMedium;
    font-size: 12px;
}

.list-questions ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.list-questions ul li span {
    display: block;
    font-family: RobotoBold;
    font-size: 17px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}

.list-questions ul li.active span:after {
    content: url(../images/arrow-top.png);
}

.list-questions ul li span:after {
    position:absolute;
    right:0;
    content: url(../images/arrow-bottom.png);
}

.list-questions ul li p {
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.list-questions ul li.active p {
    height: auto;
}

.deputats-page > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.deputats-page > ul > li .wrap-img {
    /*border-radius: 50%;*/
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.deputats-page > ul > li ul li {
    display: inline-block;
    width:38%;
    vertical-align: top;
}

.deputats-page > ul > li ul li:last-child {
    width:60%;
}

.deputats-page h2 {
    font-size: 22px;
    color:#0d3a71;
    margin-bottom: 30px;
}

.deputats-page a {
    font-size: 12px;
    text-align: left;
    color:black;
    font-weight: bold;
}

.deputats-page span {
    color:#b1afaf;
    font-size: 13px;
    display: block;
}

.list-page-news > ul > li {
    margin-bottom: 25px;
}

.deputats-page ul li ul li:last-child {
    padding-top: 15px;
}

.list-page-news > ul > li ul li {
    width:40%;
    display: inline-block;
    vertical-align: top;
}

.list-page-news ul {
    position: relative;
}

.list-page-news > ul > li > a {
    display: block;
    color:black;
    padding: 10px 0;
    font-family: RobotoMedium;
}

.list-page-news > ul > li img {
    width:200px;
}

.list-page-news > ul > li ul li:last-child {
    width:58%;
    font-size: 13px;
    padding-left: 10px;
    word-wrap: break-word;
}

.btn-show-more {
    position: absolute;
    right:0;
    bottom:0;
    font-size: 13px;
}

.list-languages li:last-child a:after {
    display: none;
}

.list-languages li:last-child a {
    margin-right: 0;
}

.wrap-search-page h2:before {
    content: url(../images/search2.png);
}

.list-page-news .caption-news {
    font-size: 16px;
}

.list-page-news span {
    display: block;
    font-size: 13px;
    position: relative;
    padding-left: 25px;
}

.list-page-news span:before {
    position: absolute;
    left:0;
    top:2px;
    content: url(../images/clock.png);
}

.list-page-news .show-more-btn {
    display: block;
    color:white !important;
    text-align: center;
    margin: 10px 0;
    border-radius: 3px;
    width:120px;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    background-color: #1A59A8;
    padding: 0 !important;
    font-size: 12px;
}

.tabs {
    display: none;
}

.tabs.active {
    display: block;
}

.categories ul li ul {
    padding-left: 25px;
    display: none;
}

.categories ul li ul li a {
    text-transform: initial;
    line-height: 30px;
    font-size: 14px;
}

.subcatgories:after {
    position: absolute;
    right:10px;
    top:5px;
    content:url(../images/next.png);
}

#topMenu .submenu2 {
    right: -220px;
    left: initial;
    top: 0;

    display: none;
    position: absolute;
    z-index: 858;
    background-color: white;
    width: 200px;
    box-shadow: 0 0 10px 0px rgba(221, 221, 221, 1);
    border-top: none;
}

#topMenu .submenu2:before {

    left: -23px;
    top: 7px;
    content:'';
    position: absolute;
    border: 12px solid transparent;
    border-right: 12px solid white;
}

#topMenu .submenu > li:hover .submenu2 {
    display: block;
}

.deputats-page .wrap-img a img {
    width:100%;
}

#header {
    background-color: #005fa9;
    /*background-color: #2960A5;*/
}
