@charset "UTF-8";
.catalogs.category_1 {
  width: 100%;
  padding: 150px 0;
}
@media only screen and (max-width: 1100px) {
  .catalogs.category_1 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 860px) {
  .catalogs.category_1 {
    padding: 40px 0;
  }
}
.catalogs.category_1 .tarifs {
  gap: 24px;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 1100px) {
  .catalogs.category_1 .tarifs {
    flex-direction: column;
  }
}
.catalogs.category_1 .tarifs .tarif {
  width: 400px;
  border: 2px solid var(--c1);
  border-radius: 12px;
  padding: 40px;
}
@media only screen and (max-width: 1100px) {
  .catalogs.category_1 .tarifs .tarif {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .catalogs.category_1 .tarifs .tarif {
    padding: 16px;
  }
}
.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;
}
@media only screen and (max-width: 640px) {
  .catalogs.category_1 .tarifs .tarif .head {
    gap: 4px;
  }
}
.catalogs.category_1 .tarifs .tarif .head .name {
  font-size: 14px;
  color: var(--c3);
  text-transform: uppercase;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .catalogs.category_1 .tarifs .tarif .head .name {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.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 {
  gap: 0;
}
@media only screen and (max-width: 1100px) {
  .catalogs.category_1 .tarifs .tarif .price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.catalogs.category_1 .tarifs .tarif .price .t30B:after {
  content: " ₽";
}
@media only screen and (max-width: 640px) {
  .catalogs.category_1 .tarifs .tarif .price .t30B {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .catalogs.category_1 .tarifs .tarif .price .t30B {
    font-size: 20px;
  }
}
.catalogs.category_1 .tarifs .tarif .price .t14 {
  color: var(--c2);
}
.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;
}
@media only screen and (max-width: 860px) {
  .catalogs.category_1 .tarifs .tarif .t23 {
    font-size: 16px;
  }
}
.catalogs.category_1 .tarifs .tarif .list_info {
  padding: 2px;
  gap: 12px;
}
@media only screen and (max-width: 1100px) {
  .catalogs.category_1 .tarifs .tarif .list_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 860px) {
  .catalogs.category_1 .tarifs .tarif .list_info {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .catalogs.category_1 .tarifs .tarif .list_info {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 480px) {
  .catalogs.category_1 .tarifs .tarif .list_info {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .catalogs.category_1 .tarifs .tarif .list_info .open_list {
    background: var(--c1);
    padding: 8px 12px;
    border-radius: 8px;
  }
}
.catalogs.category_1 .tarifs .tarif .list_info .open_list .header {
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .catalogs.category_1 .tarifs .tarif .list_info .open_list .header {
    justify-content: space-between;
  }
}
.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;
}
@media only screen and (max-width: 480px) {
  .catalogs.category_1 .tarifs .tarif .list_info .open_list .list li {
    padding: 4px 0;
    font-size: 12px;
  }
}
.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 */