.header__years80-img {
	position: absolute;
	top: 12px;
	right: 9px;
}
.button--offer-news {
	margin-top: 50px !important;
}
.right-sidebar__container {
	width: 100%;
}
.right-sidebar_img {
	width: 100%;
	height: fit-content;
}
.right-sidebar__container--mobile,
.right-sidebar_img--mobile {
	display: none;
}
@media (max-width: 768px) {
	.right-sidebar__container--mobile,
	.right-sidebar_img--mobile {
		display: flex;
	}
	.right-sidebar_img--mobile {
		height: 350px;
		width: fit-content;
	}
	.right-sidebar__container--mobile {
		align-items: center;
		justify-content: center;
	}
	.button--offer-news {
		margin-top: 0px !important;
	}
	.header__years80-img {
		position: absolute;
		top: 10px;
		right: 85px;
		height: 40px;
		width: fit-content;
	}
	.spoiler-hidden img {
        max-width: 100% !important;
	}
}