@charset "UTF-8";
/* line 10, ../нужные папки/rebodi/src/sass/style-product.sass */
.second-section-product {
  display: flex;
  justify-content: space-between;
}

/* line 13, ../нужные папки/rebodi/src/sass/style-product.sass */
.second-section-product__product-info {
  width: 465px;
  margin-left: 30px;
}

/* line 16, ../нужные папки/rebodi/src/sass/style-product.sass */
.second-section-product__title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 14px;
  line-height: 132%;
}

/* line 22, ../нужные папки/rebodi/src/sass/style-product.sass */
.second-section-product__title_small {
  font-size: 20px;
}

/* line 24, ../нужные папки/rebodi/src/sass/style-product.sass */
.second-section-product__title_marginbig {
  margin-bottom: 44px;
}

/* line 26, ../нужные папки/rebodi/src/sass/style-product.sass */
.second-section-product__text {
  color: #333333;
  margin-bottom: 10px;
  line-height: 132%;
}

/* line 30, ../нужные папки/rebodi/src/sass/style-product.sass */
.second-section-product__text_small {
  width: 631px;
  margin-bottom: 32px;
}

/* line 33, ../нужные папки/rebodi/src/sass/style-product.sass */
.second-section-product__text_small-end {
  margin-bottom: 44px;
  width: 631px;
}

/* line 36, ../нужные папки/rebodi/src/sass/style-product.sass */
.second-section-product__second-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 40, ../нужные папки/rebodi/src/sass/style-product.sass */
.second-section-product__text-box {
  margin-bottom: 46px;
}

/* line 42, ../нужные папки/rebodi/src/sass/style-product.sass */
.second-section-product__button-items {
  margin-left: -16px;
}

/* line 45, ../нужные папки/rebodi/src/sass/style-product.sass */
.navTwo {
  display: block;
}

/* line 50, ../нужные папки/rebodi/src/sass/style-product.sass */
.section-description {
  padding: 46px 0px 46px 46px;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 994px;
  height: auto;
  background: #F6F6F6;
  margin-bottom: 72px;
}

/* line 58, ../нужные папки/rebodi/src/sass/style-product.sass */
.section-description__characteristics {
  display: flex;
  gap: 40px;
  background: #ebebeb;
  padding: 30px;
  border-radius: 16px;
  width: fit-content;
}

/* line 65, ../нужные папки/rebodi/src/sass/style-product.sass */
.section-description__characteristics-title {
  min-width: 360px;
  line-height: 132%;
  font-size: 16px;
  margin-bottom: 16px;
  color: gray;
}

/* line 71, ../нужные папки/rebodi/src/sass/style-product.sass */
.section-description__characteristics-title:last-child {
  margin-bottom: 0px;
}

/* line 73, ../нужные папки/rebodi/src/sass/style-product.sass */
.section-description__characteristics-date {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 132%;
}

/* line 77, ../нужные папки/rebodi/src/sass/style-product.sass */
.section-description__characteristics-date:last-child {
  margin-bottom: 0px;
}

/* line 79, ../нужные папки/rebodi/src/sass/style-product.sass */
.section-description__characteristics-item {
  display: flex;
}

/* line 82, ../нужные папки/rebodi/src/sass/style-product.sass */
.product-slider {
  max-width: 487px;
  margin: 0 auto;
  margin-right: 41px;
}

/* line 87, ../нужные папки/rebodi/src/sass/style-product.sass */
.main-slider {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 93, ../нужные папки/rebodi/src/sass/style-product.sass */
.slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.3s ease;
}

/* line 98, ../нужные папки/rebodi/src/sass/style-product.sass */
.slide {
  flex: 0 0 100%;
  height: 100%;
}

/* line 102, ../нужные папки/rebodi/src/sass/style-product.sass */
.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  border-radius: 16px;
}

/* line 109, ../нужные папки/rebodi/src/sass/style-product.sass */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
}

/* line 120, ../нужные папки/rebodi/src/sass/style-product.sass */
.slider-arrow.prev-arrow {
  font-size: 24px;
  width: 52px;
  height: 52px;
  background: #3333331f;
  left: 10px;
}

/* line 126, ../нужные папки/rebodi/src/sass/style-product.sass */
.slider-arrow.next-arrow {
  right: 10px;
  font-size: 24px;
  width: 52px;
  height: 52px;
  background: #3333331f;
}

