

/* 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/catalog/main/bitrix/catalog.element/bsx/style.css?17575741509021*/
.btn-primary:active, .btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,
.btn-primary:focus, .btn-primary.focus{
  background: #FF6E75;
  outline: none;
}
.card-product-descrip__info-cell ul li {
    margin-top: 15px;
    padding-left: 25px;
    position: relative;
}
.card-product-descrip__info-cell ul li:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 4;
    background-image: url(/images/svg/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.card-product__title h1{
  margin-top: 0;
}

/* Простой блок с информацией о цене */
.price-info-simple {
  display: flex;
  align-items: center;
  padding: 8px 12px 8px 0;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  transition: all 0.2s ease;
}

.price-info-simple:hover {
  background: transparent;
  color: #333;
}

.price-info-icon {
  font-size: 16px;
  margin-right: 8px;
}

.price-info-text {
  line-height: 1.3;
  font-weight: 400;
}

/* Адаптивность */
@media (max-width: 768px) {
  .price-info-simple {
    padding: 6px 10px;
    font-size: 11px;
  }
  
  .price-info-icon {
    font-size: 14px;
    margin-right: 6px;
  }
}

/* DataTables стили для таблицы применимости */
#applicabilityTable,
#crossNumberTable {
  width: 100% !important;
  border-collapse: collapse;
  font-size: 14px;
}

#applicabilityTable thead th,
#crossNumberTable thead th {
  background: #f8f9fa;
  color: #333;
  font-weight: 600;
  text-align: center;
  padding: 12px 8px;
  border: none; /* Убираем границы */
}

#applicabilityTable tbody td,
#crossNumberTable tbody td {
  padding: 10px 8px;
  border: none; /* Убираем границы */
  text-align: center;
  vertical-align: middle;
}

#applicabilityTable tbody tr:hover,
#crossNumberTable tbody tr:hover {
  background-color: #f5f5f5;
}

/* Скрываем блок выбора количества записей */
.dataTables_wrapper .dataTables_length {
  display: none !important;
}

/* Стили пагинации DataTables - в стиле system.pagenavigation */
.dt-paging .dt-paging-button {
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #666 !important;
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 4px !important;
  line-height: 1 !important;
}

.dt-paging .dt-paging-button:hover {
  background: #f8f9fa !important;
  border-color: #FF000D !important;
  color: #FF000D !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(255, 0, 13, 0.15) !important;
}

.dt-paging .dt-paging-button.current {
  background: #FF000D !important;
  border-color: #FF000D !important;
  color: #fff !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(255, 0, 13, 0.25) !important;
}

/* Более специфичные селекторы для перебивания стилей DataTables */
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: #fff !important;
  background: #FF000D !important;
  border-color: #FF000D !important;
}
div.dt-container .dt-paging .dt-paging-button:hover{
  background: #FF000D !important;
  border-color: #FF000D !important;
  color: #fff !important;
}

/* Скрываем информацию о количестве записей */
.dt-container .dt-info {
  display: none !important;
}

/* Скрываем пагинацию если только одна страница */
.dt-paging:has(.dt-paging-button.current:only-child),
.dt-paging:has(.dt-paging-button:not(.disabled):only-child) {
  display: none !important;
}

/* Альтернативный способ - скрываем если все кнопки disabled кроме current */
.dt-paging:has(.dt-paging-button.previous.disabled):has(.dt-paging-button.next.disabled):has(.dt-paging-button.current:not(.disabled)) {
  display: none !important;
}


.dt-paging.paging_simple_numbers nav{
  display: flex;
  align-items: right;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.dt-paging .dt-paging-button:disabled,
.dt-paging .dt-paging-button.disabled {
  color: #ccc !important;
  cursor: not-allowed !important;
  background: #f8f9fa !important;
  border-color: #e0e0e0 !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Стили для стрелок навигации */
.dt-paging .dt-paging-button.previous,
.dt-paging .dt-paging-button.next,
.dt-paging .dt-paging-button.first,
.dt-paging .dt-paging-button.last {
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* Стили информации DataTables - компактные размеры */
.dataTables_wrapper .dataTables_info {
  padding: 4px 0; /* Уменьшили padding */
  color: #6c757d;
  font-size: 10px; /* Уменьшили шрифт */
  line-height: 1.2; /* Компактная высота строки */
}

/* Объединяем информацию и пагинацию в одну строку */
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  display: inline-block;
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_info {
  float: left;
  margin-right: 15px; /* Уменьшили отступ */
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
}

/* Адаптивность для таблицы */
@media (max-width: 768px) {
  #applicabilityTable,
  #crossNumberTable {
    font-size: 12px;
  }
  
  #applicabilityTable thead th,
  #applicabilityTable tbody td,
  #crossNumberTable thead th,
  #crossNumberTable tbody td {
    padding: 8px 4px;
  }
  
  .dt-paging .dt-paging-button {
    width: 32px !important;
    height: 32px !important;
    font-size: 13px !important;
    margin: 0 3px !important;
  }
  
  .dataTables_wrapper .dataTables_info {
    font-size: 9px; /* Еще меньше шрифт для мобильных */
  }
}

@media (max-width: 768px) {
  /* Контейнер для горизонтальной прокрутки */
  .card-product-md__tbl{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .dataTables_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  #applicabilityTable,
  #crossNumberTable {
    min-width: 650px; /* Минимальная ширина для корректного отображения */
    font-size: 12px;
  }
  
  #applicabilityTable thead th,
  #applicabilityTable tbody td,
  #crossNumberTable thead th,
  #crossNumberTable tbody td {
    padding: 8px 4px;
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 4px;
    font-size: 9px;
  }
  
  .dataTables_wrapper .dataTables_info {
    font-size: 9px;
  }
}

