.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}
.exception-section-wrapper a.excep-sect-item {
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 10px;
    border-radius:5px;
}
.exception-section-wrapper a.excep-sect-item .back-img{
    height:50px;
    margin-bottom:0px;
    max-width:50px;
}
.exception-section-wrapper a.excep-sect-item p{
    margin-bottom:0px;
    font-size:14px;
    text-align:left;
}
.exception-section-wrapper a.excep-sect-item p span{
    font-size:12px;
    font-weight:600;
	display: block;
}
.exception-section-wrapper a.excep-sect-item{
    padding:5px 10px;
}
.col-12.col-md-4.col-lg-3 .exception-section-wrapper{
    gap:5px;
    margin-bottom:20px;
    
}
.exception-section-wrapper a.excep-sect-item:hover{
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}