@media screen and (max-width:1199px) and (min-width:992px) {
    header .headernavbar .container {
        padding: 0
    }
    header .headernavbar .search input.lg,
    header .headernavbar .search button.lg {
        display: none
    }
    header .headernavbar .search a.md {
        display: block!important;
        color: white
    }
    header .headernavbar nav ul li a {
        font-size: .8em
    }
}

@media screen and (max-width:991px) {
    header .headernavbar nav ul li a {
        border: none!important;
        padding-left: 10px!important
    }
    header .headernavbar .search input {
        width: 100%
    }
    header .headernavbar .search {
        padding-bottom: 10px
    }
}
@media screen and (max-width: 767px) {
    .info_fluid .info-block {
        padding: 10px 0!important;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
    }
}

@media screen and (max-width:767px) and (min-width:568px) {
    section .news-fluid .news-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    section .news-fluid .news-block a:first-child {
        text-align: center;
        width: 50%
    }
}

@media screen and (max-width:303px) {
    section .textblock {
        font-size: 6vw!important;
        font-weight: bold
    }
}

@media screen and (max-width:992px) {
    .reklam_block {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .reklam_block div:last-child {
        margin-top: 0!important;
        margin-left: 15px
    }
    .news_reklam_block {
        margin-top: 20px
    }
}

@media(max-width:880px) {
    .footer-distributed {
        font: bold 14px sans-serif
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }
    .footer-distributed .footer-center i {
        margin-left: 0
    }
}

@media screen and (max-width:430px) {
    .footer-distributed {
        padding: 20px 5px
    }
    body {
        word-break: break-word
    }
}

@media screen and (max-width:800px) {
    .info_fluid {
        font-size: .8em
    }
}