ol {
  padding-left: 20px;
}

.li-text {
  padding-left: 14px;
}

.wysiwyg .about-title-h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 16px;
}

.block-page-seo-fabric {
  padding: 32px 0 60px;
}

@media (min-width: 744px) {
  .block-page-seo-fabric {
    padding: 40px 0 80px;
  }
}

@media (min-width: 1200px) {
  .block-page-seo-fabric {
    padding: 40px 0 100px;
  }
}

.wysiwyg h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px
}

@media (min-width: 744px) {
  .wysiwyg h3 {
    font-size: 24px;
    line-height: 26px
  }
}

.fabric-btn-swiper {
  width: 100%;
}

@media (min-width: 744px) {
  .fabric-btn-swiper {
    width: 289px;
  }
}

.fabric-h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #231F20;
  padding: 32px 0 24px;
}

@media (min-width: 744px) {
  .fabric-h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 1200px) {
  .fabric-h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.fabric-h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  padding-bottom: 24px;
}

@media (min-width: 744px) {
  .fabric-h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1200px) {
  .fabric-h1 {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 32px;
  }
}

.picture-container {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.fabric-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.breadcrumbs-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0
}