.left_block{
	display: none;
}
.wrapper_inner .right_block.wide_  {
	width: 100% !important;
}
div.item_cat_sec_custom img
{
	max-width:100%;
	height: auto;
}

div.item_cat_sec_custom{
	padding-left: 5px;
    padding-right: 5px;
	margin-bottom: 10px;
}
div.item_cat_sec_custom a{
	position: relative;
	display: block;
	color: #fff;
    line-height: 1;
}
div.item_cat_sec_custom a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(25,25,25,.15);
	background: rgb(6 26 84 / 30%);
    z-index: 1;
}

.catalog-sectios-list-custom{
	margin: 0px -10px 0px -10px !important;
}

div.item_cat_sec_custom .full-name-desc {
    position: absolute;
    left: 13px;
    bottom: 40px;
    display: block;
    font-size: 22px;
    font-weight: 700;
    transition: all .3s ease;
    z-index: 1;
}

div.item_cat_sec_custom a:hover .full-name-desc {
    opacity: 0;
}

div.item_cat_sec_custom a .categor-block-item__name-wr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(25,25,25,.25);
    padding: 18px 13px 58px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 1;
}

div.item_cat_sec_custom a .categor-block-item__name-wr:before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 18px;
    bottom: 18px;
	border: 1px solid #ec77a4;
}

div.item_cat_sec_custom a .categor-block-item__name {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

div.item_cat_sec_custom a .categor-block-item__name:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 38px;
    background: #ec77a4;
    margin-left: -19px;
}

div.item_cat_sec_custom .categor-block-item__count {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.4px;
    text-align: center;
}

div.item_cat_sec_custom a:hover .categor-block-item__name-wr {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 767px){
	div.item_cat_sec_custom{
		max-width:180px;
	}
}

@media screen and (min-width: 381px) and (max-width: 512px){
	div.item_cat_sec_custom{
		max-width:50%;
	}
}
@media screen and (max-width: 380px){
	div.item_cat_sec_custom{
		max-width:100%;
	}
}