body {
    font-size: 14px;
    font-family: RobotoRegular;
    position: relative;
    background-repeat: no-repeat;
    background-size: 150%;
    background-attachment: fixed;
    background-position: 3px;
}

body: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);
}

#header {
    height: 250px;
    background-image: url(../images/vector-blue-squares-abstract-background-geometric.jpg);
    position: relative;
}

#header:before {
    position: absolute;
    left:0;
    top:0;
    bottom: 0;
    right:0;
    width:100%;
    height: 100%;
    content: '';
    opacity: .9;
    background-color: #2C5594;
    z-index: 1;
}

#header .row {
    z-index: 2;
    position: relative;
}

#languages {
    height: 40px;
}

#languages .row {
    border-bottom: 1px solid white;
}

#languages .container {
    width: 1140px;
}

.list-socials li {
    display: inline-block;
    vertical-align: middle;
}

.list-socials li a {
    display: block;
    margin-right: 20px;
    margin-top: 10px;
}

.list-languages {
    text-align: center;
}

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

.list-languages li a {
    display: block;
    margin-right: 65px;
    position: relative;
    line-height: 40px;
    text-transform: uppercase;
    color:#a7a7a7;
}

.list-languages li a:after {
    position: absolute;
    width:1px;
    height: 20px;
    background-color:#a7a7a7;
    content: '';
    top:8px;
    right:-32px;
}

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

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

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

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

.list-top-menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.list-top-menu li a {
    display: block;
    margin-top: 10px;
}

#topContent ul li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 45px;
}

#topContent ul li:first-child {
    margin-right: 25px;
}

#topContent ul li a {
    color:white;
    font-family: RobotoMedium;
    text-transform: uppercase;
    font-size: 20px;
}


.quote {
    width:405px;
    height: 115px;
    position: relative;
    padding: 12px 15px;
    color:white;
    float: right;
    margin-top: 30px;
    font-family: RobotoItalic;
    font-size: 12px;
}

.quote .div1 {
    position: absolute;
    left: 10px;
    top: 0px;
    content: '';
    width: 390px;
    height: 1px;
    display: block;
    background: #4970A1;
}

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

.quote:before {
    position: absolute;
    height: 95px;
    width: 1px;
    background: #4970A1;
    left:0;
    top:10px;
    content: '';
}


.quote:after {
    position: absolute;
    height: 95px;
    width: 1px;
    background: #4970A1;
    right:0;
    top:10px;
    content: '';
}

.quote .div2 {
    position: absolute;
    left: 10px;
    bottom: 0px;
    content: '';
    width: 390px;
    height: 1px;
    display: block;
    background: #4970A1;
}


.quote span {
    float:right;
}

.list-menu {
    width: 100%;
    height: 60px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    margin-top: -30px;
    z-index: 5;
    position: relative;
    padding: 0 15px;
}

.list-menu ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.list-menu ul li {
    display: inline-block;
    position: relative;
    height: 80px;
}

.list-menu ul li a {
    display: block;
    font-family: RobotoBold;
    position: relative;
    padding-top: 20px;
    text-transform: uppercase;
    color:black;
    text-align: center;
    width: max-content;
    margin: 0 auto;
}

.list-menu ul li a:hover, .list-menu ul li a.active {
    color:#1a59a8;
    border-bottom: 1px solid #1a59a8;
}

body {
    background-image: url(../images/icons/background-body.jpg);
}

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

.categories ul li:hover > .submenu {
    display: block;
}

#menu .submenu, .categories .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: 85px;
    transform: translate(-50%, 2%);
}

.categories .submenu {
    top:0;
    left:360px;
}

.categories ul li {
    position: relative;
    width: 115%;
}

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

.categories .submenu:before {
    border-bottom: none;
    border-right:12px solid white;
    left: 2%;
    top: 16px;
    transform: translate(-50%, -50%) rotate(135deg);
}

#menu .submenu li, .categories .submenu li {
    display: block;
    height:  auto;
    width: 120%;
}

#menu .submenu li a, .categories .submenu li a {
    width: 180px;
    line-height: 16px;
    text-transform: initial;
    font-size: 12px;
    padding: 7px;
    display: block;
    text-align: left;
    margin: 0;
}

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

#content {
    margin-top: 30px;
}

.hot-line {
    width:100%;
    height: 220px;
    background-color: #0652A6;
    position: relative;
    overflow: hidden;
    color:white;
    text-align: center;
    z-index: 3;
}

.hot-line:before {
    position: absolute;
    content:url(../images/icons/background-hotline.png);
    width: 100%;
    height: 100%;
    opacity: .2;
    display: block;
    z-index: 1;
}