/* Контейнер для миниатюр с горизонтальной прокруткой */
/* line 134, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumbnails-container {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

/* line 139, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumbnails-scroll {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scrollbar-color: #ccc transparent;
}

/* line 148, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumbnails-scroll::-webkit-scrollbar {
  height: 6px;
}

/* line 151, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumbnails-scroll::-webkit-scrollbar-track {
  background: transparent;
}

/* line 154, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumbnails-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

/* line 158, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumbnails-scroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* line 161, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumbnails {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  min-width: min-content;
}

/* line 167, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumb {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 16px;
}

/* line 176, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumb.active {
  border-color: #DFF1F8;
  opacity: 1;
}

/* line 179, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Кнопки прокрутки миниатюр */
/* line 186, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumb-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
  background: #e6e6e6;
  color: #171717;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* line 202, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumb-scroll-btn.thumb-prev {
  left: -15px;
}

/* line 204, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumb-scroll-btn.thumb-next {
  right: -15px;
}

/* line 207, ../нужные папки/rebodi/src/sass/style-product.sass */
.thumbnails-container:hover .thumb-scroll-btn {
  display: flex;
}

/* Модальное окно */
/* line 211, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 221, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-content {
  position: relative;
  margin: auto;
  padding: 20px;
  max-width: 800px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 229, ../нужные папки/rebodi/src/sass/style-product.sass */
.close {
  position: absolute;
  top: -37px;
  right: 377px;
  color: black;
  font-size: 35px;
  cursor: pointer;
  z-index: 1001;
  background: #c1c1c1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}

/* line 245, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-slider {
  position: relative;
  height: 500px;
  margin-bottom: 20px;
}

/* line 250, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-track {
  display: flex;
  height: 100%;
  transition: transform 0.3s ease;
}

/* line 255, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-slide {
  flex: 0 0 100%;
  min-height: 100%;
}

/* line 258, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-slide img {
  width: 99%;
  height: 100%;
  object-fit: contain;
}

/* line 263, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
}

/* line 276, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-arrow.modal-prev {
  left: 10px;
}

/* line 279, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-arrow.modal-next {
  right: 10px;
}

/* Контейнер для миниатюр в модальном окне */
/* line 283, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumbnails-container {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

/* line 288, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumbnails-scroll {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #666 transparent;
}

/* line 297, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumbnails-scroll::-webkit-scrollbar {
  height: 6px;
}

/* line 300, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumbnails-scroll::-webkit-scrollbar-track {
  background: transparent;
}

/* line 303, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumbnails-scroll::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px;
}

/* line 307, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumbnails-scroll::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* line 310, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumbnails {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  min-width: min-content;
}

/* line 316, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumb {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s, border-color 0.3s;
  border: 2px solid transparent;
}

/* line 324, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumb.active {
  opacity: 1;
  border-color: #fff;
}

/* line 327, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Кнопки прокрутки в модальном окне */
/* line 334, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumb-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
  background: rgba(255, 255, 255, 0.7);
  color: black;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* line 350, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumb-scroll-btn.modal-thumb-prev {
  left: -15px;
}

/* line 352, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumb-scroll-btn.modal-thumb-next {
  right: -15px;
}

/* line 355, ../нужные папки/rebodi/src/sass/style-product.sass */
.modal-thumbnails-container:hover .modal-thumb-scroll-btn {
  display: flex;
}

/* line 358, ../нужные папки/rebodi/src/sass/style-product.sass */
.second-section-product-mob__button-items {
  display: none;
}

/* line 362, ../нужные папки/rebodi/src/sass/style-product.sass */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c3e50;
  color: white;
  padding: 15px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}

/* line 375, ../нужные папки/rebodi/src/sass/style-product.sass */
.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* line 384, ../нужные папки/rebodi/src/sass/style-product.sass */
.cookie-content p {
  margin: 0;
  flex: 1;
}

/* line 389, ../нужные папки/rebodi/src/sass/style-product.sass */
.cookie-content a {
  color: #3498db;
  text-decoration: underline;
}

/* line 394, ../нужные папки/rebodi/src/sass/style-product.sass */
.cookie-buttons {
  display: flex;
  gap: 10px;
}

/* line 399, ../нужные папки/rebodi/src/sass/style-product.sass */
.cookie-btn {
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
}

/* line 407, ../нужные папки/rebodi/src/sass/style-product.sass */
.cookie-btn.accept {
  background: #27ae60;
  color: white;
}

/* line 412, ../нужные папки/rebodi/src/sass/style-product.sass */
.cookie-btn.reject {
  background: #e74c3c;
  color: white;
}

