.left_men_ico_sgb{
	    position: absolute;
    top: 65px;
    left: 15px;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}
.left_men_ico_sgb i{
	font-size: 18px;
    color: #fff;
}
.left_enu_sgb{
	height: 100vh;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    left: -100%;
    z-index: 999;
	transition:0.5s;
	    overflow-y: auto;
}
.left_enu_sgb.active{
	left:0px;
}
.close_left_men{
	display: inline-block;
    width: 100%;
    text-align: right;
    padding: 10px 25px 10px;
	position:relative;
}

.close_left_men span{
	display: inline-table;
    text-align: left;
    width: 100%;
    font-size: 18px;
    color: #999;
}
.close_left_men i{
	cursor: pointer;
    position: absolute;
    top: 5px;
    right: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.left_enu_sgb .acord_kont h3 span{
	padding-left: 20px;
    font-size: 17px;
    text-transform: none;
    line-height: 28px;
}
#sp-new .item-title a{
	    overflow: hidden;
    height: 48px;
    display: inline-block;
}
.content_left_panel .img_right_pan{
	    float: left;
    padding-right: 15px;
}
.content_left_panel .acord_kont h3{
	padding-left:10px !important;
}
.content_left_panel .acord_kont h3 em{
	left:10px;
}
.content_left_panel .wrapper-item-desc .col-md-3, .content_left_panel .favorite-item .col-md-3{
	float: left;
   width: 21%;
    padding-right: unset;
}
.content_left_panel .wrapper-item-desc .col-md-9, .content_left_panel .favorite-item .col-md-9{
	    float: left;
        width: 75%;
    padding-left: 0px;
}
.content_left_panel .items>div{
	    display: inline-table;
    width: 100%;
}
@media (min-width: 1200px){
	.left_men_ico_sgb{
		display: none!important;
	}
}