

/* Start:/local/templates/fdplast/components/bitrix/catalog/catalog_prod/style.css?17790346591122*/
.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/fdplast/components/bitrix/catalog.section.list/catalog_sub/style.css?177903465911239*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
    color: #000;
    text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {

    list-style: none;
}
.header-section .header-title{
    font-weight: 300;
    font-size: 44px;
}
.header-section{
    margin-top:60px ;
}
.header-section a{
    font-weight: 550;
    font-size: 16px;
    padding: 9.5px 12px;
    background-color: #609F21;
    border-radius: 4px;
}
.header-section a:hover{
    background-color: #609F21;
}
.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }
.tile-item{
    height: 100px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3), -5px -5px 10px rgba(255,255,255,0.5);
}
.bx_catalog_line li :hover{
    background: #242C59;

}
.bx_catalog_line li:hover .bx_catalog_line_title a {
    color: white;
}

.bx_catalog_line .bx_catalog_line_img {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;

    width: 64px;
    height: 64px;

    border-radius:8px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    line-height: 18px;

}

.bx_catalog_line .bx_catalog_line_title a {
    color: #10142D;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}


.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
    color: #3f3f3f;
    font-size: 13px;
    line-height: 16px;
}

@media (max-width: 639px) {
    .bx-touch .bx_catalog_line .bx_catalog_line_img {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }

    .bx-touch .bx_catalog_line .bx_catalog_line_title {
        margin-bottom: 5px;
        line-height: 14px;
    }

    .bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

    .bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
    color: #000;
    text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
    float: left;
    margin: 0 10px 10px;
    list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;

    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
    .bx-touch .bx_catalog_text .bx_catalog_line_title {
        margin-bottom: 5px;
        line-height: 12px;
    }

    .bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
    color: #000;
    text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 12.5%;
    list-style: none;
    text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }



.bx_catalog_tile .bx_catalog_tile_title {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {

    font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
    .bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
    .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
        margin-bottom: 5px;
        line-height: 14px;
    }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_img {
        width: 100%;
        height: 80px;
    }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

    .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
    color: #000;
    text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
    padding: 0;
    line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    font-weight: normal;
    line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
    color: black;
    white-space: nowrap;
    font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
    .bx-touch .bx_sitemap .bx_catalog_line_title {
        margin-bottom: 5px;
        line-height: 12px;
    }

    .bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }

.bx_catalog_tile {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-items: center;
}

.sections-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    place-items: center;
}
@media (max-width: 639px){
    .sections-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        place-items: center;
    }
}
.bx_catalog_tile_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3), -5px -5px 10px rgba(255, 255, 255, .5);
    background: #fff;
    transition: transform 0.2s ease;
}

.bx_catalog_tile_item:hover {
    background: #242c59;
}

.bx_catalog_tile_img {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
}

.bx_catalog_tile_title {
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
}

.bx_catalog_tile_title a {
    text-decoration: none;
    color: #333;
}

.bx_catalog_tile_title a:hover {
    color: #007bff;
}

.bx_catalog_tile_item:hover .bx_catalog_tile_title a {
    color: white;
}

.bx_catalog_tile_item:hover .bx_catalog_tile_title span {
    color: white;
}

/* ========== СТИЛИ ДЛЯ СПОСОБА 3: ССЫЛКА НА ВЕСЬ БЛОК ========== */
/* Делаем элемент позиционированным контейнером */
.bx_catalog_tile_item {
    position: relative;
    cursor: pointer;
}

/* Убираем стандартное подчеркивание и делаем ссылку внутри блочной */
.bx_catalog_tile_item a {
    text-decoration: none;
}

/* Основная ссылка внутри блока (изображение или заголовок) */
.bx_catalog_tile_item a:first-of-type {
    text-align: left;
    position: static;
}

/* Создаем псевдоэлемент, который перекрывает весь блок и делает его кликабельным */
.bx_catalog_tile_item a:first-of-type::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Убеждаемся, что интерактивные элементы (кнопки, ссылки) не перекрываются псевдоэлементом */
/* Если внутри блока есть другие кликабельные элементы, им нужно задать более высокий z-index */
.bx_catalog_tile_item a:first-of-type {
    position: static;
}

