.aside-widget.sidebar-offer-wrapper {
	margin-top: 30px;
}
.sidebar-offer {
	background: url('../../images/sidebar/offer/bg.jpg') no-repeat top left / cover;
	padding: 30px 30px 30px 30px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
}
.sidebar-offer::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url('../../images/sidebar/offer/person.png') no-repeat right bottom;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.sidebar-offer > * {
	position: relative;
	z-index: 20;
}
.sidebar-offer__title {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin-top: calc((26px - 20px) * -1);
}
.sidebar-offer__content {
	display: block;
	font-size: 15px;
	line-height: 22px;
	margin-top: calc(15px - 3px);
}
.sidebar-offer__timer {
	margin-top: 15px;
}
.sidebar-offer__timer-title {
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: -4px;
}
.sidebar-offer__timer-body {
	margin: 15px 0px 15px 0px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.timer__item {
	width: 33.3333%;
	height: 60px;
	border-radius: 6px;
	background: var(--color-white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.timer__value {
	font-size: 24px;
	line-height: 18px;
	font-weight: 500;
}
.timer__name {
	font-size: 13px;
	line-height: 13px;
	color: var(--color-gray-11);
	margin-top: 5px;
}
.btn.sidebar-offer__btn {
	width: 100%;
	padding: 14px 16px 15px 16px;
}
@media (max-width: 1240px) {
	.aside-widget.sidebar-offer-wrapper {
		margin-top: 0px;
	}
}
@media (max-width: 768px) {
	.aside-widget.sidebar-offer-wrapper {
		margin-top: 30px;
	}
}