div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.product-page p {
	opacity: 0.6;
}

.product-page table {
	width: 100%; /* Полная ширина таблицы */
	border-collapse: collapse; /* Удаление промежутков между ячейками */
}

.product-page tr {
	display: flex; /* Включаем Flexbox для строки таблицы */
}

.product-page td:nth-child(2) {
	flex-grow: 1;
	border-bottom: 1px dashed;
	transform: translateY(-2px);
}

.product-page td:last-child {
	padding-left: 5px;
	flex: 0 0 30%;
}

.product-page th {
	flex: 0 0 auto;
	padding-right: 10px;
}

.product-page h5 {
	font-weight: normal;
	font-size: 1.25rem;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 1rem;
}

/* ----------CLEANAERO---------- */
.cleanaero .section__bg-image {
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cleanaero .slide__bg-image {
    top: 20%;
}
.cleanaero h1 {
    text-align: start;
}
.cleanaero .section__info {
    margin: 0;
}
.cleanaero .swiper-container {
    align-self: flex-end;
}
.cleanaero .swiper-slide {
    padding: 2rem 3rem;
}
.cleanaero .product__title {
    font-size: 2.5rem;
}

.product__shadow--red::before {
	box-shadow: 0px 64px 64px 64px #ff595a;
}
.product__shadow--blue::before {
	box-shadow: 0px 64px 64px 64px #00ffff;
}
.product__shadow--green::before {
	box-shadow: 0px 64px 64px 64px #14ff00;
	opacity: 0.4;
}
.product__shadow--purple::before {
	box-shadow: 0px 64px 64px 64px #ff00b8;
	opacity: 0.4;
}


