.disp-cat {
	padding-bottom: 0px;
}

.section-block{
	font-size: 18px;
}
.nav_cat_wrap{
	display: flex;
	margin-left: -15px;
    margin-right: -15px;
    margin-top: 7px;
    margin-bottom: 30px;
}
.nav_cat_wrap > div{
	width: 35%;
	flex: 1;
    text-align: center;
    border-right: 1px solid #dadada;
}
.nav_cat_wrap .nav_sh_more div{
	display: flex;
	align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}
.nav_cat_wrap > div:last-child{
	border: none;
}
.nav_cat_wrap .nav_sh_more div:after {
    background-image: url(/bitrix/components/vivakom/catalog.sort/templates/all_power_supply/images/black_down.svg); 
    content: "";
    position: relative;
    left: 15px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: block;
    width: 10px;
    height: 13px;
}



.bottom-pagger a.nav_mmm{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: none;
	color: #000;
	text-decoration: none;
	text-align: center;
}

.item-display img{
	width: 100%;
}
.item-inner{
    padding: 20px;
    margin: 0px 15px;
    margin-bottom: 24px;
    border: 1px solid #343434;
    text-align: center;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 467px;
}
.item-inner > span{
	border: 1px solid #cecece;
    border-radius: 5px;
    display: block;
    width: max-content;
    padding: 5px 15px;
    font-size: 15px;
    min-height: auto !important;
}
.item-inner .item-name{
	color: #000;
	text-align: center;
	max-height: 80px;
	overflow: hidden;
}
.item-inner .item-name:hover{
	color: #ee9026;
	text-decoration: underline;
}
.item-inner .price{
    margin: 12px 0;
    margin-bottom: 15px;
}
.item-inner .morebutton{
	height: 50px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item-inner .morebutton a{
	padding: 11px 26%;
    background: #ee9026;
    color: #fff;
    text-decoration: none;
    height: 50px;
}
.item-inner .morebutton .sh-more{
	width: 60%;
    padding: 11px;
    background: #fff;
    color: #ee9026;
    border: 1px solid;
}
.item-inner .morebutton .in-bas{
	width: 100%;
	padding: 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.item-inner .morebutton .in-bas img{
	max-height: 38px;
}

.description-section{
	margin-bottom: 32px;
}
.container-filt{
    max-width: 1169px;
    margin:0 auto;
}
@media (min-width: 1200px) {
	.container-filt {
	    max-width: 1140px;
	    padding: 0 15px;
	}
}
@media (min-width: 1260px){
.container-filt {
    max-width: 1199px;
    padding: 0 15px;
}
}


@media (min-width: 992px) {
	.disp-cat .row {
	     display: block !important;
	}
	.disp-cat .col-6, .disp-cat .col-12{
	    float: left !important;
	}
	.item-inner {
        height: auto;
    }
    .item-inner .item-name {
	    height: 110px;
	    max-height: none;
    }
}
@media (max-width: 992px) {
	.item.item-display{
		margin-bottom: 27px;
	}

}

.title-section{
	display: none;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
	.item.item-display {
	    margin-bottom: 5px;
	}
}

@media screen and (max-width: 1199px){
.item-inner .item-name{
	height: 80px;
}
.item-inner{
    padding: 12px;
    height: auto;
}
.title-section{
	display: block;
	padding: 20px;
	text-align: center;
	font-size: 24px;
}
.section-block{
	font-size: 14px;
}
.title-filter {
    font-size: 18px;
}
.sh-more{
	display: none;
}
.item-inner .morebutton .in-bas{
	width: 100%;
	padding: 5px;
}
.item-inner .morebutton{
	height: 40px;
}
.item-inner .morebutton a{
    height: 40px;
}
.item-inner .morebutton .in-bas img {
    max-height: 29px;
}
}

@media (max-width: 767px) {
	.item-inner{
	    padding: 12px;
	    margin-bottom: 0px;
	}
	.section-block{
		font-size: 14px;
	}
	.title-filter {
	    font-size: 18px;
	}
	.item-inner .morebutton{
	  display: none;
	}
	.mg-mob{
		margin: 0 2px;
	}
    #catalog-section {
        margin-top: 0px !important;
    }
    .vivakom_sort {
	    margin-bottom: 0px !important;
	}
	.container .vivakom_sort .sort-items {
        padding: 0px 0px 15px 0px !important;
    }
    .Breadcrumbs {
        margin-bottom: 10px !important;
    }

}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.p-mob{
		padding: 0px;
	}
	.container{
       padding-left: 0;
       padding-right: 0;
	}

}
@media (max-width: 576px) {
    .mg-mob .Breadcrumbs {
        margin-left: 0px;
        margin-right: 0px;
    }
    .menu .menu-triger {
	    left: 0px;
	}
}
@media (max-width: 500px) {
    .mg-mob .item-inner > span{
        min-height: 40px;
    }

    .nav_cat_wrap {
	    display: flex;
	    flex-wrap: wrap;
	}
	.nav_cat_wrap > div {
		font-size: 16px;
        width: 100%;
        flex: auto;
        margin: 5px 15px;
        border-right: none;
        border-bottom: 1px solid #dadada;
        padding-bottom: 10px;
    }
}
