.product {
  margin-top: 15px;
}

.product__item_left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product__item_left picture {
  width: 82px;
  height: 82px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
}

.product__item_left picture .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.product__item_left picture .icon i {
  color: #ffc74e;
  font-size: 30px;
}

.product__item_left picture.active {
  border: 1px solid var(--bright-yellow);
}

.product__item_left picture:hover {
  opacity: 0.8;
}

.product__item {
  display: flex;
}

.product__item_descr {
  display: flex;
  flex-direction: column;
  width: 388px;
  gap: 12px;
}

.product__block {
  gap: 20px;
  display: flex;
  margin-bottom: 50px;
}

.product__item_photo {
  gap: 20px;
}

.product__item_main {
  position: relative;
}

.product__item_main-png {
  position: relative;
  border-radius: 16px;
  width: 490px;
  height: 490px;
  background: rgba(0, 0, 0, 0.025);
}

.video {
  width: 490px;
  height: 490px;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: var(--transparent-grey);
}

.video video {
  width: 100%;
  height: 100%;
  display: block;
}

.product__item_main-btn {
  padding: 6px 24px;
  border: none;
  background-color: var(--light-yellow);
  color: var(--dark);
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  bottom: 21px;
  right: 21px;
  cursor: pointer;
}

.product__item_main-btn:hover {
  opacity: 1;
  background: var(--bright-yellow);
}

.product__item_title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: var(--dark);
}

.advert__salary {
  border: 1px solid var(--light-pink);
  border-radius: 6px;
  padding: 4px 12px;
  width: 100px;
  height: 22px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  color: var(--light-pink);
  cursor: pointer;
}

.advert__salary:hover,
.advert__hit:hover,
.advert__cash:hover {
  opacity: 0.6;
  transition: 0.8s;
}

.advert__hit {
  border: 1px solid var(--orange);
  border-radius: 6px;
  padding: 4px 12px;
  width: 43px;
  height: 22px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  color: var(--orange);
  cursor: pointer;
}

.advert__cash {
  border: 1px solid var(--violet);
  border-radius: 6px;
  padding: 4px 12px;
  width: 126px;
  height: 22px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  color: var(--violet);
  cursor: pointer;
}

.advert {
  display: flex;
  gap: 6px;
}

.grade {
  display: flex;
  gap: 6px;
  align-items: center;
}

.grade span {
  border-radius: 100%;
  color: var(--bright-yellow);
  display: block;
  font-size: 24px;
}

.grade div {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: var(--grey);
}

.grade div:nth-child(1) {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--bright-yellow);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.quantity span {
  border-bottom: 1px solid var(--blue);
  padding: 4px 0px;
  width: 44px;
  height: 22px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  color: var(--blue);
  cursor: pointer;
}

.quantity span:nth-child(1) {
  border: 1px solid var(--dark-blue);
  border-radius: 6px;
  padding: 4px 12px;
  width: 63px;
  height: 22px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  color: var(--dark-blue);
}

.quantity {
  display: flex;
  gap: 12px;
}

.gost {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 6px;
}

.product__item .gost {
  flex-direction: column;
  gap: 12px;
}

.gost div {
  display: flex;
  width: calc(50% - 6px);
}

.product__item .gost div {
  width: 100%;
}

.gost div {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}

.gost div:nth-child(2) span:nth-child(2) {
  width: 37%;
}

.gost div:nth-child(3) span:nth-child(2) {
  width: 55%;
}

.gost span {
  min-width: 50%;
}

.gost span:first-child {
  min-width: 300px;
}

.product__item .gost span {
  min-width: 50%;
}

.gost .items {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.gost .items label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 6px;
  border: 1px solid var(--border);
  border-radius: 3px;
  color: var(--text);
  background: #fff;
  font-size: 16px;
  line-height: 140%;
  transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .06s ease;
}

@media (max-width: 480px) {
  .gost .items {
    gap: 6px;
  }

  .gost .items label {
    padding: 6px 10px;
    font-size: 13px;
  }
}

