
@media (min-width:450px) and (max-width: 767px) {
    .videostreams-archive-img img {
        height: 140px;
    }
}

@media(max-width:767px){

    /*.index-biographies-item {*/
        /*flex-basis: 100%;*/
    /*}*/

    .top-banner-wrapper {
        justify-content: center;
    }

    .heading-section.red-underline-mob::after {
        content: '';
        display: block;
        margin-top: 8px;
        width: 100%;
        height: 5px;
        background-color: #d94647;
    }

    .rating-bookmakers-item {
        justify-content: space-between;
    }

    .footer-menu-item a {
        padding: 10px 0;
    }

    .videostreams-archive-list {
        justify-content: space-between;
    }

    .videostreams-archive-item {
        flex-basis: 49%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .rating-bookmakers-list {
        margin-top: 20px;
    }

    .same-news-list {
        display:block;
    }
    
    

}

@media(min-width:768px){
    .strategy-bookmakers-bonusrub {
        display: block;
    }
}


@media(max-width:991px){

    .top-submenu {
        position: relative;
        z-index: 100;
        display: none;
        background-color: #434741;
        min-width: 180px;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        left: 0;
        top: 100%;
        padding-left: 20px;
    }
    
    .img_bebets_left{
        display: none;
    }
    .img_bebets_right{
        display: none;
    }

    /*.top-menu-item.active .top-submenu {*/
        /*display: block;*/
    /*}*/
}

@media(min-width:992px){

    .top-menu-item:hover > .top-submenu {
        display: block;
    }

    .mob-nav {
        display: none;
    }

    .top-menu {
        display: flex;
    }

    .logo {
        display: block;
    }

    .top-banner-wrapper {
        margin-bottom: 10px;
    }
}