.slider_product {
	padding: 100px 0 50px 0;
	background: #fff;
}

.slider_product p.info {
	display: flex;
	gap: 17px;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	padding: 16px 36px;
	color: #D7D7D7;
	margin: 0;
	margin-top: 45px;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 19.2px */
	text-transform: uppercase;
}

.slider_product p.info span {
	padding: 16px 36px;
	color: #D7D7D7;
	margin: 0;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 19.2px */
	text-transform: uppercase;
}

.slider_product p.info a {
	transition: 300ms;
}

.slider_product p.info a:hover {
	filter: invert(50%);
}

.slider_product .slide {
	width: 1128px;
	height: 630px;
	margin-right: 20px;
	background: #e5e5e5;
	transition: 300ms;
}

.slider_product .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    box-shadow: 0 0 10px #F9F9F9;
	opacity: 0;
	transition: 300ms;
}

.slider_product .slide.is-selected img {
	opacity: 1;
}

.slider_product .slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
    box-shadow: 0 0 10px #F9F9F9;
	opacity: 0;
	transition: 300ms;
}

.slider_product .slide.is-selected video {
	opacity: 1;
}

.slider_product .flickity-page-dots {
	bottom: -95px;
	width: auto;
	padding-left: 40px;
}

.slider_product .flickity-page-dots .dot {
	margin: 0 6px;
	width: 16px;
	height: 16px;
	background: none;
	border: 2px solid var(--KTI-LIGHT-GREY, #D7D7D7);
}

.slider_product .flickity-page-dots .dot.is-selected {
	background: #D7D7D7;
}

.przypisane_produkty>.container{
	background: none !important;
}

@media only screen and (max-width: 996px) {
	.slider_product {
		padding: 50px 0;
		background: #f9f9f9;
	}

	.slider_product p.info {
		padding: 0;
		margin-top: 20px;
	}

	.slider_product p.info span {
		padding: 0;
	}

	.slider_product .slide {
		opacity: 1 !important;
		width: 80%;
    	height: 200px;
	}
	.slider_product .flickity-page-dots {
		display: none;
	}
}