/* Адаптивность */
@media (max-width: 768px) {
  /* line 420, ../нужные папки/rebodi/src/sass/style-product.sass */
  .main-slider {
    height: 300px;
  }
  /* line 424, ../нужные папки/rebodi/src/sass/style-product.sass */
  .section-description {
    padding: 46px 0px 46px 46px;
    border-radius: 16px;
    margin: 0 auto;
    max-width: 994px;
    height: auto;
    background: #F6F6F6;
    margin-bottom: 72px;
  }
  /* line 432, ../нужные папки/rebodi/src/sass/style-product.sass */
  .section-description__characteristics {
    display: flex;
    gap: 40px;
    background: #ebebeb;
    padding: 30px;
    border-radius: 16px;
    width: auto;
  }
  /* line 439, ../нужные папки/rebodi/src/sass/style-product.sass */
  .section-description__characteristics-title {
    min-width: auto;
    word-break: break-word;
    line-height: 132%;
    font-size: 16px;
    margin-bottom: 6px;
    color: gray;
  }
  /* line 446, ../нужные папки/rebodi/src/sass/style-product.sass */
  .section-description__characteristics-title:last-child {
    margin-bottom: 0px;
  }
  /* line 448, ../нужные папки/rebodi/src/sass/style-product.sass */
  .section-description__characteristics-date {
    word-break: break-word;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 132%;
  }
  /* line 453, ../нужные папки/rebodi/src/sass/style-product.sass */
  .section-description__characteristics-date:last-child {
    margin-bottom: 0px;
  }
  /* line 455, ../нужные папки/rebodi/src/sass/style-product.sass */
  .section-description__characteristics-item {
    display: block;
    margin-bottom: 26px;
  }
  /* line 459, ../нужные папки/rebodi/src/sass/style-product.sass */
  .cookie-content {
    flex-direction: column;
    text-align: center;
  }
  /* line 464, ../нужные папки/rebodi/src/sass/style-product.sass */
  .navTwo {
    display: none;
  }
  /* line 468, ../нужные папки/rebodi/src/sass/style-product.sass */
  .second-section {
    margin-bottom: 46px !important;
  }
  /* line 473, ../нужные папки/rebodi/src/sass/style-product.sass */
  .second-section-product-mob__vsesokiButton {
    width: 100%;
    height: 100%;
  }
  /* line 476, ../нужные папки/rebodi/src/sass/style-product.sass */
  .second-section-product-mob__oneline {
    display: flex;
  }
  /* line 478, ../нужные папки/rebodi/src/sass/style-product.sass */
  .second-section-product-mob__twoline {
    display: flex;
  }
  /* line 480, ../нужные папки/rebodi/src/sass/style-product.sass */
  .second-section-product-mob__second-title {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    padding: 20px 0px 16px 16px;
  }
  /* line 486, ../нужные папки/rebodi/src/sass/style-product.sass */
  .second-section-product-mob__button-items {
    display: block;
  }
  /* line 489, ../нужные папки/rebodi/src/sass/style-product.sass */
  .sectionmargin {
    margin-bottom: 0px;
  }
  /* line 492, ../нужные папки/rebodi/src/sass/style-product.sass */
  .modal-slider {
    height: auto;
  }
  /* line 497, ../нужные папки/rebodi/src/sass/style-product.sass */
  .second-section-product__title {
    margin-bottom: 26px;
    line-height: 128%;
  }
  /* line 500, ../нужные папки/rebodi/src/sass/style-product.sass */
  .second-section-product__second-title {
    display: none;
  }
  /* line 502, ../нужные папки/rebodi/src/sass/style-product.sass */
  .second-section-product__text {
    line-height: 144% !important;
  }
  /* line 504, ../нужные папки/rebodi/src/sass/style-product.sass */
  .second-section-product__button-items {
    display: none;
  }
  /* line 506, ../нужные папки/rebodi/src/sass/style-product.sass */
  .second-section-product__button-box {
    background: #FBFAE4;
    border-radius: 16px;
  }
  /* line 511, ../нужные папки/rebodi/src/sass/style-product.sass */
  .thumbnails-scroll {
    margin-bottom: 40px;
  }
  /* line 514, ../нужные папки/rebodi/src/sass/style-product.sass */
  .thumb {
    width: 90px;
    height: 90px;
  }
  /* line 518, ../нужные папки/rebodi/src/sass/style-product.sass */
  .product-slider {
    max-width: 100%;
    margin-right: 0px;
  }
  /* line 522, ../нужные папки/rebodi/src/sass/style-product.sass */
  .modal-content {
    padding: 10px;
    max-width: 100%;
    top: 40%;
  }
  /* line 527, ../нужные папки/rebodi/src/sass/style-product.sass */
  .modal-slide {
    height: auto;
  }
  /* line 529, ../нужные папки/rebodi/src/sass/style-product.sass */
  .modal-slide img {
    height: auto;
    border-radius: 16px;
  }
  /* line 534, ../нужные папки/rebodi/src/sass/style-product.sass */
  .modal-thumb {
    width: 60px;
    height: 60px;
  }
  /* line 538, ../нужные папки/rebodi/src/sass/style-product.sass */
  .slider-arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  /* line 543, ../нужные папки/rebodi/src/sass/style-product.sass */
  .modal-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  /* line 548, ../нужные папки/rebodi/src/sass/style-product.sass */
  .close {
    position: relative;
    top: -12px;
    right: -47%;
  }
  /* line 553, ../нужные папки/rebodi/src/sass/style-product.sass */
  .thumb-scroll-btn,
  .modal-thumb-scroll-btn {
    display: none !important;
  }
}

/*# sourceMappingURL=style-product.css.map */