/* Каталог товаров */

#filters {
  border-radius: 20px;
  background: var(--colors-backgroundbg-2, #f2f5f8);
  padding: 36px 48px 63px 48px;
}

#filters .filter__title {
  position: absolute;
  margin-top: 13px;
  margin-left: 15px;
}

#filters .btn-group {
  display: flex;
  justify-content: space-between;
}

#filters .btn-group .buttons_class {
  display: flex;
  gap: 11px;
}

.filter__block {
  display: flex;
  border-radius: 10px;
}

.good-item {
  margin: 10px 0;
  padding: 20px;
  border: solid 1px gray;
  border-radius: 3px;
}

.good-item__id {
  padding-top: 30px;
  color: steelblue;
}

.good-item__name {
  padding-top: 10px;
  font-size: 1.1em;
}

.good-item__price {
  padding-top: 10px;
  color: red;
}

.good-item__btn-add {
  margin-top: 30px;
}

/* Каталог товаров с фильтрами*/

.small-good-item {
  padding: 45px 15px;
  margin-top: 3px;
  list-style: none;
  border-radius: 2px;
  margin: 15px;
  background: #f2f5f8;
  color: #5c5c5c;
  font: normal 18px/26px "Roboto", sans-serif;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  border-radius: 20px;
}

.small-good-item.business {
  padding: 45px 0;
}

.small-good-item:hover {
  -webkit-box-shadow: 0px 0px 30px rgb(87 87 87 / 15%);
  box-shadow: 0px 0px 30px rgb(87 87 87 / 15%);
  border-radius: 10px;
}

.small-good-item__img {
  max-width: 100%;
}

.small-good-item__name a {
  color: #003e64;
}

.small-good-item__data {
  margin-top: 42px;
  display: flex;
}

.small-good-item__info.price {
  margin-right: 33px;
}

.small-good-item__info.foiz {
  margin-right: 52px;
}

.small-good-item__info {
  display: flex;
  flex-direction: column;
  color: var(--darkblue-blue-80, rgba(10, 30, 50, 0.8));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.small-good-item__info span {
  color: var(--darkblue-blue-100, #0a1e32);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

#goods .CreditSmall-type-credit__ImgWrap--btn {
  margin-top: 42px;
  width: 100%;
  text-align: right;
}
#goods .CreditSmall-type-credit__ImgWrap--btn a {
  width: 200px;
  display: contents;
}

/* Корзина */

.cart-item__btn-dec-count {
  margin-right: 10px;
  cursor: pointer;
}

.cart-item__btn-inc-count {
  margin-left: 10px;
  cursor: pointer;
}

.cart-item__btn-remove {
  cursor: pointer;
}

/* Сравнение товаров */

.compare-table th {
  text-align: center;
}

.compare-table th:first-child {
  text-align: left;
  vertical-align: middle;
}

.compare-table__good {
  font-size: 1.1em;
  color: steelblue;
}

.compare-table__photo {
  max-width: 150px;
}

.compare-table__price {
  color: red;
}

.compare-table__remove {
  color: steelblue;
  cursor: pointer;
  font-size: 0.8em;
  font-weight: normal;
  margin-top: 10px;
  text-decoration: underline;
}

.compare-table tbody tr td:first-child {
  font-weight: bold;
}

.compare-table[data-compare="all"] tbody tr {
  display: table-row;
}

.compare-table[data-compare="equal"] tbody tr:not(.-equal) {
  display: none;
}

.compare-table[data-compare="not-equal"] tbody tr.-equal {
  display: none;
}

#filters .btn {
  text-wrap: wrap;
  max-width: 100%;
  border-radius: 28px;
  border: 0.676px solid var(--darkblue-blue-40, rgba(10, 30, 50, 0.4));
}

.filter__main-block {
  max-width: 100% !important;
}

#filters .btn:hover,
#filters .btn.active {
  color: #ffffff;
  background-color: #004d7e;
  border-color: #004d7e;
}

#brands {
  display: flex;
  border: none;
  border-left: 1px #dde1e4 solid;
  height: 100%;
  border-radius: 0 10px 10px 0;
}

#brands .checkbox {
  padding: 5px 15px;
}
.ui-slider-input {
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  height: 50px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #003e64;
  width: 100%;
  padding-left: 10px;
  border-right: none;
}
.ui-slider-input-label {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #dde1e4;
  border-left: none;
  border-radius: 0 10px 10px 0;
  color: #003e64;
  font-size: 18px;
  line-height: 24px;
  padding-right: 12px !important;
  padding-top: 10px;
}
#filters-form .ui-slider-input-label {
  padding: 0;
}
.ui-slider {
  background: #e6e7e8;
  height: 2px;
  top: -2px;
}
.ui-slider-range {
  background: #ea0000 !important;
  height: 4px !important;
  top: -3px !important;
}
.ui-slider-handle {
  background: #ea0000 !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 24px;
  border: 4px solid rgb(255, 255, 255) !important;
  box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
  top: -9px !important;
}
.ui-slider-handle:hover {
  filter: grayscale(1);
}

.corporations_credit-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-right: 15px;
}
.corp_credits-title {
  font-size: 24px !important;
}

@media (max-width: 992px) {
  .corporations_credit-products {
    grid-template-columns: 1fr;
    margin-right: 0;
  }
}

.copr-tab {
  margin: 0 15px;
  max-width: 100%;
}
.copr-tab .btn-group .buttons_class {
  flex-wrap: wrap;
  justify-content: center;
}
.copr-tab .btn-group .buttons_class a {
  color: rgb(0 0 0);
}
