.news-single__container-text {
	margin-top: 5.5rem;
	font-family: "MullerRegular", sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 120%; /* 28.8px */
}

/*бекграунды*/

.top-russia-day-octa {
	display: var(--display-light-only);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.top-russia-day-octa-black {
	display: var(--display-black-only);
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
}

.russia-day__main-text {
	font-family: var(--text-400-to-bold) !important;
}

.birthday__title {
	color: var(--cards-title) !important;
}

.russia-day__gerb {
	position: absolute;
	top: 25rem;
	right: 0;
}

.victory2024--bg {
	position: absolute;
	z-index: -1;
	bottom: 35rem;
	right: 5rem;
	opacity: var(--opacity-light-half);
}

.science-day-bottom-ball {
	position: absolute;
	z-index: -1;
	left: -40rem;
	bottom: 0;
	width: 1234px;
	height: 1234px;
	transform: rotate(-77deg);
	border-radius: 1234px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 128, 36, 0.50) 0%, rgba(235, 174, 129, 0.00) 100%);
}

.bottom-sc-grid--8march {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 28rem;
}

.science-day-bg-ball-one {
	position: absolute;
	z-index: -3;
	opacity: 0.7;
	bottom: 15rem;
	right: -35rem;
	width: 1619px;
	height: 1619px;
	transform: rotate(90deg);
	flex-shrink: 0;
	border-radius: 1619px;
	background: var(--science-ball-bg-one);
}

.science-day-bg-ball-two {
	position: absolute;
	z-index: -2;
	opacity: 0.7;
	bottom: 15rem;
	right: -35rem;
	width: 1619px;
	height: 1619px;
	transform: rotate(90deg);
	flex-shrink: 0;
	border-radius: 1619px;
	background: var(--science-ball-bg-two);
}

.ceo-photo{
	max-width: 45em;
	margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
	.victory2024--bg {
		width: 70%;
		right: 4rem;
	}

	.top-science-day-octa {
		display: none;
	}

	.ceo-photo{
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.victory2024--bg {
		width: 60%;
		top: 30rem;
	}

	.top-ny-grid,
	.bottom-sc-grid--8march {
		display: none;
	}
	.ceo-photo{
		max-width: 100%;
	}
}

@media screen and (max-width: 430px) {
	.victory2024--bg {
		width: 75%;
	}

	.russia-day__gerb {
		transform: translateX(8rem);
	}
	.ceo-photo{
		max-width: 100%;
	}
}