.links {
  display: flex;
  gap: 3px 12px;
  flex-wrap: wrap;
}

.links a {
  border-bottom: 1px solid var(--pink);
  padding: 4px 0px;
  width: auto;
  height: 22px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  color: var(--pink);
}

.all__charact {
  display: flex;
  gap: 11px;
  cursor: pointer;
}

.best__review_title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark);
}

.review__top_left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review_block_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review__grade {
  display: flex;
  gap: 5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--bright-yellow);
}

.review__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--dark);
}

.best__review_block {
  display: flex;
  margin-top: 12px;
  flex-direction: column;
  gap: 12px;
  border-radius: 6px;
  padding: 12px;
  width: 388px;
  height: 188px;
  background: var(--transparent-grey);
}

.review__top_right {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--grey);
}

.review_block_middle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--dark);
  display: flex;
  flex-direction: column;
}

.review_block_middle a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  color: var(--dark);
}

.review__btn {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark);
  border-radius: 6px;
  padding: 12px 40px;
  width: 100%;
  height: 46px;
  background: var(--bright-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.item_basket_top {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin-bottom: 12px;
  align-items: center;
}

.basket_top_left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.basket_top_left a:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 5px;
}

.basket_top_left a {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: var(--grey);
  display: flex;
  align-items: center;
  gap: 5px;
}

.basket_top_right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.basket_top_right *[data-icon] {
  font-size: 28px;
  color: var(--bright-yellow);
}

.basket_top_right *[data-icon].active {
  font-variation-settings: 'FILL' 1 !important;
}

.product__item_basket {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 200px;
}

.item_basket_bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: var(--transparent-grey);
  border-radius: 5px;
  padding: 6px;
}

.item_basket_bottom-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bottom__descr {
  margin-bottom: 52px;
}

.cost {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}

.cost del {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.condition {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.condition a i {
  color: var(--dark);
  font-weight: 100;
}

.basket_bottom_btn {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark);
  border-radius: 6px;
  padding: 6px 40px;
  width: 100%;
  background: var(--bright-yellow);
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom__btn_block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.remainder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 8px;
  line-height: 140%;
  text-align: center;
  color: var(--dark);
}

.credit {
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  padding: 6px;
  width: 172px;
  height: 26px;
  background: var(--transparent-grey);
}

.credit_hid1920 {
  display: none;
}

.credit__left {
  display: flex;
}

.credit__left picture:nth-child(2) {
  margin-left: -5px;
}

.credit__left picture:nth-child(3) {
  margin-left: -5px;
}

.credit__right {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  color: var(--dark);
}

.delivery__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 4px;
}

.delivery {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.delivery__title i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.delivery__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  color: var(--dark);
}

body {
  font-family: "Arial", sans-serif;
  background-color: #f9f9f9;
  color: #333;
  padding: 0px;
}

.section-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: var(--dark);
  text-align: left;
  position: relative;
  margin-bottom: 24px;
}

.customer-slider {
  margin: 0 auto;
  position: relative;
  border-radius: 6px;
}

/* .customer-slide {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin: 10px;
  transition: transform 0.3s ease;
  width: 184px;
} */

.customer-slide:hover {
  /* transform: translateY(-5px); */
  opacity: 0.8;
}

.customer-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 184px;
  height: 184px;
  border-radius: 6px;
}

.customer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
}

/* .customer-slide:hover .customer-image img {
  transform: scale(1.05);
} */

.customer-info {
  padding: 15px;
  text-align: center;
}

.customer-name {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2c3e50;
}

.customer-review {
  font-size: 14px;
  color: #7f8c8d;
  font-style: italic;
  margin-top: 10px;
  line-height: 1.4;
}

/* Кастомизация стрелок Owl Carousel */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-prev,
.owl-next {
  width: 40px;
  height: 40px;
  background-color: rgba(52, 152, 219, 0.8) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: 20px !important;
  pointer-events: all;
  transition: all 0.3s ease;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: rgba(41, 128, 185, 0.9) !important;
}