/* Для случая, если внутри есть несколько ссылок - оставляем кликабельность только для первой */
.bx_catalog_tile_item a:not(:first-of-type) {
    position: relative;
    z-index: 2;
}

/* Опционально: сохраняем hover-эффекты для всего блока */
.bx_catalog_tile_item:hover {
    background: #242c59;
    transition: all 0.3s ease;
}

.bx_catalog_tile_item:hover .bx_catalog_tile_title a,
.bx_catalog_tile_item:hover .bx_catalog_tile_title span {
    color: white;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1779034633675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/fdplast/components/bitrix/catalog.item/card/style.css?17790346593602*/
.bazarow_add_favor {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  background: none;
  opacity: 0.5;
  border: none;
  padding: 0;
  filter: grayscale(100%);
}
.bazarow_add_favor svg {
  width: 20px;
  height: 20px;
}

.bazarow_add_favor.in-favor {
  opacity: 1;
  filter: grayscale(0%);
}

.card_item {
  margin-bottom: 30px;
  position: relative;
  height: 100%;
}
.card_item_link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: var(--c1);
  position: relative;
}
.card_item_link_picture {
  display: block;
  height: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.card_item_link_discount {
  background: var(--c3);
  border-radius: 4px;
  padding: 2px 7px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
.card_item_link_name {
  display: block;
  height: 45px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  color: #666666;
  display: block !important;
}
.card_item_price {
  position: relative;
  margin-top: 20px;
  display: flex;
}
.card_item_price_current {
  font-size: 14px;
  font-weight: bold;
}
.card_item_price_old {
  position: absolute;
  top: -20px;
  color: #777;
  font-size: 12px;
}

.card_item_sku_title {
  font-size: 12px;
  color: #777777;
  margin: 10px 0px 4px 0px;
}
.card_item_sku ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}
.card_item_sku ul li {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    border-radius: 4px;
}

.card_item_sku ul li.selected {
  background: rgba(52, 78, 155, 1);
    color: #ffffff;
}
.card_item_sku_pict {
  padding: 5px;
}
.card_item_sku_pict span {
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.card_item_sku_text {
  font-size: 14px;
  padding: 5px 10px;
}

.card_item_activites {
  display: flex;
  position: relative;
  flex-wrap: wrap;

}
.card_item_activites_quntity {
  display: flex;
  margin-top: 10px;
  width: 100%;
  justify-content: center;
}
.card_item_activites_quntity button {
  width: 25px;
  background: var(--c4);
  height: 25px;
  border: none;
  transition: var(--animation1);
  font-size: 14px;
  border-radius: 100%;
  position: relative;
  z-index: 5;
}
.card_item_activites_quntity button:hover {
  background: var(--c3);
  color: #ffffff;
}
.card_item_activites_quntity input {
  background: none;
  width: 50px;
  position: relative;

  height: 25px;
  border: none;
  text-align: center;
  font-size: 13px;
}
.card_item_activites_btns {
  width: 100%;
}
.card_item_activites_btns button {
  width: 100%;
  border: none;
  font-size: 12px;
  margin-top: 10px;
}

.card_item {
  position: relative;
  /*height: 376px !important;*/
    margin-bottom: 20px;
}
.card_item_sku{
    min-height: 100px;
}
.card_item_hidded {
  display: none;
  z-index: 10;
}

.card_item_over_hover {
  position: relative;
  padding: 15px;
  background: #fff;
  border: 1px var(--c4) solid;
  border-radius: var(--radius1);
  transition: var(--animation1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card_item_over_hover:hover {
  z-index: 10;
  box-shadow: var(--shadow1);
}
.card_item_over_hover:hover .card_item_hidded {
  height: auto;
  display: block;
}
.card_item_over_hover:hover .card_item_link_name {
  color: var(--c3);
}

/*# sourceMappingURL=style.scss.map */
.esv_list_item{
  width: 100%;
  border: none;
  box-shadow:none!important;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17790346321413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/local/components/esrever/offers.table/templates/.default/style.min.css?17790346603611*/
@keyframes ringPulse{0%{box-shadow:0 0 0 5px #abadb3}50%{box-shadow:0 0 0 7px rgba(243,245,254,.6)}to{box-shadow:0 0 0 5px #f3f5fe}}.product-main-container{display:flex;align-items:flex-start;gap:30px;width:100%;box-sizing:border-box}.product-image-container{flex-shrink:0;width:150px;display:flex;justify-content:center;align-items:flex-start}.product-tech-image{width:100%;height:auto;max-width:280px;object-fit:contain;border:1px solid #f0f0f0;border-radius:4px}.product-table-wrapper{flex:1 1 auto;min-width:0;width:100%;position:relative}.product-table-scroll-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-table-scroll-container::-webkit-scrollbar{display:none}.product-table-container{width:100%}.product-offers-table{width:100%;border-collapse:collapse;border:1px solid #e3e3e3;table-layout:auto}.product-offers-table td,.product-offers-table th{border:1px solid #e3e3e3;padding:8px;text-align:center;white-space:nowrap}.product-offers-table td:first-child,.product-offers-table th:first-child{min-width:80px}.product-offers-table td:last-child,.product-offers-table th:last-child{min-width:120px;white-space:normal}.product-table-title{text-align:center;width:100%}.table-title-product-page{width:100%!important;margin-bottom:0;font-size:16px!important;padding:12px;background:#242c59;color:#e2e6fc!important}.product-offers-table th{background-color:#f8f8f8;font-weight:600}.quantity-control{display:flex;align-items:center;border:1.5px solid #bbb;border-radius:6px;width:110px;height:38px;background-color:#fff;user-select:none;font-size:14px}.quantity-minus,.quantity-plus{cursor:pointer;background:0 0;border:0;color:#222;font-size:18px;font-weight:500;padding:0 10px;outline:0;display:flex;align-items:center;justify-content:center;height:100%}.quantity-minus:hover,.quantity-plus:hover{color:#000;background-color:#f5f5f5}.quantity-input-wrapper{flex:1;text-align:center}.btn,input[type=text]{padding:0!important;height:44px}.quantity-input{width:100%;height:100%;border:0;background:0 0;text-align:center;font-size:14px;padding:0;outline:0;box-sizing:border-box}.add-to-basket-btn{width:100%;padding:4px 10px;background:#609f21;border-radius:2px;color:#fff;font-size:14px;font-weight:550;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.add-to-basket-btn:hover{background:#4c8b0d}.add-to-basket-btn svg{vertical-align:middle;margin-right:6px}.no-offers-message{padding:20px;border:1px solid #e3e3e3;background-color:#f9f9f9;color:#666}.custom-scrollbar{width:100%;height:30px;margin-top:10px;position:relative;display:flex;justify-content:center;align-items:center}.custom-scrollbar-track{width:100%;height:2px;background-color:#00f;position:relative;border-radius:1px}.custom-scrollbar-thumb{position:absolute;width:8px;height:8px;background-color:#969ecb;border-radius:50%;top:50%;transform:translate(-50%,-50%);cursor:default;z-index:10;box-shadow:0 0 0 5px rgb(243 245 254);transition:box-shadow .2s ease;pointer-events:none;animation:ringPulse 2s infinite ease-in-out}@media (max-width:768px){.product-offers-table th{background:#242c59;color:#fff}.product-main-container{flex-direction:column;align-items:center}.product-image-container{width:100%;max-width:300px;margin-bottom:20px}.product-table-wrapper{max-width:100%;width:100%}.product-offers-table{min-width:600px}.product-offers-table td,.product-offers-table th{white-space:nowrap}.custom-scrollbar{height:40px}.custom-scrollbar-thumb{width:10px;height:10px;box-shadow:0 0 0 6px red}}
/* End */
/* /local/templates/fdplast/components/bitrix/catalog/catalog_prod/style.css?17790346591122 */
/* /local/templates/fdplast/components/bitrix/catalog.section.list/catalog_sub/style.css?177903465911239 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1779034633675 */
/* /local/templates/fdplast/components/bitrix/catalog.item/card/style.css?17790346593602 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17790346321413 */
/* /local/components/esrever/offers.table/templates/.default/style.min.css?17790346603611 */
