 .page__content.page__content--gray.page__content--offset.--narrow {
     width: 100%;
     min-width: auto;
     margin: 0;
 }

 .fslightbox-open body {
     margin-right: 0 !important;
 }

 .accordion-item {
     background: #fff;
     border-radius: 12px;
     margin-bottom: 16px;
     overflow: hidden;
     transition: box-shadow 0.3s ease;
     border: 1px solid rgb(190, 190, 203);
 }

 .accordion-item:hover {}

 .accordion-header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 14px 16px;
     cursor: pointer;
     user-select: none;
     transition: background 0.2s ease;
 }


 .accordion-header:hover {
     background: #fafafa;
 }

 .accordion-header-left {
     display: flex;
     align-items: center;
     gap: 18px;
 }

 .category-icon span {
     width: 100%;
     height: 100%;
     display: block;
     background-size: contain;
     background-repeat: no-repeat;

 }

 .category-icon {
     width: 42px;
     height: 42px;
     border-radius: 8px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;


 }

 .category-icon svg {
     width: 18px;
     height: 18px;
 }

 .category-name {
     font-size: 20px;
     font-weight: bold;
     color: #333;
 }

 .accordion-arrow {
     width: 24px;
     height: 24px;
     transition: transform 0.3s ease;
     flex-shrink: 0;
 }



 .accordion-item.active .accordion-arrow {
     transform: rotate(180deg);
 }

 .accordion-body {
     display: none;
 }

 .accordion-item.active .accordion-body {
     display: block;
 }

 .supplier-item {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 25px 22px;
     border-top: 1px solid #f0f0f0;
     gap: 20px;
 }

 @media screen and (max-width: 1170px) {
     .supplier-name {
         width: 100%;
     }

     .supplier-item {
         flex-wrap: wrap;
     }
 }

 @media screen and (max-width: 576px) {

     .supplier-item {
         padding: 20px;
         gap: 8px;
     }

     .supplier-name {
         font-size: 20px;
     }

     .discount-badge {
         font-size: 16px;
         border-width: 2px;
     }
 }

 .supplier-name {
     font-size: 30px;
     font-weight: 800;
     color: #000;
 }

 .discount-badge {
     padding: 12px 16px;
     border-radius: 0;
     font-size: 26px;
     font-weight: 600;
     color: #000;
     background: #fff9eb;
     border: 4px solid #FFC700;
     white-space: nowrap;
     border-radius: 6px;
 }

 .accordion-catalog {
     padding-top: 14px;
 }

 @media screen and (max-width: 576px) {
     .category-name {
         line-height: 121%;
     }

     .accordion-catalog {
         padding-top: 0;
     }
 }

 @media screen and (max-width: 480px) {

     .supplier-name {
         font-size: 14px;
     }

     .discount-badge {
         font-size: 12px;
         padding: 8px 15px;
         border-width: 2px;
     }

     .supplier-item {
         flex-direction: column;
         align-items: flex-start;
     }

     .accordion-item {
         margin-bottom: 4px;
     }

     .accordion-header {
         padding: 10px;
     }

     .supplier-item {
         padding: 16px;
     }

     .category-name {
         font-size: 16px;
     }
 }

 .gallery {
     display: flex;
     gap: 20px;
     max-width: 1200px;
     margin: 0 auto;
     background: #fff;
     border-radius: 16px;
     padding: 35px 32px;
 }


 .gallery__slider {
     min-width: 0;
     width: 64%;
     position: relative;
 }

 .gallery__slider .swiper-slide {
     border-radius: 6px;
     overflow: hidden;
 }



 .gallery__slider .swiper-button-prev,
 .gallery__slider .swiper-button-next {
     background: transparent;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     color: #fff;
 }

 .gallery__slider .swiper-button-prev:hover,
 .gallery__slider .swiper-button-next:hover {
     background: rgba(0, 0, 0, 0.1);
 }

 .gallery__slider .swiper-button-prev::after,
 .gallery__slider .swiper-button-next::after {
     font-size: 16px;
     font-weight: bold;
 }

 .gallery__slider .swiper-button-prev {
     left: 12px;
 }

 .gallery__slider .swiper-button-next {
     right: 12px;
 }

 .gallery__slider .swiper-pagination {
     bottom: 12px;
 }

 .gallery__slider .swiper-pagination-bullet {
     background: rgba(255, 255, 255, 0.6);
     width: 8px;
     height: 8px;
     opacity: 1;
 }

 .gallery__slider .swiper-pagination-bullet-active {
     background: #fff;
     transform: scale(1.2);
 }

 /* ===== ПРАВАЯ ЧАСТЬ — СЕТКА МИНИАТЮР ===== */
 .gallery__thumbs {
     width: 36%;
     flex-shrink: 0;
     display: flex;
     flex-direction: column;
 }

 .gallery__thumbs-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-template-rows: repeat(4, 1fr);
     gap: 0px;
     margin: -2px;
 }

 .gallery__thumb {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.2s ease, transform 0.15s ease;
	padding: 3px;
}

