@charset "UTF-8";
.catalogs.category_1 {
  width: 100%;
  padding: 150px 0;
}
.catalogs.category_1 .tarifs {
  gap: 24px;
  justify-content: center;
  gap: 20px;
}
.catalogs.category_1 .tarifs .tarif {
  width: 400px;
  border: 2px solid var(--c1);
  border-radius: 12px;
  padding: 40px;
}
.catalogs.category_1 .tarifs .tarif.hit {
  border: 2px solid var(--c3);
  position: relative;
}
.catalogs.category_1 .tarifs .tarif.hit::after {
  content: "хит";
  text-transform: uppercase;
  display: block;
  position: absolute;
  background: var(--c5);
  color: var(--c0);
  transform: rotate(350deg);
  top: -15px;
  right: 20px;
  z-index: 9;
  font-size: 14px;
  padding: 12px 30px;
  border-radius: 20px;
}
.catalogs.category_1 .tarifs .tarif .head {
  gap: 12px;
}
.catalogs.category_1 .tarifs .tarif .head .name {
  color: var(--c3);
  text-transform: uppercase;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.catalogs.category_1 .tarifs .tarif .head .name::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/upload/icon/pixels_x.svg);
  background-size: cover;
}
.catalogs.category_1 .tarifs .tarif .head .name::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/upload/icon/pixels_x.svg);
  background-size: cover;
}
.catalogs.category_1 .tarifs .tarif .price:after {
  content: " ₽";
}
.catalogs.category_1 .tarifs .tarif .line {
  width: 30px;
  height: 2px;
  background: var(--c3);
  border-radius: 20px;
}
.catalogs.category_1 .tarifs .tarif .t23 {
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 0;
  font-family: Bold;
}
.catalogs.category_1 .tarifs .tarif .list_info {
  padding: 2px;
  gap: 12px;
}
.catalogs.category_1 .tarifs .tarif .list_info .open_list .header {
  cursor: pointer;
}
.catalogs.category_1 .tarifs .tarif .list_info .open_list .header::before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: url('data:image/svg+xml;utf8,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.9211 0.419483L0.449952 5.55507C-0.511241 6.45731 0.169515 8 1.52885 8H12.4712C13.8305 8 14.5112 6.45731 13.55 5.55507L8.0789 0.419483C7.48304 -0.139828 6.51696 -0.139828 5.9211 0.419483Z" fill="%2392B522"/></svg>');
  background-size: contain;
  transition: 0.3s;
  transform: rotate(0deg);
}
.catalogs.category_1 .tarifs .tarif .list_info .open_list .list {
  width: 100%;
  padding-inline-start: 18px;
  padding-top: 0px;
  color: var(--c2);
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s;
}
.catalogs.category_1 .tarifs .tarif .list_info .open_list.open .list {
  max-height: 300px;
  padding-top: 8px;
}
.catalogs.category_1 .tarifs .tarif .list_info .open_list.open .header::before {
  transform: rotate(180deg);
}
.catalogs.category_1 .tarifs .tarif .button {
  max-width: 100%;
  min-width: 100%;
  justify-content: center;
  margin-top: 8px;
}/*# sourceMappingURL=style.css.map */