@media screen and (max-width: 452px) {


}

@media screen and (max-width: 764px){
.container{
	padding:0px!important;
}
.items {
	display: inline-block;
    margin: -15px -15px;
}
.wrap .col-md-8{
	 margin: -15px -15px;
	     margin-top: 20px;
}
.info_line .lablel{
	width: 45%;
}
.paginate li {
width: 34px;
}
ul#service_list li  label{
	    display: block;
}
}

@media screen and (max-width: 992px){
    header {
        height: 130px;
        margin-bottom: 3%;
    }
    .item-body, .item-img{
        height:auto;
        margin-bottom: 10px;
    }
    .item-info {
        padding: 0 12px;
    }
    .main_logo{
        display:none;
    }
    .mobile_logo{
        display:block;
        width: 100%;
    }
    .glyphicon{
        display:inline-block;
    }
    .glyphicon-menu-hamburger{
        font-size: 32px;
    } 
	.glyphicon-remove{
        font-size: 30px;
		
		
    }
	
	aside.fixed .glyphicon-remove{
		position:fixed;
		top: 5px;
	}
	aside.fixed .mtextmenu{
		
		margin-right: 70px;
	}
	
    nav:not(.metrolist){
        display: none;
    }
    nav.open{
        border-top:1px solid #ccc;
        padding-top: 10px;
    }
    aside{
        min-height: initial!important;
        margin-bottom: 10px;
        cursor:pointer;
    }
    .mobilediv{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-bottom: 10px;
		justify-content: flex-end;
    }
    .item-img-gal{
        height:auto;
    }
    aside.fixed{
        position:fixed;
        z-index: 999;
        top:0px;
        left:0px;
        width:100%;
    }
	.glyphicon.fixed{
        position:fixed;
        z-index: 999;
	   top: 7px;
		right: 35px;
    }
    aside.open{
        display: block!important;
        overflow-y: scroll;
        height: 100%;
    }
    .mtextmenu{
        display:inline-block;
       /* margin-right: 20px; */
        /* font-size: 16px; */
		    margin-right: 40px;
    font-size: 20px;
    }
}


@media screen and (max-width: 1200px) {

    .item-body .label {
        width: 75px;
    }
    .item-body .value {
        float: right;
    }
    .price .label{
        width: 60px;
    }
    .price .value{
        float: none;
        font-size:14px;
    }
    .item-descr {
        height: 130px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 990px){


}