.sing-prod-slider__btn::after,
.sing-prod-prices-item__p--old::after,
.sing-prod-cont-item__title::after,
.sing-prod-cont-item ul li::before,
.sing-prod-reviews::after,
.sing-prod-reviews-item::before {
  content: "";
  display: block;
  position: absolute;
}

.sing-prod-fixed-header__img img,
.sing-prod-banner-slider .swiper-slide img,
.sing-prod-banner-thumbs .swiper-slide img,
.sing-prod-packages__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.sing-prod--section {
  background-color: white;
  padding-bottom: 2rem;
  z-index: 5;
}

.sing-prod-fixed-header {
  position: fixed;
  display: none;
}

.sing-prod-fixed-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 100%;
  padding: 1rem 0 !important;
}

.sing-prod-fixed-header.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
}

.sing-prod-fixed-header.down {
  top: 11rem;
}

.sing-prod-fixed-header__title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}

.sing-prod-fixed-header__img {
  height: 7rem;
  width: 7rem;
  margin-right: 3rem;
}

.sing-prod-fixed-header__anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .5rem;
}

.sing-prod-fixed-header__anchors a {
  color: #a79f9f;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  margin-right: 2rem;
  text-decoration: underline;
}

.sing-prod-fixed-header__anchors a.active {
  color: #b5143b !important;
}

.sing-prod-fixed-header__info {
  margin-right: auto;
}

