

/* Start:/local/components/trn/section.product/templates/.default/style.css?176857154838166*/
@charset "UTF-8";
:root {
  --color-default: #ffffff;
  --color-second: #161616;
  --color-accent: #F38A00;
  --color-accent--light: #FFA81E;
  --color-font-main: #161616;
  --color-font-second: #FFFFFF;
  --color-font-third: #A7A8A9;
  --color-bg: #EFEFEF;
  --color-dark: #3C3F44;
  --color-bg-dark: #5c5c5c;
  --color-divider: #D7D7D7;
  --font-main: "Circe";
  --font-size-xs: 10px;
  --font-size-sm: 14px;
  --font-size-main: 16px;
  --font-size-smd: 18px;
  --font-size-md: 20px;
  --font-size-lmd: 32px;
  --font-size-lg: 48px;
  --weight-font-main: 400;
  --section-margin: 100px;
  --section-margin-small: 20px;
  --index: calc(1vh + 1vw);
}

@media (max-width: 768px) {
  :root {
    --font-size-smd: 16px;
    --font-size-md: 18px;
    --font-size-lmd: 28px;
    --font-size-lg: 43px;
    --section-margin: 80px;
  }
}
@media (max-width: 576px) {
  :root {
    --font-size-md: 16px;
    --font-size-lmd: 20px;
    --font-size-lg: 22px;
    --section-margin: 50px;
    --section-margin-small: 10px;
  }
}
:root {
  --color-default: #ffffff;
  --color-second: #161616;
  --color-accent: #F38A00;
  --color-accent--light: #FFA81E;
  --color-font-main: #161616;
  --color-font-second: #FFFFFF;
  --color-font-third: #A7A8A9;
  --color-bg: #EFEFEF;
  --color-dark: #3C3F44;
  --color-bg-dark: #5c5c5c;
  --color-divider: #D7D7D7;
  --font-main: "Circe";
  --font-size-xs: 10px;
  --font-size-sm: 14px;
  --font-size-main: 16px;
  --font-size-smd: 18px;
  --font-size-md: 20px;
  --font-size-lmd: 32px;
  --font-size-lg: 48px;
  --weight-font-main: 400;
  --section-margin: 100px;
  --section-margin-small: 20px;
  --index: calc(1vh + 1vw);
}

