.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: #2AC64F ;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
    .bg-silver{
        background-color: #f7f8fc;
    }
    .catalog-item-h30{
        height: 30px;
        width: 100%;
        background-color: #f7f8fc;
    }
	.search_result .item {
        background-color: #fff;
    }

.index_cat_menu{
	    position: relative;
    overflow: hidden;
}.index_cat_menu:hover{
	    overflow: inherit;
}
.index_cat_menu:hover .catalog-menu{
	position: absolute;
    width: 100%;
    z-index: 10;
    background: #fff;

}
#textSelectLang {
  padding: 10px 10px;
}
#selectLang {
  float: right;
  display: flex;
  margin-left: 50px;
}
#top-panel li a.active {
  font-weight: bold;
  margin-left: 0px;
}
#selectLang.mobile {
  display: none;
}
@media (max-width: 767px) {
	#selectLang.mobile {
	  float: none;
	  display: block;
	  width: 100%;
	  margin: 0 auto;
	  max-width: 100%;
	  text-align: right;
	  padding-right: 20px;
	  font-size: 16px;
	}
	#ulLang {
	  display: inline;
	}
	.liLang a {
	  color: #000;
	}
	.liLang a.active {
	  font-weight: bold;
	}
	.nameSelectedLang img {
		max-width: 35px;
		border-radius: 50px;
		border: 1px solid #eaeaea;
	}
	  .liLang a.active {
		display: none;
	  }

}