.price-list {
  display: flex;
  gap: 30px;
}
.price-list-description {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.price-list-price-item div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.price-list-price-item div span {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.price-list-col {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
.price-list-col:first-child {
  width: calc(30% - 15px);
}
.price-list-col:first-child div {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.price-list-col:last-child {
  width: calc(70% - 15px);
}
.price-list .btn-list {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}
.price-list .btn-list a {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 10px 15px;
}
.price-list .btn-list a span {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.price-list .btn-list a i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #de1f26;
}
.price-list .btn-list a.active {
  background-color: #de1f26;
}
.price-list .btn-list a.active img {
  filter: brightness(0) invert(1);
}
.price-list .btn-list a.active span {
  color: #fff;
}

@media (max-width: 991px) {
  .price-list {
    flex-direction: column-reverse;
  }
  .price-list-col:first-child {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .price-list-col:last-child {
    width: 100%;
  }
  .price-list-col .btn-list {
    justify-content: center;
  }
}
.catalog-list-item {
  margin-top: 30px;
}
.catalog-list-item:first-child {
  margin-top: 0;
}
.catalog-list-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  background-color: #de1f26;
  color: #fff;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 22px;
}
.catalog-list-item-header h3 {
  margin: 0;
  color: #fff;
  padding: 0;
}
.catalog-list-item-catalogs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.catalog-list-item-catalogs-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(20% - 12.5px);
  max-width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.catalog-list-item-catalogs-item-img {
  height: 140px;
  margin-bottom: 15px;
}
.catalog-list-item-catalogs-item-img img {
  max-height: 140px;
}
.catalog-list-item-catalogs-item strong {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #acacac;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 15px;
  padding: 7.5px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .catalog-list-item-catalogs-item {
    width: calc(25% - 12.5px);
  }
}
@media (max-width: 991px) {
  .catalog-list-item-catalogs-item {
    width: calc(33.3333333333% - 12.5px);
  }
}
@media (max-width: 767px) {
  .catalog-list-item-catalogs-item {
    width: calc(50% - 12.5px);
  }
}
@media (max-width: 520px) {
  .catalog-list-item-catalogs-item {
    width: 100%;
  }
}

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