.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%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a.page__title_back_link:hover{
	color: inherit;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width: 780.98px) {
	.kbc_catalog._wrp ._left{
		display: none;
	}
}
@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 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}


.main_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
    line-height: 58px;
    color: #333333;
    margin-bottom: 30px;
		    text-align: center;
}

.catalog__bg{
    padding-top: 30px;
}

/* Блок "Поиск не дал результатов" */
.search-no-results {
    text-align: center;
    padding: 60px 20px;
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.search-no-results__icon {
    margin-bottom: 24px;
    opacity: 0.6;
}

.search-no-results__icon svg {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.search-no-results__title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
    line-height: 1.3;
}

.search-no-results__description {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 32px;
    line-height: 1.5;
}

.search-no-results__suggestions {
    text-align: left;
    background: #f9fafb;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 32px;
    border-left: 4px solid #3b82f6;
}

.search-no-results__suggestions h3 {
    font-size: 18px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 16px;
    margin-top: 0;
}

.search-no-results__suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-no-results__suggestions li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #4b5563;
    line-height: 1.5;
}

.search-no-results__suggestions li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #10b981;
    font-weight: bold;
    font-size: 14px;
}

.search-no-results__suggestions li:last-child {
    margin-bottom: 0;
}

.search-no-results__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.search-no-results__actions .btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    min-width: 160px;
}

.btn-primary {
    background: #3b82f6;
    color: #ffffff;
    border-color: #3b82f6;
}

.btn-primary:hover {
    background: #2563eb;
    border-color: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-outline {
    background: transparent;
    color: #3b82f6;
    border-color: #3b82f6;
}

.btn-outline:hover {
    background: #3b82f6;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Адаптивность */
@media (max-width: 640px) {
    .search-no-results {
        padding: 40px 16px;
        margin: 0 16px;
    }
    
    .search-no-results__title {
        font-size: 24px;
    }
    
    .search-no-results__suggestions {
        padding: 20px;
    }
    
    .search-no-results__actions {
        flex-direction: column;
        align-items: center;
    }
    
    .search-no-results__actions .btn {
        width: 100%;
        max-width: 280px;
    }
}
