.hidden-cats-wrap .products-container.index .products-grid .item:nth-child(8) ~ .item {
	display: block;
}
.hidden-cats-wrap .products-container.index .products-grid .item:nth-child(9) ~ .show-more {
  display: none;
}
svg.hidden { display: none; }
.flex-col-3,
.flex-col-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.flex-col-3__item {
  width: calc(33.333% - 10px);
}
.flex-col-4__item {
  width: calc(25% - 11.25px);
}
.main-banner .slick-arrow {
  z-index: 9;
}
.main-banner .slick-prev {
  left: 20px;
}
.main-banner .slick-next {
  right: 20px;
}
.main-banner .slick-arrow::before {
  color: #ff7e7a;
}
.products-grid.slick-slider .slick-arrow::before {
  color: #ff7e7a;
}
.main-banner-wrap {
  padding: 30px 40px;
}
.main-banner {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Opel Sans', sans-serif;
}
.main-banner__item {
  background: linear-gradient(0deg, #F1EAEA, #F1EAEA), linear-gradient(90deg, rgba(158, 114, 114, 0) 12.98%, rgba(202, 188, 188, 0.34) 98.56%);
  border-radius: 27px;
  padding: 70px 70px 86px;
  width: 100%;
}
.table-default {
  border-collapse: collapse;
  margin-bottom: 15px;
  text-align: center;
}
.table-default td,
.table-default th {
  border: 1px solid;
  padding: 7.5px 10px;
}
.table-default th {
  background: #cfe2f3;
}
.main-banner__content {
  max-width: 860px;
}
.main-banner__h {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
.main-banner__h span {
  color: #ff7e7a;
}
.main-banner__p {
  color: black;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.main-banner__content .btn-1 {
  margin-top: 88px;
}
.main-banner__item.item-1 {
  background-image: url('/design/b2.png'), linear-gradient(0deg, #F1EAEA, #F1EAEA), 
    linear-gradient(90deg, rgba(158, 114, 114, 0) 12.98%, rgba(202, 188, 188, 0.34) 98.56%);
  background-position: 80% center, center;
  background-repeat: no-repeat;
  background-size: auto 100%, auto;
}
.main-banner__item.item-2 {
  background-image: url('/design/b3.png'), linear-gradient(0deg, #F1EAEA, #F1EAEA), 
    linear-gradient(90deg, rgba(158, 114, 114, 0) 12.98%, rgba(202, 188, 188, 0.34) 98.56%);
  background-position: 80% center, center;
  background-repeat: no-repeat;
  background-size: auto 100%, auto;
}
.btn-1 {
  background: #FF7E7A;
  border-radius: 57px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 13.5px 27px;
  transition: all 0.3s;
  text-transform: uppercase;
  text-align: center;
}
.btn-1:hover {
  background: #60c967;
}
.main-cats .product-name:last-child {
  margin-bottom: 0;
}
.main-cats .products-grid .item .product-shop .product-name a {
  height: auto;
}
.products-container.main-cats .product-image,
.products-container.main-cats .product-shop {
  position: relative;
  z-index: 2;
}
.DescriptionBlock p:empty {
  display: none;
}
.DescriptionBlock h2 {
  margin-bottom: 15px;
}
.product-tabs .tab-content .htmlDataBlock p {
  margin-bottom: 15px;
}
.product-tabs .tab-content .htmlDataBlock p:last-child {
  margin-bottom: 0;
}
.header-catalogMenu .header-subcatalog {
  min-width: 260px;
}
.header-menu .overflowMenu a[title="Тюльпаны"] + .header-subcatalog,
.header-menu .overflowMenu a[title="Тюльпаны"] .header-catalogArrow {
  display: none;
}
.categories .item .cat-name:last-child {
  border-bottom: none;
}
.reviews__item {
  border: 1px solid #4a4949;
  display: flex;
  padding: 26px;
  border-radius: 23px;
  margin-bottom: 22px;
}
.reviews__left {
  flex-shrink: 0;
  margin-right: 20px;
}
.reviews__right {
  flex-grow: 1;
}
.reviews__img {
  width: 250px;
  margin-bottom: 15px;
  display: block;
}
.reviews__name {
  font-weight: bold;
  margin-bottom: 5px;
}
.reviews__star,
.reviews__text {
  margin-bottom: 15px;
}
.reviews__dop {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.reviews__date {
  color: gray;
}
.reviews__src {
  max-height: 35px;
}
.review__sq {
  width: 55px;
  height: 55px;
  background: #02b702;
  border-radius: 50%;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
}
.reviews__item:last-child {
  margin-bottom: 0;
}
.slider-simple { margin: 25px 0px 20px; }
.slider-arrows--default .owl-nav { position: absolute; top: 50%; height: 0px; left: 0px; right: 0px; }
.slider-arrows--default .owl-nav button { position: absolute; transform: translate(0px, -50%); width: 40px; height: 40px; background: #eddcd0 !important; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 50%; }
.slider-arrows--default .owl-nav button.owl-next { right: -50px; }
.slider-arrows--default .owl-nav button.owl-prev { left: -50px; }
.slider-arrows--default .owl-nav button svg { width: 26px; fill: #000; transition: ease 0.25s; }
.slider-arrows--default .owl-nav button:hover svg { fill: #ff7e7a; }
.slider-arrows--default .owl-nav button.owl-prev:hover svg { margin-left: -10px; }
.slider-arrows--default .owl-nav button.owl-next:hover svg { margin-right: -10px; }
.slider-simple .owl-item > * { border: 1px solid #eddcd0; overflow: hidden; margin: 1px; }
.slider-simple .owl-item > *:hover { border: 1px solid #dfc0aa; }
.slider-simple .owl-item img { cursor: zoom-in; transition: ease 0.25s !important; } 
.slider-simple .owl-item > *:hover img { transform: scale(1.05); }
.slider-dots--default .owl-dots { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-top: 15px; }
.slider-dots--default .owl-dots .owl-dot { width: 20px; height: 10px; background: #fff; border: 1px solid #e8dbcf; border-radius: 6px; transition: ease 0.25s; }
.slider-dots--default .owl-dots .owl-dot.active { background: #ff7e7a; border-color: #ff7e7a; }
.slider-title { clear: both; line-height: 1; margin-top: 20px; }
.company-ratings { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; align-items: center; margin-bottom: 40px; }
.company-rating { width: calc( 100% / 3 - 12px ); height: 150px; box-shadow: 0px 0px 10px #ccc; padding: 20px; border-radius: 15px; }
.company-rating__icon { height: 50px; margin-bottom: 15px; }
.company-rating__icon img { height: 100%; width: auto; }
.company-rating__info { display: flex; flex-wrap: wrap; gap: 5px 10px; align-items: center; }
.company-rating__text { width: 100%; font-size: 16px; color: #727272; }
.company-rating__value { font-size: 18px; font-weight: bold; }
.company-rating__stars { --size: 20px; background-image: url(https://st.galleryflower.ru/14/2981/071/star-empty.svg); background-size: var(--size); height: var(--size); width: calc( var( --size) * 5  ); position: relative; top: -2px; }
.company-rating__stars:after { content: ' '; position: absolute; top: 0; left: 0; background-image: url(https://st.galleryflower.ru/14/2981/070/star.svg); background-size: var(--size); height: var(--size); width: calc(var(--size) * var(--rating)); }
@media ( max-width: 991px ){
  .company-rating { display: flex; flex-direction: column; }
  .company-rating__icon { height: auto; width: 100%; flex: 1; }
  .company-rating__icon img { width: 100%; height: 100%; object-fit: contain; }
  .company-rating__text {font-size: 14px;}
}
@media ( max-width: 600px ){
  .company-rating { width: calc( 50% - 9px ); height: auto; padding-bottom: 18px; }
  .company-rating__text { text-align: center; }
  .company-rating__icon { height: 35px; flex: none; }
}
@media ( max-width: 424px ){
  .company-rating { width: 100%; max-width: 290px; flex-direction: row; height: auto; justify-content: center; gap: 20px; }
  .company-rating__icon { max-width: 150px; height: auto; margin: 0; flex: 1; }
  .company-rating__info { width: 140px; flex: none; }
  .company-rating__text { text-align: left; }
}
@media (max-width: 1599px) {
  .main-banner__item.item-1,
  .main-banner__item.item-2 {
    background-position: calc(100% - 50px) center, center;
  }
}
@media (max-width: 1348px) {
  .main-banner__item.item-1,
  .main-banner__item.item-2 {
    background-position: calc(100% - 20px) calc(100% - 20px), center;
    background-size: auto 75%, auto;
  }
}
@media (max-width: 1199px) {
  .main-banner__item.item-1,
  .main-banner__item.item-2 {
    background-size: auto 50%, auto;
  }
}
@media (max-width: 991px) {
  .flex-col-4__item {
    width: calc(50% - 7.5px);
  }
  .main-banner__item.item-1,
  .main-banner__item.item-2 {
    background-size: auto 40%, auto;
  }
  .main-banner-wrap {
    padding: 30px 24px;
  }
}
@media (max-width: 767px) {
  .main-banner .slick-prev {
    left: 0;
  }
  .main-banner .slick-next {
    right: 0;
  }
  .main-banner__item.item-1,
  .main-banner__item.item-2 {
    background-color: #F1EAEA;
    background-image: none;
    background-size: auto;
  }
  .main-banner__item {
    padding: 30px;
  }
  .main-banner-wrap {
    padding: 30px 15px;
  }
  .main-banner__h {
    font-size: 28px;
  }
  .main-banner__p {
    font-size: 20px;
  }
  .main-banner__content .btn-1 {
    margin-top: 40px;
  }
  .btn-1 {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media (max-width: 567px) {
  .flex-col-3__item,
  .flex-col-4__item {
    width: 100%;
  }
  .reviews__item {
    flex-direction: column;
  }
  .reviews__left {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.em {
  color: #ff7e7a;
}
.em-text {
  font-style: italic;
}
}