@media (max-width: 768px) {
  :root {
    --font-size-smd: 16px;
    --font-size-md: 18px;
    --font-size-lmd: 28px;
    --font-size-lg: 43px;
    --section-margin: 80px;
  }
}
@media (max-width: 576px) {
  :root {
    --font-size-md: 16px;
    --font-size-lmd: 20px;
    --font-size-lg: 22px;
    --section-margin: 50px;
    --section-margin-small: 10px;
  }
}
.product-detail {
  width: 100%;
  margin-bottom: 100px !important;
  margin-bottom: var(--section-margin) !important;
}
.product-detail.trn-product-detail-modified .product-detail__slider {
  aspect-ratio: 1/1;
  height: auto;
  border: 1px #999C9D solid;
  border-radius: 13px;
}
@media (min-width: 768px) {
  .product-detail.trn-product-detail-modified .product-detail__slider {
    border-radius: 7px;
  }
}
.product-detail.trn-product-detail-modified .product-detail__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid var(--color-accent);
  border-radius: 50%;
}
.product-detail.trn-product-detail-modified .product-card__news {
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-detail.trn-product-detail-modified .product-card__news .products-tags__new {
  background-color: var(--color-accent);
  transform: none;
  height: auto;
  padding: 5px 9px;
  border-radius: 3px;
  margin-right: 0;
  margin-bottom: 0;
}
.product-detail.trn-product-detail-modified .product-card__news .products-tags__new .products-tags__tag-content {
  margin-top: 3px;
  transform: none;
}
.product-detail.trn-product-detail-modified .product-detail__tags {
  position: absolute;
  bottom: 15px;
  left: 15px;
  margin-bottom: 0;
  z-index: 3;
}
.product-detail.trn-product-detail-modified .product-detail__tags .products-tags__tag {
  background-color: #6d6e71;
  transform: none;
  height: auto;
  padding: 5px 9px;
  border-radius: 3px;
  margin-bottom: 0;
}
.product-detail.trn-product-detail-modified .product-detail__tags .products-tags__tag .products-tags__tag-content {
  margin-top: 3px;
  transform: none;
}

.product-detail__content {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 0 40px;
  width: 100%;
  position: relative;
  align-items: flex-start;
}
.product-detail__content--full {
  grid-template-columns: 100%;
}

.product-detail__edit {
  color: var(--color-accent);
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  grid-column: 1/-1;
  border: 1px solid var(--color-accent);
  padding: 10px 20px;
  margin-right: auto;
  transition: 0.3s;
  position: relative;
}
.product-detail__edit:hover {
  background-color: var(--color-second);
}

.title.product-detail__title {
  line-height: 100%;
  margin-bottom: 0;
}

.product-detail__title-wrapper {
  grid-column: 1/-1;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}

.product-detail__header-back {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("/local/components/trn/section.product/templates/.default/images/arrow.svg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  transform: rotate(180deg);
  position: relative;
  top: -3px;
}

.title.product-detail__sub-title {
  grid-column: 1/-1;
  opacity: 0.6;
  font-size: var(--font-size-lmd);
}

.product-detail__tags {
  margin-top: calc(var(--section-margin) / 4 - var(--section-margin) / 2);
  grid-column: 1/-1;
  margin-bottom: calc(var(--section-margin) / 2);
}

/* Шапка */
.product-detail__header {
  display: grid;
  grid-template-columns: 50% calc(50% - 40px);
  grid-template-rows: 1fr max-content;
  justify-content: space-between;
}
.product-detail__header .product-detail__characteristic-value {
  max-width: 150px;
}

.product-detail__slider {
  width: 100%;
  margin-right: 40px;
  grid-row: 1/-1;
  position: relative;
  max-height: 550px;
  overflow: hidden;
}

.product-detail__slider-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
}

.product-detail__slider-button--prev,
.product-detail__slider-button--next {
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 20px;
  height: 40px;
  display: block;
  background-image: url("/local/components/trn/section.product/templates/.default/images/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: auto;
  z-index: 2;
}
.product-detail__slider-button--prev.swiper-button-disabled,
.product-detail__slider-button--next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.product-detail__slider-button--prev {
  transform: rotate(180deg);
}

.product-detail__slider-pagination {
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: 10px;
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: center;
}
.product-detail__slider-pagination .swiper-pagination-bullet {
  border-radius: 0;
  pointer-events: auto;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid var(--color-accent);
  box-sizing: border-box;
  opacity: 1;
  transition: 0.3s;
}
.product-detail__slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-accent);
}

.product-detail__slide {
  background-color: var(--color-default);
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail__slide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-height: 320px;
}
@media all and (min-width: 768px) {
  .product-detail__slide-img {
    max-height: 520px;
  }
}

.product-detail__short_description {
  margin-bottom: 30px;
}

.product-detail__short_description-title {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}

.product-detail__short_description-text p {
  line-height: 130%;
  letter-spacing: -0.63px;
}

.product-detail__show-info-button {
  border: none;
  background-color: transparent;
  font-family: var(--font-main);
  font-size: var(--font-size-main);
  text-transform: uppercase;
  color: var(--color-accent);
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
  font-weight: bold;
  padding: 0;
}
.product-detail__show-info-button:hover {
  color: var(--color-font-main);
  opacity: 0.9;
}

/* Вкладки */
.product-detail__tab {
  display: none;
}
.product-detail__tab.active {
  display: block;
}

.product-detail__characteristics {
  width: 100%;
}

.product-detail__characteristic-item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 15px;
}
.product-detail__characteristic-item:last-child {
  margin-bottom: 0;
}
.product-detail__characteristic-item:hover .product-detail__characteristic-parameter:after {
  border-bottom: 2px dotted var(--color-accent);
}

.product-detail__characteristic-parameter {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px;
  align-items: flex-end;
}
.product-detail__characteristic-parameter:after {
  transition: 0.3s;
  content: "";
  width: 100%;
  min-width: 20px;
  height: 1px;
  border-bottom: 2px dotted var(--color-divider);
}

.product-detail__characteristic-value {
  text-align: right;
}

/* Тело */
.product-detail__modifications-list.hidden {
  max-height: 1500px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .product-detail__modifications-list.hidden {
    max-height: 415px;
  }
}
.product-detail__modifications-list:not(.hidden) {
  max-height: unset !important;
}
.product-detail__modifications-list-wrapper {
  margin-bottom: 2rem;
}

