

/* Start:/local/templates/heating_center/components/bitrix/catalog.element/main/style.css?17606085533641*/
.sku-detail-image_block img {
    max-width: calc(100vw - 60px);
    margin: 0 auto;
}

.sku-detail {
    max-width: 100% !important;
}

.catalog-detail-uslugi .btn.selected {
    color: #ffffff;
    background-color: #0E62AC;
}

.img_detail a {
    display: inline-block;
}

.img_detail {
    text-align: center;
}

.mobile {
    display: none;
}

.sku-table-mobile {
    display: none;
}

.delivery-info {
    /* color: #f03e3e; */
    /* margin-right: 30px; */

}

.sku-detail-buyblock .red-price,
.sku-table .red-price {
    color: #f03e3e !important;
}

.sku-table tr {
    display: grid;
    grid-template-columns: 5% 20% 1fr 8% 8% 25%;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    padding: 0 10px;
}

.catalog-detail__row {
    display: flex;
    justify-content: space-between;
}

.catalog-detail-skulist .sku-table tr td {
    padding: 16px 0;
}

.catalog-detail__info {
    width: calc(100% / 12 * 5 - 15px);
}

.catalog-detail__info .catalog-detail-top {
    width: fit-content;
}

.catalog-detail__info .catalog-detail-prop {
    width: 100%;
}

.sku-table .table-prop__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

/* .sku-table .table-prop {
    flex: 1 1 1fr;
} */
.desktop {
    display: flex;
}

.desktop tbody {
    width: 100%;
}

.sku-table .table-prop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-detail-skulist .sku-table tr td.td_fixed {
    width: unset;
}

.articul_td.mvis {
    position: relative;
    display: block;
    /* max-width: 40%; */
}

.articul_td.mvis:hover {
    height: 100%;
}

.articul_td.mvis:hover .articul__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    overflow: visible;
    width: fit-content;
    padding: 5px;
    border: 1px solid #0e62ac;
}

.td_fixed.mvis .buyblock {
    /* justify-content: normal; */
    gap: 20px;
}

.articul {
    width: 100%;
    justify-content: center;
}

.articul__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.sku-table tr .control {
    background-color: white;
}

.old-price {
    text-decoration: line-through;
}

@media screen and (max-width: 1080px) {
    .fancybox-slide::before {
        height: 20% !important;
    }

    .sku-table tr th:nth-child(2) {
        display: block;
    }

    .sku-table-mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .sku-table tr td {
        text-align: center;
    }

    .sku-table tr th {
        display: none;
    }


    /* .table-prop:nth-child(2n) {
        display: none
    } */

    .sku-table .articul_td {
        display: block;
        color: #0E62AC;
        font-weight: 600;
    }

    .qty-link {
        color: #0E62AC;
        font-weight: 600;
    }

    .mobile-item {
        padding: 10px 5px;
        border-bottom: 1px solid #e4e4e4;
    }

    .mobile-item-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3px;
    }

    .mobile-item-body {
        display: flex;
        margin-bottom: 11px;
    }

    .mobile-item-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .price {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: .15px;
        color: #130f40;
    }

    .compare.active svg {
        fill: #E31E24;
    }

    .compare {
        margin-left: 10px;
        display: none;
    }

    .controls .btn-cart {
        margin-left: 10px;
    }
}
/* End */


/* Start:/local/templates/heating_center/components/bitrix/catalog.recommended.products/recommendations/style.css?17115387172489*/
.recommendations {
  padding: 0 0 100px;
  background-color: #fff;
}

.recommendations h4 {
  margin-bottom: 30px;
  font-size: 30px;
}

.recommendations__wrapper {
  max-width: 1440px;
}

.recommendations__btn {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  margin-bottom: 30px;
  margin-right: 10px;
}

.recommendations .arrow-prev,
.recommendations .arrow-next {
  cursor: pointer;
  height: 48px;
  width: 48px;
  background-color: transparent;
  border: none;
}

.recommendations .arrow-prev {
  background-image: url(/local/templates/heating_center/components/bitrix/catalog.recommended.products/recommendations/images/arrowLeft.svg);
}

.recommendations .arrow-next {
  background-image: url(/local/templates/heating_center/components/bitrix/catalog.recommended.products/recommendations/images/arrowRight.svg);
}

.recommendations .slick-disabled {
  filter: invert(80%);
}

.recommendations .slick-slide {
  margin: 10px;
}

.recommendation {
  display: flex;
  gap: 20px;
}

.recommendation-item {
  max-width: 345px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.recommendation-item__text {
  display: block;
  text-align: center;
  padding: 20px 20px 10px;
  margin: 0 auto;
  color: #000;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
  line-height: 1.5;
}

.recommendation-item__price {
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}

.recommendation-item__img {
  max-width: 345px;
  display: flex;
  justify-content: center;
}

.recommendation-item__img img {
  max-height: 245px;
  -o-object-fit: contain;
  object-fit: contain;
}

.recommendation-item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.recommendation .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.recommendation .slick-dots {
  height: 33px;
  position: relative;
  bottom: 0;
}

.recommendation .slick-dots .slick-active button {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-color: #000;
  border-radius: 50%;
}

.recommendation .slick-dots button {
  width: 10px;
  height: 10px;
  border: 2px solid #464646;
  border-radius: 50%;
}

.recommendation .slick-dots button::before {
  display: none;
}

.recommendation .slick-dots li:only-child {
  display: none;
}

@media (max-width: 1700px) {
  .recommendation-item__img img {
    max-height: 185px;
  }
}

@media (max-width: 758px) {
  .recommendation-item__img img {
    max-height: 170px;
  }
}

@media (max-width: 480px) {
  .recommendations {
    padding: 0 0 50px;
  }

  .recommendation-item__text {
    font-size: 16px;
  }

  .recommendation-item__img img {
    max-height: 120px;
  }
}
/* End */
/* /local/templates/heating_center/components/bitrix/catalog.element/main/style.css?17606085533641 */
/* /local/templates/heating_center/components/bitrix/catalog.recommended.products/recommendations/style.css?17115387172489 */
