.section_offers
{
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section_offers .before
{
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}

.section_offers .before::before
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 51.5625vw;
	height: 51.5625vw;
	background-color: #f5f2ff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.section_offers .after
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 1px;
}

.section_offers .after::before
{
	content: '';
	display: block;
	position: absolute;
	bottom: var(--global_size_75);
	right: var(--global_size_75);
	width: 15.3645vw;
	height: 15.3645vw;
	background-color: #f5f2ff;
	border-radius: 50%;
}

.section_offers .after::after
{
	content: '';
	display: block;
	position: absolute;
	bottom: var(--global_size_50);
	right: calc(15.3645vw + var(--global_size_60));
	width: 63px;
	height: 63px;
	background-color: #f5f2ff;
	border-radius: 50%;
}

.section_offers .menu .swiper-pagination
{
	position: relative !important;
	bottom: auto !important;
	text-align: center !important;
	font-size: var(--global_font_size_p_small) !important;
	line-height: 1.3 !important;
	background-color: var(--root_color_lead) !important;
	border-radius: 50px !important;
	padding-top: 12px !important;
	padding-right: 12px !important;
	padding-bottom: 12px !important;
	padding-left: 12px !important;
	display: flex !important;
	margin-right: auto !important;
	margin-left: auto !important;
	width: 100% !important;
	align-items: stretch !important;
	justify-content: center !important;
	overflow: hidden !important;
}

.section_offers .menu .swiper-pagination-bullet
{
	background-color: var(--root_color_lead) !important;
	color: var(--root_color_white) !important;
	opacity: 1 !important;
	transition: var(--global_transition) !important;
	width: 100% !important;
	height: auto !important;
	border-radius: 50px !important;
	vertical-align: middle !important;
	box-shadow: none !important;
	display: inline-flex !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	align-items: center !important;
	justify-content: center !important;
	transform: none !important;
	margin-top: 0 !important;
	margin-right: var(--global_size_15) !important;
	margin-bottom: 0 !important;
	margin-left: var(--global_size_15) !important;
}

.section_offers .menu .swiper-pagination-bullet:first-child
{
	margin-left: 0 !important;
}

.section_offers .menu .swiper-pagination-bullet:last-child
{
	margin-right: 0 !important;
}

.section_offers .menu .swiper-pagination-bullet-active
{
	background-color: var(--root_color_light_2) !important;
	color: var(--root_color_black) !important;
	transform: none !important;
}

.section_offers .menu .swiper-pagination-bullet .name
{
	min-width: 220px;
	padding-top: 8px !important;
	padding-right: var(--global_size_30) !important;
	padding-bottom: 8px !important;
	padding-left: var(--global_size_30) !important;
}

/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
	.section_offers .before::before,
	.section_offers .after::before,
	.section_offers .after::after
	{
		display: none;
	}
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
	.section_offers .menu .swiper-pagination
	{
		/* outline: 5px solid var(--root_color_lead);
		outline-offset: -5px; */
	}

	.section_offers .menu .swiper-pagination-bullet
	{
		margin-right: var(--global_size_5) !important;
		margin-left: var(--global_size_5) !important;
		outline: 1px solid rgba(255, 255, 255, 0.25);
		outline-offset: -1px;
		z-index: -1;
	}

	.section_offers .menu .swiper-pagination-bullet .name
	{
		padding-right: var(--global_size_5) !important;
		padding-left: var(--global_size_5) !important;
	}
}

@media screen and (max-width: 360px)
{
}