.product-detail__files {
  margin-bottom: 40px;
  width: 100%;
  max-width: 1000px;
}

.product-detail__files-list.hidden {
  max-height: 305px;
  overflow: hidden;
}

.product-detail__files-title {
  font-size: var(--font-size-lmd);
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 140%;
}

.product-detail__file {
  margin-bottom: 10px;
}
.product-detail__file:last-child {
  margin-bottom: 0;
}
.product-detail__file .file-for-download {
  background-color: transparent;
}
.product-detail__file .file-for-download__title {
  font-weight: 400;
  color: #6d6d6d;
}
.product-detail__file .file-for-download__button {
  background-image: url(/local/templates/teplocom/images/icons/download_dark.svg);
}
.product-detail__file .file-for-download__icon-extension {
  background-color: transparent;
}
.product-detail__file .file-for-download__icon-wrapper:before {
  background-color: transparent;
}

.js-show-all-files {
  margin-top: 1cm;
}

.product-detail__side-block {
  box-sizing: border-box;
  position: sticky;
  top: 10px;
}
@media (max-width: 1000px) {
  .product-detail__side-block {
    position: static;
  }
}
.product-detail__side-block .product-detail__buy-block {
  background-color: var(--color-default);
  padding: 25px;
}
.product-detail__side-block .product-detail__buy-block .product-detail__ozon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  background-color: #0050e0;
  width: 100%;
  height: 45px;
  cursor: pointer;
  margin-bottom: 70px;
  color: #FFFFFF;
  color: var(--color-font-second);
  font-size: 16px;
  font-size: var(--font-size-main);
  line-height: 95%;
  font-family: "Circe";
  font-family: var(--font-main);
  font-weight: bold;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  grid-column: 1/-1;
}
.product-detail__side-block .product-detail__buy-block .product-detail__ozon-button::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  pointer-events: none;
  background-image: url("/local/components/trn/section.product/templates/.default/images/ozon.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.product-detail__side-block .product-detail__buy-block .product-detail__ozon-button:hover {
  opacity: 1;
}
.product-detail__side-block .product-detail__buy-block .product-detail__ozon-button:hover::after {
  opacity: 0.2;
}
.product-detail__side-block .product-detail__buy-block .product-detail__ozon-button > span {
  position: relative;
  z-index: 2;
}
.product-detail__side-block .product-detail__buy-block .product-detail__ozon-button--button {
  margin-top: -25px;
}
.product-detail__side-block .product-detail__buy-block .cart-buttons__ask-about-price.has-price {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .product-detail__side-block .product-detail__buy-block .cart-buttons__ask-about-price.has-price {
    grid-column: 1/-1;
    margin-top: -25px;
  }
}
@media (max-width: 576px) {
  .product-detail__side-block .product-detail__buy-block .cart-buttons__ask-about-price.has-price {
    margin-top: -25px;
    margin-bottom: 30px;
  }
}

.product-detail__item_number {
  text-transform: uppercase;
  font-size: var(--font-size-main);
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--color-font-third);
  position: relative;
  padding-bottom: 20px;
}
.product-detail__item_number span {
  opacity: 1;
  color: var(--color-font-main);
}
.product-detail__item_number:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-divider);
  display: block;
}

.product-detail__choose-modofication {
  line-height: 120%;
}

.product-detail__price {
  text-transform: uppercase;
  color: var(--color-accent);
  font-size: var(--font-size-lmd);
  font-weight: 800;
  margin-bottom: 15px;
}
.product-detail__price--request {
  font-size: var(--font-size-md);
}

.product-detail__price-vat {
  font-size: var(--font-size-xs);
  color: var(--color-font-main);
  display: block;
  opacity: 0.6;
  text-transform: none;
  font-weight: 400;
}

.product-detail__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  align-items: center;
  margin-bottom: 70px;
}

.product-detail__buy {
  width: 100%;
}

.product-detail__small-info {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 10px;
}

.product-detail__small-info-text {
  font-size: var(--font-size-sm);
}

.product-detail__apps-download-block {
  padding: 1rem;
  display: grid;
}
.product-detail__apps-download-block span {
  margin-bottom: 0.5rem;
}