.sing-prod-fixed-header__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.sing-prod-fixed-header__prices .sing-prod-prices-item {
  margin: 0;
  padding: 1rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.sing-prod-fixed-header__prices .sing-prod-prices-item:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sing-prod-fixed-header__prices .sing-prod-prices-item:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.sing-prod-fixed-header__prices .sing-prod-prices-item__p span {
  font-size: 1.6rem;
}

.sing-prod-fixed-header__prices .sing-prod-prices-item__p span b {
  font-size: 1.2rem;
}

.sing-prod-fixed-header__prices .sing-prod-prices-item__title {
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #a79f9f;
}

.sing-prod-fixed-header .btn--vine {
  max-width: 16rem;
  margin-left: 2rem;
}

.btn-vine-mobile {
  display: flex;
}

.sing-prod__headbanner.container .section-title {
  max-width: 100%;
}

.sing-prod-header {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sing-prod-header .product__stars {
  margin-top: 0;
  margin-right: 0.5rem;
}

.sing-prod-header .product__stars span.active svg {
  fill: #b5143b;
}

.sing-prod-header .section-title {
  width: 100%;
}

.sing-prod-header__code {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sing-prod-header__code span.gray {
  margin-right: 0.5rem;
}

.sing-prod-header__reviews {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sing-prod-header__reviews .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sing-prod-header__reviews .reviews .gray {
  margin-left: 0.5rem;
}

.sing-prod-banner-media {
  z-index: 1;
}

.sing-prod-banner-package {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.sing-prod-banner-package.active {
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.sing-prod-banner-slider .swiper-slide {
  padding-bottom: 100%;
}

.sing-prod-banner-slider .swiper-slide img {
  position: static;
}

.sing-prod-banner-thumbs {
  margin-top: 1rem;
  width: 100vw;
  margin-left: -3rem;
  padding: 0 3rem;
}

.sing-prod-banner-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: solid 1px #9b9b9b;
}

.sing-prod-banner-thumbs .sing-prod-slider__btn {
  width: .8rem;
  height: .8rem;
  border-width: .1rem !important;
  cursor: pointer;
}

.sing-prod-banner-thumbs .sing-prod-slider__btn--prev {
  left: 1.5rem;
}

.sing-prod-banner-thumbs .sing-prod-slider__btn--next {
  right: 1.5rem;
}

.sing-prod-banner-info {
  z-index: 5;
  background-color: white;
}

.sing-prod-banner-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sing-prod-banner-order__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sing-prod-banner-order__item {
  margin-top: 3rem;
}

.sing-prod-banner-order__item .sing-prod-amount {
  width: 100%;
  margin: 0 !important;
}

.sing-prod-banner-order__item .btn--vine {
  margin: 1rem 0 0 0 !important;
  max-width: 100%;
}

.sing-prod-banner .btn {
  margin: 0 auto;
}

.sing-prod-packages {
  margin-top: 2rem;
}

.sing-prod-packages__inner.desktop {
  display: none;
  margin-top: 1rem;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sing-prod-packages__inner.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sing-prod-packages__item.desktop {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-height: 5rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  padding: .5rem 0;
  cursor: pointer;
  max-width: 10rem;
}

.sing-prod-packages__item.mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 6rem;
  padding: .5rem;
  cursor: pointer;
  width: 5.5rem;
}

.packages__number--item {
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
}

.sing-prod-packages__item.mobile.active .sing-prod-packages__number {
  border-color: #b5143b;
}

.sing-prod-packages__item.mobile.active .packages__number--item {
  color: #b5143b;
}

.sing-prod-packages__number {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  padding: .5rem;
}

.sing-prod-packages__item.desktop:not(:last-child) {
  margin-right: 1rem;
}

.sing-prod-packages__item.active {
  border-color: #b5143b;
}

.sing-prod-packages-info {
  overflow: hidden;
}

.sing-prod-packages-info__item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
}

.sing-prod-packages-info__item.active {
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.sing-prod-packages-info__item .sing-prod-prices-package {
  overflow: hidden;
  margin-bottom: 2rem;
}

.sing-prod-packages-info__item .sing-prod-prices-package .sing-prod-prices-item {
  border-radius: 0;
  margin: 0;
}

.sing-prod-packages-info__item .sing-prod-prices-package .sing-prod-prices-item:not(:first-child) {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
}

.sing-prod-packages-info__item .sing-prod-prices-package .sing-prod-prices-item:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.sing-prod-packages-info__item .sing-prod-prices-package .sing-prod-prices-item:last-of-type {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.sing-prod-packages-info__item .sing-prod-prices-package .sing-prod-prices-item--retail {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.sing-prod-packages-info__item .sing-prod-prices-package .sing-prod-amount {
  max-width: 100%;
}

.sing-prod-packages-info__item .sing-prod-banner-order {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sing-prod-slider__btn {
  position: absolute;
  z-index: 5;
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-width: .4rem !important;
  border-color: #707070;
  cursor: pointer;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.sing-prod-slider__btn.swiper-button-disabled {
  border-color: #c7c7c7;
}

.sing-prod-slider__btn--prev {
  border-left: solid;
  border-top: solid;
  left: 1rem;
}

.sing-prod-slider__btn--next {
  border-right: solid;
  border-bottom: solid;
  right: 1rem;
}

.sing-prod-slider__btn::after {
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sing-prod-instock {
  padding: .5rem 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 0;
  right: 0;
  border-radius: 1rem;
  margin: 2rem 0 0 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.6rem;
  text-align: center;
}

.sing-prod-instock--yes {
  color: #14b571;
  background-color: #e8faf3;
}

.sing-prod-instock--no {
  color: #B51414;
  background-color: #FAE8E8;
}

.sing-prod-desc {
  display: none;
}

.sing-prod-desc__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}

.sing-prod-desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1rem;
}

.sing-prod-desc-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}

.sing-prod-desc-list-item span {
  width: 30rem;
}

.sing-prod-desc-list-item span.gray {
  margin-right: 1.5rem;
  width: 15rem;
}

.sing-prod-prices {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sing-prod-prices-item {
  background-color: #F0F0F0;
  padding: 1.5rem 1.8rem;
  border-radius: 1rem;
  margin-top: 1rem;
}

.sing-prod-prices-item__title {
  margin-bottom: 1rem;
}

.sing-prod-prices-item__p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sing-prod-prices-item__p span {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sing-prod-prices-item__p b {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}

.sing-prod-prices-item__p--old {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.red_color {
  color: #b5143b;
}

.sing-prod-prices-item__p--old::after {
  width: 100%;
  height: 0.1rem;
  background-color: black;
  top: 50%;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
}

.sing-prod-amount {
  background-color: #F0F0F0;
  border-radius: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem;
  margin: 3rem auto 1rem auto;
  width: 100%;
}

.sing-prod-amount__inner {
  width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1.5rem;
}

.sing-prod-amount input {
  text-align: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 5rem;
  background-color: transparent;
  border: none;
}

.sing-prod-amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.sing-prod-amount .sing-prod-slider__btn {
  width: .8rem;
  height: .8rem;
  border-width: .1rem !important;
}

.sing-prod-amount .sing-prod-slider__btn--prev {
  left: 1.5rem;
}

.sing-prod-amount .sing-prod-slider__btn--next {
  right: 1.5rem;
}

.sing-prod-cont {
  margin-top: 3rem;
}

.sing-prod-cont-header {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 2.5rem;
  overflow: auto;
  margin-left: -3rem;
  width: 100vw;
  background-color: white;
  z-index: 10;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.sing-prod-cont-header.down {
  -webkit-transform: translateY(9.5rem);
  -ms-transform: translateY(9.5rem);
  transform: translateY(9.5rem);
}

.sing-prod-cont-header__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2rem;
  text-decoration: underline;
  color: #636363;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sing-prod-cont-header__item:last-child {
  padding-right: 3rem;
}

.sing-prod-cont-header__item.active {
  color: var(--second-theme-color)
}

.sing-prod-cont-header__item span {
color: var(--second-theme-color);
  margin-left: 0.5rem;
  text-decoration: none;
}

.sing-prod-cont-list {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}

.sing-prod-cont-item {
  border-top: 0.2rem solid rgba(0, 0, 0, 0.1);
}

.sing-prod-cont-item.open .sing-prod-cont-item__title::after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  border-color: var(--second-theme-color)
}

.sing-prod-cont-item__title {
  padding: 2.5rem 6rem 2.5rem 0;
  font-size: 1.8rem;
  font-family: 'Manrope',  sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
}

.sing-prod-cont-subtitle-mobile {
  font-size: 1.6rem;
  font-family: 'Manrope',  sans-serif;
  font-weight: 700;
}

.sing-prod-cont-item__title::after {
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 2rem;
  top: 47%;
  border-left: 0.2rem solid rgba(0, 0, 0, 0.5);
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.5);
}

.sing-prod-cont-item__title .vine {
  margin-left: 1rem;
  font-size: inherit;
  font-weight: 700;
}

.sing-prod-cont-item__info {
  padding-bottom: 2rem;

}

.sing-prod-cont-item__info .sub-title {
  margin-bottom: 2rem;
}

.sing-prod-cont-item__info .charlist-item__value {
  max-width: 65%;
}

.charlist-item .charlist-item__value span {
  display: block;
}

.sing-prod-cont-item__info .charlist-item__name {
  max-width: 30%;
}

.sing-prod-cont-item__info img,
.sing-prod-cont-item__info picture {
  max-width: 100%;
  height: auto;
}

.sing-prod-cont-item__subtitle,
.sing-prod-cont-item h2,
.sing-prod-cont-item h3,
.sing-prod-cont-item h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  font-weight: 600;
}

.sing-prod-cont-item ul {
  padding-bottom: 1rem;
}

.sing-prod-cont-item ul li {
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.sing-prod-cont-item ul li::before {
  height: 0.5rem;
  width: 0.5rem;
  left: 0;
  background-color: #211E1E;
  top: 1rem;
  border-radius: 50%;
}

.sing-prod-cont-item--reviews .sing-prod-cont-item__title .btn {
  display: none;
}

.sing-prod-cont-item--reviews .btn-list {
  padding: 1rem 3rem 0 3rem;
}

.sing-prod-cont-item--reviews .sing-prod-cont-item__info {
  width: 100vw;
  margin-left: -3rem;
}

.sing-prod-cont-item--prodlist .sing-prod-cont-item__info {
  width: 100vw;
  margin-left: -3rem;
}

.sing-prod-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sing-prod-reviews.open::after {
  opacity: 0;
  visibility: hidden;
}

.sing-prod-reviews::after {
  width: calc(100% + 2rem);
  height: 40%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
  background-image: -o-linear-gradient(bottom, white 0%, transparent 100%);
  background-image: linear-gradient(to top, white 0%, transparent 100%);
  z-index: 5;
  bottom: 0;
  display: none;
  pointer-events: none;
}

.sing-prod-reviews-item {
  background-color: #F0F0F0;
  padding: 3rem;
  margin-bottom: 2rem;
}

.sing-prod-reviews-item::before {
  border: 3rem solid transparent;
  border-top: 3rem solid #f4f4f4;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 4rem;
  display: none;
}

.sing-prod-reviews-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.sing-prod-reviews-item__title .product__stars {
  margin-left: 1rem;
  margin-top: 0;
}

.sing-prod-reviews-item__title .product__stars span {
  width: 2rem;
  height: 2rem;
}

.sing-prod-reviews-item__desc {
  height: 12rem;
  overflow: hidden;
  width: 100%;
}

.sing-prod-sidebar {
  margin-top: 3rem;
}

.sing-prod-sidebar-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.sing-prod-sidebar-item > span {
  margin-bottom: 1rem;
  display: block;
}

.sing-prod-sidebar-item .simple-list {
  padding-bottom: 0;
}

.sing-prod-sidebar-item li {
  padding-left: 1.5rem !important;
}

.sing-prod-sidebar-item li:not(:last-child) {
  margin-bottom: .5rem;
}

.sing-prod-sidebar-item li:last-child {
  margin-bottom: 0;
}

.sing-prod-sidebar .btn {
  max-width: 16rem;
  margin-top: 3rem;
}

.file-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F0F0F0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  padding: 1rem 2rem;
}

.file-download svg {
  width: 2.3rem;
  height: 2.8rem;
  margin-left: -1rem;
  fill: gray;
}

.file-download span {
  color: #575757;
  margin-right: auto;
  margin-left: 1rem;
}

.file-download a {
  color: var(--second-theme-color)
}

.review-form .form-item--stars {
  background-color: #f4f4f4;
  outline: none;
  border-radius: 2.4rem;
  padding: 1.5rem 3rem;
}

.review-form .form-item--stars .form-item__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review-form .form-item--stars .product__stars {
  width: auto;
  margin-top: 0;
  margin-left: 1.5rem;
}

.review-form .form-item--stars .product__stars span {
  width: 2.4rem;
  height: 2.4rem;
}

.not-in-stock-form .popup__close {
  right: 1rem;
  top: 1rem;
}

.audiolist {
  background-color: #f4f4f4;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 3rem;
}

.audiolist-item.green-audio-player {
  width: auto;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  height: 7rem;
}

.audiolist-item.green-audio-player .pin,
.audiolist-item.green-audio-player .controls__progress {
  background-color: var(--second-theme-color) !important;
}

.audiolist-item:not(:last-child) {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.audiolist-item__name {
  position: absolute;
  left: 7rem;
  top: 50%;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.audiolist-item .volume {
  display: none;
}

.audiolist-item .controls {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
}

.audiolist-item .controls.visible {
  opacity: 1;
  visibility: visible;
}

.audiolist-item .slider {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.audiolist-item .controls__total-time {
  color: #6e6e6e;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.audiolist-item .controls__current-time {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #6e6e6e;
  margin-right: .3rem;
}

.audiolist-item .controls__current-time::after {
  content: '/';
  color: inherit;
  font-size: inherit;
  display: inline;
  padding-left: 0.3rem;
}

.audiolist-item .loading {
  display: none;
}

.audiolist-item .play-pause-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  visibility: visible !important;
}

.audiolist-item .play-pause-btn svg {
  width: 1rem;
  margin-left: 0.1rem;
}

.audiolist-item .play-pause-btn svg path {
  fill: #b5143b;
}

.audiolist-item .play-pause-btn.played-once {
  background-color: #b5143b;
}

.audiolist-item .play-pause-btn.played-once svg path {
  fill: white;
}

.hidden__reviews {
  display: none;
}

.sing-prod-cont-item--reviews .btn-vine-mobile {
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 321px) {
  .sing-prod-header .product__stars span {
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media only screen and (min-width: 480px) {
  .sing-prod-banner-order .btn--vine {
    max-width: 25rem;
  }

  .sing-prod-packages-info__item .sing-prod-prices-package {
    width: 47%;
  }

  .sing-prod-packages-info__item .sing-prod-prices-package .sing-prod-prices-item {
    width: 100%;
  }

  .sing-prod-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .sing-prod-prices-item {
    width: 48%;
  }

  .sing-prod-amount {
    max-width: 25rem;
  }
}

@media only screen and (min-width: 600px) {
  .sing-prod-sidebar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sing-prod-sidebar-item {
    width: 50%;
  }

  .sing-prod-sidebar-item:nth-child(odd) {
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .sing-prod-cont-item__info .charlist-item__value {
    width: 50%;
    max-width: 50%;
    text-align: left;
  }
}

@media only screen and (min-width: 968px) {
  .sing-prod--section {
    background-color: transparent;
    padding-bottom: 0;
    padding-top: 0;
  }

  .sing-prod--section .container {
    background-color: white;
    padding: 0 7rem;
  }

  .sing-prod__headbanner.container {
    padding: 0 4rem 5rem 4rem;
  }

  .sing-prod-header {
    padding: 3rem 4rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-bottom: 4rem;
  }

  .sing-prod-header .product__stars {
    margin-bottom: 0;
    width: auto;
  }

  .sing-prod-header .section-title {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
    max-width: 60%;
  }

  .sing-prod-header__code {
    width: auto;
    max-width: 20%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sing-prod-header__reviews {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    margin-right: 3rem;
  }

  .sing-prod-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.sing-prod__headbanner .sing-prod-banner {
    z-index: 11;
  }

  .sing-prod-banner-media {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-right: 2rem;
    position: sticky;
    top: 11rem;
  }

  .sing-prod-banner-slider {
    width: 100%;
  }

  .sing-prod-banner-slider .swiper-container {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    margin-right: 20%;
  }

  .sing-prod-banner-slider .sing-prod-slider__btn {
    display: none;
  }

  .sing-prod-banner-thumbs {
    width: 20%;
    padding: 0;
    overflow: visible;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }

  .sing-prod-banner-thumbs .swiper-container {
    height: 100%;
  }

  .sing-prod-banner-thumbs .sing-prod-slider__btn.swiper-button-disabled {
    display: none;
  }

  .sing-prod-banner-thumbs .sing-prod-slider__btn--prev {
    top: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }

  .sing-prod-banner-thumbs .sing-prod-slider__btn--next {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -2rem;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }

  .sing-prod-banner-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .sing-prod-banner-order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 2rem;
  }

  .sing-prod-banner-order .btn:first-child {
    margin-right: 2rem;
  }

  .sing-prod-banner .btn {
    margin: 0;
  }

  .sing-prod-packages__inner.sing-prod-packages__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sing-prod-packages__item.desktop {
    width: 5rem;
    height: 5rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 1rem;
  }

  .sing-prod-packages-info {
    overflow: visible;
  }

  .sing-prod-packages-info__item .sing-prod-prices-package {
    max-width: 25rem;
    width: 50%;
    margin-bottom: 0;
    overflow: visible;
  }

  .sing-prod-packages-info__item .sing-prod-prices-package:nth-child(2) {
    margin-left: 3rem;
  }

  .sing-prod-slider__btn:hover {
    color: #b5143b;
  }

  .sing-prod-instock {
    position: absolute;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .sing-prod-desc {
    display: block;
  }

  .sing-prod-prices {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sing-prod-prices-item {
    margin-bottom: 0;
    margin-right: 2rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: initial;
    flex-grow: initial;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 22rem;
    max-width: 30rem;
  }

  .sing-prod-prices-item__p span {
    font-size: 2.2rem;
  }

  .sing-prod-prices-item__p b {
    font-size: 1.9rem;
  }

  .sing-prod-amount {
    margin: 0 2rem 0 0;
    width: 22rem;
  }

  .sing-prod-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.2rem;
  }

  .sing-prod-cont-header {
    position: relative;
    bottom: auto;
    width: 100%;
    margin-left: 0;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.4);
    padding: 0 2rem;
    top: auto;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .sing-prod-cont-header__item {
    padding: 2.5rem 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    text-decoration: none;
    cursor: pointer;
  }

  .sing-prod-cont-header__item:hover {
    color: var(--theme-color);
  }

  .sing-prod-cont-header__item.active {
    border-bottom: 0.2rem solid var(--second-theme-color);
  }

  .sing-prod-cont-item {
    border: none;
  }

  .sing-prod-cont-item__title {
    padding: 2.5rem 0;
  }

  .sing-prod-cont-item__title::after {
    display: none;
  }

  .sing-prod-cont-item__info {
    display: block;
  }
  
  .sing-prod-cont-item--chars .btn-list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .sing-prod-cont-item--reviews .sing-prod-cont-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sing-prod-cont-item--reviews .sing-prod-cont-item__title .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }

  .sing-prod-cont-item--reviews .btn-list {
    padding: 3rem 0 0 0;
  }

  .sing-prod-cont-item--reviews .btn-list .btn--vine {
    display: none;
  }

  .sing-prod-cont-item--reviews .sing-prod-cont-item__info {
    width: auto;
    margin-left: 0;
  }

  .sing-prod-cont-item--prodlist .sing-prod-cont-item__info {
    width: 100%;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
    margin-left: unset;
  }

  .prodlist__wrapper {
    width: calc(100% + 14rem);
    margin-left: -7rem;
  }

  .sing-prod-cont-list__wrapper {
    width: 100%;
  }

  .sing-prod-cont-list__wrapper .sing-prod-cont-item--desc,
  .sing-prod-cont-list__wrapper .sing-prod-cont-item--chars {
    width: 60%;
  }

  .sing-prod-cont-list__wrapper .sing-prod-cont-item--reviews {
    width: 100%;
  }

  .prodlist__wrapper .sing-prod-cont-item__title {
    margin-left: 7rem !important;
  }

  .sing-prod-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 2rem);
  }

  .sing-prod-reviews::after {
    display: block;
  }

  .sing-prod-reviews__col {
    width: 46%;
  }

  .sing-prod-reviews-item {
    margin-left: 2rem;
    width: 100%;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sing-prod-reviews-item::before {
    display: block;
  }

  .sing-prod-reviews-item__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0 !important;
  }

  .sing-prod-reviews-item__desc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .sing-prod-reviews-item .read-more {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }

  .sing-prod-reviews-item .product__stars {
    width: auto;
    margin-left: 2rem;
    margin-bottom: 0;
  }

  .sing-prod-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
  }

  .sing-prod-sidebar-item {
    width: 100%;
  }

  .sing-prod-sidebar-item:nth-child(odd) {
    padding-right: 0;
  }

  .sing-prod-sidebar-item:not(:last-child) {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  }

  .file-download span {
    margin-left: 1rem;
  }

  .review-form form {
    width: 50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .d-ml-3r {
    margin-left: 3rem;
  }

  .sing-prod-cont-list {
    align-items: flex-start;
  }

  .btn-vine-mobile {
    display: none;
  }

  .sing-prod-cont-subtitle-mobile {
    display: none;
  }

  .packages__item--popup {
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 35%;
    height: auto;
    padding: 1.5rem 0;
    opacity: 0;
    transition: opacity .5s linear;
    z-index: 100;

    border: 0.1rem solid rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    background-color: #fff;
  }

  .packages__item--popup img {
    width: 100%;
    height: auto;
  }

  .packages__item--popup.active {
    display: flex;
  }
}

@media only screen and (min-width: 1024px) {
  .sing-prod-banner-slider .swiper-container {
    margin-right: 25%;
  }

  .sing-prod-packages__inner.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  
  .sing-prod-packages__inner.mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (min-height: 1366px) {
  .sing-prod-packages__inner.desktop {
    display: none;
  }
  
  .sing-prod-packages__inner.mobile {
    display: flex;
  }
}

@media screen and (min-width: 1025px) and (min-height: 1366px) {
  .sing-prod-packages__inner.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  
  .sing-prod-packages__inner.mobile {
    display: none;
  }
}

@media screen and (min-width: 1366px) and (min-height: 1024px) {
  .sing-prod-packages__inner.desktop {
    display: none;
  }
  
  .sing-prod-packages__inner.mobile {
    display: flex;
  }
}

@media screen and (min-width: 1367px) and (min-height: 1024px) {
  .sing-prod-packages__inner.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
  
  .sing-prod-packages__inner.mobile {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .sing-prod-fixed-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    background-color: white;
    width: 100vw;
    left: 0;
    top: 0;
    min-height: 8.5rem;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
  }

  .sing-prod-banner-media {
    margin-right: 4rem;
  }

  .sing-prod-fixed-header .container {
    overflow: auto;
  }

  .sing-prod-fixed-header .sing-prod-fixed-header__prices {
    margin-left: 0;
  }

  .sing-prod-fixed-header .sing-prod-fixed-header__prices:nth-child(odd) {
    margin-left: 4rem;
  }

  .sing-prod-fixed-header .sing-prod-fixed-header__anchors .js-autoscroll.link {
    margin-right: 1.5rem;
  }

  .sing-prod-fixed-header .sing-prod-fixed-header__info {
    margin-right: 0;
  }

  .dealer_enter .sing-prod-fixed-header .sing-prod-prices-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .dealer_enter .sing-prod-fixed-header {
    justify-content: center;
  }

  .dealer_enter .sing-prod-fixed-header .container {
    width: 100%;
    max-width: 140rem;
    margin: 0;
    overflow: auto;
  }

  .dealer_enter .sing-prod-fixed-header .sing-prod-fixed-header__prices {
    margin-left: 4rem;
  }

  .dealer_enter .sing-prod-fixed-header .sing-prod-fixed-header__prices:nth-child(even) {
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 1440px) {
  .sing-prod-fixed-header__prices .sing-prod-prices-item {
    padding: 1rem 1.5rem;
  }
}

@media only screen and (max-width: 1280px) {
  .sing-prod--section {
    overflow: visible;
  }
}

@media only screen and (max-width: 600px) {
  .sing-prod-sidebar-item:not(:last-child) {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  }
}
.gray {
    color: #a79f9f;
}
.sing-prod-cont-item {
  display: none;
  margin-top: 20px;
}

.sing-prod-cont-item.active {
  display: block;
}

/* Стилі для модального вікна */
.modal-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-image__content {
    position: relative;
    width: 800px; /* Фіксована ширина */
    height: 600px; /* Фіксована висота */
    margin: auto;
}

.modal-image__content img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Зберігає пропорції зображення */
    background: #000;
}

/* Кнопка закриття */
.modal-image__close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 5px;
}

/* Стилі для зображень в галереї */
.sing-prod-slider__item {
    width: 100%;
    padding-bottom: 75%; /* Співвідношення сторін 4:3 */
    position: relative;
    overflow: hidden;
}

.sing-prod-slider__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Обрізає зображення, зберігаючи пропорції */
}

/* Стилі для мініатюр */
.sing-prod-slider-thumbs__item {
    width: 100px; /* Фіксована ширина */
    height: 75px; /* Фіксована висота */
    overflow: hidden;
}

.sing-prod-slider-thumbs__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Медіа-запити для адаптивності */
@media (max-width: 992px) {
    .modal-image__content {
        width: 90%;
        height: 80vh;
    }
}

@media (max-width: 576px) {
    .modal-image__content {
        width: 95%;
        height: 70vh;
    }
    
    .sing-prod-slider-thumbs__item {
        width: 80px;
        height: 60px;
    }
}