

/* Start:/spets-predlozheniya/style.css?17393453972871*/
.tk60-special-card {
  display: block;
  position: relative;
  color: black;
  border-radius: 15px;
  overflow: hidden;
}
.tk60-special-card__cover {
  aspect-ratio: 16 / 9;
  background: #ccc;
  overflow: hidden;
}
.tk60-special-card__main {
  padding: 20px;
  background: #f2f4f6;
}
.tk60-special-card__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.tk60-special-card__heading h4 {
  margin-bottom: 0;
}
.tk60-special-card__prices {
  font-family: var(--header-fonts-family);
}
.tk60-special-card__old-price {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 0.25rem;
  font-size: 1.1rem;
}
.tk60-special-card__old-price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 1px;
  transform: translateX(-50%) rotate(-10deg);
  background: rgba(0, 0, 0, 0.75);
}
.tk60-special-card__new-price {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.5em;
  color: red;
  line-height: 1.1;
}
.tk60-special-card__new-price::after {
  content: " ₽";
  font-weight: 400;
}
.tk60-special-card__regular-price {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.1;
}
.tk60-special-card__regular-price::after {
  content: " ₽";
  font-weight: 400;
}
.tk60-special-card__location {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0.25rem 0.5rem;
  font-family: var(--header-fonts-family);
  font-size: 1.1rem;
  background: gold;
  border-radius: 999px;
}
.tk60-special-full__prices {
  font-family: var(--header-fonts-family);
  line-height: 1.2;
}
.tk60-special-full__old-price {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  font-size: 1.333rem;
  color: #999;
}
.tk60-special-full__old-price::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 1px;
  transform: translateX(-50%) rotate(-10deg);
  background: #999;
}
.tk60-special-full__new-price {
  display: inline-block;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 700;
  color: red;
}
.tk60-special-full__new-price::after {
  content: " ₽";
  font-weight: 400;
}
.tk60-special-full__regular-price {
  display: inline-block;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 700;
}
.tk60-special-full__regular-price::after {
  content: " ₽";
  font-weight: 400;
}
.tk60-special-full__location {
  padding: 0.25rem 0.5rem;
  font-family: var(--header-fonts-family);
  font-size: 1.1rem;
  background: gold;
  border-radius: 999px;
}
.tk60-special-full__feedback {
  display: flex;
  gap: 0.5rem;
}
.tk60-special--pt {
  padding-top: 60px;
}
.tk60-special--pb {
  padding-bottom: 60px;
}
.tk60-special--grey {
  background: var(--light-grey-color);
}

/* End */


/* Start:/bitrix/templates/taktik60/components/bitrix/breadcrumb/taktik/style.css?1733511162260*/
.breadcrumb {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: var(--main-color);
}
.breadcrumb-item.active {
  color: var(--main-color) !important;
}
.breadcrumb-item a {
  text-decoration: none;
  color: var(--orange-color);
}

/* End */
/* /spets-predlozheniya/style.css?17393453972871 */
/* /bitrix/templates/taktik60/components/bitrix/breadcrumb/taktik/style.css?1733511162260 */
