@font-face {
	font-family: "ABS Sans";
	src: url("/fonts/abcsans-regular.woff2") format("woff2");
	font-style: normal;
	font-weight: normal;
}

.top__list {
	font-family: "ABC Sans" !important;
	margin-bottom: 80px;
	padding-top: 12px;
	font-size: 18px;
}

@media screen and (max-width: 991px) {
	.top__list {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.top__list {
		margin-bottom: 35px;
	}
}

.top__list .item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}

.top__list .item .place {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
	width: 210px;
}

@media screen and (max-width: 991px) {
	.top__list .item .place {
		width: 150px;
	}
}

.top__list .item .place__num {
	width: 36px;
	font-weight: 500;
}

@media screen and (max-width: 991px) {
	.top__list .item .place__num {
		width: 26px;
		font-size: 14px;
	}
}

.top__list .item .place__avatar {
	width: 40px;
	margin-left: 7px;
}

.top__list .item .place__avatar img {
	width: 100%;
}

.top__list .item .place__name {
	margin-left: 20px;
	font-size: 15px;
}

@media screen and (max-width: 991px) {
	.top__list .item .place__name {
		margin-left: 20px;
	}
}

.top__list .item .progress {
	flex-grow: 1;
	margin-left: 20px;
}

@media screen and (max-width: 991px) {
	.top__list .item .progress {
		margin-left: 10px;
	}
}
.progress {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	border: none;
	box-shadow: none;
}

.progress__bar {
	display: block;
	height: 25px;
	width: 0;
	margin-right: 20px;
	background-color: #5cb95c;
	background-image: linear-gradient(
		45deg,
		rgba(0, 0, 0, 0.1) 25%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, 0.1) 50%,
		rgba(0, 0, 0, 0.1) 75%,
		transparent 75%,
		transparent
	);
	background-size: 40px 40px;
	border-radius: 3px;
	animation: progress-bar-stripes 2s linear infinite;
	transition: 800ms ease-out;
}

.progress__info {
	font-size: 18px;
}

@media screen and (max-width: 991px) {
	.progress__info {
		font-size: 14px;
	}
	.top__list .item {
		flex-direction: column;
	}
	.top__list .item .place {
		width: 100% !important;
	}
	.progress {
		width: 100%;
		margin: 10px 0px;
	}
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

.a1,
.a2 {
	display: none;

	position: absolute;
	right: 10px;
	top: 50%;

	transform: translateY(-50%);
}

@media (max-width: 576px) {
	.a1,
	.a2 {
		display: block;
	}

	#js-headerTop,
	#js-headerBottom {
		position: relative;
	}

	.a1 {
		width: 50px;
	}

	.a2 {
		width: 20px;
	}
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	outline: 0;
	outline-offset: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.my-list {
	display: flex;
	flex-direction: column;
	gap: 26px;

	font-size: 14px;
	font-weight: 700;
}

.my-list li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 26px;
}

.my-list a {
	display: flex;
	align-items: start;
	gap: 10px;
}

.my-list img {
	width: 72px;
	flex-shrink: 0;
}
