.tovar__sizes, .product-item-detail-info-section{
	width: 100%;
}
.product-item-scu-item-list{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
@media screen and (max-width:991px) {
	.product-item-scu-item-list{
		justify-content: space-between;
	}
}
.product-item-scu-item-text-container{
	margin-right: 20px;
	cursor: pointer;
	padding: 10px;
}
.product-item-scu-item-text-container.selected{
	font-weight: 500;
	border: 1px solid black;
}
.swiper .swiper-slide{
	height: auto;
}
.swiper-slide img{
	object-fit: cover;
	width: 100%;
}

.catalog-cart-video{
	width: 100%;
	/*width: 75%;*/
	height: auto;
	margin: 0 auto;
	pointer-events: none;

	object-fit: cover;
	/*position: absolute;*/
}
.catalog-cart-video-modal{
	width: 100%;
	/*width: 75%;*/
	height: 100vh;
	margin: 0 auto;
	pointer-events: none;
	object-fit: contain;
	position: absolute;
}
.catalog-cart-video-modal-mini{
	width: inherit;
	object-fit: contain;
	padding: 20px 10px;
}
.tovar__head{
	margin-top: 10px;
}
.images img,
.images video{
	width: 100%;
}
.images * {
	pointer-events: auto;
}

.images::before,
.images::after {
	pointer-events: none;
}
.catalog-cart-video {
	cursor: pointer;
	height: 100vh;
}

@media screen and (max-width:991px) {
	.swiper{
		display: block;
	}
	.images{
		display: none;
	}
}
@media screen and (min-width:991px) {
	.swiper.product-swiper{
		display: none !important;
	}
	.images{
		display: block;
	}
	.tovar__right{
		position: sticky;
		top: 150px;
		height: 600px;
	}
}

.gallery {
	display: grid;
	/*display: none;*/
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.gallery img {
	width: 100%;
	cursor: pointer;
}

.slider-modal {
	position: fixed;
	inset: 0;
	background: rgba(230, 230, 230, 0.8);
	display: none;
	z-index: 99999;
}

.slider-modal.active {
	display: block;
}

.slider-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	background: none;
	border: none;
	color: #000000;
	cursor: pointer;
	z-index: 10;
}

/* Основной слайдер */
.main-swiper {
	height: 100vh;
}

.main-swiper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	cursor: zoom-in;
}

/* Миниатюры */
.thumbs-swiper {
	height: 120px;
	padding: 10px 0;
	position: absolute !important;
	bottom: 0;
	width: 100%;
}

.thumbs-swiper .swiper-slide {
	opacity: 0.4;
	cursor: pointer;
}

.thumbs-swiper .swiper-slide-thumb-active {
	opacity: 1;
}

.thumbs-swiper img {
	height: 100%;
	object-fit: contain;
}
.slider-modal .swiper-button-prev,
.slider-modal .swiper-button-next {
	color: #555;
}

.slider-modal .swiper-button-prev {
	left: 10px;
}

.slider-modal .swiper-button-next {
	right: 10px;
}
.price_wrapper{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.price_wrapper .tovar__price__wishoout__discont{
	text-decoration: line-through;
	margin: 0 30px;
	color: #929292;
}