@media (max-width: 480px) {
  .dt-paging .dt-paging-button {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
    margin: 0 2px !important;
  }
}

/* Стили для сообщения "Нет в наличии" */
.not-available-message {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px 8px 0;
  color: #dc3545;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.not-available-icon {
  font-size: 16px;
  line-height: 1;
}

.not-available-text {
  line-height: 1.3;
}

/* Адаптивность для сообщения */
@media (max-width: 768px) {
  .not-available-message {
    padding: 10px 14px;
    font-size: 13px;
    margin: 8px 0;
  }
  
  .not-available-icon {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .not-available-message {
    padding: 8px 12px;
    font-size: 12px;
    margin: 6px 0;
  }
  
  .not-available-icon {
    font-size: 14px;
  }
}

.a.catalog__item-title:focus{
  outline: none;
  text-decoration: none;
  color: inherit;
}

.card-btn{
  height: 56px;
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success{
  background: #FF6E75 !important;
  outline: none;
}
.btn-success:hover{
  background: #FF6E75 !important;
  outline: none;
}
.btn-success:focus{
  background: #FF6E75 !important;
  outline: none;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.min.css?1540974617332*/
.catalog-element-popup-wrapper{position:absolute;box-sizing:border-box;border-radius:3px;background:rgba(0,0,0,.77)}.catalog-element-popup-inner{padding:20px;max-width:300px;font:13px "Helvetica Neue",Arial,Helvetica,sans-serif}.catalog-element-popup-element{color:#ffa801;font:bold 13px "Helvetica Neue",Arial,Helvetica,sans-serif}
/* End */


/* Start:/bitrix/components/bitrix/sale.products.gift/templates/.default/style.min.css?15409745283191*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-products-viewed-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}
/* 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:/bitrix/components/bitrix/sale.products.gift/templates/.default/themes/blue/style.min.css?1540974528714*/
.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-products-viewed-header{border-color:#006cc0}
/* End */


/* Start:/bitrix/components/bitrix/sale.gift.main.products/templates/.default/style.min.css?1540805309604*/
.bx_item_list_title{font-weight:bold;color:#000;background:#ebf4f8;vertical-align:middle;height:38px;text-align:center;line-height:38px;font-size:14px}.bx_sale_gift_main_products.bx_wood .bx_item_list_title{background:#ebf4f8}.bx_sale_gift_main_products.bx_red .bx_item_list_title{background:#fbf1f0}.bx_sale_gift_main_products.bx_green .bx_item_list_title{background:#f2fbea}.bx_sale_gift_main_products.bx_blue .bx_item_list_title{background:#ebf4f8}.bx_sale_gift_main_products.bx_black .bx_item_list_title{background:#f1f4f7}.bx_sale_gift_main_products.bx_yellow .bx_item_list_title{background:#fbf7db}
/* End */


/* Start:/local/templates/new.powersop/components/bitrix/catalog/main/bitrix/catalog.element/bsx/themes/blue/style.min.css?1753339950902*/
.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-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.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 .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /local/templates/new.powersop/components/bitrix/catalog/main/style.css?17559320434351 */
/* /local/templates/new.powersop/components/bitrix/catalog/main/bitrix/catalog.element/bsx/style.css?17575741509021 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.min.css?1540974617332 */
/* /bitrix/components/bitrix/sale.products.gift/templates/.default/style.min.css?15409745283191 */
/* /local/templates/new.powersop/components/bitrix/catalog.item/.default/style.css?1755890367237 */
/* /bitrix/components/bitrix/sale.products.gift/templates/.default/themes/blue/style.min.css?1540974528714 */
/* /bitrix/components/bitrix/sale.gift.main.products/templates/.default/style.min.css?1540805309604 */
/* /local/templates/new.powersop/components/bitrix/catalog/main/bitrix/catalog.element/bsx/themes/blue/style.min.css?1753339950902 */
