@media (max-width: 1000px) {
    body {
        font-size: 14px;
    }
    .row.item .col-6,.col-6.wrap_item{
        
        width:100%;
    }
    .top-b.no-card.chto_vhodit{
        margin:0;
        padding:10px;
    }
    .row.article-blog  .col-4 {
        
        width:100%;
    }
    .sigFreeThumb{
        position:absolute!important;
        height: 300px;
        width: 100%;
    }
    .sigFreeThumb a{
        position:static!important;
    }
    .sigFreeThumb a img{
        max-width:none;
    }
    .front-line {
    min-height: 300px;
        
    }
    .container-nav{
        position: relative;
    }
    .navbar{
        position: static;
    }

    .container-nav .navbar-collapse{
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        /* bottom: 0; */
        background-color: white;
        /* width: 100%; */
        z-index: 99999999;
    }
    .container-header .container-nav {
        flex-wrap: unset;
        justify-content: unset; 
        padding-bottom: 1em;
    }

    header .grid-child {
        justify-content: space-between;
        flex-direction: column;
    }
    .navbar-brand{
        width: 50%;
        margin: 0 auto!important;
    }
        .wrap_phone_button {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    a.collbak {
        width: 100%;
        font-size: 1rem;
        text-align: center;
        font-weight: 400;
        line-height: unset;
        padding: 2px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .com-content-category-blog.blog.category .container{
        overflow-x: auto;
    }
    .com-content-category-blog.blog.category .container .card-wrapper{
            zoom: .7;
            width: 140%;
    }
    .category .card {
        flex: 1 0;
    }

    .category .card-wrapper{
        gap: unset;
        display: flex;
        justify-content: flex-start;
    }
    .category .card.active, .category .card:hover {
        box-shadow: none;
    }
    .page-index .container.spacer-y{
        overflow-x: auto;
    }
    .sigFreeContainer{
        display: flex;
        flex-direction: column;
    }
    ul.sigFreeClassic li.sigFreeThumb{
        flex: 1 0;
    }

    ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img.sigFreeImg, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover img.sigFreeImg {
        
        height: 400px !important;
        
    }
    #mod-custom113.mod-custom.custom ul.sigFreeClassic {

        margin-top: 0!important;
        padding: 0!important;
    }

}