.hot-line span {
    display: block;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 5px;
    position: relative;
    z-index: 3;
}

.hot-line b {
    display: block;
    width: 165px;
    height: 35px;
    line-height: 40px;
    background-color: #FF9000;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    font-size: 24px;
}

.hot-line p {
    position: relative;
    z-index: 3;
    padding-top: 5px;
}

.categories {
    width:100%;
    background-color: white;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
    min-height: 100px;
    margin-top: 30px;
    padding: 30px 15px;
}

.categories ul li a {
    display: block;
    font-family: RobotoMedium;
    text-transform: uppercase;
    font-size: 16px;
    color:#3c4052;
    margin-bottom: 30px;
    line-height: 18px;
    padding-right: 45px;
}

.categories ul li:last-child a {
    margin-bottom: 0;
}

.categories ul li a:hover, .categories ul li a.active {
    color:#1a59a8;
}

.message-secretary {
    margin-top: 30px;
    background-color: white;
    padding: 30px 20px;
    text-align: center;
}


.message-secretary img {
    width: 100%;
    margin-bottom: 25px;
}

.message-secretary span {
    display: block;
    font-size: 13px;
}

.message-secretary a {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    /*height: 40px;*/
    /*line-height: 20px;*/
    background-color: #1A59A8;
    color:white;
    font-size: 13px;
    font-family: RobotoMedium;
    padding: 5px 0;
    text-transform: uppercase;
}

.message-secretary a:hover {
    background:#1F65BD;
}

.photogallery {
    margin-top: 30px;
}

.wrap-photogallery {
    height: 220px;
}

.photogallery h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    color:black;
}

.photogallery h3:hover {
    color:#1F65BD;
}

.photogallery a {
    display: block;
    position: relative;
}

.photogallery img {
    width: 100%;
}

.photogallery span {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    color:white;
    height: 50px;
    line-height: 50px;
}

.photogallery .wrap-photogallery a > span:before {
    position: absolute;
    content: '';
    background: #435260;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    opacity: .7;
}

.president {
    background: white;
    padding: 25px 15px 10px 15px;
}

.president img {
    width:100%;
}

.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;
    height: 20px;
}

.president ul li a:hover {
    border-bottom: 1px solid #1a59a8;
}

.news-other-site {
    margin-top: 30px;
}

.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;
}

.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;
}


.search, .emails {

    margin-top: 30px;
}


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

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


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



.search input[type="text"]:focus, .emails input[type="text"]:focus {
    border:1px solid #1F65BD;
}

.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;
    background-color: #1A59A8;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: -5px;
    font-size: 12px;
}

.btn-mailing {
    width: 100px;

}

.search input[type="submit"] {
    width:100px;
}

.subjects {
    margin-top: 30px;
}

.subjects h4 {
    background-color: white;
    text-align: center;
    text-transform: uppercase;
    color:#1a59a8;
    font-size: 14px;
    height: 70px;
    padding-top: 20px;
    border-bottom: 2px solid #1a59a8;
    margin-bottom: 5px;
    font-weight: bold;
}

.subjects ul li a {
    display: block;
    background-color: white;
    text-align: center;

    font-size: 13px;
    color:#262626;
    margin-bottom: 5px;
    padding: 5px 20px;
    font-weight: 600;
}

.subjects ul li a:hover {
    color:#1a59a8;
}

.files {
    margin-top: 30px;
}

.files ul li {
    clear: both;
    margin-bottom: 20px;
    background-color: white;
}

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

.files a {
    display: block;
    clear: both;
    height: 134px;
    overflow: hidden;
    box-shadow: 0px 9px 10px 10px rgba(58,58,58,0.04);
}

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

.files ul li:nth-child(2) p {
    padding-top: 5px;
}

.main-content h2 a {
    color:black;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.main-content h2 a:hover {
    color:#1F65BD;
}

.main-content h2, .photogallery h3 {
    font-size: 22px;
}


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

.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:1px solid #0d3a71;
}

.carousel-indicators {
    position: absolute;
    right: 20px;
    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 {
    height: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    background-color: white;
    border-bottom: 2px solid #1a59a8;
}

.other-caption h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 30px;
}

.list-news ul li {
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 7px;
    width:270px;
    margin-right: 0;
    vertical-align: top;
    background-color: white;
    border-bottom: 2px solid #1a59a8;
}

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

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

.list-news ul li span {
    display: block;
    color:#bcbcbc;
    padding: 10px 0 10px 20px;
}

.list-news ul li a:last-child {
    padding-left: 20px;
}

#linksFooter {
    margin-top: 0px;
}