/* Кастомизация точек */
.owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #bdc3c7 !important;
  display: block;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.owl-dot.active span {
  background: #3498db !important;
  width: 30px;
  border-radius: 10px;
}

.container {
  margin-bottom: 52px;
}

.owl-item {
  width: 184px;
  max-width: 184px;
}

.descr__title_block,
.feedback__title_block {
  border-bottom: 1px solid var(--light-grey);
  height: 36px;
  gap: 12px 32px;
  display: flex;
}

.descr__title_block a,
.feedback__title_block a {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: var(--dark);
}

.descr__descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark);
  margin-top: 12px;
}

.descr__title_block div,
.feedback__title_block div {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark);
}

.descr__title_active,
.feedback__title_active {
  border-bottom: 1px solid var(--bright-yellow);
  color: var(--bright-yellow) !important;
  width: auto;
  height: 36px;
}

.descr__title_active {
  width: auto;
}

.descr__lst {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark);
  list-style-type: disc !important;
}

.descr__lst li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 7px;
}

.descr__btn {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  color: var(--brown);
  border: 1px solid var(--light-yellow);
  border-radius: 6px;
  padding: 4px 12px;
  width: 81px;
  height: 22px;
  display: block;
  margin-bottom: 52px;
}

.feedback__item {
  position: relative;
  padding-bottom: 30px;
  /* Добавляем отступ снизу для линии */
}

.feedback__item::after {
  content: '';
  position: absolute;
  bottom: 15px;
  /* Отступ линии от нижнего края */
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--light-grey)
}

.feedback__text {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 140%;
}

.feedback__all {
  border: 1px solid var(--light-yellow);
  border-radius: 6px;
  padding: 12px 40px;
  width: auto;
  height: 46px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 24px;
}

.feedback__all:hover {
  background: var(--light-yellow);
  opacity: 1;
}

.feedback___grade {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 0;
}

.feedback___grade i {
  color: var(--bright-yellow);
  font-size: 24px;
}

.feedback__span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  color: var(--grey);
}

.feedback__photo {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 10px;
}

.feedback__photo picture {
  max-width: 150px;
  max-height: 150px;
  border-radius: 8px;
}

.feedback__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feedback__name div:nth-child(1) span:nth-child(1) {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: var(--grey);
  margin-right: 12px;
}

.feedback__name div:nth-child(1) span:nth-child(2) {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: var(--light-grey);
}

.feedback__name div:nth-child(2) {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: var(--light-grey);
  display: flex;
  align-items: center;
  gap: 12px;
}

.feedback__name div:nth-child(2) a {
  display: flex;
  align-items: center;
}

.feedback__name a:nth-child(1) {
  color: var(--bright-yellow);
}

.feedback__name a:nth-child(2) {
  color: var(--light-grey);
}

.feedback__name svg {
  margin-right: 3px;
}

.feedback__mark {
  margin: 52px 0;
}

.feedback__mark_title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: var(--dark);
}

.feedback__mark_links {
  display: flex;
  gap: 32px;
}

.feedback__mark_links a {
  border-radius: 6px;
  margin-top: 24px;
  padding: 12px 40px;
  width: auto;
  height: 46px;
  background: var(--light-yellow);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.similar__title,
.so__rek_title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: var(--dark);
}

.similar__block {
  margin-top: 24px;
}

ul.vitamins__list {
  grid-template-columns: repeat(6, 1fr);
  row-gap: 32px;
  column-gap: 20px;
  padding: 0;
  margin: 0;
}

.so__rek {
  margin: 52px 0;
}

.real__price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark);
}

.customer-slide {
  background-color: #f9f9f9;
}

.customer-slider-container {
  margin-bottom: 52px;
}

.section-title {
  font-size: 28px;
  margin-top: 52px;
  margin-bottom: 24px;
  color: #333;
  font-weight: 600;
}

