.roadmap_container {
	background: #030326;
}
.roadmap_content {
	padding: 100px 20px 110px 20px;
  max-width: 1440px;
  margin: 0 auto;
}
.roadmap_header {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5%;
	position: relative;
}
.roadmap_header::before {
	position: absolute;
	content: '';
	width: 35px;
	height: 35px;
	top: 0px;
	right: 47%;
	background: url('../images/white_star.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.roadmap_robot {
	max-width: 45%;
}
.roadmap_main_title {
	max-width: 45%;
}

.roadmap_list_container {
  max-width: 1300px;
  margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.roadmap_live_line {
margin-top: 30px;
border-radius: 14px;
background: #0C0C3A;
box-shadow: -3px 4px 4.8px 0px rgba(37, 70, 255, 0.88) inset, 3px 4px 4.8px 0px rgba(37, 70, 255, 0.88) inset;
width: 12px;
flex-shrink: 0;
}
.roadmap_quarters_list {
	padding-left: 86px;
	list-style: none;
}
.roadmap_quarters_item {
	margin-bottom: 100px;
}
.roadmap_quarter_title {
	position: relative;
color: #FFF;
text-align: center;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 115%;
padding: 15px 0;
width: 315px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 14px;
background: linear-gradient(90deg, rgba(8, 8, 80, 0.16) 0%, rgba(37, 70, 255, 0.34) 48%, rgba(8, 8, 80, 0.16) 100%);
box-shadow: -3px 0px 4.8px 0px rgba(37, 70, 255, 0.88) inset, 3px 0px 4.8px 0px rgba(37, 70, 255, 0.88) inset;
backdrop-filter: blur(4.300000190734863px);
margin-bottom: 40px;
}
.roadmap_quarter_title::after {
content: '';
position: absolute;
top: 50%;
left: -107px;
width: 30px;
height: 30px;
transform: translateY(-50%);
background: #fff;
border-radius: 50%;
filter: drop-shadow(0px 0px 11.6px #FFF);
}
.roadmap_quarter_title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -90px;
	width: 90px;
	height: 2px;
	transform: translateY(-50%);
	background: #203CDC;
	box-shadow: -3px 4px 4.8px 0px rgba(37, 70, 255, 0.88) inset, 3px 4px 4.8px 0px rgba(37, 70, 255, 0.88) inset;
}
.roadmap_quarter_points {
	list-style: none;
	max-width: 900px;
	padding-left: 25px;
}
.roadmap_quarter_points li {
	position: relative;
color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 115%;
margin-bottom: 13px;
}
.roadmap_quarter_points li::before {
	position: absolute;
	content: '';
	top: 9px;
	left: -18px;
	background: #fff;
	border-radius: 50%;
	width: 5px;
	height: 5px;
}
.tg_mini_app_block {
	margin-top: 50px;
}
.tg_mini_app_subtitle {
	color: #FFF;
	font-size: 21.376px;
	font-style: normal;
	font-weight: 500;
	line-height: 115%; 
	margin-bottom: 10px;
}
.tg_mini_app_title {
  padding: 12px 0;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(8, 8, 80, 0.16) 0%, rgba(37, 70, 255, 0.34) 48%, rgba(8, 8, 80, 0.16) 100%);
  box-shadow: -3px 0px 4.8px 0px rgba(37, 70, 255, 0.88) inset, 3px 0px 4.8px 0px rgba(37, 70, 255, 0.88) inset;
  backdrop-filter: blur(4.300000190734863px);
	margin-bottom: 18px;
}
.tg_mini_app_title svg {
	width: 22px;
	margin-right: 3px;
}
.tg_mini_app_title span {
	color: #FFF;
	font-size: 21.376px;
	font-style: normal;
	font-weight: 500;
	line-height: 115%; 
}
@media(max-width: 980px) {
	.roadmap_quarter_points li {
	font-size: 18px;
}
.roadmap_quarter_title {
	font-size: 40px;
	width: 270px;
}
.roadmap_quarters_item {
	margin-bottom: 70px;
}
.roadmap_header::before {
	top: -20px;
	width: 28px;
	height: 28px;
}

}
@media(max-width: 576px) {
	.roadmap_header {
		flex-direction: column;
    gap: 20px;
	}
	.roadmap_robot {
    max-width: 65%;
}
.roadmap_main_title {
	max-width: 55%;
}
	.roadmap_quarter_title {
		font-size: 30px;
		padding: 12px 0;
		width: 200px;
		margin-bottom: 25px;
}
.roadmap_quarters_list {
	padding-left: 40px;
}
.roadmap_quarter_title::before {
	left: -50px;
	width: 50px;
}
.roadmap_quarter_title::after {
	left: -59px;
	width: 26px;
	height: 26px;
}
.roadmap_quarter_points li {
	font-size: 16px;
}
.tg_mini_app_subtitle {
	font-size: 16px;
}
.tg_mini_app_title span {
	font-size: 18px;
}
.tg_mini_app_title svg {
	width: 20px;
	margin-right: 3px;
}
.tg_mini_app_title {
	padding: 10px 0;
    width: 130px;
}
.tg_mini_app_block {
	margin-top: 35px;
}
.roadmap_quarters_item {
	margin-bottom: 40px;
}
.roadmap_content {
	padding: 40px 20px 60px 20px;
}
.roadmap_header::before {
	top: 50%;
	right: auto;
	left: 45px;
}
}
@media(max-width: 450px) {
	.roadmap_quarters_list {
		padding-left: 30px;
}
.roadmap_quarter_title::before {
	left: -40px;
	width: 40px;
}
.roadmap_quarter_title::after {
	left: -49px;
}
.roadmap_quarter_points {
	padding-left: 10px;
}
.roadmap_quarter_points li {
	font-size: 14px;
}
.roadmap_quarter_title {
	font-size: 26px;
	padding: 10px 0;
	width: 165px;
	margin-bottom: 20px;
}
.tg_mini_app_title span {
	font-size: 16px;
}
.tg_mini_app_title svg {
	width: 18px;
	margin-right: 3px;
}
.tg_mini_app_title {
	padding: 7px 0;
	border-radius: 12px;
	width: 120px;
}
.roadmap_quarter_points li {
	margin-bottom: 10px;
}
}
@media(max-width: 350px) {
	.roadmap_quarter_title {
		font-size: 24px;
		padding: 8px 0;
		width: 160px;
		margin-bottom: 16px;
}    
.roadmap_quarter_points {
	padding-left: 5px;
}
.roadmap_quarter_points li::before {
	top: 6px;
	left: -15px;
}
.roadmap_quarter_points li {
	font-size: 12px;
}
.roadmap_content {
	padding: 40px 15px 40px 15px;
}
.roadmap_header {
	margin-bottom: 25px;
}
.roadmap_header::before {
	left: 0px;
	width: 20px;
	height: 20px;
}
}
