﻿
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto";
}

html, body {
    overflow-x: hidden;
}

a {
    color: #0A7FB1;
    text-decoration: none;
}

    a:hover {
        color: #0FABEE;
        text-decoration: underline;
    }

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.trnstn-menu {
    position: relative;
    /*animation: change-menu 3s infinite;*/
}

@-webkit-keyframes change-menu {
    0% {
        opacity: 1
    }

    25% {
        opacity: 0.5
    }

    50% {
        opacity: 0.7
    }

    100% {
        opacity: 1
    }
}

@keyframes change-menu {
    0% {
        opacity: 1
    }

    25% {
        opacity: 0.5
    }

    50% {
        opacity: 0.7
    }

    100% {
        opacity: 1
    }
}

.trnstn-menu:before {
}

.trnstn-menu span {
    display: none
}

header {
    background-color: #464751;
    width: 100%;
}

    header a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }

        header a:hover {
            text-decoration: none;
        }

.condolences {
    height: 100px;
    background: #000;
    text-align: center;
}

    .condolences a {
        color: #fff;
        font-size: 14px;
        line-height: 6;
    }

.top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 54px;
}

    .top-header > div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .top-header ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* justify-content: space-between; */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
        list-style: none;
        -webkit-margin-after: 0;
        margin-block-end: 0;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        -webkit-padding-after: 0;
        padding-block-end: 0;
        position: relative;
    }

    .top-header li {
        margin-right: 16px;
    }

.languages > ul > li:hover > ul.lang-list, li:hover > ul.more-list {
    display: block;
}

ul.lang-list {
    display: none;
    position: absolute;
    background-color: #464751;
    line-height: 1.42;
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding: 10px !important;
    z-index: 3;
    margin-left: -10px;
}

.socials ul, .more ul {
    float: right;
}

.socials ul {
    /*border: 1px solid #fff;
    border-radius: 7px;
    background: #fff;*/
}

.social-icon {
    width: 21px;
    height: 21px;
}

.more {
    display: none;
}

ul.more-list {
    display: none;
    position: absolute;
    background-color: #464751;
    line-height: 1.42;
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding: 10px !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

.more-list-dropdown {
    float: right;
}

.live-body {
    position: relative;
    float: right;
}

.live-text {
    position: absolute;
    top: 0;
    font-family: P T Serif;
}

.live img {
    height: 100%;
    vertical-align: middle;
    opacity: 0.8;
}

.live:hover img {
    -moz-opacity: 1;
    opacity: 1;
}

.live-text {
    border-left: 7px solid #B42E2E;
    color: #fff;
    height: 100%;
    color: rgba(255, 255, 255, 0.75);
    padding: 7px;
}

    .live-text i {
        display: block;
        font-size: 22px;
    }

    .live-text span {
        text-transform: uppercase;
        font-size: 14px;
    }

#blink {
    -webkit-animation: blink 2.5s linear infinite;
    animation: blink 2.5s linear infinite;
}

@-webkit-keyframes blink {
    50% {
        color: rgb(180, 46, 46);
    }

    51% {
        color: rgba(184, 121, 121, 0);
    }

    100% {
        color: rgba(255, 255, 255, 0);
    }
}

@keyframes blink {
    50% {
        color: rgb(180, 46, 46);
    }

    51% {
        color: rgba(184, 121, 121, 0);
    }

    100% {
        color: rgba(255, 255, 255, 0);
    }
}

.live-line {
    display: inline-block;
    float: left;
    width: 8px;
    height: 54px;
    background-color: #b42e2e;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
}

    .navigation a:hover {
        text-decoration: none;
    }

    .navigation > div {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.r-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.name {
    padding-left: 10px;
}

    .name a {
        color: #505154;
        font-size: 19px;
        text-decoration: none;
    }

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}

    .menu > div {
        padding: 0 30px;
        margin: auto;
        height: 100%;
    }

        .menu > div > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 100%;
        }

.dropdown {
    overflow: hidden;
}

    .dropdown .dropbtn {
        border: none;
        outline: none;
        background-color: inherit;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        text-transform: uppercase;
        color: #606060;
        cursor: pointer;
    }

    .navbar a:hover,
    .dropdown:hover .dropbtn,
    .dropdown a:hover {
        text-decoration: none;
        -webkit-text-decoration-color: #0a7fb1;
        text-decoration-color: #0a7fb1;
        color: #0FABEE;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    z-index: 10;
    height: auto;
    margin-left: -16px;
    padding-top: 0px;
    max-width: 250px;
    border-bottom: 3px solid #0A7FB1;
}

    .dropdown-content a {
        float: none;
        padding: 8px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-style: normal;
        font-weight: normal;
        line-height: 1.5;
        color: #606060;
    }

        .dropdown-content a:hover {
            text-decoration: none;
            -webkit-text-decoration-color: #0a7fb1;
            text-decoration-color: #0a7fb1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.single-menu {
    text-align: center;
    text-decoration: none;
    color: #606060;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search {
    display: block;
    /*    width: 200px;*/
    /*    height: 200px;*/
    background: #464751;
    border-radius: 6px;
    line-height: 36px;
    float: right;
    text-align: center;
    vertical-align: bottom;
}

    .search a {
        color: #fff;
    }

/* Правое боковое меню */
.right-menu {
    width: 250px;
    min-width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    left: -250px;
    background: #fff;
    padding: 15px 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 2000;
    overflow-y: auto;
    padding-top: 25px;
}

.right-menu-toggle {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2001;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.right-menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
}

    .right-menu-items > div {
        margin-bottom: 20px;
    }

    .right-menu-items .dropdown-content {
        position: relative;
        margin-top: 20px;
    }

    .right-menu-items .dropbtn a {
        display: block;
    }

    .right-menu-items .dropbtn i {
        float: right;
    }

.right-menu input {
    width: 100%;
    margin: 10px 0;
    padding: 5px 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.right-menu > div > span {
    color: gray;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-top: 21px;
}

.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none /*flex*/;
    margin-right: 20px;
}

