.catalogpage__sorting {
  margin-bottom: 16px;
}
.catalog-page-text {
  position: relative;
  overflow: hidden;
  height: 179px;
}
.catalog-page-text__wrapper {
  padding-bottom: 30px;
  color: #666;
}
  .catalog-page-text__wrapper p {
    font-size: 13px;
    line-height: 1.5;
  }
.catalog-page-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 87.03%);
  height: 69px;
  transition: 0.3s;
}
.catalog-page-text__button {
  font-size: 14px;
}
.catalog-page-text__button .g-link__icon {
  transition: 0.3s;
  transform: rotate(180deg);
}
.catalog-page-text__button.is-active .g-link__icon {
  transform: rotate(0);
}
.catalog-page-text__title {
  font-size: 16px;
}
.catalog-page-text.is-show {
  height: auto;
}
.catalog-page-text.is-show::after {
  height: 0;
}

/* сео описание раздела под сеткой товаров */
.catalog-page-text {
  font-size:  13px;
  padding: 16px 20px;
  background: #F8FAFC;
  border-radius: 8px;
  color: #666666;
}
.catalog-page-text ul {
  list-style: none;
  line-height: 1.6;
}
.catalog-page-text ul:not(:last-child) {
  margin-bottom: 24px;
}
.catalog-page-text ul li {
  position: relative;
  padding-left: 20px;
}
.catalog-page-text ul li::after {
  content: '';
  width: 10px;
  height: 1px;
  background: #1C1C1C;
  position: absolute;
  left: 0;
  top: 8px;
}
.catalog-page-text ul li:not(:last-child) {
  margin-bottom: 4px;
}
.catalog-page-text ol {
  list-style-type: none;
  counter-reset: item;
  line-height: 1.6;
}
.catalog-page-text ol p {
  display: inline;
}
.catalog-page-text ol:not(:last-child) {
  margin-bottom: 24px;
}
.catalog-page-text ol li:not(:last-child) {
  margin-bottom: 4px;
}
.catalog-page-text ol li::before {
  content: counter(item) '.';
  counter-increment: item;
  padding-right: 8px;
}

.catalog-sort_container {
  color: #009AA6;
  position: relative;
  display: block;
  width: 100%;
}


.catalog-sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.catalog-sort_button {
  font-size: 16px;
  line-height: 110%;
  cursor: pointer;
}

.catalog-sort_icon {
  cursor: pointer;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.catalog-sort_variants {
  display: flex;
	gap: 24px;
  font-size: 16px;
}

.catalog-sort_variants .sort-variant{
  cursor: pointer;
  display: block;
}


/* .catalog-sort_variants .sort-variant:not(.sort-variant:first-child) {
  margin-top: 10px;
} */

.wrapper-catalog .g-page__aside {
  padding-right: 0;
}

.b-catalog_tag-wrapper {
  display: none;
  width: 100%;

	margin-top: 0;
}

.b-catalog_tag-wrapper:has(.js-tag-block) {
  display: inline-block;
	border-bottom: 1px solid #E0E2E7;
	margin-top: 0;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.g-page__top h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  font-feature-settings: 'cpsp' on;
  color: #000000;
  display: inline-block;
}

.title-total-quantity {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  font-size: 18px;
  line-height: 110%;
  color: #009aa6;
}

.g-page__wrapper .g-page__main {
  width: calc(100% - 300px);
  min-width: calc(100% - 300px);
}
.for-slider .g-content {
  padding: 0;
  margin-top: 20px;
}
.b-slider__arrow {
  top: calc(50% - 20px);
}

.b-mainpage_main-slider .b-slider__arrow_prev {
  left: -7px;
}

.b-mainpage_main-slider .b-slider__arrow_next {
  right: -7px;
}

.g-image-radius {
  border-radius: 16px;
}

.header-nav-slider__arrow {
  width: 16px !important;
}

.g-page__top {
  padding-bottom: 0 !important;
}

.catalog-page-text__wrapper h1,
.catalog-page-text__wrapper h2,
.catalog-page-text__wrapper h3,
.catalog-page-text__wrapper h4 {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
}
