<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Proba Pro';
    box-sizing: border-box;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1B;
    text-align: left;
    background-color: #dee4e7;
    min-height: 100vh;
    margin: 0;
    outline: none;
    overflow-y: scroll;
}
table, 
input {
    outline: none;
}
ul {
    padding:0;
    margin:0;
    list-style: none;
}

a, a:hover {
    text-decoration:none;
}
.animate,
input[type="submit"],
svg path,
a,
button {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.wrapper {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1300px;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2);
}
header {
    background: radial-gradient(50% 50% at 50% 50%, #234D7D 0%, #294261 100%);
}
.header__wrapper {
    display:flex;
    flex-direction:column;
}
.desktop__wrapper {
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.header__top {
    display: flex;
    padding: 15px 0 0 0;
    justify-content: space-between;
}
.headerTop__left,
.headerTop__right {
    width: 20%;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
}
.headerTop__left {
    align-items: flex-start;
}
.headerTop__right {
    align-items: flex-end;
}
.headerTop__gov,
.headerTop__min,
.footer__bottom--gov {
    display: flex;
    cursor: pointer;
}
#topNewsSlider {
    min-height: 450px;
}
.headerTop__gov,
.footer__bottom--gov {
    margin: 0 0 20px 0;
}
    .headerTop__gov .icon,
    .footer__bottom--gov .icon{
        position: relative;
        width: 10px;
        height: 40px;
        background-color: #004BC1;
    }
        .headerTop__gov .icon:before,
        .footer__bottom--gov .icon:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            display: block;
            width: 10px;
            height: 20px;
            background-color: #ffe358;
        }