.product-detail__apps-links {
  grid-template-rows: 1fr 1fr;
  display: grid;
}
@media (max-width: 1000px) {
  .product-detail__apps-links {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media (max-width: 576px) {
  .product-detail__apps-links {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }
}

.product-detail__app-link {
  width: 100%;
}

/* Модификации */
.product-detail__modification {
  margin-bottom: 20px;
}
.product-detail__modification:last-child {
  margin-bottom: 0;
}

.product-detail__mod-title {
  font-size: var(--font-size-lmd);
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 140%;
}

.product-detail__order-card {
  width: 100%;
  max-width: 1000px;
  max-height: none !important;
}

@media (max-width: 1000px) {
  .product-detail__content {
    grid-template-columns: 100%;
    gap: 0 30px;
  }
  .product-detail__buy-block {
    position: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 40px;
  }
  .product-detail__item_number {
    grid-column: 1/-1;
  }
  .product-detail__buttons {
    margin-bottom: 20px;
  }
  .product-detail__choose-modofication {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .product-detail__header {
    grid-template-columns: 100%;
    grid-template-rows: unset;
    max-height: unset;
  }
  .product-detail__slider {
    margin-right: 0;
    margin-bottom: 40px;
    height: 300px;
    grid-row: 1/2;
  }
}
@media (max-width: 576px) {
  .product-detail__buy-block {
    position: unset;
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    margin-top: 40px;
    padding: 20px 10px;
  }
  .product-detail__title-wrapper {
    gap: 10px;
  }
  .product-detail__header-back {
    width: 25px;
    height: 25px;
    top: -1px;
  }
  .product-detail__characteristic-item {
    align-items: flex-end;
    border-bottom: 1px dashed var(--color-divider);
    padding-bottom: 2px;
    gap: 10px;
    margin-bottom: 20px;
  }
  .product-detail__characteristic-parameter {
    grid-template-columns: 100%;
  }
  .product-detail__characteristic-parameter:after {
    display: none;
  }
  .product-detail__characteristic-value {
    font-weight: bold;
  }
}
.tabs {
  margin: 65px 0;
  width: 100%;
  padding: 35px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-divider);
  border-bottom: 1px solid var(--color-divider);
}

.tabs__tab-item {
  margin-right: 18px;
  position: relative;
  padding-right: 40px;
}
.tabs__tab-item:after {
  content: "";
  display: block;
  width: 24px;
  height: 100%;
  background-image: url("/local/components/trn/section.product/templates/.default/images/nav-line.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
}
.tabs__tab-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.tabs__tab-item:last-child:after {
  display: none;
}

.tabs__tab-button {
  border: none;
  background-color: transparent;
  font-size: var(--font-size-main);
  font-family: var(--font-main);
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  color: var(--color-font-main);
}
.tabs__tab-button.active {
  color: var(--color-accent);
}
.tabs__tab-button:hover {
  color: var(--color-accent);
  opacity: 0.6;
}

@media (max-width: 1000px) {
  .tabs {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .tabs__tab-button {
    width: 100%;
    text-align: left;
    padding-right: 40px;
  }
  .tabs__tab-item {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    margin-right: 0;
  }
  .tabs__tab-item::after {
    background-image: url("/local/components/trn/section.product/templates/.default/images/arrow.svg");
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
    pointer-events: none;
  }
  .tabs__tab-item:last-child {
    margin-bottom: 0;
  }
  .tabs__tab-item:last-child::after {
    display: block;
  }
}
.product-modification {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content 290px;
  grid-template-columns: 1fr max-content max-content 290px;
  grid-gap: 40px 30px;
  gap: 40px 30px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-modification .cart-buttons {
  height: 48px;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  min-width: 230px;
}
.product-modification .cart-buttons__add-to-cart, .product-modification .cart-buttons__add-to-subscribe, .product-modification .cart-buttons__ask-about-price {
  grid-column: 1/-1;
  width: 100%;
}
.product-modification__buttons-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-modification__buttons-wrapper--with-ozon {
  grid-template-columns: 1fr 45px;
}

.product-modification__name {
  line-height: 130%;
  font-weight: bold;
  letter-spacing: -0.64px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: flex-end;
}
.product-modification__name:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed var(--color-divider);
}

.product-modification__item-number {
  font-weight: bold;
  letter-spacing: -0.64px;
  line-height: 130%;
  color: var(--color-font-third);
}

.product-modification__price {
  line-height: 130%;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.64px;
  color: var(--color-accent);
}

.product-modification__price-vat {
  font-size: var(--font-size-sm);
  color: var(--color-font-main);
  display: block;
  opacity: 0.6;
  text-transform: none;
  font-weight: 400;
}

.product-modification__request-price {
  font-weight: 800;
  text-transform: none;
}

@media (max-width: 1000px) {
  .product-modification__name {
    grid-template-columns: 100%;
  }
  .product-modification__name:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .product-modification {
    grid-template-columns: 1fr 1fr;
    background-color: var(--color-default);
    padding: 20px;
    box-sizing: border-box;
    gap: 5px;
    border: 1px solid var(--color-divider);
  }
  .product-modification__item-number {
    grid-row: 1/2;
    grid-column: 1/-1;
  }
  .product-modification__name {
    grid-column: 1/-1;
    margin-bottom: 20px;
  }
  .product-modification__price {
    font-size: var(--font-size-md);
  }
}
@media (max-width: 576px) {
  .product-modification {
    grid-template-columns: 1fr;
  }
  .product-modification__name {
    margin-bottom: 10px;
  }
  .product-modification__price {
    margin-bottom: 10px;
  }
}
.products-tags {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}

.products-tags__tag {
  background: var(--color-accent);
  padding: 5px 25px;
  height: 35px;
  box-sizing: border-box;
  position: relative;
  color: var(--color-font-second);
  text-align: center;
  margin-right: 7px;
  margin-bottom: 5px;
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-45deg);
}
.products-tags__tag.active {
  transition: 0.3s;
  cursor: pointer;
}
.products-tags__tag.active:hover {
  background-color: var(--color-second);
}

.products-tags__tag-content {
  transform: skewX(45deg);
}

.product-modification__ozon-button {
  display: block;
  border-radius: 0;
  background-color: #005cff;
  background-image: url("/local/components/trn/section.product/templates/.default/images/ozon-small.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 100%;
  height: 45px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-modification__ozon-button:hover {
  border-radius: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.related-products {
  margin-bottom: 100px;
  margin-bottom: var(--section-margin);
}
.related-products__slider-wrapper {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0;
}
.related-products__slider-wrapper.with-slider {
  padding: 0 50px;
}
.related-products__slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 35px;
}
.related-products__slider:not(.swiper-initialized) .related-products__slide {
  width: calc((100% - 70px) / 3);
}
.related-products__slider .product-card {
  height: 100%;
}
@media all and (min-width: 768px) {
  .related-products__slider .product-card {
    min-height: 548px;
  }
}
.related-products__slide {
  height: auto;
}
.related-products__nav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.related-products__slider-button {
  border: none;
  background-color: transparent;
  width: 25px;
  height: 25px;
  background-image: url(/local/templates/teplocom/images/icons/arrow-2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(1);
  cursor: pointer;
  pointer-events: auto;
}
.related-products__slider-button.swiper-button-lock, .related-products__slider-button.swiper-button-disabled {
  display: block;
  opacity: 0.3 !important;
  pointer-events: none;
}
.related-products__slider-button--prev {
  transform: rotate(180deg);
}
.related-products .product-card {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 300px max-content 1fr max-content;
  overflow: hidden;
  box-sizing: border-box;
  transition: 0.3s;
  background-color: var(--color-default);
  position: relative;
  padding: 20px;
}
.related-products .product-card:after {
  content: "";
  display: block;
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5%;
  background-color: rgba(0, 0, 0, 0.063);
  transform: translateY(120%);
  transition: transform 0.3s;
  pointer-events: none;
  z-index: 10;
}
.related-products .product-card:hover:after {
  transform: translateY(0);
}
.related-products .product-card.trn-product-card-modified {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px #999C9D solid;
  border-radius: 7px;
}
.related-products .product-card.trn-product-card-modified:hover {
  box-shadow: 0 0 3px #333;
}
.related-products .product-card.trn-product-card-modified:hover:after {
  display: none;
}
.related-products .product-card.trn-product-card-modified .product-card__tags {
  position: static;
  order: 2;
}
.related-products .product-card.trn-product-card-modified .product-card__tags .products-tags__tag {
  background-color: #6d6e71;
  transform: none;
  height: auto;
  padding: 5px 9px;
  border-radius: 3px;
  margin-bottom: 0;
}
.related-products .product-card.trn-product-card-modified .product-card__tags .products-tags__tag .products-tags__tag-content {
  margin-top: 3px;
  transform: none;
}
.related-products .product-card.trn-product-card-modified .product-card__news {
  position: absolute;
  top: 5px;
  right: 5px;
}
.related-products .product-card.trn-product-card-modified .product-card__news .products-tags__new {
  background-color: var(--color-accent);
  transform: none;
  height: auto;
  padding: 5px 9px;
  border-radius: 3px;
  margin-right: 0;
  margin-bottom: 0;
}
.related-products .product-card.trn-product-card-modified .product-card__news .products-tags__new .products-tags__tag-content {
  margin-top: 3px;
  transform: none;
}
.related-products .product-card.trn-product-card-modified .product-card__img-wrapper {
  aspect-ratio: 1/1;
  order: 1;
}
.related-products .product-card.trn-product-card-modified .product-card__item-number {
  min-height: 48px;
  order: 3;
}
.related-products .product-card.trn-product-card-modified .product-card__name {
  color: #999C9D;
  order: 4;
}
.related-products .product-card.trn-product-card-modified .product-card__info {
  order: 5;
}
.related-products .product-card.trn-product-card-modified .product-card__button {
  border-radius: 3px;
  border: 2px var(--color-accent) solid;
  background-color: transparent;
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.3s;
}
.related-products .product-card.trn-product-card-modified .product-card__button:has(img[src="/local/templates/teplocom/images/icons/arrow-2.svg"]) {
  background-image: url("/local/components/trn/section.product.card/templates/.default/images/arrow-2_orange.svg");
}
.related-products .product-card.trn-product-card-modified .product-card__button:has(img[src="/local/templates/teplocom/images/icons/cart.svg"]) {
  background-image: url("/local/templates/teplocom/images/icons/cart_orange.svg");
}
.related-products .product-card.trn-product-card-modified .product-card__button img {
  display: none;
}
.related-products .product-card.trn-product-card-modified .product-card__button:hover {
  background-color: var(--color-accent);
}
.related-products .product-card.trn-product-card-modified .product-card__button:hover:has(img[src="/local/templates/teplocom/images/icons/arrow-2.svg"]) {
  background-image: url("/local/components/trn/section.product.card/templates/.default/images/arrow-2.svg");
}
.related-products .product-card.trn-product-card-modified .product-card__button:hover:has(img[src="/local/templates/teplocom/images/icons/cart.svg"]) {
  background-image: url("/local/templates/teplocom/images/icons/cart.svg");
}
@media (max-width: 768px) {
  .related-products .product-card.trn-product-card-modified .product-card__tags {
    margin-bottom: 5px;
  }
  .related-products .product-card.trn-product-card-modified .product-card__tags .products-tags__tag {
    font-weight: normal;
    font-size: 12px;
  }
  .related-products .product-card.trn-product-card-modified .product-card__news .products-tags__new {
    font-weight: normal;
    font-size: 12px;
  }
  .related-products .product-card.trn-product-card-modified .product-card__name {
    min-height: 50px;
  }
}
@media (min-width: 768px) {
  .related-products .product-card.trn-product-card-modified {
    border-radius: 3px;
  }
}
.related-products .product-card__name,
.related-products .product-card__item-number {
  font-weight: bold;
  font-size: var(--font-size-md);
  color: var(--color-font-main);
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  line-height: 120%;
}
.related-products .product-card__name {
  min-height: 70px;
}
.related-products .product-card__item-number {
  opacity: 0.7;
}
.related-products .product-card__info {
  color: inherit;
  transition: 0.3s;
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 10px;
  align-items: center;
}
.related-products .product-card__price {
  font-size: var(--font-size-md);
  font-weight: bold;
  white-space: nowrap;
}
.related-products .product-card__img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: var(--color-default);
  border-radius: 10px;
}
.related-products .product-card__tags {
  position: absolute;
  width: calc(100% + 18px);
  top: 0;
  left: -18px;
  z-index: 11;
  pointer-events: none;
}
.related-products .products-list__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.related-products .products-list__image--no-image {
  object-fit: contain;
  object-position: center;
  width: 60%;
  height: 60%;
  opacity: 0.6;
}
.related-products .product-card__button {
  border: none;
  background-color: var(--color-accent);
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
  position: relative;
}
.related-products .product-card__button img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  object-position: center;
}
.related-products .product-card__button:hover {
  background-color: var(--color-second);
}
@media (max-width: 576px) {
  .related-products .product-card {
    grid-template-rows: 200px 1fr max-content;
    padding-bottom: 15px;
  }
  .related-products .product-card__full_photo {
    width: 40px;
    height: 40px;
  }
  .related-products .product-card__name {
    margin-bottom: 15px;
  }
}

.product-videos__slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 35px;
}
.product-videos__slider:not(.swiper-initialized) .product-videos__slide {
  width: calc((100% - 70px) / 3);
}
.product-videos__slider .product-videos__slide {
  aspect-ratio: 16/9;
}
.product-videos__slider .product-videos__slide iframe {
  width: 100%;
  height: 100%;
}
.product-videos__slider-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.product-videos__slider-wrapper.with-slider {
  padding: 0 50px;
}

.product-videos__nav {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.product-videos__nav .product-videos__slider-button {
  border: none;
  background-color: transparent;
  width: 25px;
  height: 25px;
  background-image: url(/local/templates/teplocom/images/icons/arrow-2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: invert(1);
  filter: invert(1);
  cursor: pointer;
  pointer-events: auto;
}
.product-videos__nav .product-videos__slider-button.product-videos__slider-button--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.trn-basket-popup.alert {
  display: block;
  padding: 55px 30px;
  box-sizing: border-box;
  background-color: var(--color-default);
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  bottom: 15px !important;
  right: 15px !important;
  border: 1px solid var(--color-divider);
  z-index: 100;
}
.trn-basket-popup.alert .popup-window-titlebar {
  display: none;
}
.trn-basket-popup.alert .popup-window-content {
  padding: 0;
}
.trn-basket-popup.alert .popup-window-buttons .btn {
  display: block;
  width: 300px;
  margin: 20px auto 0;
  border: 0;
  background-color: #f38a00;
  background-color: var(--color-accent);
  padding: 15px 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-size: var(--font-size-main);
  line-height: 95%;
  font-family: "Circe";
  font-family: var(--font-main);
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .trn-basket-popup.alert {
    top: calc(50vh - 160px) !important;
    left: 15px !important;
    bottom: auto !important;
  }
}
@media all and (min-width: 480px) {
  .trn-basket-popup.alert + .popup-window-overlay {
    opacity: 0;
    pointer-events: none;
  }
}

.alert__icon-wrapper {
  margin-bottom: 20px;
  width: 48px;
}
.alert__icon-wrapper img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: center;
}

.alert__body {
  font-size: var(--font-size-smd);
  font-weight: bold;
  line-height: 120%;
}

.popup-window-close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.1s;
}
.popup-window-close-icon:after, .popup-window-close-icon:before {
  content: "";
  width: 100%;
  max-width: 30px;
  height: 1px;
  background-color: var(--color-second);
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 10px;
}
.popup-window-close-icon:before {
  transform: rotate(-45deg);
}
.popup-window-close-icon:hover {
  background-color: var(--color-bg);
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4 {
  font-size: var(--font-size-lmd);
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 140%;
}
.wysiwyg p {
  margin-bottom: 30px;
  line-height: 130%;
  font-family: var(--font-main);
  font-size: var(--font-size-main);
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg .oc-text-uppercase {
  text-transform: uppercase;
}
.wysiwyg .oc-text-gray {
  color: var(--color-font-third);
}
.wysiwyg ol {
  margin-bottom: 30px;
}
.wysiwyg ol li {
  margin-bottom: 10px;
  line-height: 130%;
  font-family: var(--font-main);
  font-size: var(--font-size-main);
  padding-left: 15px;
  position: relative;
  list-style-type: decimal;
  list-style-position: inside;
}
.wysiwyg ol li ol li {
  list-style-type: square;
}
.wysiwyg ul {
  margin-bottom: 30px;
}
.wysiwyg ul li {
  margin-bottom: 10px;
  line-height: 130%;
  font-family: var(--font-main);
  font-size: var(--font-size-main);
  padding-left: 30px;
  position: relative;
}
.wysiwyg ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-font-main);
  position: absolute;
  top: 5px;
  left: 13px;
}
.wysiwyg a {
  color: var(--color-accent);
  text-decoration: none;
}
.wysiwyg a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wysiwyg blockquote {
  padding: 40px 30px;
  border: 2px solid var(--color-bg);
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.wysiwyg blockquote::before {
  content: "";
  width: 40px;
  height: 18px;
  background-image: url("/local/components/trn/section.product/templates/.default/../img/icons/blockquote.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50px;
  top: -9px;
}
.wysiwyg blockquote p {
  font-size: var(--font-size-md);
  font-weight: bold;
  margin-bottom: 0;
}
.wysiwyg img {
  width: 100%;
  margin-bottom: 30px;
  object-fit: contain;
  height: auto;
  max-height: 500px;
}
.wysiwyg strong {
  font-weight: bold;
  line-height: 140%;
}
.wysiwyg i, .wysiwyg em {
  font-style: italic;
}
.js-show-all-modifications {
  margin-bottom: 2rem;
}

.product-card__news {
  position: absolute;
  width: fit-content;
  top: 0;
  right: -23px;
  z-index: 11;
  pointer-events: none;
}

.products-tags__new {
  background: rgb(112, 111, 111);
  padding: 5px 25px;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #FFFFFF;
  color: var(--color-font-second);
  text-align: center;
  margin-right: 7px;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.UF_HIT, .UF_NEW, .UF_PSEUDO_PRICE {
  display: none;
}

.product-videos {
  margin-bottom: 100px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/teplocom/css/partials/file-for-download.min.css?17685715462472*/
.file-for-download{display:grid;grid-template-columns:65px 1fr max-content;grid-template-rows:max-content max-content;gap:0 5px;text-decoration:none;transition:.3s;box-sizing:border-box;padding:4px;align-items:center;align-content:center;background-color:var(--color-default);position:relative;border:2px solid transparent}.file-for-download:hover{background-color:var(--color-bg);border:2px solid var(--color-accent)}.file-for-download__icon-wrapper{width:25px;height:100%;grid-row:1/-1;grid-column:1/2;display:grid;grid-template-columns:100%;grid-template-rows:20px 15px;justify-content:center;align-items:center;align-content:center;gap:0}.file-for-download__icon-extension,.file-for-download__icon-wrapper:before{border:2px solid var(--color-accent);background-color:var(--color-default);box-sizing:border-box}.file-for-download__icon-wrapper:before{content:"";width:100%;height:25px;display:block;border-top-right-radius:10px}.file-for-download__icon-wrapper:after{content:""}.file-for-download__icon-extension{text-transform:uppercase;padding:2px 3px;font-size:8px;font-weight:700;text-align:center;display:flex;justify-content:center;align-items:center;color:var(--color-accent);overflow:hidden;line-height:100%}.file-for-download__title{color:var(--color-accent);letter-spacing:2%;font-weight:700}.file-for-download__info{font-size:var(--font-size-sm);opacity:.6;font-weight:700;color:var(--color-font-main)}.file-for-download__button{grid-row:1/-1;grid-column:-1/-2;width:40px;height:40px;border:2px solid var(--color-accent);background-image:url(/local/templates/teplocom/images/icons/download.svg);background-position:center;background-repeat:no-repeat;background-size:40%;display:block;text-decoration:none;background-color:transparent;transition:.3s;position:relative;box-sizing:border-box}.file-for-download__button:hover{background-color:var(--color-default)}.file-for-download--simple{padding:15px;border:1px solid var(--color-divider);grid-template-columns:1fr max-content}.file-for-download--simple .file-for-download__title{color:var(--color-font-main)}.file-for-download--simple .file-for-download__button{border:0;width:15px;height:100%;background-size:100%}.file-for-download--simple:hover{background-color:var(--color-bg)}.file-for-download--bordered{border:1px solid var(--color-divider);padding:15px;margin-bottom:10px}.file-for-download--bordered:last-child{margin-bottom:0}.file-for-download--bordered:hover{border:1px solid var(--color-accent)}
/* End */
/* /local/components/trn/section.product/templates/.default/style.css?176857154838166 */
/* /local/templates/teplocom/css/partials/file-for-download.min.css?17685715462472 */
