    .select_text{
        background-color: #eeeeee;
        padding: 20px;
        padding-left: 25px;
        position: relative;
        margin: 15px 0;
    }
        .select_text:before{
            content: " ";
            display: block;
            width: 4px;
            background-color: #2196f3;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
    .bg-silver{
        background-color: #f7f8fc;
    }
    .catalog-item-h30{
        height: 30px;
        width: 100%;
        background-color: #f7f8fc;
    }


    .news_detail ul {
        padding-left: 15px;
        max-width: 80%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .news_detail ul li:before {
        font: normal normal normal 24px/1 "Material Design Icons";
        content: "\F12F";
        font-size: 8px;
        margin-right: 10px;
        position: relative;
        top: -1px;
        color: #2196f3;
    }
    .catalog-menu .lvl-2{
        height: 60vh;
        overflow-y: auto;
    }

@media only screen and (max-width: 420px)
{
	.brand_logo_m {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 70px;
    width: 190px;
    position: relative;
    right: 10px;
    z-index: 100;
    display: block;
	}
}
