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;
}

.group-752 {
	width: 100%;
	position: relative;
	overflow: hidden;
	/* Скрываем вылетающие SVG */
	display: flex;
	align-items: center;
	justify-content: center;

}

.group-466 {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.group-710 {
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
}

.group-465 {
	max-width: 1370px;
	width: 100%;
	z-index: 2;
	text-align: center;
	padding: 0 20px;
}

.roskvit {
	color: #7d55c7;
	font-size: 80px;
	/* Уменьшил чуть-чуть для лучшей адаптивности */
	line-height: 1.1;
	letter-spacing: -4px;
	font-weight: 600;

}

.div {
	color: #464647;
	font-size: 24px;
	font-weight: 400;
	max-width: 900px;
	margin: 0 auto;
}

.frame-685 {
	display: inline-block;
	width: 360px;
	height: 65px;
}

.group-426 {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.group-426:hover {
	transform: scale(1.05);
}

.rectangle-74 {
	background: #19d3c5;
	border-radius: 50px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.div2 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

@media (max-width: 1400px) {
	.roskvit {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: -4px;
	}

	.div {
		font-size: 20px;
		font-weight: 400;
	}

	.frame-685 {
		width: 280px;
	}

	.group-466,
	.group-710 {
		opacity: 0.3;
	}

	.div2 {
		font-size: 20px;
		line-height: 20px;
		font-weight: 600;
	}
}

/* Адаптив для мобилок */
@media (max-width: 768px) {
	.roskvit {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: -3px;
		font-weight: 600;
	}

	.div2 {
		font-size: 20px;
		line-height: 20px;
		font-weight: 600;
	}

	.div {
		font-size: 16px;
		line-height: 18px;
		font-weight: 400;
	}

	.frame-685 {
		width: 100%;
	}

	.group-466,
	.group-710 {
		opacity: 0.3;
	}
}