/* line 9, project/static/scss/catalog-style.scss */
.filters-block {
  margin: 46px 0 25px 0; }
  /* line 12, project/static/scss/catalog-style.scss */
  .filters-block-mob {
    display: none;
    background: #ffffff; }
  /* line 17, project/static/scss/catalog-style.scss */
  .filters-block-open {
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: -15px;
    background: #ff5b5b;
    width: 100vw;
    height: 40px;
    padding-top: 10px;
    text-align: center; }

/* line 30, project/static/scss/catalog-style.scss */
.filters-type-1 {
  margin: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  align-items: center; }

/* line 39, project/static/scss/catalog-style.scss */
.catalog-select {
  height: 38px;
  min-width: 160px;
  width: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 28px 5px 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 10px center;
  appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  color: #333;
  cursor: pointer; }
  /* line 53, project/static/scss/catalog-style.scss */
  .catalog-select:focus {
    outline: none;
    border-color: #ff5b5b; }

/* line 59, project/static/scss/catalog-style.scss */
.filters-input {
  width: auto;
  height: 38px;
  border: 1px solid #f0eff1;
  padding: 5px 15px;
  margin-right: 10px; }

/* line 67, project/static/scss/catalog-style.scss */
.filters-type-2 {
  display: none;
  display: flex;
  align-items: center; }
  /* line 71, project/static/scss/catalog-style.scss */
  .filters-type-2-close {
    display: flex !important; }

/* line 76, project/static/scss/catalog-style.scss */
.filter-open {
  font-size: 14px;
  color: #575757;
  text-align: center;
  cursor: pointer;
  margin-top: 15px !important; }

/* line 84, project/static/scss/catalog-style.scss */
.filter-close {
  font-size: 14px;
  color: #575757;
  text-align: center;
  padding-top: 25px !important; }

/* line 91, project/static/scss/catalog-style.scss */
.filter-type-price {
  position: relative;
  width: 400px;
  margin-right: 25px; }
  /* line 96, project/static/scss/catalog-style.scss */
  .filter-type-price p {
    position: absolute;
    left: 0;
    top: 5px; }

/* line 103, project/static/scss/catalog-style.scss */
.filter-type-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

/* line 109, project/static/scss/catalog-style.scss */
.form-control {
  text-align: right;
  outline: none !important;
  pointer-events: none !important;
  background: transparent !important;
  border: none !important; }
  /* line 116, project/static/scss/catalog-style.scss */
  .form-control:focus {
    border: none !important;
    box-shadow: none !important; }

/* line 123, project/static/scss/catalog-style.scss */
.ui-widget.ui-widget-content {
  height: 1px !important;
  background: #e0dee4 !important; }

/* line 128, project/static/scss/catalog-style.scss */
.ui-slider .ui-slider-range {
  height: 1px !important;
  background: #e0dee4 !important; }

/* line 133, project/static/scss/catalog-style.scss */
.ui-state-default {
  border-radius: 20px !important;
  border: 4px solid #ff5b5b !important;
  outline: none !important;
  background: #ffffff !important;
  height: 12px !important;
  width: 12px !important;
  top: -6px !important;
  cursor: pointer !important; }

/* line 145, project/static/scss/catalog-style.scss */
.checkbox-other {
  display: block;
  cursor: pointer;
  user-select: none;
  position: relative;
  margin: 3px 0 0 18px; }
  /* line 152, project/static/scss/catalog-style.scss */
  .checkbox-other input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0; }
    /* line 160, project/static/scss/catalog-style.scss */
    .checkbox-other input[type=checkbox]:checked + span:before {
      background: url(/static/images/product-check.webp) 0 0 no-repeat; }
  /* line 165, project/static/scss/catalog-style.scss */
  .checkbox-other span {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    font-size: 14px; }
    /* line 171, project/static/scss/catalog-style.scss */
    .checkbox-other span:before {
      content: "";
      display: inline-block;
      width: 22px;
      height: 22px;
      position: absolute;
      left: -25px;
      top: 2px;
      background: url(/static/images/product-check-rectangle.webp) 0 0 no-repeat; }

/* line 184, project/static/scss/catalog-style.scss */
.form-filter-submit {
  background: #ff5b5b;
  color: #ffffff;
  font-size: 15px;
  border: none;
  padding: 9px 22px;
  height: 38px;
  cursor: pointer;
  border-radius: 4px;
  white-space: nowrap; }
  /* line 195, project/static/scss/catalog-style.scss */
  .form-filter-submit:hover {
    opacity: 0.9; }

/* line 201, project/static/scss/catalog-style.scss */
.filters-bg {
  background: #fafafa; }

/* line 205, project/static/scss/catalog-style.scss */
.pet-ads__title {
  padding: 15px 0; }
  /* line 208, project/static/scss/catalog-style.scss */
  .pet-ads__title h1 {
    font-size: 20px;
    color: #3b4146;
    margin: 0; }

/* line 216, project/static/scss/catalog-style.scss */
.banner-catalog {
  padding: 45px 0 60px 0; }

/* line 220, project/static/scss/catalog-style.scss */
.banner-bg-desc-1 {
  background: url(/static/images/banner-2.webp) no-repeat;
  background-position: center !important;
  background-size: cover !important; }

/* line 226, project/static/scss/catalog-style.scss */
.banner-bg-mob-1 {
  display: none;
  background: url(/static/images/banner-mob.webp) no-repeat;
  background-position: center !important;
  background-size: cover !important; }

/* line 234, project/static/scss/catalog-style.scss */
.pet-ads-nav {
  padding: 45px 0 110px 0;
  margin: 0 auto; }
  /* line 238, project/static/scss/catalog-style.scss */
  .pet-ads-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
    /* line 244, project/static/scss/catalog-style.scss */
    .pet-ads-nav ul li {
      width: 30px;
      height: 30px;
      border: 1px solid #fafafa;
      text-align: center; }
      /* line 250, project/static/scss/catalog-style.scss */
      .pet-ads-nav ul li:hover {
        background: #221e1e;
        cursor: pointer; }
        /* line 254, project/static/scss/catalog-style.scss */
        .pet-ads-nav ul li:hover a {
          color: #ffffff; }
      /* line 259, project/static/scss/catalog-style.scss */
      .pet-ads-nav ul li a {
        font-size: 14px;
        color: #a2a2a2;
        line-height: 28px; }
        /* line 264, project/static/scss/catalog-style.scss */
        .pet-ads-nav ul li a:hover {
          text-decoration: none; }

/* line 272, project/static/scss/catalog-style.scss */
.filters-form {
  display: none; }
  /* line 275, project/static/scss/catalog-style.scss */
  .filters-form-open {
    display: block; }

/* line 281, project/static/scss/catalog-style.scss */
.select2-selection .select2-selection--multiple {
  border: 1px solid #f0eff1; }

/* line 285, project/static/scss/catalog-style.scss */
.select2-container {
  max-width: 100%;
  min-width: 15em !important; }

/* line 291, project/static/scss/catalog-style.scss */
section.dotted {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px; }
  /* line 296, project/static/scss/catalog-style.scss */
  section.dotted > * {
    padding: 0;
    margin: 0; }

/* line 302, project/static/scss/catalog-style.scss */
span.dotted {
  flex: 1;
  border-bottom: 1.76px dotted #333; }

/* line 312, project/static/scss/catalog-style.scss */
.offer-block {
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.2s ease; }
  /* line 317, project/static/scss/catalog-style.scss */
  .offer-block.pet-card--vip {
    border: 3px solid #FFD700;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    background: linear-gradient(135deg, #fffef5 0%, #fff9e6 100%); }
    /* line 322, project/static/scss/catalog-style.scss */
    .offer-block.pet-card--vip:hover {
      box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
      transform: translateY(-2px); }
  /* line 329, project/static/scss/catalog-style.scss */
  .offer-block.pet-card--highlighted {
    border: 2px solid #4A90D9;
    box-shadow: 0 2px 10px rgba(74, 144, 217, 0.3);
    background: linear-gradient(135deg, #f5faff 0%, #e6f2ff 100%); }
  /* line 336, project/static/scss/catalog-style.scss */
  .offer-block.pet-card--urgent {
    border: 2px solid #FF4444;
    box-shadow: 0 2px 10px rgba(255, 68, 68, 0.3);
    animation: pulse-urgent 2s infinite; }
  /* line 343, project/static/scss/catalog-style.scss */
  .offer-block.pet-card--top {
    border: 2px solid #4CAF50;
    box-shadow: 0 2px 10px rgba(76, 175, 80, 0.2); }

@keyframes pulse-urgent {
  0% {
    box-shadow: 0 2px 10px rgba(255, 68, 68, 0.3); }
  50% {
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.5); }
  100% {
    box-shadow: 0 2px 10px rgba(255, 68, 68, 0.3); } }

/* line 363, project/static/scss/catalog-style.scss */
.offer-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 10;
  letter-spacing: 0.5px; }
  /* line 376, project/static/scss/catalog-style.scss */
  .offer-badge--vip {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #333;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.5); }
  /* line 383, project/static/scss/catalog-style.scss */
  .offer-badge--urgent {
    background: linear-gradient(135deg, #FF4444 0%, #CC0000 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(255, 68, 68, 0.5); }
  /* line 390, project/static/scss/catalog-style.scss */
  .offer-badge--top {
    background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.5); }
