.c_wr5 .ib_wr {
  max-height: 500px;
  overflow-y: auto;
}
@media (min-width: 1060px) {
  .c_wr5 .ib_wr {
    margin-right: -20px;
  }
}

.catalog-description {
  margin-bottom: 40px;
}
.catalog-description__content {
  color: #5a5a5a;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  width: 100%;
  overflow: hidden;
  max-height: 180px;
}
.catalog-description__content p:last-child {
  margin-bottom: 0;
}
.catalog-description__content._all {
  max-height: 100%;
}
.catalog-description__show {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  margin-top: 35px;
  cursor: pointer;
}
.catalog-description__show._active .catalog-description__arrow {
  transform: rotate(180deg);
}
.catalog-description__show._active .catalog-description__more {
  display: none;
}
.catalog-description__show._active .catalog-description__less {
  display: block;
}
.catalog-description__arrow {
  display: inline-flex;
  transition: all 0.3s ease 0s;
}
.catalog-description__arrow img {
  margin: 0px !important;
}
.catalog-description__more {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.catalog-description__less {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  display: none;
}

.catalog-filter {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.catalog-filter__section {
  border-top: 1px solid #d1d1d1;
  background: #f8f9fa;
}
.catalog-filter__head {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 15px 30px;
  cursor: pointer;
}
.catalog-filter__content {
  display: none;
}
.catalog-filter__body {
  padding: 25px 70px 40px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 30px;
}
@media (max-width: 1100px) {
  .catalog-filter__body {
    padding: 15px 20px 20px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.catalog-filter__column {
  flex: 0 0 calc((100% - 120px) / 3);
}
@media (max-width: 1100px) {
  .catalog-filter__column {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}
@media (max-width: 991px) {
  .catalog-filter__column {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}
@media (max-width: 650px) {
  .catalog-filter__column {
    flex: 0 0 100%;
  }
}
.catalog-filter__row:not(:last-child) {
  margin-bottom: 45px;
}
@media (max-width: 1100px) {
  .catalog-filter__row:not(:last-child) {
    margin-bottom: 30px;
  }
}
.catalog-filter__name {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
.catalog-filter__list {
  list-style: none;
  margin-bottom: 0;
}
.catalog-filter__item {
  list-style: none;
}
.catalog-filter__item:not(:last-child) {
  margin-bottom: 20px;
}
.catalog-filter__link {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0;
  text-decoration: none;
}
.catalog-filter__link._active {
  font-weight: 700;
}
.catalog-filter__link._active .catalog-filter__icon::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #049141;
}
.catalog-filter__link:hover {
  text-decoration: underline;
}
.catalog-filter__icon {
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
  background: #d1d1d1;
  position: relative;
}

.head-catalog-filter._active .head-catalog-filter__arrow {
  transform: rotate(180deg);
}
.head-catalog-filter._active .head-catalog-filter__more {
  display: none;
}
.head-catalog-filter._active .head-catalog-filter__less {
  display: block;
}
.head-catalog-filter__arrow {
  display: flex;
  transition: all 0.3s ease 0s;
}
.head-catalog-filter__arrow img {
  margin-bottom: 0 !important;
}
.head-catalog-filter__text {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.head-catalog-filter__more {
  margin-bottom: 0;
}
.head-catalog-filter__less {
  margin-bottom: 0;
  display: none;
}

.catalog-products {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 478px) {
  .catalog-products {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 30px;
  }
}
.catalog-products__item {
  flex: 0 0 calc((100% - 60px) / 4);
  border: 1px solid #d1d1d1;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .catalog-products__item {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}
@media (max-width: 767px) {
  .catalog-products__item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media (max-width: 478px) {
  .catalog-products__item {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
.catalog-products__image {
  display: block;
  width: 100%;
  max-width: 100%;
}
.catalog-products__image img {
  width: 100%;
  max-width: 100%;
}
.catalog-products__info {
  padding: 15px 10px 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 991px) {
  .catalog-products__info {
    row-gap: 15px;
    padding: 5px 0px 0px;
  }
}
.catalog-products__name {
  color: #00975f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .catalog-products__name {
    font-size: 16px;
  }
}
.catalog-products__description {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-products__more {
  width: 100%;
  max-width: 120px;
}/*# sourceMappingURL=new.css.map */