/* БЛОК НОВОСТИ */

.news_header_block_mobile{
    width: 87.6vw;
    margin: 1.5vw 1vw;
    background: rgba(5, 18, 44, 0.9);
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 5vw;
    padding: 0.8vw; 
    padding-left: 1vw;
    text-align: left;
    color: rgb(255, 255, 255); 
    /* font-size: 1.6vw; */
    vertical-align: middle;
    display: flex;
}

.news_favorites_mark_mobile{
    height: 6vw;
    width: 6vw;
    vertical-align: middle;
    margin-left: 3vw;
}

.news_checked_mark_mobile{
    height: 6vw;
    width: 6vw;
    vertical-align: middle;
    margin-left: 1.5vw;
}

.news_datetime_mobile{
    font-size: 3vw;
    margin-left: -10.3vw;
    margin-right: 8vw;
    width: 6vw;
}

.news_label_mobile{
    margin: 0vw;
    padding: 0vw;
}

.news_arrow_button_mobile{
    height: 6vw;
    width: 12vw;
    margin-left: 1vw;
    background-image: url('arrow.png');
    background-size: 100% 100%; 
    background-color: rgba(0,0,0,0); 
    border: none;
}

.news_cross_button_mobile{
    height: 4vw;
    width: 4vw;
    margin-left: -7.8vw;
    background-image: url('cross.png');
    background-size: 100% 100%; 
    background-color: rgba(0,0,0,0); 
    border: none;
}

.news_body_block_mobile{
    height: auto;
    padding: 1vw;
    width: 76vw; 
    margin-left: 7vw; 
    background-color: rgba(255, 255, 255, 0.6);
    margin-top: -1.5vw; 
    display: none; 
    border-bottom-left-radius:2vw; 
    border-bottom-right-radius: 2vw;
    font-size: 3.2vw;
}

.news_body_header_mobile{
    color:red;
    margin-top:-0.5vw;
    margin-bottom:0vw;
}

.news_foundby_words_mobile{
    display:inline-block;
    margin-top:-0.2vw;
    color:firebrick;
}

.news_foundby_company_mobile{
    display:inline-block;
    margin-top:-0.2vw;
    color:firebrick;
    text-decoration:underline;
    text-underline-offset:0.3vw;
}

.filter_mobile{
    font-size: 1.3vw;
    width: 8vw; 
    height: 4vw; 
    border-radius: 2vw; 
    margin-left: 2.1vw;
}

.search-mobile{
	position: absolute;
    background-image: url('search.png'); 
    background-size: 6vw 6vw; 
    background-repeat: no-repeat; 
    background-position: 2vw 1.6vw; 
    width: 22vw; 
    font-size: 5vw; 
    height: 10vw; 
    margin-top: 2.4vw; 
    margin-left: 44vw; 
    padding: 0.8vw; 
    display: inline-block; 
    text-align: center; 
    background-color: white; 
    border-style: solid; 
    border-color: black; 
    border-radius: 5vw;
}

.search-mobile:focus{
    background-image:none;
    width: 64vw;
    margin-left:2vw;
}