

/* Start:/local/templates/abukva/components/bitrix/catalog/extProduct/style.css?17778102761122*/
.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;
}
@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 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;}

/* End */


/* Start:/local/templates/abukva/components/bitrix/catalog/extProduct/bitrix/catalog.section.list/extProductSectionList/style.css?17779961802220*/
.catalog-product-index-sections__grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog-product-index-sections__item {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog-product-index-sections__card {
  height: 100%;
  min-width: 0;
}
.catalog-product-index-sections__card .ui-card-hover__body {
  min-width: 0;
}
.catalog-product-index-sections__media {
  padding: 10px;
}
.catalog-product-index-sections__media--cover {
  display: block;
  background-color: var(--color-surface-soft, #f3feff);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.catalog-product-index-sections__media--fallback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: calc(64px + 10px * 2);
}
.catalog-product-index-sections__fallback-img {
  display: block;
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalog-product-index-sections__title-wrap {
  font-family: "Europe", sans-serif;
  font-size: var(--text-card-title);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
.catalog-product-index-sections__announce {
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.catalog-product-index-sections__cta {
  margin: 0;
  margin-top: auto;
  padding-top: 5px;
}
.catalog-product-index-sections__count {
  font-family: "Europe", sans-serif;
  font-size: var(--text-card-title);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-left: 4px;
}
/* End */


/* Start:/local/templates/abukva/components/bitrix/catalog.item/extProductItem/style.css?17780138572909*/
.catalog-product-index-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 100%;
  height: 100%;
}
.catalog-product-index-item .product-item-image-wrapper {
  position: relative;
  display: block;
  min-height: 200px;
  padding-top: 56%;
  background-color: var(--color-surface-soft, #f3feff);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid var(--main-accent2);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
@media (max-width: 480px) {
  .catalog-product-index-item .product-item-image-wrapper {
    min-height: 160px;
  }
}
@media (max-width: 360px) {
  .catalog-product-index-item .product-item-image-wrapper {
    min-height: 120px;
  }
}
.catalog-product-index-item .product-item-image-slider-slide-container,
.catalog-product-index-item .product-item-image-slider-control-container,
.catalog-product-index-item .product-item-image-slider-progress-bar-container {
  position: absolute;
  inset: 0;
}
.catalog-product-index-item .product-item-image-original,
.catalog-product-index-item .product-item-image-alternative {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.catalog-product-index-item:hover .product-item-image-wrapper {
  border-bottom-color: var(--second-main);
}
.catalog-product-index-item .product-item-info-container,
.catalog-product-index-item .product-item-compare-container,
.catalog-product-index-item .product-item-label-ring,
.catalog-product-index-item .product-item-label-text {
  display: none !important;
}
.catalog-product-index-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  min-width: 0;
}
.catalog-product-index-item__title-wrap {
  margin: 0;
  padding: 0;
  font-family: "Europe", sans-serif;
  font-size: var(--text-card-title);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.catalog-product-index-item__announce {
  font-family: "Europe", sans-serif;
  font-size: var(--text-main);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.catalog-product-index-item__more {
  margin: 0;
  margin-top: auto;
  padding-top: 5px;
}
/* End */


/* Start:/local/templates/abukva/components/bitrix/catalog/extProduct/bitrix/catalog.top/extProductTop/section/style.css?17778149944581*/
@charset "UTF-8";
.catalog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

@media (max-width: 1200px) {
  .catalog-top {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  /*lg*/
  /*6*/
  .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) {
  /*md*/
  /*6*/
  .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) {
  /*sm*/
  /*6*/
  .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) {
  /*xs*/
  /*6*/
  .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;
  }
}
@media (max-width: 360px) {
  .catalog-top {
    gap: 10px;
  }
}
.catalog-top-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d9dee6;
  color: #000;
}

.row::before {
  display: initial;
}

/* Индекс каталога: сетка cards-grid вместо bootstrap-колонок (вариант 2). */
.catalog-product-top__cell {
  min-width: 0;
}

.catalog-product-top__cell .product-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100%;
}
/* End */


/* Start:/local/templates/abukva/components/bitrix/catalog/extProduct/bitrix/catalog.top/extProductTop/section/themes/blue/style.css?1777810331821*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.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;}

/* SCU */
.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;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-top-header{border-color:#006cc0;}
/* End */
/* /local/templates/abukva/components/bitrix/catalog/extProduct/style.css?17778102761122 */
/* /local/templates/abukva/components/bitrix/catalog/extProduct/bitrix/catalog.section.list/extProductSectionList/style.css?17779961802220 */
/* /local/templates/abukva/components/bitrix/catalog.item/extProductItem/style.css?17780138572909 */
/* /local/templates/abukva/components/bitrix/catalog/extProduct/bitrix/catalog.top/extProductTop/section/style.css?17778149944581 */
/* /local/templates/abukva/components/bitrix/catalog/extProduct/bitrix/catalog.top/extProductTop/section/themes/blue/style.css?1777810331821 */
