

/* Start:/local/templates/new.powersop/components/bitrix/catalog/main/style.css?17559320434351*/
.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;
}

/* Блок "Поиск не дал результатов" */
.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;
    }
}
/* End */


/* Start:/local/templates/new.powersop/components/bitrix/system.pagenavigation/.default/style.css?17558910171666*/
.nv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.nv ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 8px;
}

.nv ul li {
    margin: 0;
}

.nv ul li a,
.nv ul li span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.nv ul li a:hover {
    background: #f8f9fa;
    border-color: #FF000D;
    color: #FF000D;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(255, 0, 13, 0.15);
}

.nv ul li span {
    background: #FF000D;
    border-color: #FF000D;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(255, 0, 13, 0.25);
}

/* Стили для стрелок навигации */
.nv ul li a[href*="&PAGEN_1="],
.nv ul li a[href*="PAGEN_1="] {
    font-size: 12px;
    font-weight: 600;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .nv {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .nv ul {
        gap: 6px;
    }
    
    .nv ul li a,
    .nv ul li span {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .nv ul {
        gap: 4px;
    }
    
    .nv ul li a,
    .nv ul li span {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}
/* End */


/* Start:/local/templates/new.powersop/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17572727671458*/
/* SEO текст внизу страниц каталога */
.footer_seo_text {
  margin-top: 60px;
  padding: 40px 0;
  border-top: 1px solid #e9ecef;
}

.footer_seo_text .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer_seo_text h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0D0D0D;
  margin-bottom: 25px;
  text-align: left;
}

.footer_seo_text h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0D0D0D;
  margin: 30px 0 20px 0;
  text-align: left;
}

.footer_seo_text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  text-align: justify;
}

.footer_seo_text ul {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

.footer_seo_text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.footer_seo_text ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #FF000D;
  font-weight: bold;
  font-size: 18px;
}

.footer_seo_text ul li p {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .footer_seo_text {
    margin-top: 40px;
    padding: 30px 0;
  }
  
  .footer_seo_text .container {
    padding: 0 15px;
  }
  
  .footer_seo_text h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .footer_seo_text h3 {
    font-size: 20px;
    margin: 25px 0 15px 0;
  }
  
  .footer_seo_text p,
  .footer_seo_text ul li {
    font-size: 15px;
  }
}

/* End */


/* Start:/local/templates/new.powersop/components/bitrix/catalog.item/.default/style.css?1755890367237*/
a.catalog__item-title{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3;
   -webkit-box-orient: vertical;
   min-height: 57px;
}



/* End */


/* Start:/local/templates/new.powersop/components/bitrix/catalog/main/bitrix/catalog.section/.default/themes/blue/style.min.css?1753252890706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/new.powersop/components/bitrix/catalog/main/style.css?17559320434351 */
/* /local/templates/new.powersop/components/bitrix/system.pagenavigation/.default/style.css?17558910171666 */
/* /local/templates/new.powersop/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17572727671458 */
/* /local/templates/new.powersop/components/bitrix/catalog.item/.default/style.css?1755890367237 */
/* /local/templates/new.powersop/components/bitrix/catalog/main/bitrix/catalog.section/.default/themes/blue/style.min.css?1753252890706 */
