

/* Start:/local/templates/main_v1/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?178231996333*/
.rub {
    padding-left: 8px;
}
/* End */


/* Start:/local/templates/main_v1/components/bitrix/catalog.section/interest.index/style.css?17857532693294*/
.ctc-interest {
  padding: 8rem 0;
}

.ctc-interest__title {
  margin: 0 0 4rem;
}

.ctc-interest__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.2rem;
  align-items: stretch;
}

.ctc-interest .catalog__item {
  display: flex;
  min-width: 0;
}

.ctc-interest .catalog__item-back {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  padding: 2.4rem;
  border: 1px solid #e6e6e6;
  background: #fff;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.ctc-interest .catalog__item:hover .catalog__item-back {
  border-color: #e50113;
  transform: translateY(-0.4rem);
}

.ctc-interest .catalog__item-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 1.6rem;
  background: #fff;
}

.ctc-interest .catalog__item-picture a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ctc-interest .catalog__item-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ctc-interest .catalog__item-desc {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-top: 2.4rem;
}

.ctc-interest .catalog__item-name h3 {
  margin: 0;
  font-family: "MuseoSansCyrl-500", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.ctc-interest .catalog__item-name a {
  color: #202020;
  text-decoration: none;
}

.ctc-interest .catalog__item-name a:hover {
  color: #e50113;
}

.ctc-interest .catalog__item-type {
  margin-top: 1.2rem;
  color: #adadad;
  font-size: 1.4rem;
  line-height: 1.3;
}

.ctc-interest .catalog__item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #e6e6e6;
}

.ctc-interest .catalog__item-price {
  color: #202020;
  font-family: "MuseoSansCyrl-500", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
}

.ctc-interest .catalog__item-buy .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 2rem;
  border: 0;
  background: #e50113;
  color: #fff;
  font-family: "MuseoSansCyrl-500", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  clip-path: polygon(0 0, 81% -24%, 100% 43%, 100% 100%, 0 100%);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.ctc-interest .catalog__item-buy .btn:hover {
  background: #ff2a3a;
  color: #fff;
  transform: translateY(-0.2rem);
}

@media (max-width: 1200px) {
  .ctc-interest__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ctc-interest {
    padding: 8rem 0;
  }

  .ctc-interest__title {
    margin-bottom: 6rem;
  }

  .ctc-interest__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
  }

  .ctc-interest .catalog__item-back {
    padding: 3rem;
  }

  .ctc-interest .catalog__item-name h3 {
    font-size: 3.6rem;
  }

  .ctc-interest .catalog__item-type {
    font-size: 2.6rem;
  }

  .ctc-interest .catalog__item-price {
    font-size: 3rem;
  }

  .ctc-interest .catalog__item-buy .btn {
    padding: 2.6rem 3.2rem;
    font-size: 2.4rem;
  }
}

/* End */
/* /local/templates/main_v1/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?178231996333 */
/* /local/templates/main_v1/components/bitrix/catalog.section/interest.index/style.css?17857532693294 */
