@media (max-width: 1200px) {
    #search {
        display: none;
    }
}

@media (max-width:992px) {
    header nav a {
        padding: 15px 5px;
    }
    header nav span {
        font-size: 14px;
    }
    header .user {
        margin-left: 0;
    }
    .forstick {
        width: 100%;
    }
    footer {
        width: 100%;
    }
}


@media (max-width: 767px) {
    body {
        padding-top: 50px;
    }
    .mobile-menu {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: white;
        flex-direction: row;
        justify-content: space-around;
        color: black;
        padding: 5px 0;
        box-shadow: 1px 0 1px black;
        height: 50px;
        overflow: hidden;
    }
    .mobile-menu .fa {
        font-size: 25px;
        color: gray;
        padding: 0;
        display: block;
    }
    .mobile-menu .unam {
        display: inline-block;
        max-width: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .menuimg {
        width: 26px;
        height: 26px;
        border-radius: 13px;
        display: block;
        margin: 0 auto;
    }
    .mobile-menu a {
        text-align: center;
    }

    #sidebar-toggle {
        display: block;
        font-size: 25px;
        color: #342984;
        text-align: center;
        border: 2px solid #3084c1;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        box-sizing: border-box;
        margin: 5px;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 38px;
        padding: 0;
    }
    .vp {
        display: inline-block;
        font-size: 22px;
        color: #333333;
        font-weight: bold;
        line-height: 50px;
        vertical-align: top;
        text-transform: uppercase;
        text-align: center;
        overflow: hidden;
        height: 50px;
    }
    article figure {
        width: 100% !important;
        float:none !important;
        margin: 0 0 10px !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .navigation-top-mobile .mobile-search-container {
        width: 100%;
        display: none;
    }
    .pl-0 {
        padding-left: 0 !important;
    }
    nav.navigation-top form {
        display: flex;
        align-items: center;
        width: 39.3%;
    }
    .navigation-top-mobile .mobile-search-container {
        width: 100%;
        display: none;
    }
    .navigation-top-mobile .mobile-search-container .form-search {
        width: 100% !important;
        position: relative;
    }
    .navigation-top-mobile .mobile-search-container .form-search input {
        width: 100%;
        padding: 10px 52px 10px 10px;
    }
    .form-search:not(.form-search-404) [name='search'] {
        height: 100% !important;
    }
    .form-search:not(.form-search-404) button {
        height: 100% !important;
    }
    nav.navigation-top-mobile img {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
    }
    .icon-ascii {
        display: inline-block;
        font-size: 48px;
        line-height: 36px !important;
        color: #fff;
        position: relative;
    }
    nav.navigation-top button.btn-icon {
        padding-right: 0;
        margin-right: 0;
        font-size: 30px;
    }
    nav.navigation-top button.btn-icon .fa {
        color:#332a82;
    }
    nav.navigation-top button.expand-menu, nav.navigation-top button.expand-search-menu {
        color: #fff;
        background-color: transparent;
        box-shadow: none;
        border: none !important;
        -webkit-appearance: none;
        font-size: 17px;
        line-height: 30px;
        transition: color .1s cubic-bezier(0.64, 0.57, 0.67, 1.53);
        z-index: 100;
    }
    .mobile-nav-arrows {
        width: 61px;
        position: relative;
        top: 2px;
    }
    .d-ib {
        display: inline-block;
    }
    .d-n {
        display: none;
    }
    .navigation-top-mobile .col-icon {
        text-align: right;
        z-index: 100;
    }
    .pl-5 {
        padding-left: 5px !important;
    }
    nav.navigation-top button.btn-icon {
        padding-right: 0;
        margin-right: 0;
        font-size: 30px;
    }
    .navigation-top-mobile .portal-name {
        color: white;
        font-size: 21px !important;
        text-align: center;
        line-height: 33px;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 7px;
        font-family: blockacregular;
        font-weight: normal;
    }
    .navigation-top-mobile .portal-name a {
        font-size: 24px;
    }
    nav.top-menu ul {
        padding: 10px;
    }
    nav.navigation-top a {
        display: block;
    }
    .container-mobile-menu {
        position: fixed;
        height: 100%;
        width: 0;
        top: 0;
        z-index: 125;
        font-family: 'bloknotcnormal';
    }
    .container-mobile-menu #sidebar {
        background: white;
        position: fixed;
        width: 100%;
        padding-top: 51px;
        height: inherit;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        overflow-y: auto;
        display: none;
    }
    .container-mobile-menu #sidebar ul.menu {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        margin-top: 00px;
    }
    .container-mobile-menu #sidebar ul.menu li {
        margin: 0;
        padding: 0;
        position: relative;
    }
    #sidebar .link-container a {
        font-weight: bold;
    }
    .container-mobile-menu .menu > li:before {
        display: block;
        content: ' ';
        width: 7px;
        height: 7px;
        position: absolute;
        top: 19px;
        background: #fff;
        border-radius: 100%;
    }
    .container-mobile-menu .link-container {
        display: inline-block;
        width: 88%;
    }

    .container-mobile-menu li.with-sub-items ul {
        margin-top: 0 !important;
    }

    .container-mobile-menu ul.sub-items {
        display: none;
        margin-bottom: 10px;
    }

    .container-mobile-menu .sub-items .link-container {
        width: 100%;
    }
    .container-mobile-menu #sidebar ul.sub-items a {
        padding-left: 0;
    }
    .container-mobile-menu #sidebar ul li a {
        padding: 10px;
        font-size: 18px;
        color: black;
        letter-spacing: 1px;
        font-family: inherit;
        line-height: 1.5;
        display: block;
    }
    .to-up {
        display: none;
    }
    #sidebar .close-container {
        position: absolute;
        top: 10px;
        right: 0;
    }
    #sidebar .menu ul {
        padding-left: 40px;
        margin-top: -10px;
    }
    #sidebar .menu ul li a {
        padding: 5px;
    }
    #sidebar .close-container {
        z-index: 100;
    }

    #sidebar .close-container {
        position: absolute;
        top: 19px;
        right: 12px;
    }
    #sidebar .close-container .btn-close {
        z-index: 1000;
        width: 40px;
    }
    #sidebar .close-container .btn-close .icon-ascii {
        font-size: 68px;
        line-height: 55px;
    }
    .icon-ascii.ia-close:after {
        content: '×';
    }
    .container {
        padding: 15px;
        background: white;
    }
    .ined .container {
        padding: unset;
        background: none;
    }
    .pt30 {
        padding-top: 10px;
    }
    .afd {
        display: none;
    }
    .block.pal {
        padding: 0px;
    }
    .bix {
        width: 100%;
        float: none;
        height: 150px;
        margin-right: 0px;
        overflow: hidden;
        border-radius: 0px;
        background: #f1f1f1;
        margin-bottom: 15px;
    }
    .bix img {
        width: 100%;
    }
    .pdx > .tags {
        display: none;
    }
    .pdx {
        overflow: hidden;
        height: 18px;
        white-space: nowrap;
    }
    .later-news {
        margin-bottom: 15px;
    }
    .block {
        overflow: visible;
    }
    .slick-prev {
        left: -27px;
    }
    footer {
        width: 100%;
    }
    .forstick {
        width: 100%;
        position: relative;
    }
    .slick-next {
        right: -15px !important;
    }
    .logoonswipe {
        height: 45px;
    }
    .rub {
        margin-bottom: 15px;
        margin-top: 5px;
        white-space: nowrap;
        height: 25px;

    }
    .rub li {
        margin-left: 0px;
        margin-right: 15px;
    }
    h1 {
        font-size: 1.8em;
    }
    nav.breadcrumbs {
        margin-bottom: 15px;
    }
    .news-info {
        font-size: 14px;
    }
    .social-buttons {
        margin-top: 15px;
    }
    .comments {
        margin-top: 15px;
    }
    .news-img {
        margin: 20px -15px !important;
    }
    .umenu {
        display: none;
    }
    .umenu a {
        margin: 0 10px;
    }
    .umenu .us {
        display: none;
    }
    .hidden-lg, .hidden-md {
        display: flex !important;
    }
    .form-search button.btn-search, .form-search button.btn-close {
        height: 1.85vw;
        height: 36px;
        width: 44px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #fff;
        box-shadow: none;
        border: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        background-color: #c8252c;
        transition: all .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    }
    .mobile-search-container .rez {
        position: absolute;
        top: 50px;
        width: 100%;
    }
    .img-logo {
        height: 60px;
        margin: 0;
    }
    header .hed {
        display: block;
        width: calc(100% - 80px);
        float: right;
    }
    header {
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
        left: 0;
        box-shadow: 0 0 3px black;
        min-height: 50px;
        height: 50px;
        max-height: 50px;
    }
    header .logo {
        margin-left: 5px;
        width: 50px;
        height: 50px;
    }
    header .logo img {
        height: 40px;
        width: 40px;
    }
    .wor {
        margin-top:0px;
    }
    #mobser {
        padding: 5px;
    }
    #mobser input {
        padding: 10px;
        width: 100%;
        font-size: 20px;
        border-radius: 5px;
        border: 2px solid #0e70b7;
    }
    .info > div {
        width: 48%;
        margin: 1%;
    }
}
@media (max-width: 500px) {
    .expand-menu {
        right: 18px !important;
    }
    .to-up {
        opacity: .8;
    }

}