@charset "UTF-8";
.default-tabs {
  padding: 40px 0;
}
.default-tabs__title {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  color: #000;
  margin-bottom: 32px;
}
.default-tabs__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .default-tabs__tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE и Edge */
  }
  .default-tabs__tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .default-tabs__tabs {
    margin: 0 -16px;
    padding-left: 16px;
    width: calc(100% + 32px);
    margin-bottom: 18px;
    justify-content: flex-start;
  }
}
.default-tabs__tab {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 6px 20px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  background: #fff;
  white-space: nowrap;
}
.default-tabs__tab:hover {
  background: #e9e9e9;
  color: #333;
}
.default-tabs__tab.active {
  background: #06c;
  color: #fff;
  border-color: #06c;
}
.default-tabs__content {
  position: relative;
}
.default-tabs__tab-content {
  display: none;
}
.default-tabs__tab-content.active {
  display: block;
}
.default-tabs__flex {
  display: flex;
  column-gap: 22px;
  row-gap: 45px;
  flex-wrap: wrap;
}
.default-tabs .post-cart, .default-tabs .review-item {
  width: calc(25% - 16.5px);
}
@media screen and (max-width: 1250px) {
  .default-tabs .post-cart, .default-tabs .review-item {
    width: calc(33% - 14.6666666667px);
  }
}
@media (max-width: 767px) {
  .default-tabs .post-cart, .default-tabs .review-item {
    width: 100%;
  }
}
.default-tabs .post-cart img, .default-tabs .review-item img {
  width: 100%;
}
.post-cart {
  position: relative;
}
.post-cart:hover .post-cart__img img {
  transform: scale(1.05);
}
.post-cart__info {
  display: flex;
  gap: 50px;
  margin-bottom: 14px;
}
.post-cart__icon {
  display: flex;
  flex-shrink: 0;
}
.post-cart__date {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #595959;
  align-items: center;
}
.post-cart__views {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #595959;
  align-items: center;
}
.post-cart__img {
  margin-bottom: 14px;
  border-radius: 30px;
  overflow: hidden;
}
.post-cart__img img {
  width: 100%;
  transition: 0.3s;
}
.post-cart__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}
.post-cart__name:hover {
  color: #00478e;
}
.post-cart__name:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=category~61919bbbbc8d2849b9da.css.map*/