header.ver_05 .header__top, .button{
    background: linear-gradient(0, #247600, #2d9400);
}

.search__result .item-info__title {
  padding-top: 0;
}

.search__result .item-info__desc {
  padding-top: 0;
  line-height: 100%;
}

.search__result .item-info__img {
  margin-bottom: 0;
  margin-right: 15px;
}
.search__result .table-item__var {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 668px;
          flex: 0 0 668px;
}

.search__result .table-item__var .item-var__item {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
}
.item_show_contact .button{
    font-size: 1rem;
    height: 50px;
}
.item_show_contact p{
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #4e4e4e;
}

.subcats{
    display: flex;
    flex-wrap: wrap;
}

.subcats .subcats__item {
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
    border: 1px solid var(--other-line);
    margin-bottom: 30px;
    padding: 15px;
    border-radius: var(--border-radius-8);
    color: #000;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-align: center;
}


.grecaptcha-badge {
    width: 1px !important;
    height: 1px !important;
}

@media screen and (max-width: 1150px) {
  .search__result .table-item__var {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .search__result .table-item__var .item-var__item {
    padding-left: 16px;
  }
  .search__result .table-item__var .item-var__item .item-var__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
}

@media screen and (max-width: 991.98px) {
  header.ver_05 .container-fluid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767.98px) {
  .search__result .table-item__var .item-var__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 248px);
            flex: 0 0 calc(100% - 248px);
  }
  .search__result .table-item__var .item-var__contact {
    margin-top: 10px;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media screen and (max-width: 575.98px) {
  header.ver_05 .header__menu-open {
    margin-bottom: 25px;
  }
  header.ver_05 .header__logo-img {
    width: 100%;
    max-width: 200px;
  }
  .search__result .item-info__img {
    margin-right: 0;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    text-align: center;
  }
  .search__result .table-item__var .item-var__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 140px);
            flex: 0 0 calc(100% - 140px);
  }
  .search__result .table-item__var .item-var__ava {
    text-align: right;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  .search__result .table-item__var .item-var__item .item-var__date {
    text-align: left;
  }
}
/*# sourceMappingURL=autoqueen.css.map */