#linksFooter a {
    display: block;
    text-align: center;
    position: relative;
    margin-top: 150px;
    color:black;
    z-index: 5;
}

#linksFooter a span {
    z-index: 67;
    position: relative;
    display: block;
    padding-top: 50px;
    text-align: center;
}

#linksFooter a:before {
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 0px);
}

#linksFooter .col-lg-3:first-child a:before {
    content:url(../images/icons/email-footer.png);
}

#linksFooter .col-lg-3:nth-child(2) a:before {
    content:url(../images/icons/questions-footer.png);
}

#linksFooter .col-lg-3:nth-child(3) a:before {
    content:url(../images/icons/grafic-footer.png);
}

#linksFooter .col-lg-3:last-child a:before {
    content:url(../images/icons/contact-footer.png);
}

#linksFooter a:hover {
    color:#1F65BD;
}

#linksFooter .col-lg-3 {
    position: relative;
}

#linksFooter .col-lg-3 a:after {
    position: absolute;
    content: url(../images/icons/emblem.png);
    left:50%;
    top:50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

#linksFooter .col-lg-3 a {
    width: 180px;
    margin: 145px auto 0;
}

/*#linksFooter .col-lg-3:first-child a {
    width: 180px;
    margin: 145px auto 0;
}

#linksFooter .col-lg-3:last-child a {
    width: 180px;
    float:right;
    margin: 145px auto 0;
}

#linksFooter .col-lg-3:nth-child(2) a, #linksFooter .col-lg-3:nth-child(3) a {
    width: 180px;
    margin: 145px auto 0 ;
}*/

#resources {
    margin-top: 100px;
}

#partners {
    margin-top: 50px;
}

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

#partners h3 {
    font-size: 22px;
    padding-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.list-resources ul li {
    display: inline-block;
    width:270px;
    margin: 0 8px;
    vertical-align: top;
    background-color: white;
}

.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-partners ul li a img {
    margin: 0 auto;
}




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

#carouselResources .carousel-indicators, #carouselResources1 .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-image: url(../images/icons/bg-footer.jpg);
    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:75%;
    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:#a0a0a0;
    font-family: RobotoLight;
    font-size: 12px;
}

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

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

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

.list-gallery ul li {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    overflow: hidden;
    margin-right: 18px;
    margin-bottom: 15px;
    background-color: white;
    border-bottom: 1px solid #0d3a71;
}

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

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


.list-gallery ul li a:last-child, .list-gallery ul li span {
    padding: 10px;
    height: 55px;
}


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

.pagination-standard {
    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;
}


.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;
    background: white;
    border-bottom: 1px solid #0d3a71;
}

.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;
    color:#797979;
}

.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:200px;*/
    height: 30px;
    position: relative;
    border:1px solid #ccc;
    border-radius: 3px;
    line-height: 30px;
    color:black;
    padding-left: 50px;
    padding-right: 10px;
    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;
}

.wrap-virtual-parlament-page h2, .wrap-search-page h2, .list-page-news h2 {
    font-size: 22px;
}

.wrap-search-page h2, .list-page-news h2 {
    margin-bottom: 30px;
}

.tabs {
    display: none;
}

.tabs.active {
    display: block;
}

.form-parlament form input[type="submit"]:hover {
    background: #1F65BD;
}

.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-page-news {
    background: white;
    padding: 25px;
    border-bottom: 2px solid #1a59a8;
}


.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;
}

.list-questions a:hover {
    background: #1F65BD;
}

.wrap-questions-page {
    background-color: white;
    padding: 25px;
    border-bottom: 1px solid #0d3a71;
}

.list-questions ul li:last-child {
    border: none;
}

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

.list-page-news .caption-news:hover {
    color:#1a59a8;
}

.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;
}

.list-page-news .show-more-btn:hover {
    background-color: #1F65BD;
}

.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-page-news {
    background-color: white;
    padding: 20px;
    border-bottom: 1px solid #0d3a71;
}


#menu .submenu2 {
    right: -185px;
    left: initial;
    top: 0;
    padding: 10px;
    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;
}

#menu .submenu2:before {

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

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

.files ul li a img {
    box-shadow: 0px 2px 5px 2px rgba(14,14,14,0.2);

}


.submenu.subcatgories {
    left:300px;
    top:-5px;
}

.indicators-left {
    right: initial;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -10%;
    float: none;
    margin: 0;
}

.indicators-left li {
    width:10px;
    height: 10px;
    margin-right: 5px;
    border: 1px solid #ccc;
    background: none !important;
}

.indicators-left li.active {
    border:1px solid #1F65BD;
}

.wrap-page-news p {
    padding-bottom: 15px;
}
