.productfull {
  border-top: 1px solid #e5e5e5;
}
.productfull__images {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.productfull__images img {
  user-select: none;
}
.productfull__images .thumbs-swiper {
  display: block;
  max-height: 561px;
}
.productfull__images .main {
  display: block;
  max-height: 561px;
}
.productfull__images .thumbs-swiper img,
.productfull__images .main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
}
.productfull__images .main img {
  max-height: 561px;
  object-fit: contain;
}
.productfull__images .main.noimage img {
  opacity: .25;
}
.productfull__images .swiper-slide {
  overflow: hidden;
}
.productfull__images .thumbs-swiper .swiper-slide {
  opacity: .25;
  transition: .2s ease-in-out;
}
.productfull__images .thumbs-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.productfull__images .mains-swiper {
  height: 100%;
}

.productfull__images .splide__arrows--ltr {}
.productfull__images .splide__arrows--ttb {}
.productfull__images .splide__arrow {
  position: absolute;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  display: block;
  z-index: 3;
  color: var(--color-green);
  fill: var(--color-green);
}
.productfull__images .splide__arrow--prev {}
.productfull__images .splide__arrows--ttb .splide__arrow--prev {
  left: 50%;
  top: 0;
  transform: translate(-50%,0) rotate(-90deg);
}
.productfull__images .splide__arrows--ltr .splide__arrow--prev {
  left: 0;
  top: 50%;
  transform: translate(0,-50%) rotate(-180deg);
}
.productfull__images .splide__arrow--next {}
.productfull__images .splide__arrows--ttb .splide__arrow--next {
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0) rotate(90deg);
}
.productfull__images .splide__arrows--ltr .splide__arrow--next {
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}

.productfull__images .splide__slide {
  opacity: .5;
  transition: .2s ease-in-out;
  outline: none;
}
.productfull__images .splide__slide.is-active {
  opacity: 1;
}
.productfull__images .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

.productfull .info {
  height: 100%;
  border-left: 1px solid #e5e5e5;
}
.productfull .info .title {
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.productfull .info .title h1 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 110%;
  font-weight: 600;
  color: #242424;
}
.productfull .info .prices {
  padding: 1rem;
  padding-bottom: 0;
}
.productfull .info .prices .price {
  font-size: 2.5rem;
  line-height: 110%;
  font-weight: 600;
  color: var(--color-green);
  letter-spacing: -2px;
}
.productfull .info .prices .old-price {
  font-size: 1.5rem;
  color: #999;
  font-weight: 400;
  margin: 0 5px;
  text-decoration: line-through;
  letter-spacing: -2px;
}
.productfull .info .buttons {
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.productfull .info .details {
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.productfull .info .advantages {
  padding: 1rem;
}
.productfull .info .advantages .advantages-item {
  font-size: .85rem;
  line-height: 105%;
}
.productfull__details {
  padding: 3rem 0;
  background: #e5e5e5;
}
.productfull__details .nav-tabs {
  margin: 0 0 1.5rem;
  padding: 0;
}
.productfull__details .nav-tabs .nav-item {
  --bs-nav-link-color: #242424;
  --bs-nav-link-hover-color: var(--color-green);
  --bs-nav-tabs-link-active-color: var(--color-green);
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: transparent;
  --bs-nav-tabs-link-active-bg: transparent;
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0;
  --bs-nav-link-font-size: 1.5rem;
  margin-right: 1rem;
}
.productfull__details .nav-tabs .nav-link {
  padding-bottom: .5rem;
}
.productfull__details .nav-tabs .nav-link.active {
  border-bottom: 3px solid var(--color-green);
}
.productfull__details .tab-content {
  font-size: .875rem;
  line-height: 130%;
  color: #484848;
}
.productfull__details .tab-content h2,
.productfull__details .tab-content h3 {
  font-size: 1.275rem;
  margin: 1rem 0;
  color: #242424;
}
.productfull__details .tab-content ul {
  margin: 1rem 0;
  padding: 0 0 0 1.1rem;
  line-height: 150%;
}
.productfull__details .tab-content table {
  border-collapse: collapse;
  border: 1px solid #242424;
}
.productfull__details .tab-content table th,
.productfull__details .tab-content table td {
  border: 1px solid #242424 !important;
  padding: .25rem !important;
}
.productfull__details .tab-content table th,
.productfull__details .tab-content table thead td {
  font-weight: 600 !important;
}
.productfull__details .tab-content ul:has(> table) {
  padding: 0;
}
.productfull__details .tab-content .reviews {}
.productfull__details .tab-content .review {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 240px;
  border-radius: .5rem;
  overflow: hidden;
}
.productfull__details .tab-content .review img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.productfull__details .tab-content .review.video-review {
  position: relative;
}
.productfull__details .tab-content .review.video-review .icon {
  position: absolute;
  inset: 0;
  display: block;
  color: white;
  background: rgba(0,0,0,.275);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
}
.productfull__details .tab-content .review.video-review:hover .icon {
  background: rgba(0,0,0,.5);
}

.manufacturer-image {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 15px;
	margin: 0 auto 10px;
	border-radius: 3px;
	width: 220px;
	height: 220px;
}