.hamburger-button {
    /* background: red; */
    padding: 10px;
    -webkit-box-flex: .5;
    -ms-flex: .5;
    flex: .5;
    display: none;
    cursor: pointer;
    position: relative;
}

    .hamburger-button span,
    .hamburger-button span::after,
    .hamburger-button span::before {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        width: 25px;
        height: 2px;
        background-color: #464751;
    }

        .hamburger-button span::after,
        .hamburger-button span::before {
            content: '';
            display: block;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

        .hamburger-button span::before {
            -webkit-transform: translateY(-7px);
            -ms-transform: translateY(-7px);
            transform: translateY(-7px);
        }

        .hamburger-button span::after {
            -webkit-transform: translateY(7px);
            -ms-transform: translateY(7px);
            transform: translateY(7px);
        }

.hamburger-button-active span::before {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 14px;
}

.hamburger-button-active span::after {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 14px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.site-news {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    background: #0A7FB1;
}

.first-news-picture {
    width: 50vw;
    padding-bottom: 50px;
}

    .first-news-picture img {
        float: right;
        height: 70vh;
        margin-bottom: 60px;
        -o-object-fit: cover;
        object-fit: cover;
        opacity: 1;
        width: 100%;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }

.first-of-news {
    position: relative;
    display: block;
    width: auto;
}

.caption {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.8);
    font-size: 25px;
    color: #fff;
    overflow: hidden;
}

.other-news {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

.first-of-news, .news-loop {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.take-an-empty-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #0A7FB1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

    .take-an-empty-space a {
        display: block;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        height: 50%;
    }

    .take-an-empty-space img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .take-an-empty-space figure {
        height: 100%;
        margin: 0;
        color: #ffffff;
        opacity: 1;
        position: relative;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }

        .take-an-empty-space figure:hover {
            opacity: 1;
            color: #000000;
        }

            .take-an-empty-space figure:hover > figcaption {
                background: #8EC4DB;
            }

    .take-an-empty-space figcaption {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        padding-top: 10px;
        padding-left: 10px;
        background: rgba(10, 127, 177, 1);
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .take-an-empty-space figcaption span {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

.first-news {
    display: none;
}

    .first-news img {
        width: 100%;
    }

    .first-news a {
        position: relative;
    }

    .first-news .caption {
        bottom: 0;
    }

.plenary-and-maslikhat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #0FABEE;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .plenary-and-maslikhat img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: middle;
    }

    .plenary-and-maslikhat > div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

.pleanary img {
    opacity: 1;
}

.maslikhat img {
    opacity: 0.5;
}

.pleanary a, .maslikhat {
    position: relative;
    display: block;
    height: 100%;
}

.pleanary-body {
    background: rgba(56, 59, 68, 0.75);
}

.pleanary-body, .maslikhat-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white !important;
    font-size: 25px;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pleanary-icon i, .maslikhat-icon i {
    display: block;
    background: #0A7FB1;
    padding: 30px;
    font-size: 70px;
    border-radius: 50%;
    /* margin-right: 25px;  */
}

.maslikhat-icon i {
    margin: 0;
    /* margin-left: 25px; */
}

.pleanary-text p, .maslikhat-text p {
    font-size: 30px;
}

.pleanary-text {
    padding-left: 25px;
}

.maslikhat-text {
    padding-right: 25px;
}

.work-with-maslikhat-date {
    font-size: 20px !important;
}

.law-projects--last {
    position: relative;
    background: #ECECEC;
    padding-top: 131px;
    padding-bottom: 131px;
}

.law-projects--last-bg {
    background: url(../images/plenary.png) no-repeat;
    width: 100%;
    background-size: cover;
    position: absolute;
    bottom: 0;
    height: 50%;
}

    .law-projects--last-bg::before {
        background: rgba(10, 127, 177, 0.75);
        ;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
    }

.law-projects--last-content {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 70px 100px !important;
    position: relative;
    z-index: 1;
}

.law-projects--last-header span {
    color: #0a7fb1;
    font-size: 14px;
}

.law-projects--last-header h2 {
    margin: 0;
}

    .law-projects--last-header h2 a {
        color: #000;
        text-decoration: none;
    }

.law-projects--last-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.law-projects--last-card {
    overflow: hidden;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 0 5px;
    margin-bottom: 20px;
}

.law-projects--last-picture {
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 200px;
}

    .law-projects--last-picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
        vertical-align: middle;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }

.law-name, .law-committee {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.law-committee {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 40px;
}

.show-more a {
    display: block;
    text-decoration: none;
    color: #ECECEC;
    overflow: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 15px 25px;
    border-radius: 56px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    background: -o-linear-gradient(right, #0A7FB1 50%, #464751 50%);
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #0A7FB1), color-stop(50%, #464751));
    background: linear-gradient(to left, #0A7FB1 50%, #464751 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

    .show-more a:hover {
        background-position: left bottom;
    }

.anounce {
    padding: 100px 0;
}

    .anounce h2 {
        text-align: center;
        font-size: 40px;
    }

.anounce-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.anounce-card {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    position: relative;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-bottom: 60px;
    margin-bottom: 70px;
}

.anounce-picture {
    overflow: hidden;
    height: 200px;
}

    .anounce-picture img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
        -o-object-fit: cover;
        object-fit: cover;
    }

.anounce-text {
    padding: 15px;
}

    .anounce-text span {
        display: block;
        margin-bottom: 10px;
    }

.anounce-title {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 50px;
}

.anounce-text i {
    margin-right: 10px;
}

.anounce-more {
    position: absolute;
    bottom: -21px;
    width: 100%;
    text-align: center;
}

    .anounce-more a {
        display: block;
        text-decoration: none;
        background: #C4C4C4;
        background: -o-linear-gradient(right, #C4C4C4 50%, #464751 50%);
        background: -webkit-gradient(linear, right top, left top, color-stop(50%, #C4C4C4), color-stop(50%, #464751));
        background: linear-gradient(to left, #C4C4C4 50%, #464751 50%);
        background-size: 220% 100%;
        background-position: right bottom;
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
        color: #0A7FB1;
        overflow: hidden;
        width: 70%;
        margin: auto;
        font-size: 16px;
        padding: 15px 20px;
        border-radius: 56px;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }

        .anounce-more a:hover {
            background-position: left bottom;
            color: #fff;
        }

.deputies {
    position: relative;
    width: 100%;
    /* width: 1920px; */
    min-height: 450px;
    height: 100%;
    overflow: hidden;
    background: url(../images/plenary.png) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .deputies::before {
        background: -o-linear-gradient(top, rgba(10, 10, 10, 0) -73.81%, rgba(10, 127, 177, 0.874) -55.66%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.81%, rgba(10, 10, 10, 0)), color-stop(-55.66%, rgba(10, 127, 177, 0.874)));
        background: linear-gradient(180deg, rgba(10, 10, 10, 0) -73.81%, rgba(10, 127, 177, 0.874) -55.66%);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
    }

.deputies-container {
    padding: 70px 0;
}

.deputies-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.deputies-caption {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    overflow: hidden;
    margin: auto 0;
}

    .deputies-caption h2 {
        font-size: 70px;
        color: #fff;
    }

.deputies-photos {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .deputies-photos > div {
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
        padding: 0 10px 10px 0;
    }

    .deputies-photos img {
        width: 100%;
    }

/* Slick slider */
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    width: 35px !important;
    height: 35px !important;
    font-size: 18px !important;
    line-height: 0 !important;
    border-radius: 25px !important;
    padding: 0 !important;
    background-color: #eee !important;
    border: none !important;
    color: #0b73a0;
    cursor: pointer;
    outline: none !important;
}

button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 0px;
}

button.slick-next.slick-arrow {
    margin-left: 50px;
}
/* Slick slider */

.dep-requests-container span {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: #0A7FB1;
}

.deputies-container h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    margin-top: 0;
}

.deputies-container-title {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
}

.deputies-container-summary {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    width: 352px;
}

.dep-request-container {
    padding: 100px 0;
    padding-top: 100px !important;
}

.dep-requests {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dep-request-header span {
    color: #0a7fb1;
    font-size: 14px;
}

.dep-request-header h2 {
    margin: 0;
}

    .dep-request-header h2 a {
        color: #000;
        text-decoration: none;
    }

.dep-request-card {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.dep-request-picture {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.dep-request-body {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.dep-request-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.dep-request-body {
    padding: 15px;
}

    .dep-request-body span {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
    }

        .dep-request-body span:hover {
            color: #0a7fb1;
        }

    .dep-request-body a:hover {
        color: #0b73a0;
        text-decoration: none;
    }

.dep-request-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 60px;
}

.dep-request-more {
    font-size: 13px !important;
    font-style: italic !important;
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer {
    margin-top: 200px !important;
    background: -o-linear-gradient(top, rgba(10, 10, 10, 0) -73.81%, rgba(10, 127, 177, 0.874) -55.66%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-73.81%, rgba(10, 10, 10, 0)), color-stop(-55.66%, rgba(10, 127, 177, 0.874)));
    background: linear-gradient(180deg, rgba(10, 10, 10, 0) -73.81%, rgba(10, 127, 177, 0.874) -55.66%);
}

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    /*position: relative;*/
    margin-top: 70px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-subscribe {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    background: #0A7FB1;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: -45px;
    margin-bottom: 35px;
    width: 350px;
    padding: 40px;
    text-align: center;
}

.footer-nav {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.footer-subscribe img {
    margin: auto;
}

.footer-subscribe h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-subscribe h4 {
    font-weight: normal;
    font-size: 14px;
}

.footer-official {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 35px !important;
}

.footer-input {
    text-align: center;
    width: 260px;
    padding: 5px 0px;
    /* height: 40px; */
}

#footer-submit {
    position: relative;
    z-index: 1;
    left: -25px;
    top: 1px;
    color: #7B7B7B;
    cursor: pointer;
    width: 0;
    font-size: 15px;
}

.social-networks-footer {
    width: 100%;
}

    .social-networks-footer ul {
        display: contents;
    }

        .social-networks-footer ul li {
            display: inline-block;
            margin-left: 12px;
            font-size: 25px;
        }

.us-soc-networks {
    width: 100%;
    float: left;
    margin-top: 36px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .footer-menu > ul {
        -ms-flex-preferred-size: 19.555556%;
        flex-basis: 19.555556%;
        margin: 0;
        padding: 30px 10px;
    }

    .footer-menu a {
        color: #fff;
        display: block;
    }

        .footer-menu a p {
            word-break: break-word;
            font-size: 14px;
        }

    .footer-menu > ul > li {
        font-weight: normal;
        font-size: 20px;
        line-height: 26px;
    }

.copyright {
    background: #F5F5F5;
    padding: 35px 20px 35px 0;
    text-align: right;
}

.title-bg {
    background: url('../images/bg.png');
    padding: 56px 0;
}

    .title-bg h1 {
        margin: 0;
    }

.news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .news-wrapper:not(.without-pt) {
        margin-top: 30px;
    }

.news-list {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    width: 100%;
}

.news-list-sidebar {
    -ms-flex-preferred-size: 30%;
    flex-basis: 25%;
}

.sticky-sidebar-inner {
    padding: 10px;
    /* padding-bottom: 50px; */
}

.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #DFDFDF;
    margin: 20px 0;
    padding-bottom: 20px;
}

.news-item-text {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    padding-right: 70px;
}

.news-item-picture {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    overflow: hidden;
}

.news-item-text.no-picture {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.news-item-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.news-title a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

    .news-title a:hover {
        color: #0a7fb1;
    }

.news-summary, .news-summary span, .news-summary p {
    font-size: 16px !important;
    text-indent: 0 !important;
    font-family: 'Roboto' !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5rem !important;
    font-weight: normal !important;
    font-style: normal !important;
    display: -webkit-box !important;
    text-align: left !important;
    -webkit-line-clamp: 3 !important;
    height: 4.5rem !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
}

    .news-summary span {
        display: inline !important;
    }

.news-item-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    /* justify-content: space-between; */
}

    .news-item-tags > span {
        margin-right: 20px;
        background: #EBEBEB;
        color: #5F5F5F;
        padding: 5px 10px;
        font-weight: 600;
        font-size: 11px;
    }

        .news-item-tags > span > i {
            margin-right: 10px;
        }

.popular-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #A8A8A8;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding: 20px 0;
}

.popular-img {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.popular-text {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popular-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #615D5D;
    text-transform: uppercase;
    text-decoration: none;
}

    .popular-title a:hover {
        color: #0a7fb1;
    }

.popular-clock {
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 140%;
    text-transform: uppercase;
    color: #5F5F5F;
}

.popular-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-list-sidebar ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .news-list-sidebar ul li {
        /* width: 100%; */
    }

.news-list-sidebar h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 4px;
}

.news-list-sidebar small {
    color: #939297;
    text-transform: uppercase;
}

.news-list-sidebar .popular-hr {
    height: 6px;
    background-color: #000;
    margin-bottom: 17px;
}

.news-list-sidebar .cal-hr {
    height: 6px;
    background-color: #000;
}

.news-detail-picture img {
    width: 100%;
}

.news-detail-picture {
    width: 100%;
}

.news-detail-title {
    font-size: 21px;
}

.news-detail-shared {
    color: #5F5F5F;
    height: 50px;
    background-color: #eee;
    width: 100%;
    padding: 16px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 50px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .news-detail-shared i {
        margin-left: 7px;
        margin-right: 3px;
    }

.news-detail-shared-socials i {
    font-size: 22px;
}

.news-detail-shared a {
    color: #5F5F5F;
    margin: 0 5px;
}

.news-detail-shared > div {
    padding: 0 10px;
}

.news-list-sidebar .category a {
    text-transform: uppercase;
    color: #5F5F5F;
    font-weight: 600;
}

.news-list-sidebar .category li {
    margin-top: 10px;
}

/*calendar*/
.cal-left {
    float: left;
    padding: 0 4px;
}

.cal-right {
    float: right;
    padding: 0 4px;
}

.monthname {
    width: 18em;
    text-align: center;
}

.calendar span {
    margin-bottom: .5em;
    margin-top: .5em;
    font-weight: 600;
    cursor: pointer;
}

.calendar li .event {
    background: #eee;
}

.calendar {
    background: #eee;
    color: #6c6c6c;
    min-height: 150px;
    /* margin-bottom: 50px; */
}

    .calendar .week-day-name {
        font-weight: bold;
    }

    .calendar li {
        list-style: none;
        text-transform: uppercase;
        float: left;
        width: 14.2857142857%;
        text-align: center;
        cursor: pointer;
        border: 1px solid #fff;
        font-size: 12px;
        padding: 7px;
        font-weight: normal;
    }

        .calendar li.event {
            background: #0fabee;
            font-weight: bold;
            color: #fff;
        }

        .calendar li:hover, .calendar li.red {
            color: red;
        }

        .calendar li:nth-child(-n+7) {
            color: #666;
        }

.clndr-controls .clndr-previous-button,
.clndr-controls .clndr-next-button {
    /*width: 15%;*/
    text-align: center;
}

.clndr-controls .month {
    width: 65%;
}

.calendar > ul {
    padding-left: 0;
    margin: 0;
}

.event-desc {
    font-size: 12pt;
    text-align: justify;
}

.page-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    overflow: hidden;
}

.documents-list {
    display: block;
    margin: 0;
    list-style: none;
    padding: 0;
}

.section-content {
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
    overflow: hidden;
}

.page-right-menu {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.documents-list li {
    border-bottom: 1px solid #DFDFDF;
    padding: 20px 0;
}

.documents-list a {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    text-decoration: none;
    margin-bottom: 20px;
}

    .documents-list a:hover {
        color: #0a7fb1;
    }

.documents-list span {
    background: #EBEBEB;
    padding: 5px 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 140%;
    text-transform: uppercase;
    color: #5F5F5F;
}

    .documents-list span i {
        margin-right: 10px;
    }

.page-content-wrapper {
    margin-top: 36px;
}

.page-right-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

    .page-right-menu ul {
        margin: 0;
        padding: 0;
    }

    .page-right-menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-transform: uppercase;
    }

        .page-right-menu li a {
            padding: 10px 0;
            font-size: 14px;
            color: #606060;
            padding-left: 10px;
            cursor: pointer;
            text-decoration: none;
        }

            .page-right-menu li a:hover {
                color: #0a7fb1;
            }

        .page-right-menu li:first-child {
            border-top: 1px solid #cacaca;
            border-bottom: 1px solid #cacaca;
        }

        .page-right-menu li:not(:first-child) {
            border-bottom: 1px solid #cacaca;
        }

    .page-right-menu ul li.sub {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .page-right-menu ul li ul {
        margin-left: 20px;
        padding-left: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.2s ease-out;
        -o-transition: max-height 0.2s ease-out;
        transition: max-height 0.2s ease-out;
        width: 90%;
    }

        .page-right-menu ul li ul li:last-child {
            border-bottom: none;
        }

    .page-right-menu .active {
        border-left: 2.5px solid #0A7FB1;
        font-weight: bold;
    }

.page-content-wrapper .has-right-menu {
    /*margin-left: 217px;*/
    width: 75%;
    float: left;
}

.law-projects-table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

    .law-projects-table th, .law-projects-table td {
        border: 1px solid #000;
        padding: 8px;
    }

    .law-projects-table a:hover {
        color: #0a7fb1;
    }

    .law-projects-table tr:nth-child(even) {
        background-color: #F5F5F5;
    }

.responsive-table {
    overflow-x: auto;
}

.dep-requests-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.dep-requests-list {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dep-requests-item {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 20px;
}

.dep-requests-item-text {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

.flex-img {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    overflow: hidden;
}

    .flex-img img {
        width: 100%;
        height: 100%;
        ;
        -o-object-fit: cover;
        ;
        object-fit: cover;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }

.dep-requests-title a {
    color: #000;
    text-decoration: none;
}

    .dep-requests-title a:hover {
        color: #0A7FB1;
    }

.dep-requests-item-tags span {
    color: #5F5F5F;
    background: #EBEBEB;
    font-size: 11px;
    padding: 6px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}

    .dep-requests-item-tags span i {
        margin-right: 6px;
    }

.dep-requests-summary {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.dep-requests-answers {
    color: #37942a;
    font-size: 11px;
    padding: 0px;
    display: inline-block;
    margin-right: 0px;
    margin-top: 10px;
}

.btn-more {
    background-color: #0a7fb1;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.pv-block iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.pv-caption {
    position: absolute;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    margin: 0;
    line-height: 1;
    height: auto;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    padding: 5px;
}

.button-list {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .button-list div {
        float: right;
        margin-top: -5px;
    }

    .button-list .multimedia-link {
        border: 3px solid;
        border-color: #0A7FB1;
        color: #000;
        cursor: pointer;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: calc(.375em - 1px);
        padding-left: .75em;
        padding-right: .75em;
        padding-top: calc(.375em - 1px);
        text-align: center;
        white-space: nowrap;
        border-radius: 30px;
        background: #fff;
    }

    .button-list a.active {
        background-color: #0A7FB1;
        color: #fff;
        text-decoration: none;
    }

    .button-list a:hover {
        background-color: #0A7FB1;
        color: #fff;
        text-decoration: none;
    }

.photo-details-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

    .photo-details-list:after {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        content: "";
    }

.photo-details-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 10px;
}

    .photo-details-item > div {
        position: relative;
        height: 100%;
        margin: auto;
        overflow: hidden;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .photo-details-item img {
        width: 100%;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: middle;
    }

    .photo-details-item span {
        display: block;
        position: absolute;
        bottom: 0;
        z-index: 1;
        background: #000000;
        opacity: 0;
        padding: 0;
        margin: 0;
        color: #fff;
        width: 100%;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }

    .photo-details-item img:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .photo-details-item > div:hover span {
        opacity: 1;
    }

.deputy-container h3 a {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}

    .deputy-container h3 a:hover {
        color: #0a7fb1;
    }

.deputies-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .deputies-list::after {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        content: "";
    }

.deputy-item {
    -ms-flex-preferred-size: 33.333333333333333333%;
    flex-basis: 33.3333333333333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
}

.deputy-image {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

    .deputy-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.deputy-full-name {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
}

    .deputy-full-name ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .deputy-full-name ul li:first-child {
            /*text-transform: uppercase;*/
        }

    .deputy-full-name li {
        margin: 0;
        padding: 0;
        font-style: normal;
        font-weight: lighter;
        font-size: 18px;
        line-height: 25px;
        display: inline-block;
        word-wrap: break-word;
    }

    .deputy-full-name a {
        color: #000;
        text-decoration: none;
    }

    .deputy-full-name span {
        font-size: 0.8rem
    }

    .deputy-full-name a:hover {
        color: #0a7fb1;
    }

.committee-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.person-card {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    color: #000;
}

    .person-card:hover {
        text-decoration: none;
        color: #0A7FB1;
    }

.person-card--photo {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

    .person-card--photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.person-card--text {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
}

.person-card--full-name {
    margin-bottom: 8px;
}

.person-card--position {
    font-size: 0.8em;
    color: #999;
}

.deputy-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.deputy-photo {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: center;
}

    .deputy-photo img {
        width: 100%;
    }

.deputy-text-info {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 0 10px;
}

.deputy-feedback {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: -o-linear-gradient(left, #464751 50%, #0a7fb1 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #464751), color-stop(50%, #0a7fb1));
    background: linear-gradient(to right, #464751 50%, #0a7fb1 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    color: #fff;
    font-size: 1rem;
    border-radius: .25rem;
    cursor: pointer;
}

    .deputy-feedback:hover {
        text-decoration: none;
        color: #fff;
        background-position: left bottom;
    }

.deputy-name {
    /* margin: 0; */
    /* padding: 0; */
    /* font-style: normal; */
    font-weight: bold;
    font-size: 26px;
    line-height: 25px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.deputy-position {
    color: #505154;
    font-size: 14px;
    margin: 16px 0;
    text-align: left;
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fback {
    width: 400px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .fback form .appeals,
    .fback form .signature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.form-group {
    margin-bottom: 10px;
}

.fback form input:not([type="file"]),
.fback form textarea,
.fback form select {
    /*background-color: transparent;*/
    border: 1px solid #d1d1d1;
    border-radius: .25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    /*height: 3.8rem;*/
    padding: 10px;
    width: 100%;
    font-size: 16px;
    font-family: inherit;
}

.fback form textarea {
    resize: vertical;
}

.blue {
    color: #fff;
    background-color: #0a7fb1;
}

.error {
    color: red;
    display: none;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline label {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .form-inline input {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }

.form-group .info {
    margin-top: 10px;
    display: block;
    color: #6c757d;
    text-align: center;
    font-size: 80%;
    font-weight: 400;
}

    .form-group .info.bold {
        font-size: 90%;
        font-weight: 600;
    }

.green {
    color: white;
    background-color: green;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

    .pagination button:first-child {
        margin-right: 10px;
    }

    .pagination button {
        background: white;
        padding: 10px;
        color: #606060;
        border: 1px solid rgba(174, 174, 174, 0.60);
        cursor: pointer;
    }

        .pagination button[disabled] {
            color: #aeaeae;
            cursor: not-allowed;
        }

            .pagination button[disabled]:hover {
                background: none;
            }

.depreq-popular-item {
    padding: 10px;
}

    .depreq-popular-item .popular-title {
        -webkit-box-flex: 2.25;
        -ms-flex: 2.25;
        flex: 2.25;
        padding-right: 10px;
    }

    .depreq-popular-item .popular-clock {
        padding-top: 10px;
    }

    .depreq-popular-item .popular-img {
        -webkit-box-flex: .75;
        -ms-flex: .75;
        flex: .75;
    }

.dep-request-files {
    margin-left: 25px;
}

    .dep-request-files i:last-child {
        margin-right: 10px;
    }

table#replies {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #eee;
    font-size: 90%;
}

    table#replies td {
        border: 1px solid #eee;
    }

    table#replies td, th {
        padding: 10px;
    }

    table#replies tr:nth-child(even) {
        background-color: #eaeaea;
    }

    table#replies th {
        color: #5f5f5f;
        text-indent: 0;
        text-align: center;
    }

.text-indent-0 {
    text-indent: 0;
}

table#replies td i {
    color: #5f5f5f;
}

    table#replies td i:last-child {
        margin-right: 10px;
    }

/* Режим для слабовидящих */
.special-modes-wrapper {
    background: #FFFFFF;
    /* box-shadow: 0 2px 6px rgba(40,36,35,.1);     */
    -webkit-box-shadow: 0 4px 2px -2px rgb(199, 199, 199);
    box-shadow: 0 4px 2px -2px rgb(199, 199, 199);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 55;
}

.special-modes-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
}

    .special-modes-container button {
        outline: 0;
        background: #fff;
        border: 2px solid #E6E6E6;
        padding: 10px 20px;
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 100%;
        margin: 10px 0;
    }

.special-modes-reset-close button.is-icon {
    border: none;
    font-size: 20px;
}

.special-modes-container button.is-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
}

.special-modes-container button.is-contrast {
    background: #E3E3E3 !important;
    border: 2px solid #E3E3E3;
}

.special-modes-container button.is-inversion {
    background: #282423 !important;
    color: #fff !important;
    border: 2px solid #282423;
}

.special-modes-container button.is-comfort {
    background: #E5DED6 !important;
    color: #815F4C !important;
    border: 2px solid #E5DED6;
}

.special-modes-container button.is-blue {
    background: #9DD1FF !important;
    color: #3B6B99 !important;
    border: 2px solid #9DD1FF;
}

.special-modes-container button.is-brown {
    background: #3B2716 !important;
    color: rgb(169, 228, 77) !important;
    border: 2px solid #3B2716;
}

.special-modes-container button.is-active {
    border: 1px solid rgb(224, 12, 12);
}

.special-modes-container .is-times {
    font-family: 'Times New Roman', Times, serif;
}

.special-modes-fonts button {
    font-size: 22px;
}

.special-modes-container span {
    display: block;
    margin: 12px 0;
    font-weight: 500;
    line-height: 15px;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.special-modes-reset-close {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}

.special-modes-settings {
    -ms-flex-preferred-size: 88%;
    flex-basis: 88%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.special-modes-images {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.special-modes-fonts {
    padding-left: 20px;
}

/* Новости слайдер */
.slideshow-box {
    max-width: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
}

    .slideshow-box img {
        width: 100%;
        padding: 0;
    }

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -25px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: 0.6 ease;
    -o-transition: 0.6 ease;
    transition: 0.6 ease;
    border-radius: 0 3px 3px 0;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.9);
    }

.slide-text {
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.slide-mobile-text {
    display: none;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -o-animation-name: fade;
    -o-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

@-webkit-keyframes fade {
    from {
        opacity: .3;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .3;
    }

    to {
        opacity: 1;
    }
}

/* Фотогалерея в депутатах */
.deputy-photos-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    width: 100%;
}

.deputy-photos-item-container {
    display: inline-block;
    padding: 0.8rem;
    width: 100%;
}

.deputy-photos-item {
    width: 100%;
}

    .deputy-photos-item p {
        font-size: 12px;
        text-decoration: none;
        cursor: pointer;
    }

    .deputy-photos-item a {
        text-decoration: none;
        color: #0A7FB1;
    }

        .deputy-photos-item a:hover {
            color: #5f5f5f;
        }

    .deputy-photos-item img {
        cursor: pointer;
        width: 100% !important;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

        .deputy-photos-item img:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

.submit-button,
.next-button {
    background: #f5f5f5;
    padding: .5rem 1rem;
    border: none;
    outline: none;
    border-radius: .25rem;
    cursor: pointer;
}

    .submit-button:hover,
    .next-button:hover {
        background-color: lightgray;
    }

.next-button {
    float: right;
}

#send-email {
    cursor: pointer;
}

    #send-email i {
        color: #0a7fb1;
    }

/*input[name="email"] {
    text-align: center;
}*/

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .form-inline .input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background-color: #fff;
        border-radius: .125rem;
    }

    .form-inline input {
        /*flex: 1;*/
        border: none;
        border-radius: .125rem;
        padding: .25rem .5rem;
    }

        .form-inline input:focus {
            outline: none;
        }

    .form-inline button {
        border: none;
        color: white;
        background-color: transparent;
        border-radius: .125rem;
    }

.top-news-full-width {
    background: -o-linear-gradient(top, #0A7FB1 50%, #fff 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0A7FB1), color-stop(50%, #fff));
    background: linear-gradient(to bottom, #0A7FB1 50%, #fff 50%);
    background-size: 100% 100%;
    background-position: bottom top;
    padding-top: 35px;
}

.top-news-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-news-item {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
}

.top-news-item-image {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}

.top-news-item-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 20px 10px;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2rem;
    height: 3.6rem;
}

    .top-news-item-text a {
        color: #000;
        cursor: pointer;
        text-decoration: none;
    }

        .top-news-item-text a:hover {
            color: #0A7FB1
        }

#counter {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2px;
}

.input-wrapper {
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color: white;
}


.input-icon {
    padding: 8px;
    min-width: 50px;
    text-align: center;
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    /*border-radius: 5px;*/
    background-color: #464751;
    cursor: pointer;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

    .input-icon:hover {
        background-color: #0A7FB1;
    }

.input-field {
    width: 100%;
    padding: 10px;
    padding-right: 30px;
    margin-right: -2px;
    border: 1px solid #464751;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    outline: none;
    font-size: 16px;
}

    .input-field:focus {
        border: 1px solid #0A7FB1;
        -webkit-box-shadow: 0 0 5px rgba(10, 127, 177, 0.7);
        box-shadow: 0 0 5px rgba(10, 127, 177, 0.7);
    }

.search-list-item {
    margin: 10px;
    border-bottom: 1px solid rgb(223, 223, 223);
    padding: 20px 0;
}

.search-button {
    color: #ECECEC;
    margin: auto;
    padding: 12px 20px;
    border-radius: 40px;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.8s;
    background: -o-linear-gradient(right, #0A7FB1 50%, #464751 50%);
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #0A7FB1), color-stop(50%, #464751));
    background: linear-gradient(to left, #0A7FB1 50%, #464751 50%);
    background-size: 250% 100%;
    background-position: right bottom;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    border: none;
    outline: none;
    cursor: pointer;
}

    .search-button:hover {
        background-position: left bottom;
    }

    .search-button:disabled {
        opacity: 0.2;
        background-position: right bottom;
    }

.mourning {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1024;
    background-color: #272727;
    background: url("../images/flag1.png") no-repeat;
    background-size: cover;
    user-select: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

    .mourning .mourning-img {
        width: 50%;
        max-height: 100%;
    }

    .mourning .arraw-down {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 2rem;
        width: 2.5rem;
    }

.mourning-mini {
    cursor: pointer;
    text-align: center;
    padding: 1rem;
    background-color: #272727;
    color: white;
}

@media (max-width: 1199.98px) {
    .container {
        max-width: 1140px;
        padding: 0 10px;
    }

    .menu {
        font-size: 12px;
    }

    .name a {
        font-size: 16px;
    }

    .r-caption img {
        height: 40px;
    }

    .menu > div {
        padding: 0 15px;
    }

    .search {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .law-projects--last-content {
        padding: 70px 10px !important;
    }

    .deputies-caption {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .deputies-photos {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .deputies-box {
        margin: 20px auto;
    }

    .deputies-caption h2 {
        font-size: 25px;
    }

    .deputies-photos img {
        max-width: 120px;
    }

    .footer-menu > ul {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }

    .news-item-picture, .deputy-item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    .news-item-text {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }

    .caption {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .mourning .mourning-img {
        width: 62.5%;
    }

    .container {
        max-width: 960px;
    }

    /*#abay,
    #counter,*/
    .news-list-sidebar,
    .menu-items, .live, .menu, .search {
        display: none;
    }

    .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .more, .hamburger-button {
        display: block;
    }

    header ul {
        padding: 10px 0 !important;
    }

    .trnstn-menu {
        border: none;
        padding: 0;
    }

        .trnstn-menu span {
            font-size: 14px;
        }

    .socials ul {
        padding: 5px !important;
    }

        .socials ul li {
            padding: 0;
        }

    .navigation > div {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .first-news-picture img {
        height: 400px;
    }

    .first-news .caption {
        font-size: 20px;
    }

    .pleanary-icon i, .maslikhat-icon i {
        padding: 20px;
        font-size: 50px;
        border-radius: 50%;
    }

    .pleanary-text p, .maslikhat-text p {
        font-size: 22px;
    }

    .maslikhat-text i {
        font-size: 14px;
    }

    .law-projects--last {
        padding-bottom: 0;
        padding-top: 0;
    }

    .deputies-container {
        padding: 70px 10px !important;
    }

    .law-projects--last-card {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        border-bottom: 1px solid #A8A8A8;
    }

    .law-projects--last-picture {
        height: 300px;
    }

    .law-projects--last-content {
        padding: 20px 10px !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .anounce-card {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }

    .footer-menu > ul {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-nav, .footer-subscribe {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .footer-subscribe {
        margin: 0;
        margin-top: 15px;
        width: auto;
        padding: 40px;
    }

    .footer-input {
        width: 215px;
    }

    .footer-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-title a {
        font-size: 16px !important;
    }

    .news-item-text {
        padding-right: 10px;
    }

    .news-summary p, .news-summary span {
        font-size: 14px !important;
    }

    .news-list {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .news-list-sidebar {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .news-list-sidebar {
        padding-left: 0;
    }

        .news-list-sidebar > div > ul > li {
            -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
        }

    .page-right-menu,
    .section-content,
    .dep-requests-list {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .photo-details-item {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
    }

    .form-feedback {
        width: 50%;
    }
    /*.media-items {
        column-count: 2;
    }*/

    .top-news-item-image {
        height: 180px;
    }
}

@media (max-width: 767.98px) {
    .mourning .mourning-img {
        width: 75%;
    }

    .container {
        max-width: 100%;
    }

    .first-news-picture, .first-of-news {
        display: none;
    }

    .first-news {
        display: block;
    }

    .other-news {
        position: relative;
    }

    .first-of-news, .news-loop {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .take-an-empty-space figure {
        opacity: 1;
    }

    .take-an-empty-space figcaption {
        min-height: 10px;
    }

    .other-news {
        margin-top: 25px;
    }

    .plenary-and-maslikhat {
        height: 100%;
    }

        .plenary-and-maslikhat > div {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }

    .pleanary-text p, .maslikhat-text p {
        font-size: 20px;
    }

    .pleanary-icon i, .maslikhat-icon i {
        padding: 15px;
        font-size: 40px;
        border-radius: 50%;
    }

    .work-with-maslikhat-date {
        font-size: 12px !important;
    }

    .law-projects--last-picture {
        height: 250px;
    }

    .deputies-container-title {
        font-size: 16px;
    }

    .dep-request-card,
    .footer-menu > ul {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .multimedia-item, .photo-details-item, .deputy-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    /*.multimedia-sidebar{
        width: 40%;
    }*/

    .form-feedback {
        width: 70%;
    }

    .socials i {
        font-size: 12px;
    }

    .socials ul li {
        padding: 0px;
    }

    .socials a {
        font-size: 12px;
        line-height: 1rem;
    }

    .socials ul li {
        margin: 0 5px;
    }

    /*.media-items {
        column-count: 1;
    }*/
    .deputy-photos-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .top-news-item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }

    .top-news-item-image {
        height: initial;
    }

    .top-news-full-width {
        background-image: none;
    }
}

@media (max-width: 575.98px) {
    .mourning .mourning-img {
        width: 82.5%;
    }

    .take-an-empty-space a {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: initial;
    }

    .first-news .caption {
        font-size: 14px;
    }

    .law-projects--last-picture {
        height: auto;
    }

    .law-projects--last-card, .anounce-card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .law-projects--last {
        padding: 0;
    }

    .news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .news-list-sidebar > div > ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .flex-img {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

    .dep-requests-item-text {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    }

    .multimedia-item, .photo-details-item, .deputy-item, .person-card, .deputy-text-info, .deputy-photo {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .deputy-item, .person-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    /*.multimedia-sidebar{
        width: 100%;
    }*/
    .deputy-container h3 a {
        font-size: 20px;
    }

    .form-feedback {
        width: 97%;
    }

    .deputies-photos > div {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }
    /*.multimedia-items {
        -webkit-column-count: 1;
        column-count: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }*/
    .top-news-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.SlideBarRight {
    margin-left: 10%;
}

.news-wrapper p {
    line-height: 1.5em !important;
    /*line-height: 100%*/;
}

.stretched {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.btn {
    color: #fff;
    background-color: #0a7fb1;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: .25rem;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

    .btn:hover {
        color: #fff;
        background-color: #0FABEE;
        text-decoration: none;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
    }

form.search-page-form {
    text-align: center;
}

input.search-page-input {
    color: #585858;
    width: 65%;
    height: 35px;
    font-size: 18px;
    padding-left: 10px;
    border: #a1a1a1 1px solid;
    border-radius: 5px;
    margin-top: 47px;
}

select.search-type-select {
    background-color: #288fba;
    color: white;
    width: 31%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 35px;
    border: #a1a1a1 1px solid;
    border-radius: 5px;
    font-size: 18px;
    padding-left: 10px;
}

    select.search-type-select option {
        background-color: #fff;
        color: #464751;
    }

button.search-page-btn {
    display: inline-block;
    border: none;
    padding-left: 10px;
    background: #ffffff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
    transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
    -o-transition: background 250ms ease-in-out, transform 150ms ease;
    transition: background 250ms ease-in-out, transform 150ms ease;
    transition: background 250ms ease-in-out, transform 150ms ease, -webkit-transform 150ms ease;
}

.search-list {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}

input.contact {
    padding: 5px !important;
    margin-bottom: 4px;
    color: #757575;
}

.searchMob {
    background: #464751;
    border-radius: 6px;
    color: white;
    float: right;
    width: 26px;
    height: 26px;
}

.common-calendar {
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
}

    .common-calendar li {
        display: block !important;
    }

.symbols {
    text-align: center;
}

    .symbols a {
        color: #fff;
    }

.dep-requests-table {
    border-collapse: collapse;
    width: 100%;
}

    .dep-requests-table td, .dep-requests-table th {
        border: 1px solid rgb(104, 104, 104);
        padding: 8px;
    }

    .dep-requests-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .dep-requests-table tr:hover {
        background-color: rgb(187, 187, 187);
        cursor: pointer;
    }

    .dep-requests-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        background-color: #fff;
    }

.dep-requests-select-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}

.dep-requests-select {
    border: 1px solid gray;
    padding: 5px 20px 5px 5px;
    margin-right: 35px;
    cursor: pointer;
}

.dep-request-details-table tr td:first-child {
    width: 25%;
    padding-right: 2rem;
}

.dep-request-details-table td {
    padding-bottom: 1rem;
}

ul.persons-nav {
    list-style: none;
    -webkit-margin-before: auto;
    margin-block-start: auto;
    padding: 0;
}

li.persons-li a {
    float: left;
    margin-right: 20px;
    border-bottom: 1px solid #bcbcbc;
    color: #000000;
    padding-bottom: 6px;
    cursor: pointer;
}

li.persons-li :hover {
    color: #0a7fb1;
    text-decoration: none;
}

div.persons-line {
    display: block;
    margin-bottom: 45px;
}

.persons-li-active {
    border-bottom: 2px solid #0a7fb1 !important;
    font-weight: 600;
}

.news-summary.parlam-hearings {
    overflow: visible;
}

.gs-webResult.gs-result * {
    font-size: 22px;
}

.gsc-control-cse .gs-result .gs-title {
    font-size: 22px !important;
}

.gs-web-image-box {
    width: 150px !important;
}

.gsc-results .gsc-cursor {
    font-size: 22px;
}

.gsc-webResult .gsc-url-top {
    display: none !important;
}

#searchForm {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


#searchInput {
    border: 0;
    padding: 0.8em;
    outline: none;
    margin: 0;
    background: #f5f5f5;
    width: 100%;
    padding-left: 8px;
}

#btn_search {
    cursor: pointer;
    width: 35px;
    border: 0;
    background-color: #0380B3;
    fill: white;
}

#sound-mute {
    width: 35px;
    height: 40px;
    border-radius: 10px;
    background-size: cover;
    cursor: pointer;
    margin-left: 2px;
    background-image: url(../images/video-images/play.svg);
}

    #sound-mute.muted {
        background-image: url(../images/video-images/pause.svg);
    }

video.deputy-news-video {
    width: 95%;
    border: 1px solid #6a6a6a;
    margin-left: 10px;
    margin-right: 10px;
}