.gallery__thumb img {

	border-radius: 4px;
}

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

 .gallery__thumb.is-active img,
 .gallery__thumb:hover img {
    border-radius: 10px;
 }


.gallery__slider .swiper-slide {
	padding: 0 1px;
}


/*
.gallery__slider:hover picture {
	box-shadow: inset 0 0 0 4px #f0c020;
    background-color: transparent;
    border-radius: 8px;
}
.gallery__slider:hover picture img {
    z-index: -1;
    border-radius: 12px;
	}

.gallery__thumb:hover,
.gallery__thumb.is-active img {
	border-radius: 5px;

} */
 /* Кнопка "Смотреть все" */
 .gallery__thumb--more {
     border-color: #3b9eff;
     background: linear-gradient(135deg, #4a9eff 0%, #2d7dd2 100%);
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
 }

 .gallery__thumb--more img {
     opacity: 0.35;
 }

 .gallery__thumb--more__label {
     position: absolute;
     inset: 0;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 13px;
     font-weight: 600;
     line-height: 1.4;
     text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
 }

 .gallery__thumb--more__label span {
     font-size: 12px;
     font-weight: 400;
     opacity: 0.9;
 }

 /* Скрытые миниатюры (за пределами 12) */
 .gallery__thumb--hidden {
     display: none;
 }

 .gallery__thumb picture {
	display: block;
	position: relative;
	padding-top: 82.2%;
	background: #eee;
	border-radius: 8px;
}

 .gallery__thumb picture img {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .gallery__slider picture {
	display: block;
	position: relative;
	padding-top: 64.1%;
	background: #eee;
}

 .gallery__slider picture img {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 8px;
 }

 .gallery__thumb {
     display: none;
 }

 .gallery__thumb:nth-child(-n+11) {
     display: block;
 }

 .gallery__thumb.gallery__thumb-all {
     display: block;
 }

 .gallery__thumb.gallery__thumb-all span {
	position: absolute;
	z-index: 2;
	top: 2px;
	left: 2px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 2px;
	right: 2px;
	text-align: center;
	color: #fff;
	background-color: #00000075;
	border-radius: 6px;
    transition: background 0.3s ease;
}


.gallery__thumb.gallery__thumb-all span:hover {background-color: #0000008a;}

.gallery__thumb.gallery__thumb-all:hover picture::before {
display: none;
}

.page__content.page__content--white.supplier.js-personal-tree {
	width: 100%;
	min-width: auto;
	margin-left: 0;
	overflow: hidden;
}



 @media (max-width: 1170px) {
    .gallery {
        flex-direction: column;
        gap: 6px;
    }

     .gallery__thumbs {
         width: 100%;
     }

     .gallery__thumbs-grid {
         grid-template-columns: repeat(4, 1fr);
         grid-template-rows: repeat(3, 1fr);
     }

     .gallery__slider {
         width: 100%;
     }
 }

 @media (max-width: 576px) {

    .gallery__thumbs-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

     .gallery__thumbs-grid>div {
         width: 20%;
         min-width: 20%;
     }

    .gallery + .supplier__content {
        padding-top: 0;
    }

    .gallery__thumb.gallery__thumb-all span {
        font-size: 0;
    }

    .gallery__thumb.gallery__thumb-all span::before {
        content: attr(data-mobile);
        font-size: 13px;
        line-height: 106%;
    }
    .gallery__thumbs {
        display: none;
    }

    .gallery {
        padding: 0 0 16px 0;
    }
	 .gallery__slider .swiper-slide {
		 padding:0;
	 }


.gallery__slider picture img {
    border-radius: 0 !important ;
  }
  .gallery__slider picture picture {
    border-radius: 0 !important ;
  }

  .gallery__slider .swiper-slide {
    border-radius: 0 !important
  }

  .gallery__slider:hover picture {
	box-shadow: none;
}
 }

 @media (min-width: 577px) {
 .gallery__slider:hover picture::before,
 .gallery__thumb:hover picture::before,
 .gallery__thumb.is-active picture::before {
	 content: '';
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 z-index: 2;
	 border: 4px solid #FFC700;
	 border-radius: 6px;
 }
 }
