video {
	width: 100%;
}

input {
	border: 0;
	outline: 0;
	font-size: var(--ruler) !important;
	padding: var(--ruler);
	background-color: var(--color-bg);
	text-shadow: 1px 1px 0 var(--color-white);
}
@media (min-width: 48em) {
	.Typography_sizeDesktop32__LR_G6 {
		font-size: 2rem;
	}
}
@media (min-width: 48em) {
	.Typography_lineHeightDesktop40__BuoRf {
		line-height: 2.5rem;
	}
}
.Typography_bold__FqafP {
	font-weight: var(--typography-font-weight, bold);
}
.Typography_colourInherit__dfnUx {
	color: inherit;
}
.Typography_base__sj2RP {
	font-family: "ABCSans", sans-serif;
}
* {
	-webkit-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}
.paragraph_paragraph__iYReA:not(:last-child) {
	margin: 1.125rem 0;
}
@media (min-width: 768px) {
	.paragraph_paragraph__iYReA:not(:last-child) {
		margin: 1.5rem 0;
	}
}
* {
	-webkit-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}
.top__list {
	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: rgba(177, 11, 31, 1);
	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;
	}
}

#calculator {
	text-align: center;
	padding: 10px;

	background-color: #fff;
	animation: fadeIn 0.5s ease-in-out;
	width: 100%;
}

#slider-container {
	position: relative;
	margin-bottom: 2px;
	height: 110px;
}

#slider {
	width: 100%;
	/*margin-bottom: 20px;*/
	opacity: 0;
	animation: fadeIn 0.5s ease-in-out 0.5s forwards;
	-webkit-appearance: none;
	appearance: none;
	height: 20px !important;
	background: rgba(177, 11, 31, 1);
	border-radius: 10px;
	outline: none;
	padding: 0;
	position: relative;
	z-index: 2;
}

#slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid rgba(177, 11, 31, 1);
	margin-top: 0px !important;
	z-index: 3;
}

#current-value {
	width: 40%;
	margin: 0 auto;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 16px;
	margin-top: -8px;
	margin-bottom: 10px;
	border-left: 2px solid rgba(177, 11, 31, 1);
	border-right: 2px solid rgba(177, 11, 31, 1);
	border-bottom: 2px solid rgba(177, 11, 31, 1);
}

.slider-labels {
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.slider-labels span {
	position: relative;
}

.slider-labels span::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	background: #000;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
}

.result {
	font-size: 15px;
	margin-bottom: 1px;

	line-height: 25px;

	opacity: 0;
	animation: fadeIn 0.5s ease-in-out 1s forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#calculator {
	text-align: center;
	font-family: "ABCSans", sans-serif;
	background-color: #fff;
	animation: fadeIn 0.5s ease-in-out;
	width: 100%;
	margin: 0 auto;
}
.top__list .item .place__avatar img {
	display: block;
	min-width: 50px !important;
}
.top__list .item .place {
	width: 240px;
}

.form-wrapper {
	max-width: 450px;
	margin-inline: auto;
}

.card-tag:focus-visible {
	color: #333333;
	outline: none;
	scale: 1.05;
}

.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
