@charset "UTF-8";
:root {
  --height-el: 0;
}

.product {
  margin-bottom: 32px;
  /* для элемента label связанного с .custom-radio */
  /* стили для активной радиокнопки (при нажатии на неё) */
  /* стили для радиокнопки, находящейся в состоянии checked */
  /* стили для радиокнопки, находящейся в состоянии checked */
}
.product__content {
  position: relative;
}
.product__property-name {
  font-size: 16px;
  margin-bottom: 10px;
}
.product-detail {
  max-width: 100%;
  width: 100%;
  color: #5b4c43;
}
.product-detail__property-title {
  font-size: 16px;
  color: rgb(128, 144, 124);
  text-decoration: underline;
  margin-bottom: 10px;
}
.product-detail__property-title .btn {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: rgb(128, 144, 124);
  text-decoration: underline;
}
.product-detail .swiper-button {
  color: rgb(128, 144, 124);
  width: 8px;
  height: 4px;
  top: 40px;
}
.product-detail .swiper-button:after {
  font-size: 10px !important;
}
.product-detail .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .swiper-slide .product__image-link-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-detail .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-detail .swiper-button-prev, .product-detail .swiper-button-next {
  z-index: 8;
}
.product-detail .swiper-pagination-unique {
  bottom: 0 !important;
}
.product-detail .swiper-pagination-unique .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
.product-detail .swiper-pagination-unique .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}
.product-detail__prices {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.product-detail__price {
  font-size: 20px;
  font-weight: 500;
}
.product-detail__price--old {
  color: rgb(111, 111, 111);
  position: relative;
  font-weight: 500;
  text-decoration: line-through;
}
.product-detail__price--new {
  color: #fa4627;
}
.product-detail__tag {
  font-size: 14px;
  color: #fa4627;
}
.product-detail__offer {
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 2;
  margin-bottom: 0;
  order: 1;
}
.product-detail__offer-content {
  flex: 1;
}
.product-detail__offer .btn-green {
  max-width: 100%;
}
.product-detail__offer .btn-green span {
  cursor: pointer;
}
.product-detail__offer-fav {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.product-detail__offer-fav.fav-selected svg {
  fill: rgb(165, 201, 156);
}
.product-detail__size button {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: rgb(128, 144, 124);
  text-decoration: underline;
}
.product-detail__desc {
  width: 100%;
}
.product-detail__desc-item {
  margin-bottom: 10px;
}
.product-detail__desc-item-border {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(197, 222, 190);
}
.product-detail__desc-item.accordion {
  padding: 0;
}
.product-detail__desc-item.accordion .accordion__item {
  border-bottom: none;
}
.product-detail__desc-item.accordion .accordion-panel {
  display: none;
}
.product-detail__desc-item.accordion .accordion-thumb {
  padding: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: rgb(128, 144, 124);
  max-width: max-content;
  text-decoration: none;
}
.product-detail__desc-item.accordion .accordion-thumb:before {
  right: -37px;
  top: 5px;
}
.product-detail__desc-item.accordion .accordion-thumb.is-active:before {
  top: 8px;
}
.product-detail__desc-content {
  width: 100%;
  max-height: 136px;
  overflow: hidden;
  transition: height 1s linear;
  font-weight: 400;
}
.product-detail__desc-content.show {
  height: auto;
  max-height: min-content;
}
.product-detail__desc-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.product-detail__desc-more {
  color: rgb(165, 201, 156);
}
.product-detail__article {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
  color: rgb(121, 119, 119);
}
.product-detail__colors {
  margin-bottom: 20px;
}
.product-detail__colors-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.product-detail__colors-item {
  display: flex;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.product-detail__colors-item-pic {
  border: 1px solid transparent;
  border-radius: 50%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: inherit;
}
.product-detail__colors-item.color-disabled:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%22100%25%22%20x2%3D%22100%25%22%20y2%3D%220%22%20stroke%3D%22%23F00%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E");
  background-size: cover;
}
.product-detail__colors-item_current {
  border-color: rgb(121, 119, 119);
}
.product-detail__colors-item_current .product-detail__colors-item-pic {
  border-color: white;
}
.product-detail__colors-text {
  margin-top: 10px;
  font-size: 14px;
}
.product-swiper-small {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  max-width: 118px;
  width: 118px;
  display: none;
}
.product-swiper-small .swiper-slide {
  opacity: 0.6;
  height: calc((100% - 20px) / 3);
}
.product-swiper-small .swiper-slide img {
  height: 100%;
}
.product-swiper-small .swiper-slide-thumb-active {
  opacity: 1;
}
.product h1.product__title {
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  margin-left: 0;
}
.product__image-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.product__image-slider-wrapper {
  position: relative;
  display: flex;
  height: calc(100dvh - var(--height-header));
  margin-bottom: 20px;
  gap: 10px;
}
.product__property-list {
  width: 100%;
}
.product__property-item {
  width: 100%;
}
.product .property__content {
  width: 100%;
}
.product .property__title {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.product .property-radio {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.product .property-radio__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  user-select: none;
  min-width: 60px;
  padding: 12px;
  cursor: pointer;
  background-color: rgb(227, 227, 227);
  overflow: hidden;
  transition: background-color 0.3s ease-in;
}
.product .property-radio__item input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.product .property-radio__item:hover {
  background-color: rgb(197, 222, 190);
  color: white;
}
.product .custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.product .custom-radio-size {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.product .custom-radio-color {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.product .custom-radio + label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: white;
  cursor: pointer;
  position: relative;
}
.product .custom-radio:not(:disabled):active + label {
  background-color: transparent;
  border: 1px solid #575757;
}
.product .custom-radio:checked + label {
  background-color: rgba(217, 217, 217, 0.5);
  border: 1px solid #575757;
}
.product .custom-radio-size + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.product .custom-radio-size + label > span {
  width: unset;
  cursor: pointer;
}
.product .custom-radio-size:checked + label {
  background-color: rgb(138, 145, 124);
  color: white;
}
.product .custom-radio-size:checked + label:hover {
  background-color: rgb(197, 222, 190);
}
.product .custom-radio-size:disabled + label {
  color: rgb(178, 178, 178);
  position: relative;
  pointer-events: none;
  user-select: none;
}
.product .custom-radio-size:disabled + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  width: 120%;
  height: 1px;
  background-color: red;
  transform: rotate(-33deg) translateY(-50%);
}
.product .custom-radio-size:disabled + label:hover {
  background-color: rgb(227, 227, 227);
}

.table {
  width: 100%;
  max-width: 100%;
  border: none;
  margin-bottom: 20px;
  z-index: 1;
  border-collapse: collapse;
}
.table-scroll {
  overflow-x: auto;
}
.table-scroll::-webkit-scrollbar {
  width: 7px;
}
.table-scroll::-webkit-scrollbar-track {
  background-color: white;
  border-top-right-radius: 10px;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: rgb(128, 144, 124);
  border-radius: 10px;
}
.table thead th {
  font-weight: 500;
  font-size: 12px;
  color: #80907C;
  padding: 10px 10px;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #80907C;
  border-top: 1px solid #80907C;
  text-align: center;
  width: max-content;
}
.table thead th span {
  width: max-content;
  display: inline-flex;
}
.table tbody td {
  border-right: none;
  border-left: none;
  padding: 10px 10px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid rgba(128, 144, 124, 0.3);
}
.table tbody tr:last-child td {
  border-bottom: 1px solid rgb(128, 144, 124);
}
.table-wrapper {
  overflow: auto;
}
.table-wrapper::-webkit-scrollbar {
  height: 7px;
}
.table-wrapper::-webkit-scrollbar-track {
  background-color: white;
  border-top-right-radius: 10px;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background: rgb(128, 144, 124);
  border-radius: 10px;
}
.table__title {
  margin-bottom: 20px;
  font-size: 16px;
}
.table__desc {
  font-size: 12px;
  color: #80907C;
}

@media (min-width: 767px) {
  .product {
    margin-bottom: 48px;
  }
  .product h1.product__title {
    font-size: 20px;
  }
  .product-detail {
    max-width: 768px;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .product-detail .swiper-button {
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgb(128, 144, 124);
    left: 44px;
    top: 13px;
  }
  .product-detail .swiper-button:after {
    transform: rotate(90deg);
  }
  .product-detail .swiper-button-next-unique {
    top: auto;
    right: auto;
    bottom: -13px;
  }
  .product-detail .swiper-pagination-unique {
    display: none;
  }
  .product-detail__offer {
    order: 0;
    position: static;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    margin-bottom: 15px;
  }
  .product-detail__offer-content {
    max-width: 100%;
  }
  .product-swiper-small {
    display: flex;
  }
  .product__image-slider {
    max-width: 610px;
    width: 100%;
    margin: 0 !important;
    flex-shrink: 1;
  }
  .product__image-slider-wrapper {
    max-height: 100%;
    height: 891px;
  }
}
@media (min-width: 1290px) {
  .product {
    margin-bottom: 78px;
  }
  .product__content {
    display: flex;
    gap: 30px;
  }
  .product-detail {
    max-width: 1320px;
    padding: 0 15px;
  }
  .product-detail .swiper-button {
    left: 66px;
  }
  .product__info {
    max-width: 410px;
    width: 100%;
  }
  .product__image-slider {
    max-width: 630px;
  }
  .product__image-slider-wrapper {
    gap: 30px;
    height: 923px;
  }
  .product-swiper-small {
    max-width: 190px;
    width: 190px;
  }
}
@media (min-width: 1800px) {
  .product {
    margin-bottom: 85px;
  }
  .product-detail {
    max-width: 1650px;
    padding: 0;
  }
  .product-detail .swiper-button {
    left: 114px;
  }
  .product-swiper-small {
    max-width: 250px;
    width: 250px;
  }
  .product__image-slider {
    max-width: 810px;
    width: 810px;
  }
  .product__image-slider-wrapper {
    gap: 30px;
    height: 1190px;
    max-height: 1190px;
  }
}
.fancybox-button--zoom {
  display: none !important;
}

.fancybox-button--play {
  display: none !important;
}

.fancybox-button--thumbs {
  display: none !important;
}

.popup_radio-available.popup_radio-disable {
  position: relative;
  display: inline-block;
}

.popup_radio-available.popup_radio-disable::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  width: 110%;
  height: 2px;
  background-color: red;
  transform: rotate(-31deg) translateY(-50%);
}

.accordion-panel span {
  margin-bottom: 8px;
  display: block;
}

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