.headerTop__gov--text,
.footer__bottom--gov--text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 10px;
}
.footer__bottom--mineco {
    display: flex;
}
    .footer__bottom--mineco .headerTop__min--text {
        font-variant: small-caps;
        color: #fff;
        line-height: 16px;
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .footer__bottom--mineco .headerTop__min--text2 {
        font-variant: small-caps;
        color: #fff;
        line-height: 16px;
        font-size: 18px;
    }
.headerTop__min--text {
    font-variant: small-caps;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    margin: 0 0 10px 0;
}
    .headerTop__min--text::first-letter {
        text-transform: uppercase;
        font-variant: normal;
        color: #fff;
    }
.headerTop__min--text2 {
    line-height: 4px;
    font-size: 18px;
    color: #aab3c6;
    font-weight: 400;
    font-size: 85%;
}
.headerTop__min svg {
    width: 10px;
    height: 36px;
}
.headerTop__min--wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
    .footer__bottom--gov--text span,
    .headerTop__gov--text span {
        color: #fff;
        font-weight: 600;
        font-size: 125%;
        line-height: 10px;
    }
        .headerTop__gov--text span.light {
            color: #aab3c6;
            font-weight: 400;
            font-size: 85%;
            line-height: 15px;
        }
    .footer__bottom--gov--text span.light {
        color: #fff;
        font-weight: 400;
        font-size: 85%;
        line-height: 15px;
    }
        .header__bottom {
            padding: 20px 0 0 0;
            display: flex;
            justify-content: space-between;
            position: relative;
        }
.headerTop__center {
    padding: 0;
    width: 100%;
    max-width: 530px;
    background: url('images/top_logo.png') left bottom no-repeat;
    min-height: 127px;
    min-height: 127px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
    .headerTop__center div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
        .headerTop__center div h1 {
            text-align: center;
            color: #FFFFFF;
            font-weight: 500;
            font-size: 24px;
            line-height: 22px;
            margin: 10px 0 0 0;
            padding: 0 70px;
            width: 85%;
        }
.langSwitcher .current {
    display: none !important;
}
.headerRight__old {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.headerRight__blind span,
.searchSocials__search span {
    color: #fff !important;
}
.headerRight__blind svg path,
.searchSocials__search svg path {
    fill: #fff;
}
    .headerRight__blind,
    .langSwitcher {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin: 0 0 10px 0;
    }
    .headerRight__old svg,
    .headerRight__blind svg,
    .langSwitcher svg {
        margin: 0 5px 0 0;
    }
    .headerRight__old a,
    .headerRight__blind span,
    .langSwitcher a {
        color: #6F86A1;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
    }
    .headerRight__old:hover a,
    .headerRight__blind:hover span,
    .langSwitcher:hover a {
        color: #fff;
    }
    .headerRight__old:hover svg path,
    .headerRight__blind:hover svg path,
    .langSwitcher:hover svg path {
        fill: #fff;
    }
.navigationN {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0 -15px;
    align-items: center;
}
    .navigationN a {
        font-size: 18px;
        line-height: 16px;
        color: #FFFFFF;
        font-variant: small-caps;
        font-weight: bold;
    }
        .navigationN a:hover {
            color: #ffe358;
        }
.search.modal {
    position:absolute;
    display:none;
}
.searchSocials__single {
    margin: 0 5px;
}
    .searchSocials__single:hover svg path {
        fill:#fff;
    }
.first__wrapper, 
.second__wrapper {
    display: flex;
    justify-content: space-between;
}
.home__first,
.home__second {
    padding: 30px 0;
}
.right__side {
    width:100%;
    max-width: 32%;
    margin: 0 0 0 30px;
}
.fb_iframe_widget iframe,
.fb_iframe_widget span, 
.fb_iframe_widget {
    width: 100% !important;
}
.content__side {
    width: 100%;
    max-width: 65%;
    position: relative;
}
.right__side .title {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    background: #234D7D;
    text-align: center;
    padding: 15px 0;
}
.content_item_left,
.newMenuWide {
    display: flex;
    flex-direction: column;

}
.newMenuWide {
    background: #F5F7FA;
}
    .newMenuWide a {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #2D5CA6;
        padding: 12px 15px;
    }
        .newMenuWide a:hover {
            background: #234D7D;
            color: #fff;
        }
.slick-slide img {
    width:100%;
    object-fit:contain;
}
.topNewsSliderContR {
    width: 100%;
    padding: 10px 0 0 15px;
    font-weight: bold;
}
    .topNewsSliderContR a {
        font-size: 18px;
        line-height: 22px;
        color: #1D1D1B;
    }
.slider__navs {
    position: absolute;
    right: 0;
    bottom: -30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #fff;
}

.slick-dots {
    display: flex;
}
    .slick-dots li {
        line-height: 0;
        display: flex;
        align-items: flex-end;
    }
        .slick-dots li button {
            padding: 0;
            text-indent: -999999px;
            height: 1px;
            background: #717275;
            border: none;
            width: 50px;
            outline: none;
            cursor: pointer;
        }
            .slick-dots li.slick-active button,
            .slick-dots li button:hover {
                height: 6px;
                background: #234D7D;
            }

        .slider__navs--prev {
            margin: 0 15px 0 0;
            cursor: pointer;
        }
.slider__navs--next {
    margin: 0 0 0 15px;
    cursor: pointer;
}
.rotator__block {
    display:flex;
    flex-direction:column;
}
.content__side .title,
.title2 {
    font-size: 20px;
    line-height: 20px;
    color: #1D1D1B;
    width: 100%;
    border-bottom: 1px solid #1D1D1B;
    padding: 0 0 20px 15px;
    margin: 0 0 20px 0;
    display: block;
    box-sizing: border-box;
    font-weight: 500;
}
.rotator__block body,
iframe body {
    background: #fff;
}
.indicator__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.indicator__navs {
    width: 100%;
}
.home__third {
    background: #E6E9EC;
    padding: 25px 0;
    margin: 25px 0;
}
.third__wrapper {
    display:flex;
    flex-direction: column;
}
.button_container svg:hover path,
.banners__nav svg:hover path,
.slider__navs svg:hover path,
.direct__nav svg:hover path {
    fill: #2D5CA6;
}
.button_container svg,
.banners__nav svg,
.slider__navs svg,
.direct__nav svg {
    cursor: pointer;
}
.direct__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.direct__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #1D1D1B;
}
.direct__wrapper {
    margin: -20px auto;
    text-align: center;
    width: 65%;
}
.direct__single--desc {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #2D5CA6;
}
.direct__single--subtitle {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #2D5CA6;
    font-style: italic;
    font-weight: 500;
    margin: 10px 0 0 0;
}
.direct__single {
    outline: none;
}
.home__fourth{
    padding: 25px 0;
}
.fourth__wrapper {
    display: flex;
    justify-content: space-between;
}
.topNewsSliderContL {
    min-height: 391px;
}
.fourth__single {
    width:32%;
}
.fourth__single--second--en {
    width: 65%;
}
    .fourth__single--second--en iframe {
        width: 100%;
        height: 90%;
    }
    .documents__wrapper {
        display: flex;
        flex-direction: column;
    }
.home__first .title2 {
    background: #234D7D;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    padding: 15px 0;
    border:none;
}
.documnets__single {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
}
    .documnets__single .content_item_date {
        font-size: 18px;
        line-height: 24px;
        color: #6D727C;
        display: block;
        position: relative;
        display: flex;
        align-items: center;
    }
        .documnets__single a {
            color: #2D5CA6;
            font-size: 18px;
            line-height: 26px;
            min-height: 100px;
        }
.documents__wrapper .more {
    display: block;
    background: transparent;
    text-align: center;
    width: 100%;
    color: #2D5CA6;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #2D5CA6;
    cursor: pointer;
}
    .documents__wrapper .more:hover {
        background: #2D5CA6;
        color: #fff;
    }
.home__fifth {
    background: #234D7D;
    padding: 40px 0;
}
.korrespondent__table .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 0 15px;
    max-width: 310px;
    width: 100%;
}
.korrespondent__block {
    display: flex;
    align-items: flex-start;
    margin: 0 0 25px 0;
}
.korrespondent-form-desc {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 0 15px;
}
.korrespondent-form-desc span {
    color: red;
    margin: 0 5px 0 0;
}
.korrespondent-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.korrespondent-form--single {
    width: 25%;
}
    .korrespondent-form--single input[type="text"] {
        width: 90%;
        background: #F5F7FA;
        border: 1px solid #F5F7FA;
        font-size: 16px;
        line-height: 20px;
        padding: 9px 5px;
        font-style: normal;
        color: #2D5CA6;
        font-family: 'Proba Pro';
        margin: 15px 0 0 0;
    }
.korrespondent-form-top td {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
.korrespondent-form--single label {
    color:#fff;
}
.korrespondent-form--single input[type="submit"] {
    display: block;
    background: #717275;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #c2c5cb;
    cursor: pointer;
    font-family: 'Proba Pro';
}
.korrespondent-form--last {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.korrespondent-form--single input[type="submit"]:hover {
    background: #fff;
    color: #717275;
}
.korrespondent-form--single input[type="submit"]:focus {
    background: #fff;
    color: #717275;
}
.home__sixth {
    padding: 40px 0 25px 0;
    background: #fff;
}
.informations__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.informations__single {
    border: 1px solid #6D727C;
    width: 49%;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
    .informations__single a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 25px;
        box-sizing: border-box;
    }
    .informations__single span {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #1D1D1B;
        margin: 15px 0 0 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        width: 100%;
    }
.informations__single:hover {
    background: #234D7D;
}
    .informations__single:hover span {
        color:#fff;
        text-decoration:underline;
    }
    .informations__single:hover svg path {
        fill:#fff;
    }
    .informations__single:last-of-type:hover svg path {
        stroke: #fff;
    }
    .informations__single.informations__single--monitor:hover svg path {
        stroke: #fff;
    }
    .banners__wrapper {
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #6D727C;
        border-bottom: 1px solid #6D727C;
        padding: 20px 40px;
    }
    .banners__wrapper .slick-slider {
        margin: 0 -15px;
    }

    .banners__wrapper .slick-slide {
        margin-right: 15px;
        margin-left: 15px;
    }
.home__banners a {
   
}
.seventh__wrapper {
    position:relative
}
.home__seventh {
    padding: 0 0 40px 0;
}
.banners__prev {
    position: absolute;
    left: 30px;
    top: 45%;
}
.banners__next {
    position: absolute;
    right: 30px;
    top: 45%;
}
footer {
    background: #6D727C;
    padding:20px 0;
}
.footer__top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 0 0 15px 0;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0 0;
}
.footer__top--logo {
    display: flex;
    align-items: center;
}
    .footer__top--logo span {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        color: #fff;
        margin: 0 0 0 10px;
    }
.footer__top--left,
.footer__bottom--left {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
}
.footer__top--socials {
    display: flex;
    align-items: center;
    padding: 0 0 0 35px;
    margin: 15px 0 0 0;
}
    .footer__top--socials a {
        margin: 0 10px 0 0;
    }
.footer__top--address {
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 0 0 0 35px;
}
.footer__top--center,
.footer__top--center div {
    display: flex;
    flex-direction: column;
}
.footer__top--center,
.footer__bottom--center {
    width: 100%;
    max-width: 250px;
}
    .footer__top--center span {
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
    }
    .footer__top--center a {
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
    }
    .footer__top--center div {
        margin: 0 0 10px 0;
    }
.footer__top--right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 200px;
}
    .footer__top--right span,
    .footer__top--right a {
        font-weight: 500;
        font-size: 17px;
        line-height: 30px;
        color: #FFFFFF;
    }
    .footer__top--right &gt; div {
        margin:0 0 10px 0
    }
.footer__top--langSwitcher a:not(.current) {
    display:none
}
.footer__bottom--gov {
    padding: 0 0 0 15px;
}
.footer__bottom--copy div {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.footer__bottom--copy {
    display: flex;
    align-items: flex-start;
}
.footer__bottom--left {
    justify-content:space-between;
}
.footer__bottom--copy span {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 0 0 10px;
}
    .footer__bottom--copy span a {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        font-weight:500;
    }
.footer__bottom--right {
    display: flex;
    flex-direction: column;
    width:100%;
    max-width:200px;
}
    .footer__bottom--right a {
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
    }
.footer__bottom--mineco {
    cursor: pointer;
}
.fade:not(.show) {
    opacity: 0;
}
.modal {
    text-align: center;
    padding: 0 !important;
    z-index: 9999;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.40);
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, 100px);
}
.modal-gov .modal-dialog,
.modal-mineco .modal-dialog {
    vertical-align: top;
    margin: 75px auto;
    width: 1170px;
    position: relative;
}
.modal-search .modal-dialog {
    vertical-align: top;
    margin: 75px auto;
    width: 1170px;
    position: relative;
    max-width:none;
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 800px;
    }
}
.modal-gov .modal-content,
.modal-mineco .modal-content {
    padding: 0;
    border: none;
    background-color: #31486c;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 50px;
    display: flex;
}
.modal-search .modal-content {
    padding: 0;
    border: none;
    background-color: #6D727C;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border: 1px solid #fff;
    padding: 30px;
}
.modal-gov .close-icon,
.modal-mineco .close-icon {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}
.modal-search form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 50px 0 0 0;
}
.modal-search .close-icon {
    position: absolute;
    right: 30px;
    top: 30px;
}
.close-icon {
    width: 22px;
    max-width: 22px;
    height: 22px;
    cursor: pointer;
}
.modal-gov .modal-links,
.modal-mineco .modal-links {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: left;
}
.modal-gov .modal-links-item,
.modal-mineco .modal-links-item {
    padding: 6px 0;
}
.modal-gov .modal-links a,
.modal-mineco .modal-links a {
    color: #fff;
    display: inline;
}
.searchSocials__search {
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
    cursor: pointer
}
    .searchSocials__search svg {
        height: 16px;
        width: 16px;
    }
    .searchSocials__search span {
        color: #fff;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 16px;
        font-variant: small-caps;
        color: #717275;
        margin: 0 0 0 5px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .searchSocials__search:hover svg path {
        fill: #fff;
    }
    .searchSocials__search:hover span {
        color: #fff;
    }
    .search__socials {
        display: flex;
        align-items: center;
    }
.rotator__block iframe {
    width: 100%;
    min-height: 350px;
}
.search__additional {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
}
    .search__additional span {
        margin: 0 10px;
    }
    .search__additional a {
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        color: #FFFFFF;
    }

.search__input  {
    display:block;
    width: 100%;
    max-width: 450px;
}

    .search__input div{
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        max-width: 450px;
    }
    .search__input div input {
        font-size: 18px;
        line-height: 24px;
        color: #6D727C;
        font-family: Proba Pro;
        max-width: 450px;
        width: 100%;
        padding: 6px 10px;
    }

        .search__input div div {
            display: block;
            position: absolute;
            bottom: 110%;
            font-weight: 500;
            font-size: 18px;
            line-height: 18px;
            color: #FFFFFF;
        }
.search__input div svg {
    position:absolute;
    right: 10px;
}
.modal-search form .sbtn {
    font-family: 'Proba Pro';
    display: block;
    background: #717275;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #c2c5cb;
    cursor: pointer;
    max-width: 250px;
}
    .modal-search form .sbtn:hover {
        background: #fff;
        color: #717275;
    }
.second__menu .title2 {
    display:none;
}
.second__menu {
    padding: 30px 30px 0 30px;
}
    .second__menu .documents__wrapper {
        width: 100%;
        max-width: 800px;
        position: relative;
        border-bottom: 1px solid #C2C5CB;
    }
    .second__menu .newMenuWide {
        background:#fff;
        flex-direction: row;
    }
        .second__menu .newMenuWide a {
            font-weight: 500;
            font-size: 18px;
            line-height: 20px;
            color: #284568;
            border-bottom: 3px solid transparent;
            padding: 0 15px 15px 0;
            margin: 0 15px 0 0;
        }
            .second__menu .newMenuWide a:hover {
                background: transparent;
                color: #284568;
                border-bottom: 3px solid #284568;
            }
.page__wrapper {
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.path {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #1D1D1B;
    flex-wrap: wrap;
}
    .path a {
        color: #2D5CA6;
        margin: 0 5px;
    }
        .path a:first-of-type {
            margin-left: 0;
        }
        .path span {
            color: #1D1D1B;
            margin: 0 0 0 5px;
        }
.mainContent__docs--title {
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    padding: 30px 0;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}
.video-js {
    margin: 0 auto;
    display: block;
}
.mainContent__docs--wrapper {
    display: none;
}
h1.mainContent__docs--title + .mainContent__docs--wrapper {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e9eb;
    border-top: 1px solid #e6e9eb;
    padding: 20px 0 0 0;
}
.mainContent__docs--wrapper &gt; li {
    width: 100%;
    max-width: 25%;
    margin: 0 0 20px 0;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
    .mainContent__docs--wrapper &gt; li:hover a {
        color: #2D5CA6;
        border-bottom: 1px solid #2D5CA6;
    }
    .mainContent__docs--wrapper &gt; li a {
        min-height: 100px;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        border-bottom: 1px solid transparent;
    }
.topMenu__dropdown {
    background: #6D727C;
    padding: 30px;
    position: absolute;
    top: 78px;
    width: 100%;
    z-index: 3;
    left: -30px;
    border-top: 1px solid #fff;
    display:none;
}
.header__bottom {
    align-items: center;
}
.topMenu__item {
    display: flex;
}
    .topMenu__item + a {
        padding: 20px 15px;
        font-weight: bold;
        font-size: 18px;
        line-height: 16px;
        border-bottom: 2px solid transparent;
    }
    .topMenu__item span {
        padding: 20px 15px;
        font-weight: bold;
        font-size: 18px;
        line-height: 16px;
        font-variant: small-caps;
        color: #FFFFFF;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        background: transparent;
    }
       
        .topMenu__item span.active {
            border-bottom: 2px solid #fff;
            background: #6D727C;
        }
            .topMenu__item span.active + .topMenu__dropdown {
                display:block
            }
.dropdown__wrapper {
    display:flex;
    flex-wrap: wrap;
}
    .dropdown__wrapper a {
        margin: 0px 0 15px 0;
        width: 25%;
        padding: 0 25px 0 0;
        box-sizing: border-box;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
    }
.rss__subscribe {
    display: flex;
    justify-content:center;
    padding:25px 0
}
    .rss__subscribe svg {
        width:30px;
        height:auto
    }
.subcribe__form {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .subcribe__form h3,
    .subcribe__form label {
        font-weight: 500;
        font-size: 16px;
        line-height: 14px;
        color: #6D727C;
        font-variant: small-caps;
        margin: 0 30px 0 0;
    }
.page__subscribe {
    padding:50px 0;
}
#subs__email {
    border: 1px solid #6D727C;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #6D727C;
    padding: 10px;
    margin: 0 30px 0 0;
}
.subs__subm {
    font-family: 'Proba Pro';
    display: block;
    background: #717275;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #c2c5cb;
    cursor: pointer;
    max-width: 250px;
}
    .subs__subm:hover {
        background: #fff;
        color: #717275;
    }
.page__content--header {
    position:relative;
}
.page__content__print {
    position: absolute;
    right: 0;
    top: 20px;
}
.page__content__rss {
    position: absolute;
    right: 30px;
    top: 20px;
}
.page__content__facebook {
    position: absolute;
    right: 60px;
    top: 20px;
}
    .page__content__print svg,
    .page__content__rss svg,
    .page__content__facebook svg {
        width: 20px;
        height: auto;
    }
.page__related {
    border-top: 1px solid #c2c5cb;
    margin: 30px 0 0 0;
}
.page__related h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    padding: 30px 0;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.page__content--archive {
    position: absolute;
    right: 0;
    top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #6D727C;
    font-variant: small-caps;
}
.page__content--list li .content__date {
    font-size: 18px;
    line-height: 24px;
    color: #6D727C;
    display: block;
    position: relative;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    width: 100%;
}

    .page__content--list li .content__date:before {
        background: #1D1D1B;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        content: ''
    }
.page__content--list .desc {
    width: 80%;
    display: flex;
    flex-direction: column;
}
.content__image + .desc {
    margin: 0 0 0 20px;
}
.page__content--list .content__image + a {
    width: 85%;
}
.page__content--list li {
    display: flex;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #1D1D1B;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
    .page__content--list li a {
        color: #2D5CA6;
        font-size: 18px;
        line-height: 26px;
    }
.archiveBox {
    display: flex;
    justify-content:space-between;
    padding: 0 0 15px 0;
}
.page__content .archiveBox div,
.page__content .archiveBox div a {
    color: #2D5CA6 !important;
    font-size: 16px !important;
    line-height: 26px;
}
.noDataErrBox {
    font-size: 18px;
    line-height: 26px;
    color: red;
}
.archiveBox select {
    border: 1px solid #6D727C;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #6D727C;
    padding: 10px;
    margin: 0 30px 0 0;
}
.archiveBox input {
    font-family: 'Proba Pro';
    display: block;
    background: #717275;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #c2c5cb;
    cursor: pointer;
    max-width: 250px;
}
.archiveBox form {
    display: flex;
    align-items: center
}
.page__content a {
    color: #2D5CA6;
    font-size: 18px;
    line-height: 26px;
}
.page__content--description table {
    width: 100% !important;
}
.page__navigation {
    display: flex;
    justify-content: center;
    padding: 50px 0 0 0;
}
    .page__navigation a {
        margin: 0 5px;
        font-size: 18px;
        line-height: 24px;
        color: #6D727C;
    }
        .page__navigation a.c {
            color: #2D5CA6;
            font-weight: bold;
        }
.page__content {
    display: flex;
    flex-direction:column
}
.legActsFilterBox form {
    background: #dedede;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.legActsFbRow {
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 0 15px 0;
}
.legActsFbRow-selectRadio {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 20px 0;
}
.legActsFbRow__two {
    width: 100%;
    flex-direction: row;
}
.legActsFbRow__two .fbRowItL,
.legActsFbRow__two .fbRowItR {
    width: 48%;
}
    .legActsFbRow__two .fbRowRadioItemL {
        display: flex;
        flex-direction: column;
        width: 48%;
    }
.legActsFbRow-selectRadio .fbRowRadioItem {
    margin: 0 20px;
}
.legActsFbRow__two .fbRowItR select {
    max-width: none;
}
input[type="radio"],
.search__check {
    display: none;
}
    input[type="radio"] + label:first-letter,
    .search__check + label:first-letter {
        text-transform: capitalize;
    }
    input[type="radio"] + label,
    .search__check + label {
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        color: #234D7D;
    }
        input[type="radio"] + label:before,
        .search__check + label:before {
            background: #fff;
            border: 1px solid #234D7D;
            content: "";
            height: 13px;
            width: 13px;
            display: block;
            border-radius: 50%;
            margin: 0 10px 0 0;
        }
        input[type="radio"] + label span,
        .search__check + label span {
            margin: 0 0 0 10px;
        }
        input[type="radio"]:checked + label:before,
        .search__check:checked + label:before {
            background: #234D7D;
        }
    .fbRowItL {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
.fbRowItR textarea,
.tblUrFilter textarea,
.fbRowItR input {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 7px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
}
.fbRowItR select {
    border: none;
    border-radius: 0;
    padding: 9px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 90%;
}
    .fbRowItR select + span {
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        color: #234D7D;
        margin: 0 10px 0 5px;
    }
    .fbRowItR textarea {
        height: 40px;
    }
.legActsFilterBox {
    margin: 0 -30px;
}
.tblUrFilter tr {
}
    .tblUrFilter tr td {
        padding: 0 0 10px 0;
    }
    .fbRowRadioItem {
        display: flex;
        align-items: center;
    }
.legActsFbRow br {
    display:none;
}
.legActsFbRow strong {
    margin: 0 0 15px 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #234D7D;
}
.fbRowItR {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .fbRowItR input[type="submit"], .tblUrFilter td input[type="submit"], .filtrr a.btn.fr {
        font-family: 'Proba Pro';
        display: block;
        background: #234D7D;
        text-align: center;
        width: 45%;
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        padding: 6px 20px;
        box-sizing: border-box;
        border: 1px solid #234D7D;
        cursor: pointer;
        margin: 0 !important;
    }
        .fbRowItR input[type="submit"]:hover, .tblUrFilter td input[type="submit"]:hover, .filtrr a.btn.fr:hover {
            background: #fff;
            color: #234D7D;
        }
.tblUrFilter .aBtn {
    float: right;
    margin: 7px 25px 0 0;
}
.w80 i, .tdRequestTheme i, .tblUserRequests tr td i {
    font-size: 18px;
    line-height: 24px;
    color: #6D727C;
    font-style: normal;
}
.legActsFbRow.legActsFbRow__first {
    width: 100%;
}
.legActsFbRow.legActsFbRow__first .mark {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 10px 15px;
}

.inputRow table tr td.tab {
    background-color: #234D7D;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 48%;
    padding: 20px;
}
.page__content--vehicle table tr:first-of-type {

}
.page__content--vehicle form {
    max-width: 730px;
    margin: 0 auto;
}
.table__switcher div {
    max-width: 730px;
    margin: 0 auto; 
    padding: 30px 0;
    font-size: 20px;
    line-height: 30px;
}
    .table__switcher div a {
        font-size: 20px;
        line-height: 30px;
    }

    .inputRow table tr td.tab:hover,
    .inputRow table tr td.tab.tabC {
        background-color: #F5F7FA;
    }
        .inputRow table tr td.tab:hover a,
        .inputRow table tr td.tab.tabC a {
            color: #000;
        }
    .inputRow table tr td.tab a {
        display: block;
        padding: 20px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
        color:#fff
    }
.direct__wrapper {
    padding: 25px 0;
}
.page__content--vehicle .inputRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
    .page__content--vehicle .inputRow.mt30 a {
        display: flex;
        align-items: baseline;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #1D1D1B;
        margin: 10px 0;
    }
        .page__content--vehicle .inputRow.mt30 a svg {
            margin: 0 10px 0 0;
        }
        .page__content--vehicle .inputRow.mt30 {
            flex-direction: column;
            align-items: flex-start;
            max-width: 730px;
            margin: 0 auto;
            padding: 30px 0 0 0;
        }
.page__content--vehicle select,
.page__content--vehicle input[type="text"] {
    border: 1px solid #6D727C;
    border-radius: 0;
    padding: 9px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    width: 100%;
}
.inptR span {
    cursor: pointer;
}
select {
    border: 1px solid #c2c5cb;
    border-radius: 0;
    padding: 9px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    width: 100%;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: #fff url(images/dropdown-arrow.png) no-repeat 95% center;
    cursor: pointer
}
    select::-ms-expand {
        display: none !important;
    }
    .page__content--vehicle .inptR div {
        width: 100%;
    }
    .page__content--vehicle .inptR {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width:600px;
    }
        .page__content--vehicle .inptR input[type="submit"] {
            font-family: 'Proba Pro';
            display: block;
            background: #234D7D;
            text-align: center;
            width: 45% !important;
            color: #fff;
            font-size: 18px;
            line-height: 26px;
            padding: 6px 20px;
            box-sizing: border-box;
            border: 1px solid #234D7D;
            cursor: pointer;
            margin: 0 !important;
        }
            .page__content--vehicle .inptR input[type="submit"]:hover { 
                background: #fff;
                color: #234D7D;
            }
        .page__content--vehicle .inptR input[type="button"] {
            border: none;
            background: transparent;
            color: #2D5CA6;
            font-size: 18px;
            line-height: 26px;
            cursor: pointer;
            text-align: center;
            width: 45% !important;
        }
.field-validation-error {
    color: red;
    line-height: 10px;
    font-size: 12px;
    margin: 0 20px;
}

.search__buttons  {
    width: 75%;   
    margin: 25px auto 0 auto;
    position: relative;
}

    .search__buttons div {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        position: relative;
        flex-direction: column;
    }
    .search__buttons div input[type="text"] {
        border: 1px solid #c2c5cb;
        border-radius: 0;
        padding: 5px;
        font-size: 18px;
        line-height: 26px;
        font-family: 'Proba Pro';
        outline: none;
        box-sizing: border-box;
        width: 40%;
        margin: 0 20px;
    }
    .search__buttons div input[type="submit"] {
        font-family: 'Proba Pro';
        display: block;
        background: #717275;
        text-align: center;
        width: 40% ;
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        padding: 5px 20px;
        box-sizing: border-box;
        border: 1px solid #c2c5cb;
        cursor: pointer;
        margin: 0 20px;
    }

        .search__buttons div div {
            display: block;
            position: relative;            
            font-weight: 500;
            font-size: 18px;
            line-height: 18px;
            left: 88%;            
            margin-top: 10px;            
            transform: translate(-50%, -50%);
        }
td.vld {
    padding: 0 0 0 10px;
}
    td.vld span {
        margin: 0;
    }
    .cloud {
        padding: 20px;
        border: 1px solid #c7c7c7;
    }
    .cloud a {
        margin: 10px;
        line-height: 30px;
        border: 0 none;
        text-align: left;
        outline: medium none;
        text-decoration: none;
    }

        .cloud a:hover {
            text-decoration: underline;
        }
.indicator__description--button {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.indicator__description .indicator__description--button span {
    font-size: 18px;
    line-height: 26px;
    color: #2D5CA6;
    margin: 0 0 0 10px;
}
.mobile__view {
    display: none;
}
.page__sanctions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .page__sanctions &gt; form {
        width: 45%;
        background: #DEDEDE;
        padding: 30px;
    }
.fileupload-label {
    width: 100%;
    border: 1px solid #c2c5cb;
    border-radius: 0; 
    padding: 5px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
}
.inptL {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}
.page__sitemap ul {
    padding: 0 0 0 30px;
    list-style: disc;
    color: #2D5CA6;
}
.page__sitemap &gt; ul &gt; li &gt; span {
    font-weight: bold;
}
#fileupload::-webkit-file-upload-button {
    display:none
}
#fileupload {
    border: none;
    color: #fff;
}
#fileupload.valid {
    color: #000;
}
.legActsFilterBox-helper table {
    background: #dedede;
    padding: 30px;
    box-sizing: border-box;
}
.ssFilterCtrls__title {
    padding-top: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 10px 15px;
}
.ssFilterCtrls__input input {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 7px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
}
.ssFilterCtrls__buttons input {
    font-family: 'Proba Pro';
    display: block;
    background: #234D7D;
    text-align: center;
    width: 45%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #234D7D;
    cursor: pointer;
    margin: 0;
}
.ssFilterCtrls__buttons {
    display:flex;
    justify-content:space-between;
    width:50%;
    margin: 20px 0 0 0;
}
.extendedSearch__wrapper {
    margin: 0 -30px;
}
    .extendedSearch__wrapper form {
        background: #dedede;
        padding: 30px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .extendedSearch__row  {
        width: 25%;
    }
.extendedSearch__single {
    margin: 10px 0;
}
    .extendedSearch__single .datepicker-txt {
        width: 15px;
        display: inline-block;
    }
.extendedSearch__wrapper .search__buttons {
    width: 50%;
    flex-direction: column;
    margin: 0;
}
    .extendedSearch__wrapper .search__buttons input[type="submit"] {
        font-family: 'Proba Pro';
        display: block;
        background: #234D7D;
        text-align: center;
        width: 45%;
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        padding: 6px 20px;
        box-sizing: border-box;
        border: 1px solid #234D7D;
        cursor: pointer;
        margin: 0 !important;
    }
.extendedSearch__wrapper .search__buttons input[type="text"] {
    width: 45%;
    border: none;
    border-radius: 0;
    padding: 7px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proba Pro';
    outline: none;
    box-sizing: border-box;
    margin: 10px;
}
.extendedSearch__wrapper .search__buttons input[type="submit"]:hover {
    color: #234D7D;
    background: #fff;
}
        .extendedSearch__single .datepicker-input {
            width: 70%;
            border: none;
            border-radius: 0;
            padding: 7px;
            font-size: 18px;
            line-height: 26px;
            font-family: 'Proba Pro';
            outline: none;
            box-sizing: border-box;
            margin: 0 10px;
        }
.surveyQuestion {
    background: url(images/question_ico.png) no-repeat 0 1px;
    padding: 0 0 0 30px;
    color: #6D727C;
    font-size: 20px;
    font-size: 18px;
    line-height: 22px;
    color: #1D1D1B;
}
    .surveyQuestion + form {
        padding: 10px;
    }
.survItem {
    padding: 10px 0;
    display: flex;
}
.survResItem--first {
    font-weight: bold;
    text-transform: capitalize;
    min-width: 150px;
    margin: 0 20px 0 0;
}
.survey_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding: 10px 0 0 0;
}
    .survey_buttons a, .survey_buttons input {
        font-family: 'Proba Pro';
        display: block;
        background: #234D7D;
        text-align: center;
        width: 45%;
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        padding: 6px 20px;
        box-sizing: border-box;
        border: 1px solid #234D7D;
        cursor: pointer;
        margin: 0 !important;
    }
        .survey_buttons a:hover, .survey_buttons input:hover {
            background: #fff;
            color: #234D7D;
        }
.inforez__row {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}
.inforez__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inforez__top--date {
    width: 10%;
}
.inforez__top--theme {
    width:40%;
    font-weight: bold
}
.inforez__top--like {
    width: 15%;
}
.inforez__bottom--answer {
    padding: 20px 10%;
    background: rgb(204, 204, 204);
    display: block;
    margin: 10px 0px 0px;
}
.inforez__bottom &gt; span {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-family: 'Proba Pro';
    display: block;
    background: #234D7D;
    text-align: center;
    width: 20%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #234D7D;
    cursor: pointer;
    margin: 0 !important;
}
    .inforez__bottom &gt; span:hover {
        background: #fff;
        color: #234D7D;
    }
.content__image {
    padding: 20px 0;
    margin: 0 20px 0 0;
}
h2 {
    color: #1D1D1B;
    font-family: Proba Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
}
h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1B;
    margin: 5px 0;
}
.qa__buttons {
    display:flex;
}
.qa__buttons a {
    font-family: 'Proba Pro';
    display: block;
    background: #234D7D;
    text-align: center;
    width: 20%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #234D7D;
    cursor: pointer;
    margin: 0 10px 0 0;
}
    .qa__buttons a:hover {
        background: #fff;
        color: #234D7D;
    }
#frmAddComment .frm__wrapper {
    background: #dedede;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin: 20px -30px;
}
.frm__wrapper .crItem {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}
    .frm__wrapper .crItem .l {
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        color: #234D7D;
        width: 30%;
    }
    .frm__wrapper .crItem .r {
        width: 30%;
    }
        .frm__wrapper .crItem .r input,
        .frm__wrapper .crItem .r textarea {
            width: 100%;
            border: none;
            border-radius: 0;
            padding: 7px;
            font-size: 18px;
            line-height: 26px;
            font-family: 'Proba Pro';
            outline: none;
            box-sizing: border-box;
        }
            .frm__wrapper .crItem .r input[type="submit"], .calendarWrapperSingle input[type="submit"] {
                font-family: 'Proba Pro';
                display: block;
                background: #234D7D;
                text-align: center;
                width: 100%;
                color: #fff;
                font-size: 18px;
                line-height: 26px;
                padding: 6px 20px;
                box-sizing: border-box;
                border: 1px solid #234D7D;
                cursor: pointer;
            }
                .frm__wrapper .crItem .r input[type="submit"]:hover, .calendarWrapperSingle input[type="submit"]:hover {
                    background: #fff;
                    color: #234D7D;
                }
.survItem input[type="radio"] + label,
.survItem .search__check + label {
    text-transform: unset;
}
.page__content--hromadska .content__date {
    display:none !important;
}
.stat__calendar {
    background: #dedede;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -30px;
    flex-direction: column;
}
.calendarWrapper, .calendarWrapperSingle {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .calendarWrapperSingle {
        margin: 0 10px;
    }
    .calendarWrapperSingle input.datepicker-input {
        width: 100%;
        border: none;
        border-radius: 0;
        padding: 7px;
        font-size: 18px;
        line-height: 26px;
        font-family: 'Proba Pro';
        outline: none;
        box-sizing: border-box;
        margin: 0 10px;
    }
#legActsFilterBox .fbRowItR input[type="submit"] {
    width: 35%;
}
.inforez__middle {
    padding:20px;
}
.tblRes svg {
    cursor:pointer
}
.attachment48x48 {
    cursor:pointer;
}
.popup__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}
.popup__links--single {
    font-family: 'Proba Pro';
    display: block;
    background: #234D7D;
    text-align: center;
    width: 35%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #234D7D;
    cursor: pointer;
}
    .popup__links--single:hover {
        background: #fff;
        color: #234D7D;
    }
.popup__links span {
    width: 100%;
    font-size: 18px;
    margin: 0 0 10px 0;
    text-align: center;
}
.divVoter a {
    font-family: 'Proba Pro';
    display: block;
    background: #234D7D;
    text-align: center;
    width: 15%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 20px;
    box-sizing: border-box;
    border: 1px solid #234D7D;
    cursor: pointer;
    margin: 0 10px;
    text-decoration:none;
}
    .divVoter a:hover {
        background: #fff;
        color: #234D7D;
    }
.divVoter {
    display: flex;
    align-items: center;
}
.page__content--maps li {
    padding: 20px 0;
}
    .page__content--maps li img {
        padding: 20px 0;
    }
.rubricMenu &gt; ul &gt; li &gt; a {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 0 10px 0;
    display: block;
    border-bottom: 2px solid #fff;
    margin: 0 0 10px 0;
    min-height: 50px;
}
    .rubricMenu &gt; ul &gt; li &gt; a + ul li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
    }
    .rubricMenu &gt; ul &gt; li &gt; a + ul li {
        padding: 2px 0;
        position: relative;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
.rubricMenu__subbuttons + a {
    margin: 0 0 0 25px;
}
.hasul .rubricMenu__buttons svg {
    right: unset;
    left: 0;
    top: 5px;
}
.hasul ul {
    flex-direction: column;
    padding:5px 0;
}
.rubricMenu &gt; ul[style*="display: block"] {
    display: flex !important;
}
.rubricMenu &gt; ul &gt; li {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 24%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}
        .rubricMenu &gt; ul &gt; li:hover &gt; a,
        .rubricMenu &gt; ul &gt; li.choose &gt; a {
            border-bottom: 2px solid #ffe358;
        }
        .rubricMenu ul &gt; li:hover &gt; a,
        .rubricMenu &gt; ul &gt; li &gt; a + ul &gt; li:hover &gt; a,
        .rubricMenu ul &gt; li.choose &gt; a {
            color: #ffe358;
        }
.rubricMenu__subbuttons {
    cursor:pointer;
}
    .rubricMenu__subbuttons .rubricMenu__buttons svg {
        top:5px;
    }
    .rubricMenu &gt; ul {
        display: none;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        background: #6D727C;
        margin: 30px -30px 0 -30px;
        padding: 15px 30px;
    }
                .rubricMenu &gt; ul &gt; li &gt; a + ul {
                    
                    justify-content: flex-start;
                    flex-wrap: wrap;
                    flex-direction: column
                }
                    .rubricMenu &gt; ul &gt; li &gt; a + ul ul {
                        padding: 5px 0 5px 10px;
                        list-style: inside;
                        color: #fff;
                        display:none;
                    }
.page__second {
    position: relative;
}
.rubricMenu__wrapper {
    position: absolute;
    right: 0;
    top: -20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
    .rubricMenu__wrapper span {
        font-size: 18px;
        line-height: 16px;
        font-variant: small-caps;
        margin: 0 25px 0 0;
    }
.rubricMenu__buttons {
    display: flex;
    align-items: baseline;
    position: relative;
}
    .rubricMenu__buttons svg {
        position: absolute;
        right: 0;
        top: -4px;
        width: 16px;
    }
.rubricMenu__subwrapper--open + a {
    color: #ffe358 !important;
}
.rubricMenu__wrapper--open .rubricMenu__open,
.rubricMenu__subwrapper--open .rubricMenu__open,
.rubricMenu__close {
    display: none;
}
.rubricMenu__wrapper--open .rubricMenu__close,
.rubricMenu__subwrapper--open .rubricMenu__close {
    display: block;
}
.hasnoul {
    display:none;
}
.korrespondent__wrapper {
    background: #234D7D;
    padding: 40px;
    margin: 0 -40px;
    box-sizing: border-box;
}
.page__image_gallery .content__image + a {
    width: 85%;
}
.vCont a#mediaplayer {
    text-align: center;
    margin: 0 auto 25px auto;
    display: block;
}
.video__container {
    margin: 0 auto 25px auto;
    display: block;
}
.page__sanctions--filter &gt; div  {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #dedede;
    padding: 30px;
    flex-wrap: wrap;
}
    .page__sanctions--filter &gt; div form {
        width: 100%;
        margin: 0 0 25px 0;
    }
.page__sanctions--filter {
    margin: 0 -30px;
    width: 100%;
}
.ssFilterBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .ssFilterBox .fbRowItL,
    .legActsFbRowSs .fbRowItR span {
        margin: 0 0 15px 15px;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        color: #234D7D;
    }
.legActsFbRowSs .fbRowItR {
    flex-direction: column;
    align-items: flex-start;
}
.page__content--description ul {
    list-style: inherit;
    margin: 0 0 0 20px;
}
.page__content--description ul.page__content--list {
    margin: 0;
    list-style: none;
}
.page__content--list .content__date a {
    margin: 0 0 0 10px;
}
.page__feedback h2 {
    text-align: center;
    font-size: 18px;
    color: #2D5CA6;
    margin: 0 0 5px 0;
    display: block;
}
.professions__wrapper .ui-widget-content {
    border: none;
    border-radius: 0;
}
.professions__wrapper .ui-jqgrid .ui-jqgrid-hbox {
    padding:0;
}
.professions__wrapper .ui-jqgrid .ui-jqgrid-pager {
    height: auto;
    padding: 25px 0 0 0 !important;
}
.professions__wrapper .ui-jqgrid .ui-jqgrid-htable th {
    background-color: #234D7D !important;
    color: #fff;
    font-weight: normal;
    border: 1px solid #fff !important;
    height: auto;
}
    .professions__wrapper .ui-jqgrid .ui-jqgrid-htable th div {
        height: auto;
        margin: 0 !important;
        border: none;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.professions__wrapper .ui-jqgrid .ui-jqgrid-bdiv {
    overflow:hidden;
}
#jqgh_toolbar_KP .s-ico,
#jqgh_toolbar_rn .s-ico {
    display: none !important;
}
#jqgh_toolbar_rn {
    padding: 10px;
}
.professions__wrapper .ui-jqgrid-labels th[aria-selected="true"] {
    background: #dadada !important;
}
    .professions__wrapper .ui-jqgrid-labels th[aria-selected="true"] div {
        color: #000 !important;
    }
