

/* Start:/local/templates/securtec/components/bitrix/catalog.element/main/style.css?17874920431569*/

  .tooltips b {
	  color:#fff;
  }
  
  .thums_imp {
	  max-width:100% !important;
  }
  .dost_izvoz2 {
	   display: flex;
	   align-items: center;
	       gap: 10px;
  }
    .icon-row {
      display: flex;
      flex-wrap: wrap; /* перенос на новую строку */
      gap: 4px;
      max-width: calc(6 * 60px + 2 * 3px); /* максимум 4 иконки в строке */
	  align-items: center;
    }

    .icon_delivery {
      position: relative;
      width: 20px;
      height: 100%;
      cursor: pointer;
    }

    .icon_delivery img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* Tooltips */
    .icon_delivery .tooltips {
      position: absolute;
      bottom: 125%;
      left: 50%;
      transform: translateX(-50%);
      background: #333;
      color: #fff;
      font-size: 12px;
      padding: 6px 8px;
      border-radius: 4px;
      white-space: normal; /* поддержка переносов и HTML */
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease-in-out;
      z-index: 10;
      min-width: 150px;
      max-width: 250px;
    }

    /* стрелочка */
    .icon_delivery .tooltips::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border-width: 5px;
      border-style: solid;
      border-color: #333 transparent transparent transparent;
    }

    .icon_delivery:hover .tooltips {
      opacity: 1;
    }
	.icon_delivery .dost_izvoz span {
		color:#fff !important;
	}
=
/* End */


/* Start:/local/templates/securtec/components/bitrix/iblock.vote/element_rating/style.css?1787492043419*/
div.star-active { cursor: pointer; }
div.star-voted, div.star-over { }
div.star-empty { background: url(/local/templates/securtec/components/bitrix/iblock.vote/element_rating/images/stars.png) 0px -19px no-repeat; width:20px; height:20px; overflow:hidden; }
div.star-voted { background: url(/local/templates/securtec/components/bitrix/iblock.vote/element_rating/images/stars.png) 0px 0px   no-repeat; width:20px; height:20px; overflow:hidden; }
div.star-over { background: url(/local/templates/securtec/components/bitrix/iblock.vote/element_rating/images/stars.png) 0px 0px   no-repeat; width:20px; height:20px; overflow:hidden; }


/* End */


/* Start:/local/templates/securtec/components/bitrix/catalog.section/similar_5/style.css?17874920432743*/


.brand_desc_wrap{
  position:relative;
  margin-top:10px;
}


.brand_desc_new{
  max-height:150px;
  overflow:hidden;
  position:relative;
}


.brand_desc_new,
.brand_desc_toggle{
  transition: all .2s ease;
}


.brand_desc_wrap.is-collapsed .brand_desc_new:after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:52px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}


.brand_desc_wrap.is-expanded .brand_desc_new{
  max-height:none;
  overflow:visible;
}

.brand_desc_toggle{
  margin-top:8px;
  padding:0;
  border:0;
  text-transform: capitalize;
  background:transparent;
  cursor:pointer;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#D3202A; 
}

.brand_desc_toggle .arr{
  display:inline-block;
  transition: transform .2s ease;
}


.brand_desc_wrap.is-expanded .brand_desc_toggle .arr{
 /* transform: rotate(180deg);*/
}



.similar5{
  width:100%;
}

/* Контейнер-список */
.similar5__grid{
  display:flex;
  flex-direction:column;
  gap:14px;
}

/* Карточка-строка */
.similar5__item{
  border:1px solid #eee;
  border-radius:12px;
  padding:10px 12px;
  background:#fff;
  display:flex;
  align-items:center;
  gap:12px;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

/* Ховер-эффект */
.similar5__item:hover{
 /* background:#fafafa;*/
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  transform: translateY(-1px);
}

/* Блок картинки */
.similar5__img{
  width:70px;
  min-width:70px;
  height:70px;
  border-radius:8px;
  overflow:hidden;
  background:#fafafa;
  display:block;
}

/* Картинка */
.similar5__img img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  transition: transform .25s ease;
}

/* Увеличение картинки на hover */
.similar5__item:hover .similar5__img img{
  transform: scale(1.06);
}

/* Название товара */
.similar5__name{
  flex:1 1 auto;
  text-decoration:none;
  color:#111;
  line-height:1.35;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  transition: color .2s ease;
}

/* Подсветка названия */
.similar5__item:hover .similar5__name{
  color:#D3202A; /* под цвет темы */
}

/* Цена */
.similar5__price{
  white-space:nowrap;
  font-weight:700;
  margin-left:8px;
}

/* Нет цены */
.similar5__price--empty{
  font-weight:600;
  color:#666;
}

/* Адаптив */
@media (max-width: 767px){
  .similar5__item{
    padding:8px 10px;
  }

  .similar5__img{
    width:56px;
    min-width:56px;
    height:56px;
  }

  .similar5__name{
    -webkit-line-clamp:3;
  }
}
/* End */


/* Start:/local/templates/securtec/components/bitrix/sale.gift.main.products/main/style.css?1787492043663*/
.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 */
/* /local/templates/securtec/components/bitrix/catalog.element/main/style.css?17874920431569 */
/* /local/templates/securtec/components/bitrix/iblock.vote/element_rating/style.css?1787492043419 */
/* /local/templates/securtec/components/bitrix/catalog.section/similar_5/style.css?17874920432743 */
/* /local/templates/securtec/components/bitrix/sale.gift.main.products/main/style.css?1787492043663 */
