

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

.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;
}

#reviewFormWrapper {
    display: none;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
}

.rating-stars {
    display: flex;
    flex-direction: row-reverse; /* чтобы 5-я была справа */
    width: fit-content;
}

.rating-stars span {
    cursor: pointer;
    font-size: 28px;
    color: #ccc;
    transition: .2s;
}

.rating-stars span.selected,
.rating-stars span:hover,
.rating-stars span:hover ~ span {
    color: #bb0005;
}

.rating-stars input:checked ~ label,
.rating-stars label:hover,
.rating-stars label:hover ~ label {
    color: #bb0005;
}

.rew_card {
    border: 1px solid #D9DADA;
    box-shadow: none;
}

.review-rating {
    font-size: 20px;
    color: #bb0005;
    margin-top: 10px;
}

.review-rating p {
    margin-top: 10px;
}

.product-header {
    display: grid;
    grid-template-columns: 460px 1fr;
    gap: 20px;
    align-items: start;

    .right_info {
        padding-left: 0 !important;
    }

    .info_item .middle_info, .top_info {
        padding: 0 !important;
    }

    .counter_wrapp .button_block.wide .button {
        min-height: 48px;
        display: flex;
        align-items: center;
    }

    .total_summ {
        display: none;
    }
}

.catalog_detail .item_main_info .product-gallery {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.product-gallery__main {
    background: #fff;
    border: 1px solid var(--color-secondary-gray, #d9dada);
    border-radius: 10px;
    overflow: hidden;
}

.product-gallery__main .swiper-slide {
    align-items: center !important;
    background: #fff;
    display: flex;
    height: 380px !important;
    justify-content: center !important;
}

.product-gallery__main .swiper-slide > a,
.product-gallery__main .swiper-slide > img {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

/*.product-gallery__main picture,*/
/*.product-gallery__main img {*/
/*  height: 100%;*/
/*  width: 100%;*/
/*}*/
.product-gallery__main picture {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.product-gallery__main img {
    display: block;
    /*object-fit: cover;*/
    max-width: 100%;
    height: auto;
    max-height: 100%;
}


.product-gallery__thumbs {
    margin-top: 10px;
    overflow: hidden;
}

.product-gallery__thumbs .swiper-wrapper {
    align-items: stretch;
}

.product-gallery__thumbs .swiper-slide {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #fff;
    border: 1px solid var(--color-secondary-gray, #d9dada);
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/*.product-gallery__thumbs .swiper-slide picture,*/
/*.product-gallery__thumbs .swiper-slide img {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/

.product-gallery__thumbs .swiper-slide img {
    display: block;
    /*object-fit: cover;*/
    max-width: 100%;
    height: auto;
}

.product-gallery__thumbs .swiper-slide-thumb-active {
    border-color: var(--color-primary-black, #000);
}

body #content .catalog_detail .item_main_info .product-gallery .sticker_sale_text {
    right: 25px;
}

@media (max-width: 1200px) {
    .product-header {
        grid-template-columns: 420px 1fr;
    }

    .product-gallery__main .swiper-slide,
    .product-gallery__single {
        aspect-ratio: 460/380;
        height: auto !important;
    }
}


@media (max-width: 992px) {
    .product-header {
        grid-template-columns: 1fr;

        .img_wrapper {
            padding: 1px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    .product-gallery {
        max-width: 462px;
    }
}


@media (max-width: 600px) {
    body .catalog_detail .item_main_info .product-gallery {
        float: none;
        width: 100%;
    }

    .product-header .pagetitle {
        font-size: 24px;
        margin-top: 15px;
    }

    .product-gallery__main {
        border: none
    }

    .product-gallery__main .swiper-slide {
        aspect-ratio: 460 / 380;
        height: auto !important;
    }
}

@media (max-width: 500px) {
    .product-gallery {
        max-width: calc(100vw - 40px);
    }
}

/* 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/news.list/mshop-new/style.css?17889560431504*/
.product-advantages {
    width: 100%;
    padding: 20px 0;
    margin: 10px 0;
}

.product-advantages__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    width: 100%;

}

.product-advantages__item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 60px;
    width: calc(20% - 16px);
    text-decoration: none;
    color: #222222;
    transition: transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

a.product-advantages__item {
    white-space: nowrap;
}

.product-advantages__item:focus {
    outline: none;
}


.product-advantages__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}


.product-advantages__content {
    display: flex;
    align-items: center;
    min-height: 60px;
    flex: 1 1 auto;
    font-size: var(--font-body-secondary-size);
    line-height: 1.2;
    font-weight: 400;
    color: var(--color-primary-black);
}


@media (max-width: 1199px) {
    .product-advantages__list {
        justify-content: center;
    }

    .product-advantages__item {
        width: calc(25% - 20px);
    }
}

@media (max-width: 900px) {

    .product-advantages__item {
        width: calc(33.33% - 20px);
    }

}

@media (max-width: 600px) {
    .product-advantages__list {
        flex-direction: column;
    }

    .product-advantages__item {
        width: 100%;
    }

}
/* 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?17889708505833 */
/* /local/templates/securtec/components/bitrix/iblock.vote/element_rating/style.css?1787492043419 */
/* /local/templates/securtec/components/bitrix/news.list/mshop-new/style.css?17889560431504 */
/* /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 */