.professions__wrapper .ui-jqgrid tr.jqgrow td {
    height: auto;
    padding: 5px;
    white-space: normal;
    line-height: normal;
}
    .professions__wrapper .ui-jqgrid tr.jqgrow td:last-of-type {
        border-right-color:transparent
    }
    .professions__wrapper .ui-state-default.ui-jqgrid-hdiv {
        border: none;
    }
.professions__wrapper .ui-jqgrid td input {
    box-sizing: border-box;
    padding: 3px !important;
}
.professions__wrapper .ui-search-table {
    width: 100%;
}
.professions__wrapper {
    box-sizing: border-box;
}
    .professions__wrapper .s-ico {
        display: flex !important;
        flex-direction: column;
        margin: 0 0 0 10px;
    }
    .professions__wrapper .s-ico span {
        margin: 0;
        display: block;
        position: static;
        background-color: #fff;
    }
.professions__wrapper .ui-jqgrid .ui-state-disabled:hover {
    padding: 0;
}
.professions__wrapper .ui-state-hover .ui-jqgrid-sortable {
    color: #000 !important;
}
.professions__wrapper .ui-state-hover,
.professions__wrapper .ui-widget-content .ui-state-hover,
.professions__wrapper .ui-widget-header .ui-state-hover,
.professions__wrapper .ui-state-focus,
.professions__wrapper .ui-widget-content .ui-state-focus,
.professions__wrapper .ui-widget-header .ui-state-focus {
    border: none !important;
    background-color: #dedede !important;
    font-weight: normal /*{fwDefault}*/;
    color: #000 !important;
}
.ui-state-highlight {
    border:none !important
}
.ui-jqgrid-resize {
    display: none !important;
}
table {
    border-collapse: collapse !important;
}
.hotline__wrapper {
    background: #234d7d;
    margin: 0 0 20px 0;
    border: none;
    justify-content: space-around;
}
    .hotline__wrapper a {
        color: #fff;
        text-decoration: none;
        line-height: 0;
        display: flex;
        justify-content: space-around;
        display: flex;
        align-items: center;
        padding: 15px 0;
    }
        .hotline__wrapper a span {
            color: #fff;
            font-size: 20px;
            line-height: 20px;
            font-weight: 500;
        }
    .hotline__wrapper svg {
        width: 30px;
        height: auto;
    }
        .hotline__wrapper svg path {
            fill: #fff;
        }
        /* RESPONSIVE */
        @media (max-width: 1024px) {
            .page__content--list .content__image + a {
                width: 80%;
            }
            .rotator__block {
            max-width: none;
        }
    }

    @media (max-width: 768px) {
        #topNewsSlider {
            min-height: unset;
        }
        .topNewsSliderContL {
            min-height: unset;
        }
        #mnp {
            width: 100%;
            object-fit: contain;
        }
        .video__container {
            width: 100%;
        }

        .rubricMenu &gt; ul &gt; li &gt; a {
            min-height: unset;
        }

        .rubricMenu &gt; ul &gt; li {
            width: 100%;
        }

        .rubricMenu &gt; ul {
        }

        .page__content {
            margin: 30px 0 0 0;
        }

        .rubricMenu__wrapper {
            top: 0;
        }

        .page__content--archive {
            top: -10px;
        }

        #legActsFilterBox .fbRowItR input[type="submit"] {
            width: 100%;
        }

        .calendarWrapper {
            flex-direction: column;
        }

        .calendarWrapperSingle {
            margin: 10px;
            width: 100%;
        }

        #frmAddComment .frm__wrapper {
            padding: 20px;
            margin: 0;
        }

        .frm__wrapper .crItem .l,
        .frm__wrapper .crItem .r {
            width: 100%;
        }

        .frm__wrapper .crItem .l {
            margin: 0 0 10px 0;
        }

        .frm__wrapper .crItem {
            flex-direction: column;
            align-items: flex-start
        }

        .qa__buttons {
            flex-direction: column;
        }

            .qa__buttons a {
                width: 100%;
                margin: 0 0 10px 0;
            }

        table.editForm tr td.r .btn {
            max-width: none !important;
        }

        .editForm tr {
            display: flex;
            flex-direction: column;
            width: 100%;
            flex-wrap: wrap;
            position: relative
        }

        table.editForm tr td.l,
        table.editForm tr td.r {
            width: 90% !important;
        }

        .hintImg {
            right: 0;
            position: absolute;
        }

        .inforez__top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-direction: column;
            flex-wrap: wrap;
        }

        .inforez__top--theme,
        .inforez__top--date,
        .inforez__bottom &gt; span {
            width: 100%;
        }

        .inforez__bottom--answer {
            padding: 20px;
        }

        .inforez__top--like {
            width: 100%;
            margin: 20px 0;
        }

        .legActsFbRow__two {
            flex-direction: column;
        }

            .legActsFbRow__two .fbRowItL, .legActsFbRow__two .fbRowItR {
                width: 100%;
            }

            .legActsFbRow__two .fbRowRadioItemL {
                width: 100%;
            }

        textarea,
        input[type="text"],
        input[type="button"],
        input[type="submit"] {
            -webkit-appearance: none !important;
            border-radius: 0 !important;
        }

        input[type="radio"] + label span,
        .search__check + label span {
            margin: 0 0 0 10px;
            width: 250px;
        }

        .survey_buttons {
            flex-direction: column;
            width: 100%;
        }

            .survey_buttons a, .survey_buttons input {
                width: 100%
            }

        .extendedSearch__row {
            width: 100%;
        }

        .survey_buttons input {
            margin: 0 0 10px 0 !important
        }

        .extendedSearch__wrapper .search__buttons {
            width: 100%
        }

            .extendedSearch__wrapper .search__buttons input {
                width: 100% !important;
            }

        .extendedSearch__wrapper form {
            flex-direction: column
        }

        .ssFilterCtrls__buttons {
            width: 100%;
            flex-direction: column
        }

            .ssFilterCtrls__buttons input {
                width: 100%;
                margin: 10px 0
            }

        .tableMobile__scroller {
            overflow: scroll;
            width: 100%;
        }

        #dialogBox {
            width: 100% !important;
            margin-left: -50% !important;
        }

        .popup__links--single {
            width: 100%;
            margin: 10px 0
        }

        .popup__links {
            flex-direction: column;
        }

        .legActsFbRow strong,
        .legActsFbRow.legActsFbRow__first .mark {
            margin: 0 0 10px 0px;
        }

        .legActsFilterBox form {
            flex-direction: column;
        }

        .fbRowItR select {
            max-width: none;
            width: 85% !important;
            margin: 0 0 10px 0;
        }

            .fbRowItR select + span {
                margin: 10px 0;
            }

        .fbRowItR {
            align-items: flex-start;
            flex-wrap: wrap;
        }

            .fbRowItR input[type="submit"]:first-of-type,
            .tblUrFilter td input[type="submit"]:first-of-type {
                width: 100%;
                margin: 0 0 10px 0 !important;
            }

            .fbRowItR input[type="submit"],
            .tblUrFilter td input[type="submit"] {
                width: 100%;
            }

        .legActsFbRow {
            width: 100%;
        }

        .fbRowItL {
            flex-direction: column;
            margin: 0 0 15px 0;
        }

        .fbRowRadioItem {
            margin: 5px 0;
        }

        table .datepicker-input {
            width: 100px !important;
        }

        .home__second .right__side {
            display: none;
        }

        .page__content--vehicle table tr:first-of-type {
            flex-direction: column;
        }

        .inputRow table tr td.tab {
            width: 100%
        }

        .inptL {
            margin: 0 0 10px 0;
        }

        .page__content--vehicle .inputRow {
            flex-direction: column;
            align-items: flex-start;
        }

        .header__top {
            flex-direction: column;
            padding: 15px 0;
        }

        .headerTop__left, .headerTop__right {
            width: 100%
        }

        .headerTop__center a h1 {
            padding: 0;
            font-size: 18px;
            line-height: 20px;
        }

        .headerTop__right {
            display: none;
        }

        .header__bottom,
        .navigationN {
            flex-direction: column;
        }

        .header__bottom {
            display: none;
            padding: 0;
        }

        .headerTop__left {
            justify-content: space-between;
            flex-direction: row;
            position: relative;
        }

        .navigationN {
            width: 100%;
            margin: 0;
        }

        .topMenu__item {
            width: 100%;
            position: relative;
        }

            .topMenu__item span {
                padding: 10px;
                text-align: center;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
            }

                .topMenu__item span svg {
                    margin: 0 0 0 20px;
                    width: 18px;
                    height: auto;
                    position: absolute;
                    right: 20%;
                    display: none;
                }

                .topMenu__item span.active svg {
                    display: block;
                }

        .headerTop__center {
            padding: 0;
            background: none;
        }

        .searchBox {
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 20px 0;
        }

        .search__additional {
            margin: 15px 0 0 0;
        }

        .modal-search .modal-dialog {
            margin: 0 20px;
            width: auto;
            position: relative;
        }

        .searchSocials__single {
            margin: 0 10px;
        }

        .search__additional a {
            font-weight: normal;
            font-size: 18px;
            line-height: 16px;
            color: #FFFFFF;
        }

        .modal-search form {
            flex-direction: column;
            padding: 25px 0 0 0;
        }

            .modal-search form .sbtn {
                max-width: none;
                margin: 15px 0 0 0;
            }

        .search__input input {
            max-width: none;
            border: none;
        }

        .modal-search .close-icon {
            position: absolute;
            right: 20px;
            top: 20px;
        }

        .dropdown__wrapper a {
            margin: 0px 0 5px 0;
            width: 100%;
            padding: 0;
            box-sizing: border-box;
            font-weight: normal;
            font-size: 16px;
            line-height: 18px;
        }

        .topMenu__dropdown {
            background: #6D727C;
            box-sizing: border-box;
            padding: 10px;
            position: absolute;
            top: 37px;
            z-index: 3;
            left: 0;
            border-top: 1px solid #fff;
            display: none;
            right: 0;
        }

        .first__wrapper,
        .second__wrapper,
        .fourth__wrapper,
        .second__menu .newMenuWide {
            flex-direction: column
        }

        .fourth__single {
            width: 100%;
        }

        .documnets__single {
            padding: 0 0 15px 0;
            margin: 15px 0;
        }

        .content__side,
        .right__side {
            max-width: 100%;
            margin: 0
        }

        .documnets__single a {
            min-height: 0;
        }

        .slick-arrow {
            visibility: hidden;
        }

        .slick-dots li button {
            width: 6px;
            outline: none;
            cursor: pointer;
            height: 6px;
            border-radius: 50%;
            margin: 0 5px;
        }

        .desktop__wrapper {
            padding: 0 20px;
        }

        .home__fourth .documents__wrapper .title2 {
            display: flex;
            justify-content: space-between;
            padding: 20px 15px;
            margin: 0;
        }

        .home__first, .home__second {
            padding: 20px 0
        }

        .modal-gov .modal-dialog, .modal-mineco .modal-dialog {
            width: auto
        }

        .modal-gov .modal-content, .modal-mineco .modal-content {
            margin: 0 20px;
            width: auto;
            position: relative;
        }

        .news__slider {
            margin: 0 0 20px 0;
        }

        .slider__navs {
            position: relative
        }

        .informations__wrapper {
            flex-direction: column
        }

        .informations__single {
            width: 100%
        }

        .footer__top,
        .footer__bottom {
            flex-direction: column
        }

        .footer__top--address,
        .footer__top--socials {
            padding: 0;
            margin: 20px 0 0 0;
        }

        .footer__top--right {
            align-items: flex-start
        }

        .footer__top--center div,
        .footer__bottom--copy,
        .footer__bottom--center {
            margin: 0 0 20px 0;
        }

        .footer__top--left {
            margin: 0 0 20px 0;
        }

        .footer__bottom--gov {
            padding: 0
        }

        .footer__top--logo span {
            font-size: 18px;
            line-height: 20px;
        }

        .home__fifth {
            padding: 20px 0;
        }

        .korrespondent__table .title {
            padding: 0
        }

        .korrespondent-form-desc {
            padding: 0
        }

        .home__fourth {
            padding: 0;
        }

        .direct__wrapper {
            text-align: center;
            width: 80%;
            margin: 25px auto;
        }

        .korrespondent__block {
            flex-direction: column
        }

        .korrespondent-form--single {
            width: 100%;
            margin: 0 0 10px 0;
        }

        .korrespondent-form {
            flex-direction: column;
        }

        .korrespondent-form--single input[type="text"] {
            box-sizing: border-box;
            width: 100%;
            margin: 10px 0 0 0;
            height: 40px;
        }

        .korrespondent-form--last {
            margin: 0;
        }

        .mobile__view {
            display: block;
        }

        #menu__button {
            width: 30px;
            height: 22px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
            position: absolute;
            right: 0;
            bottom: -15px;
        }

        .topNewsSliderContR {
            width: 100%;
            padding: 10px 0 10px 0;
        }

        .documents__wrapper--helper {
            display: none;
        }

        .second__menu .newMenuWide {
            padding: 15px 0 0 0;
            background: #F5F7FA;
        }

            .second__menu .newMenuWide a {
                font-weight: 500;
                font-size: 18px;
                line-height: 24px;
                color: #2D5CA6;
                padding: 12px 15px;
                margin: 0;
                border: none;
            }

        .mobile__arrow {
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            margin: 5px 0 0 10px;
        }

        .open .mobile__arrow {
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .news__menu .documents__wrapper .title2,
        .second__menu .documents__wrapper .title2 {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .second__menu {
            padding: 20px 20px 0 20px;
        }

            .second__menu .title2 {
                display: block;
                background: #234D7D;
                text-align: center;
                margin: 0;
                padding: 0;
                color: #fff;
                padding: 15px 0;
                border: none;
            }

        #menu__button span {
            display: block;
            position: absolute;
            height: 2px;
            width: 50%;
            background: #fff;
            opacity: 1;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            #menu__button span:nth-child(even) {
                left: 50%;
            }

            #menu__button span:nth-child(odd) {
                left: 0;
            }

            #menu__button span:nth-child(1), #menu__button span:nth-child(2) {
                top: 0;
            }

            #menu__button span:nth-child(3), #menu__button span:nth-child(4) {
                top: 10px;
            }

            #menu__button span:nth-child(5), #menu__button span:nth-child(6) {
                top: 20px;
            }

        #menu__button.open span:nth-child(1), #menu__button.open span:nth-child(6) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #menu__button.open span:nth-child(2), #menu__button.open span:nth-child(5) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #menu__button.open span:nth-child(1) {
            left: 3px;
            top: 4px;
        }

        #menu__button.open span:nth-child(2) {
            left: calc(50% - 3px);
            top: 4px;
        }

        #menu__button.open span:nth-child(3) {
            left: -50%;
            opacity: 0;
        }

        #menu__button.open span:nth-child(4) {
            left: 100%;
            opacity: 0;
        }

        #menu__button.open span:nth-child(5) {
            left: 3px;
            top: 14px;
        }

        #menu__button.open span:nth-child(6) {
            left: calc(50% - 3px);
            top: 14px;
        }

        .page__wrapper {
            padding: 20px;
        }

        .path {
            display: block;
        }

        .mainContent__docs--title {
            padding: 20px 0;
            font-size: 26px;
        }

        .mainContent__docs--wrapper &gt; li {
            max-width: 100%;
            padding: 0;
        }

        h1.mainContent__docs--title + .mainContent__docs--wrapper {
            justify-content: space-between
        }

        .page__subscribe .subcribe__form {
            flex-direction: column
        }

            .page__subscribe .subcribe__form h3 {
                width: 100%;
                margin: 0 0 15px 0;
                font-size: 20px;
            }

        .page__subscribe {
            padding: 20px;
        }

            .page__subscribe .subcribe__form h3 + label {
                width: 100%;
                margin: 0 0 10px 0;
            }

            .page__subscribe .subcribe__form #subs__email {
                width: 100%;
                box-sizing: border-box;
                margin: 0 0 20px 0;
            }

            .page__subscribe .subcribe__form #subs__subm {
                width: 100%;
                max-width: none;
            }

        .page__content__print,
        .page__content__facebook,
        .page__content__rss {
            top: 10px;
        }

        .rss__subscribe {
            padding: 20px 0;
        }

        .page__content--list .l,
        .page__content--list .l img {
            width: 100%;
        }
    }



    /* OLD STYLES */
    .site {
        width: 1240px;
        text-align: left;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        z-index: 100;
    }

    .page {
        width: 1240px;
    }

    .site-header {
        padding: 10px 0 14px 22px;
        background-color: rgb(51, 51, 51);
    }

    .header {
        height: 359px;
        background-image: url(images/mineconom_header_bg.gif);
        background-repeat: no-repeat;
    }

    .navigation {
        padding: 20px;
        margin-top: 20px;
        width: 1200px;
    }

    .main_news_photo {
        width: 300px;
        height: 225px;
        padding-left: 20px;
        float: left;
        overflow: hidden;
    }

        .main_news_photo a {
            cursor: pointer;
        }

            .main_news_photo a #mnp {
                height: 225px;
                border: none;
            }



    .indicator_container {
        width: 380px;
        height: 230px;
        background-image: url(images/indicator_bg.gif);
    }

    .indicator_data {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 9px;
        color: #CCC;
        height: 190px;
        width: 30px;
        margin-bottom: 10px;
    }

    .indicator_month {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 9px;
        color: #CCC;
        width: 380px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .indicator_more {
        margin-top: 10px;
        height: 30px;
    }

    .announce_container {
        width: 380px;
        float: left;
        background-image: url(images/announce_bg.jpg);
        background-repeat: no-repeat;
        background-color: #459ae9;
        margin-top: 10px;
    }
    /*#c30073*/
    .announce_date {
        margin-left: 120px;
        margin-top: 10px;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
        color: #FFF;
    }

    .announce_text {
        margin-left: 120px;
        margin-top: 30px;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        font-style: italic;
        color: #FFF;
        height: 50px;
    }

    .announce_footer {
        width: 380px;
        margin-top: 30px;
    }

    .question_select {
        float: left;
        width: 30px;
        height: 20px;
    }

    .answer {
        float: left;
        height: 20px;
        width: 350px;
    }

    .main_links_container {
        width: 250px;
        float: left;
    }

    .sub_links_container {
        width: 500px;
        margin-left: 30px;
        float: left;
    }

    .sub_info {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 10px;
        color: #999;
    }

    .links_holder {
        margin-bottom: 10px;
    }

    .links_photo_container {
        float: left;
        height: 55px;
    }

    .links_text_container {
        float: left;
        margin-left: 20px;
        padding-top: 15px;
        width: 150px;
        height: 40px;
    }


    .buttons {
        color: #FFF;
        font-size: 13px;
        border: 1px solid #b6b6b6;
        background-color: #b6b6b6;
        height: 28px;
    }

        .buttons:hover {
            cursor: pointer;
        }

    .buttonsRes {
        color: #FFF;
        font-size: 15px;
        border: 1px solid gainsboro;
        background-color: gainsboro;
        height: 28px;
        margin-left: 10px;
        width: 230px;
        text-align: center;
    }

    div.clear {
        overflow: hidden;
        clear: both;
    }


    .navigation_item:active {
        font-size: 13px;
        color: #508ad0;
        text-decoration: none;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: bold;
    }

    .navigation_item:link {
        font-size: 13px;
        color: #508ad0;
        text-decoration: none;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: bold;
    }

    .navigation_item:visited {
        font-size: 13px;
        color: #508ad0;
        text-decoration: none;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: bold;
    }

    .navigation_item:hover {
        font-size: 13px;
        color: #459ae9;
        text-decoration: none;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: bold;
    }
    /*#c30073*/

    .sub_navigation_item:active {
        font-size: 12px;
        color: #508ad0;
        text-decoration: underline;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }

    .sub_navigation_item:link {
        font-size: 12px;
        color: #508ad0;
        text-decoration: underline;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }

    .sub_navigation_item:visited {
        font-size: 12px;
        color: #508ad0;
        text-decoration: underline;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }

    .sub_navigation_item:hover {
        font-size: 12px;
        color: #459ae9;
        text-decoration: underline;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }
    /*#c30073*/


    .main_news_item_text:active {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
    }

    .main_news_item_text:link {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
    }

    .main_news_item_text:visited {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
    }

    .main_news_item_text:hover {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        text-decoration: underline;
    }

    .main_news_item_info:active {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        color: #FFF;
        text-decoration: none;
    }

    .main_news_item_info:link {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        color: #FFF;
        text-decoration: none;
    }

    .main_news_item_info:visited {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        color: #FFF;
        text-decoration: none;
    }

    .main_news_item_info:hover {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        color: #FFF;
        text-decoration: underline;
    }

    .main_news_link:active {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        color: #FFF;
        text-decoration: none;
        font-style: italic;
    }

    .main_news_link:link {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        color: #FFF;
        text-decoration: none;
        font-style: italic;
    }

    .main_news_link:visited {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        color: #FFF;
        text-decoration: none;
        font-style: italic;
    }

    .main_news_link:hover {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        color: #FFF;
        text-decoration: underline;
        font-style: italic;
    }

    .main_news_item_date {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 12px;
        color: #bfdcff;
        font-style: italic;
    }

    /*.indicator_title{font-family:"Times New Roman", Times, serif; font-size:18px; color:#000;}*/
    .indicator_title {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 16px;
        color: #000;
    }</pre></body></html>