.customer-slider {
  position: relative;
}

/* .customer-slide {
            background: #f9f9f9;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin: 10px;
        } */

/* .customer-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
} */

.customer-info {
  padding: 20px;
  text-align: center;
}

.customer-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.customer-review {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* Стили для навигации Owl Carousel */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.customer-slider .owl-prev,
.customer-slider .owl-next {
  background: rgba(255, 255, 255, 0.9) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 0.40px solid var(--light-grey) !important;
}

.customer-slider .owl-prev {
  left: -20px;
}

.customer-slider .owl-next {
  right: -20px;
}

.owl-prev:hover,
.owl-next:hover {
  background: white !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.owl-prev span,
.owl-next span {
  font-size: 30px !important;
  color: #333;
  line-height: 1;
}

.owl-dots {
  margin-top: 30px;
  text-align: center;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #ddd !important;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.owl-dot.active span {
  background: #4a6cf7 !important;
  width: 30px;
  border-radius: 10px;
}

.mobile {
  display: none;
}

.copy-art:active {
  color: var(--bright-yellow);
}

@media (max-width: 1280px) {
  body {
    padding: 0px;
  }

  .product {
    padding: 0px;
    margin-top: 0px;
  }

  .container {
    margin-bottom: 40px;
  }

  .product__block {
    display: grid;
    justify-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 306px 306px;
    gap: 12px 16px;
    height: 624px;
  }

  .product__item .product__item_descr {
    grid-row: 1 / span 2;
    grid-column: 2 / 3;
  }

  .product__item_basket780 {
    width: 381px;
  }

  .basket_top_left780 {
    align-items: center;
    flex-direction: row;
  }

  .basket_top_left780 a {
    font-size: 10px;
  }

  .item_basket_top780 {
    width: auto;
    margin-bottom: 0;
  }

  .bottom__btn_block {
    margin-top: 0;
    padding: 0;
  }

  .item_basket_bottom780 {
    background-color: transparent;
    padding: 0;
  }

  .condition780 {
    justify-content: flex-start;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
  }

  .item_basket_bottom-top {
    display: flex;
    flex-direction: row;
    gap: 6px;
  }

  .credit__left {
    width: 24px;
  }

  .credit_hid1920 {
    width: 210px;
    display: inline-flex;
    justify-content: flex-start;
    gap: 6px;
    align-items: center;
  }

  .credit_hid780 {
    display: none;
  }

  .cost780 {
    font-size: 16px;
  }

  .product__item_photo {
    gap: 16px;
  }

  .product__item_left a img {
    width: 60px;
    height: 60px;
  }

  .product__item_left a:nth-child(5) {
    display: none;
  }

  .product__item_main-png img {
    width: 306px;
    height: 306px;
  }

  .bottom__btn_block .product {
    margin-top: 0;
  }

  ul.vitamins__list {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }

  .best__review_block {
    width: 322px;
    height: 208px;
  }

  .product__item_descr {
    height: 622px;
  }

  .product__item_main-png {
    position: relative;
    border-radius: 16px;
    width: 306px;
    height: 306px;
    background: rgba(0, 0, 0, 0.025);
  }

  .footer {
    padding: 70px 30px;
  }

  .footer .footer__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0px;
  }

  .product__item_descr {
    width: 322px;
  }

  .product__item_main-btn {
    bottom: 15px;
  }

  .grade div {
    font-size: 13px;
  }

  .grade div:nth-child(1) {
    font-size: 13px;
  }

  .gost_span-hid {
    display: none;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .customer-slide {
    margin: 5px;
  }

  .customer-image {
    height: 200px;
  }

  .owl-nav {
    padding: 0 10px;
  }

  .owl-prev,
  .owl-next {
    width: 40px;
    height: 40px;
  }

  .product__block {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
  }

  .product__item_main-png{
    display: flex;
    justify-content: center;
  }
  .product__item_main-png img {
    width: 250px;
    height: 250px;
  }

  .product__item_main-png,
  .video {
    position: relative;
    border-radius: 16px;
    width: 250px;
    height: 250px;
    background: rgba(0, 0, 0, 0.025);
  }

  .footer .footer__block {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 20px;
  }

  .customer-slider-container {
    padding: 20px 10px;
  }

  .customer-image {
    height: 180px;
  }

  .customer-info {
    padding: 15px;
  }

  .customer-name {
    font-size: 16px;
  }

  .customer-review {
    font-size: 13px;
  }
}

/* Адаптивность */
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .owl-nav {
    display: none;
  }
}

@media (max-width: 700px) {
  .mobile {
    display: block;
  }

  .bread {
    display: none;
  }

  .button_back_mobile {
    border: 1px solid var(--brown);
    border-radius: 6px;
    padding: 4px 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: min-content;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 10px;
    color: var(--dark);
  }

  .product__item_title {
    display: none;
  }

  .product__item_basket780 {
    width: 340px;
  }

  .item_basket_bottom-top {
    align-items: center;
  }

  .product__item_descr {
    height: auto;
  }

  .feedback__all {
    width: 100%;
  }

  .feedback__mark_title {
    font-size: 16px;
  }

  .product__block {
    gap: 24px;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {

  .product__item_descr,
  .product__item_basket {
    width: 100%;
    max-width: 100%;
  }

  .section-title {
    font-size: 20px;
  }

  .customer-slide {
    margin: 5px;
  }

  .item_basket_bottom-top .cost780 {
    min-width: 80px;
  }

  .gost {
    gap: 6px;
  }

  .gost div {
    flex-wrap: wrap;
    gap: 3px;
    width: 100%;
  }

  .gost span:first-child {
    min-width: auto;
    padding-right: 10px;
  }

  .product__item_photo {
    flex-wrap: wrap;
  }

  .product__item_main-png,
  .video {
    order: 1;
    width: 100%;
    height: auto;
  }

  .product__item_left {
    order: 2;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }

  .product__item_left picture {
    width: calc(25% - 5px);
  }

  .group-products .title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

/* Блок вопросы */

.feedback__item {
  margin-top: 20px;
}

.feedback__name {
  margin-bottom: 10px;
}

.feedback__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--dark);
  margin-bottom: 6px;
}

.questions__name {
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--bright-yellow);
  margin-bottom: 12px;
  justify-content: space-between;
}

.questions__name-adm {
  display: flex;
  align-items: center;
  gap: 6px;
}

.questions__name-date {
  color: var(--dark);
}

.about__sell {
  margin: 0 auto;
  width: 184px;
}

.condition {
  position: relative;
  cursor: pointer;
}

.about__sell_mark {
  border-radius: 6px;
  padding: 12px;
  width: 166px;
  height: 104px;
  box-shadow: 0 0 10px 0 rgba(139, 138, 138, 0.15);
  background: var(--white);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--dark);
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 0;
  display: none;
}

.condition .icon:hover .about__sell_mark {
  display: block;
}

.condition .icon svg {
  fill: #121212;
}

.condition .icon:hover svg {
  fill: var(--bright-yellow);
}
/* ── Single product page: basket stepper ─────────────────────── */
.bottom__btn_block.product .quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--light-grey, #e5e5e5);
  border-radius: 6px;
  padding: 4px 8px;
  width: 100%;
  justify-content: space-between;
}

.bottom__btn_block.product .quantity.none {
  display: none;
}

.bottom__btn_block.product .quantity button {
  background: none;
  border: none;
  font-size: 20px;
  color: var(--dark, #121212);
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}

.bottom__btn_block.product .quantity button:hover {
  color: var(--bright-yellow, #f0c568);
}

.bottom__btn_block.product .quantity .value {
  font-weight: 600;
  font-size: 16px;
  min-width: 24px;
  text-align: center;
}

/* HLS video block on product page */
.video {
  position: relative;
}

.video.none {
  display: none;
}
