.course-options-swiper {
	overflow: visible;
	width: 100%;
}

.course-options-swiper .swiper-wrapper {
	align-items: center;
	flex-direction: column;
}

.course-option-card.swiper-slide {
	width: 320px;
	max-width: 90vw;
	flex-shrink: 0;
}

.course-options-swiper .swiper-slide {
	height: auto;
}

@media (min-width: 903px) {
	.course-options-swiper {
		overflow: visible;
	}
	
	.course-options-grid {
		display: flex;
		flex-direction: row;
		gap: 20px;
		justify-content: center;
	}
	
	.course-option-card.swiper-slide {
		width: 281px;
		max-width: 281px;
		flex-shrink: 0;
	}
}
.order-card {
	width: 100%;
	max-width: 438px;
	margin: 15px auto 30px;
	background: #F2F4FF;
	border-radius: 16px;
	padding: 20px 10px 0px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	/* overflow-x: hidden; */
}


.order-discount-chip {
	display: inline-flex;
	padding: 1px 5px;
	border-radius: 999px;
	background: #B4CD6F;
	color: #fff;
}

.order-product-visual {
	display: flex;
	justify-content: center;
	align-items: center;
}

.order-product-visual img {
	width: 120px;
}

.order-price-banner {

	padding: 1px 11px;
	color: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.order-bottom-badge, .order-price-banner {
	width: calc(100% + 22px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: #B4CD6F;
}
.order-price-line {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.order-price-value {
	font-size: 30px;
	font-weight: 600;
}

.order-price-caption {
	font-size: 16px;
	color: #EFF1F4;
}

.order-price-save {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #EFF1F4;
	width: 100%;
	margin-top: -5px;
}

.order-form-title {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	text-align: center;
	line-height: 1.1;
}

.order-form-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 12px;
}

.order-input {
	width: 100%;
	border: 1px solid #B8B8B8;
	border-radius: 16px;
	padding: 15px 22px;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	background: #F2F4FF;
	/* color: #B8B8B8; */
}

.order-input:focus {
	outline: 2px solid #B4CD6F;
	border-color: #B4CD6F;
	background: #fff;
}
.order-cta {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 4px;
	position: relative;
}

.order-benefit-note {
	text-align: center;
	font-size: 16px;
	color: #222;
	margin: 0;
}

.order-bottom-badge {
	text-align: center;
	background: #E4E5ED;
	font-weight: 600;
	padding: 9px 11px;
	font-size: 16px;
	border-radius: 0 0 16px 16px;
	overflow: hidden;
}


/* @media (max-width: 960px) {
	.order-cta {
		padding-bottom: calc(90px + env(safe-area-inset-bottom));
	}
} */

.order-sticky-footer {
	display: none;
}



/* .order-screen .order-cta::after {
	content: "";
	position: absolute;
	left: -24px;
	right: -24px;
	bottom: -40px;
	height: 220px;
	background: linear-gradient(0deg, #fff 55%, rgba(255, 255, 255, 0));
	pointer-events: none;
	z-index: 1;
} */

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Poppins", sans-serif;
	background: #fff;
	color: #222;
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	/* padding: 16px; */
}

.app-shell {
	width: 100%;
	/* max-width: 480px; */
	margin: 0 auto;
	flex: 1;
}

.quiz-card {
	border-radius: 50px;
	/* box-shadow: 0 24px 60px rgba(25, 57, 47, 0.08); */
	/* min-height: calc(100vh - 32px); */
	display: flex;
	flex-direction: column;


}

.quiz-header {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-12px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 19px;
	padding: 0 17px;
}

.quiz-header.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.back-button {
	position: absolute;
	left: 17px;
	inline-size: 36px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 1.5px solid #B8B8B8;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.back-button:disabled {
	cursor: not-allowed;
	opacity: 0.4;
}

.back-button:not(:disabled):hover {
	border-color: #636363;
}

.back-icon {
	width: 14px;
	height: 12px;
	background: url("") no-repeat center;
	background-size: contain;
	transition: filter 0.2s ease;
}

.back-button:not(:disabled):hover .back-icon {
	/* РћРєСЂР°С€РёРІР°РµРј SVG-СЃС‚СЂРµР»РєСѓ РІ #636363 С‡РµСЂРµР· С„РёР»СЊС‚СЂ */
	filter: brightness(0) saturate(100%) invert(41%) sepia(5%) saturate(904%) hue-rotate(64deg) brightness(104%) contrast(84%);
}

.quiz-logo {
	font-size: clamp(22px, calc(22px + (30 - 22) * ((100vw - 320px) / (600 - 320))), 30px);
	font-weight: 500;
	color: #222;
	line-height: 1;
	  z-index: 6;
}

.quiz-logo b {
	color: #9EB950;
	font-weight: 500;
}

.quiz-step-counter {
	position: absolute;
	right: 17px;
	min-width: 59px;
	height: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #636363;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 2px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease;
}

.quiz-step-counter.is-visible {
	opacity: 1;
	visibility: visible;
}

.quiz-step-counter .counter-current {
	color: #000000;
}

.quiz-progress {
	display: flex;
	gap: 5px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
	padding: 0 17px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-12px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	justify-content: center;
	padding-bottom: 0;
}

.quiz-progress.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.quiz-progress .progress-fill {
	width: 100%;
	height: 10px;
	border-radius: 5px;
	background: #E8EBEF;
	overflow: hidden;
	position: relative;
}

.quiz-progress .progress-fill::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: var(--progress-width, 0%);
	background: #B4CD6F;
	border-radius: 5px;
	transition: width 0.4s ease;
}

.quiz-screen {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 0px;

}

.quiz-screen-item {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	width: 100%;
	padding: 19px 16px;
}

.screen-content {
	display: flex;
	flex-direction: column;
	margin-bottom: 32px;
	width: 100%;

	max-width: 588px;
	margin: 0 auto;
}

.screen-title {
	font-size: clamp(22px, calc(16px + (30 - 22) * ((100vw - 320px) / (600 - 320))), 30px);
	font-weight: 500;
	color: #222;
	line-height: 1.2;
	text-align: center;
	max-width: 588px;
	width: 100%;
	margin: 0 auto;
}

.screen-description {
	/* font-size: clamp(16px, 7vw, 20px); */
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 320px) / (600 - 320))), 20px);
	/* color: #636363; */
	color: #222;
	line-height: 1.3;
	margin-top: 20px;
	text-align: center;
}

.screen-description span {
	color: #9EB950;
}
.quiz-screen-item[data-screen-id="berzeo-solution"] .screen-description span {
	color: #fff;
	background: #B4CD6F;
	border-radius: 100px;
	padding: 1px 4px;
}
.answers-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 20px auto 0;
	max-width: 588px;
	width: 100%;
}

.multi-note {
	font-size: clamp(14px, calc(14px + (25 - 14) * ((100vw - 320px) / (600 - 320))), 25px);
	color: #636363;
	text-align: center;
}

.answer-option {
	border: 1px solid #E8EBEF;
	border-radius: 16px;
	padding: 25px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	background: #fff;
	color: #222222;
	transition: border 0.2s ease, transform 0.2s ease, color 0.2s ease, background 0.3s ease;
}

.answer-option--with-input {
	gap: 12px;
}

.answer-option--with-input .option-label {
	margin-right: 8px;
	white-space: nowrap;
}

.answer-option-input {
	flex: 1;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: transparent;
	min-width: 0;
}

.answer-option-input::placeholder {
	color: #98A1B3;
}

.answer-option:hover {  
	border-color: #B8B8B8;
}

.answer-option.is-selected {
	background: #E0ECBF;
	border-color: transparent;
	/* box-shadow: 0 12px 30px rgba(62, 113, 96, 0.22); */
}

.answer-option.is-multi {
	/* align-items: flex-start; */
	gap: 16px;
}

.portion-size-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
	max-width: none;
	margin-top: 24px;
}

.portion-card {
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	gap: 18px;
	padding: 24px 18px 30px;
	min-height: 100%;
}

.portion-image {
	width: 100%;
	max-width: 220px;
	aspect-ratio: 1;
	border-radius: 24px;
	overflow: hidden;
	background: #f3f7e8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.portion-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.quiz-screen-item.info {
	color: #222;
}
.portion-label {
	font-size: 20px;
	font-weight: 500;
	color: #222;
	display: block;
	font-family: "Poppins", sans-serif;
}

.portion-card .option-radio {
	margin: 0 auto;
}

/* @media (max-width: 640px) {
	.portion-size-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
} */

.option-label {
	font-size: 16px;
	font-weight: 500;
	margin-right: 16px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	color: #222222;
}

.field .primary-button {
	margin-top: 20px;
}

.option-radio {
	width: 24px;
	height: 24px;
	min-width: 24px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid #B8B8B8;
	background: #fff;
	display: grid;
	place-items: center;
	transition: background 0.2s ease, border 0.2s ease;
	display: none;
	position: relative;
}

.option-radio::after {
	content: "";
	width: 7px;
	height: 10px;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	transform: rotate(45deg);
	transition: border 0.2s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -4px;
}

.answer-option.is-selected .option-radio {
	background: #B4CD6F;
	border-color: #B4CD6F;
}

.answer-option.is-multi .option-radio {
	/* border-radius: 6px; */
	display: block;
}

.answer-option.is-selected .option-radio::after {
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}

.multi-groups {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* .group-block {
	border: 1px solid #e5eee8;
	border-radius: 18px;
	padding: 18px;
	background: #fcfefd;
} */

.group-title {
	font-size: clamp(14px, calc(14px + (16 - 14) * ((100vw - 320px) / (600 - 320))), 16px);
	font-weight: 400;
	color: #636363;
	margin-bottom: 12px;
	text-transform: uppercase;
	margin: 20px 0 15px;
}

.group-block .answers-list {
	margin: 0;
}

.primary-button, .order-submit-button {
	width: 100%;
	max-width: 588px;
	border: none;
	background: #B4CD6F;
	color: #fff;
	border-radius: 100px;
	padding: 18px 20px;
	font-size: 16px;
	font-weight: 700;
	min-height: 56px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	font-family: "Poppins", sans-serif;
}

.primary-button:disabled {
	background: #D4DBC2;
	cursor: not-allowed;
}

.primary-button:not(:disabled):hover, .order-submit-button:not(:disabled):hover {
	background: #C9E37F;
}

.primary-button:not(:disabled):active, .order-submit-button:not(:disabled):active {
	background: #A8C25F;
}

/* .primary-button[data-action="next"]::after { */
.primary-button:not(.primary-button.order-submit-button)::after {
	content: "";
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6H11M11 6L6 1M11 6L6 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 10px;
}

.input-field {
	display: flex;
	flex-direction: column;
	/* gap: 8px; */
	margin-top: 20px;
	border: 1px solid #E8EBEF;
	border-radius: 16px;
	padding: 0 20px 29px;
margin-bottom: 20px;
}

.input-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 00px 10px;
	/* border: 1px solid #E8EBEF; */
	border-bottom: 0;
	/* border-radius: 16px 16px 0 0; */
	position: relative;
	max-width: 588px;
	width: 100%;
	margin: 0 auto;
}

.input-footer {
	/* border-left: 1px solid #E8EBEF; */
	/* border-right: 1px solid #E8EBEF; */
	width: 100%;
	text-align: center;
	font-size: clamp(12px, 7vw, 16px);
	color: #636363;
	margin: 0;
	line-height: 1.3;
}


.input-footer.is-error {
	color: #F35B5C;
	font-weight: 600;
	animation: inputErrorShake 0.5s ease;
}

@keyframes inputErrorShake {
	0% { transform: translateX(0); }
	20% { transform: translateX(-4px); }
	40% { transform: translateX(4px); }
	60% { transform: translateX(-3px); }
	80% { transform: translateX(3px); }
	100% { transform: translateX(0); }
}

@keyframes inputErrorPulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.02); }
	100% { transform: scale(1); }
}

.input-wrapper input {
	width: 100%;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #E8EBEF;
	font-size: 22px;
	line-height: 1.3;
	padding-bottom: 6px;
	font-weight: 500;
	outline: none;
	transition: border 0.2s ease, box-shadow 0.2s ease;
	appearance: none;
	text-align: center;
}

.input-wrapper input[type="number"]::-webkit-outer-spin-button,
.input-wrapper input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input-wrapper input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
}

.input-unit {
	position: absolute;
	right: 20px;
	font-size: 22px;
	top: 59%;
	transform: translateY(-50%);
	color: #222;
	font-weight: 500;
}

.height-unit-selector {
	position: absolute;
	right: 20px;
	top: 59%;
	transform: translateY(-50%);
}

.unit-button {
	display: flex;
	align-items: center;
	gap: 6px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	font-size: 22px;
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.unit-text {
	display: inline-block;
}

.unit-chevron {
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.height-unit-selector.is-open .unit-chevron {
	transform: rotate(180deg);
}

.unit-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 8px;
	background: #ffffff;
	border: 1px solid #E8EBEF;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	display: none;
	flex-direction: column;
	min-width: 80px;
	z-index: 10;
	overflow: hidden;
}

.height-unit-selector.is-open .unit-dropdown {
	display: flex;
}

.unit-option {
	padding: 10px 16px;
	border: none;
	background: transparent;
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	color: #222;
	font-family: 'Poppins', sans-serif;
	transition: background 0.2s ease;
}

.unit-option:hover {
	background: #f5f5f5;
}

.unit-option.is-selected {
	background: #B4CD6F;
	color: #fff;
}


.consent-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.3;
	color: #636363;
}

.quiz-screen-item.info .screen-title,
.quiz-screen-item.info .screen-description {
	text-align: left;
}

.info-image {
	border-radius: 16px;
	max-width: 100%;
}

.consent-label input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	margin-top: 2px;
	border-radius: 5px;
	border: 1px solid #E8EBEF;
	background: #ffffff;
	cursor: pointer;
	position: relative;
}

.consent-label input[type="checkbox"]:checked {
	background: #B4CD6F;
	border-color: #B4CD6F;
}

.consent-label input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 8px;
	height: 14px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}






.bmi-gauge-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
	border: 1px solid #e8ebef;
	border-radius: 16px
}

.bmi-gauge-shell {
	width: min(100%, 415px);
	/* border: 1px solid #e8ebef; */
	/* border-radius: 12px 12px 0 0; */
	border-bottom: 0;
	padding-top: 30px;
	position: relative;
	background: #fdfdfd;
	overflow: hidden;

}

.bmi-gauge-svg {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
	margin-top: -100px;
}

.bmi-gauge-ticks {
	position: absolute;
	top: 92px;
	left: 50%;
	width: calc(100% - 120px);
	height: 150px;
	transform: translateX(-50%);
	z-index: 0;
	pointer-events: none;
}

.bmi-gauge-ticks span {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 12px;
	background: rgba(255, 255, 255, 0.95);
	transform-origin: center 130px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

.bmi-gauge-ticks span:nth-child(1) {
	transform: translateX(-50%) rotate(-170deg) translateY(-130px);
}

.bmi-gauge-ticks span:nth-child(2) {
	transform: translateX(-50%) rotate(-135deg) translateY(-130px);
}

.bmi-gauge-ticks span:nth-child(3) {
	transform: translateX(-50%) rotate(-90deg) translateY(-130px);
}

.bmi-gauge-ticks span:nth-child(4) {
	transform: translateX(-50%) rotate(-55deg) translateY(-130px);
}

.bmi-gauge-ticks span:nth-child(5) {
	transform: translateX(-50%) rotate(-10deg) translateY(-130px);
}

.bmi-gauge-track,
.bmi-gauge-progress {
	fill: none;
	stroke-width: 30;
	stroke-linecap: round;
}

.bmi-gauge-track {
	stroke: #e8ebef;
}

.bmi-gauge-progress {
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	transition: stroke-dashoffset 0.6s ease;
}

.bmi-gauge-thumb {
	fill: #E8EBEF;
	stroke: #fff;
	stroke-width: 5;
	filter: drop-shadow(0px 8px 8px rgba(13, 10, 44, 0.08));
}

.bmi-gauge-value {
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.bmi-gauge-number {
	font-size: 30px;
	font-weight: 500;
	color: #222;
}

.bmi-gauge-label {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #222;
	margin-top: -10px;
}

/* .bmi-gauge-scale {
	position: absolute;
	top: 32px;
	left: 50%;
	width: calc(100% - 80px);
	height: 190px;
	transform: translateX(-50%);
	font-size: 12px;
	color: #6d737b;
	font-weight: 600;
	pointer-events: none;
} */

/* .bmi-gauge-scale span {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform-origin: center 150px;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
}

.bmi-gauge-scale span:nth-child(1) {
	transform: translateX(-50%) rotate(-170deg) translateY(-150px) rotate(170deg);
}

.bmi-gauge-scale span:nth-child(2) {
	transform: translateX(-50%) rotate(-135deg) translateY(-150px) rotate(135deg);
}

.bmi-gauge-scale span:nth-child(3) {
	transform: translateX(-50%) rotate(-90deg) translateY(-150px) rotate(90deg);
}

.bmi-gauge-scale span:nth-child(4) {
	transform: translateX(-50%) rotate(-55deg) translateY(-150px) rotate(55deg);
}

.bmi-gauge-scale span:nth-child(5) {
	transform: translateX(-50%) rotate(-10deg) translateY(-150px) rotate(10deg);
} */

.bmi-gauge-metrics {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	position: relative;
	/* border: 1px solid #e8ebef; */
	border-top: 0;
	/* border-radius: 0 0 12px 12px; */
	/* padding-bottom: 30px;
	padding-top: 12px; */
	padding: 12px 27px 30px;
}

.bmi-gauge-metrics::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 54px);
	height: 1px;
	background: #e8ebef;
}

.bmi-metric {
	flex: 1;
	text-align: center;
}

.bmi-metric-value {
	font-size: clamp(24px, 7vw, 30px);
	font-weight: 500;
	color: #222;
}

.bmi-metric-label {
	font-size: 16px;
	color: #636363;
	margin-top: -12px;
	text-align: center;
}

.bmi-gauge-text {
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 320px) / (600 - 320))), 20px);
	line-height: 1.3;
	color: #222;
	text-align: left;
	margin-bottom: 20px;
	padding: 0 10px;

}
.bmi-gauge-text p {
	font-weight: 600;
}
.info-list {
	margin: 0;
	padding-left: 0;
	color: #222;
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 320px) / (600 - 320))), 20px);
	line-height: 1.3;
	margin-top: 20px;
	/* list-style: none; */
}



.info-list li+li {
	margin-top: 12px;
}

.info-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.bmi-gauge-card .info-list li {
	position: relative;
	padding-left: 14px;
}

.bmi-gauge-card .info-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #222;
	transform: translateY(-50%);
}

.info-list .step-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	margin-top: 2px;
}

.info-list .step-icon.check {
	background: #B4CD6F;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.info-list .step-text {
	flex: 1;
	color: #222;
	line-height: 1.5;
}

.strikethrough-diagonal {
	position: relative;
	display: inline-block;
}
span.strikethrough-diagonal {
	color: #222
}
.strikethrough-diagonal::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #222;
	transform: rotate(-7deg);
	transform-origin: center;
}

/* .bmi-gauge-scale {
	top: 32px;
	width: calc(100% - 80px);
	height: 190px;
	font-size: 12px;
	color: #6d737b;
} */

.bmi-gauge-scale {
	width: 100%;
	margin: -21% 0 10px;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #7a8087;
	text-align: center;

}

.bmi-gauge-scale span {
	flex: 1;
}

.bmi-gauge-ticks {
	display: none;
}

/* Progress Hold Screen */
.quiz-screen-item.progressHold {

	padding: 40px 20px;
}

.quiz-screen-item.progressHold .screen-description {
	color: #222;
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 320px) / (600 - 320))), 20px);
	line-height: 1.6;
	/* margin-bottom: 40px; */
}

.circular-progress-container {
	position: relative;
	width: clamp(175px, calc(175px + (22 - 224) * ((100vw - 320px) / (600 - 320))), 224px);
	aspect-ratio: 1;
	margin: 40px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circular-progress {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.progress-track {
	opacity: 0.2;
	stroke-width: 14px;
}

.progress-fill {
	transition: stroke-dashoffset 0.3s ease;
	stroke-width: 14px;
}

.progress-percentage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: clamp(30px, calc(30px + (34 - 30) * ((100vw - 320px) / (600 - 320))), 34px);
	font-weight: 500;
	color: #222;
	font-family: 'Poppins', sans-serif;
}

.progress-status {
	text-align: center;
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 320px) / (600 - 320))), 20px);
	color: #636363;
	/* margin-top: 20px; */
	font-family: 'Poppins', sans-serif;
}

@media (min-width: 768px) {
	.circular-progress-container {
		width: 320px;
		height: 320px;
	}

	.input-wrapper input,
	.input-unit,
	.unit-button {
		font-size: 30px;
	}

	.progress-track {
		stroke-width: 16px;
	}

	.progress-fill {
		stroke-width: 16px;
	}
}



.final-steps {
	list-style: none;
	padding-left: 0;
	margin: 0 0 20px;
	color: #222;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.final-steps li {
	line-height: 1.4;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.final-steps .step-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	margin-top: 2px;
}

.final-steps .step-icon.check {
	background: #B4CD6F;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.final-steps .step-icon:not(.check) {
	background: #B8B8B8;
	color: #fff;
}

.final-steps .step-text {
	flex: 1;
	color: #222;
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 320px) / (600 - 320))), 20px);
	line-height: 1.3;
	font-weight: 400;
}

.quiz-screen-item.intro {
	background: #F2F4FF;
	margin: 0 15px 16px;
	padding: 29px 20px 22px;
	width: auto;
	max-width: 100%;
	border-radius: 25px;
	justify-content: space-between;
}

.intro.quiz-screen-item {
	max-width: none;
	margin-top: 18px;
	overflow-y: auto;
}

.intro.quiz-screen-item .screen-content {
	margin-bottom: 24px;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}


.intro.quiz-screen-item .screen-title {
	/* font-size: clamp(30px, 7vw, 45px); */
	font-size: clamp(30px, calc(30px + (45 - 30) * ((100vw - 320px) / (960 - 320))), 45px);
	text-align: left;
	font-weight: 700;
	margin: 0;
	margin-top: 44px;
}

.intro.quiz-screen-item .screen-title .title-prefix {
	font-size: calc(100% / 1.5);
}

.intro.quiz-screen-item .screen-description {
	font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 320px) / (600 - 320))), 22px);
	margin-top: 19px;
	text-align: left;
	font-weight: 500;
	line-height: 1.3;
	max-width: none;
	color: #222;
}
.intro.quiz-screen-item .box {
	display: flex;
	flex-direction: column;
	z-index: 5;
}
.intro.quiz-screen-item .box-img--mob {
	position: absolute;
	bottom: 0;
	z-index: -1;
	left: 57%;
	transform: translateX(-50%);
	max-width: calc(100% + 140px);
}

.intro.quiz-screen-item .box-descr {
	width: 100%;
}

.intro.quiz-screen-item .box-img {
	display: none
}

.intro.quiz-screen-item .primary-button {
	width: 100%;
	max-width: 360px;
	margin: 20px auto 0;
	display: block;
}

.screen-content {
	margin-bottom: 36px;
}



@media (min-width: 768px) {
	/* body {
		padding: 32px;
		align-items: center;
	}

	.app-shell {
		max-width: 720px;
	} */

	/* .quiz-card {
		padding: 32px 28px 40px;
		border-radius: 32px;
		min-height: 640px;
	} */

	/* .quiz-header {
		margin-bottom: 20px;
	} */

	.quiz-progress {
		gap: 16px;
		/* max-width: 680px; */
	}

	/* .quiz-screen {
		margin-top: 48px;
	} */

	.screen-title {
		text-align: center;
	}

	.screen-description {
		text-align: center;
	}

	.intro.quiz-screen-item .screen-description {
		text-align: left;
		margin-top: 22px;
	}
}

/* @media (min-width: 1024px) {
	.intro.quiz-screen-item .quiz-logo {
	text-align: left;
}
	.app-shell {
		max-width: 960px;
	}

	.quiz-screen-item {
		max-width: 588px;
		margin: 0 auto;
	}

	.screen-title {
		font-size: 38px;
	}

	.quiz-logo {
		font-size: 20px;
	}
} */

/* @media (min-width: 1280px) {
	body {
		padding: 40px;
	}

	.app-shell {
		max-width: 1140px;
	}

	.screen-title {
		font-size: 40px;
	}

	.quiz-screen {
		margin: 61px auto 0;
	}

	.intro.quiz-screen-item .box {
		flex-direction: row;
		align-items: center;
		gap: 48px;
	}

	.intro.quiz-screen-item .box-descr {
		width: 45%;
		max-width: 520px;
	}

	.intro.quiz-screen-item .box-img {
		width: 55%;
		max-width: 860px;
		margin-left: -4%;
	}

	.intro.quiz-screen-item .screen-title {
		font-size: clamp(34px, 3vw, 45px);
		text-align: left;
	}

	.intro.quiz-screen-item .screen-description {
		font-size: clamp(18px, 1.5vw, 22px);
	}

	.intro.quiz-screen-item .primary-button {
		max-width: 350px;
	}
	.intro.quiz-screen-item {
		background: #F2F4FF;
		border-radius: 50px;
	}

} */
.quiz-screen-item[data-field="height"] .input-footer,
.quiz-screen-item[data-field="weight"] .input-footer {
	padding-bottom: 0;
}

/* Weight Loss Chart Styles */
.weight-loss-chart-container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0;
	border: 1px solid #E8EBEF;
	border-radius: 16px;
	padding: 10px;
	margin-top: 25px;
}

.weight-loss-chart {
	width: 100%;
	height: 300px;
	margin-bottom: 24px;
}

.weight-loss-values {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 16px;
	position: relative;
}
.weight-loss-values:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 1px;
	background: #E8EBEF;
}
.weight-loss-value {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.weight-loss-number {
	font-size: clamp(22px, calc(22px + (30 - 22) * ((100vw - 320px) / (600 - 320))), 30px);
	font-weight: 500;
	color: #222;
	line-height: 1.2;
}

.weight-loss-unit {
	font-size: 16px;
	color: #222;
	margin-top: 4px;
}

.weight-loss-separator {
	font-size: 30px;
	font-weight: 600;
	color: #222;
	margin-top: -28px;
}

@media (min-width: 768px) {
	.weight-loss-chart {
		height: 350px;
	}
}

.quiz-screen-item[data-screen-id="food-volume"] .info-list {
	border: 1px solid #E8EBEF;
	border-radius: 16px;
	padding: 10px;
	list-style: none;
}

.quiz-screen-item[data-screen-id="food-volume"] .info-list li {
	display: flex;
	align-items: center;
	column-gap: 10px;
}


/* .quiz-screen-item[data-screen-id="berzeo-composition"] .screen-title span, .quiz-screen-item[data-screen-id="bonus-books"] .screen-title span */
.screen-title span {
	color: #9EB950;
}



.quiz-screen-item .negative-list {
	list-style: none;
	padding-left: 0;
}

.quiz-screen-item .negative-list li {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.quiz-screen-item .negative-list li span {
	width: calc(100% - 24px);
	min-width: 0;
	display: block;
	color: #222;
}

.quiz-screen-item .negative-list li div {
	background: #F53538;
	border-radius: 50%;
	aspect-ratio: 1;
	width: 24px;
	min-width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quiz-screen-item .negative-list li div img {
	max-width: 28.6px;
	aspect-ratio: 1;
}

.app-shell,
.quiz-card {
	height: 100%;
	min-height: 100%;
}

/* Р”Р»СЏ РёРЅС‚СЂРѕ-СЌРєСЂР°РЅР° РІС‹СЃРѕС‚Р° РєР°СЂС‚РѕС‡РєРё РЅРµ С„РёРєСЃРёСЂСѓРµС‚СЃСЏ РЅР° 100% */

.quiz-card {
	overflow: hidden;
}

.quiz-screen-item:not(.intro) {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.quiz-screen {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}
.quiz-screen-item:not(.intro) .screen-content {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	margin-bottom: 0;
	padding-bottom: 80px;
	width: 100%;
	height:100%;
	max-height:100%;
}
.quiz-screen-item:not(.intro) .screen-content::-webkit-scrollbar {
	width: 4px;
}

.quiz-screen-item:not(.intro) .screen-content::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 100px;
}

.quiz-screen-item:not(.intro)::after {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 140px;
	background: linear-gradient(0deg, #fff 55%, rgba(255, 255, 255, 0));
	pointer-events: none;
	z-index: 1;
}

.quiz-screen-item:not(.intro) .primary-button {
	position: relative;
	/* 56px в‰€ РІС‹СЃРѕС‚Р° header + progress РЅР° РјРѕР±РёР»СЊРЅС‹С… + РґРѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹Р№ РѕС‚СЃС‚СѓРї */
	/* bottom: calc(56px + env(safe-area-inset-bottom)); 
	bottom: calc(16px + env(safe-area-inset-bottom));*/
	margin-left: auto;
	margin-right: auto;
		margin-top: 0;
	z-index: 2;
}


html,
	body {
		height: 100%;
	min-height: 100%;
	}
	
	body {
		overflow: hidden;
		background: #fff;
	}
@media (max-width: 959px) {

	html,
	body {
		height: 100%;
	min-height: 100%;
	}
	
	body {
		overflow: hidden;
		background: #fff;
	}


	.quiz-card {
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.quiz-header,
	.quiz-progress {
		flex-shrink: 0;
		z-index: 3;
		background: #fff;
	}



	.quiz-screen-item {
		min-height: 0;
		height: 100%;
		justify-content: flex-start;
		position: relative;
		overflow: hidden;
	}



	

	.quiz-screen-item .screen-content::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0.1);
		border-radius: 100px;
	}

	.quiz-screen-item::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 140px;
		background: linear-gradient(0deg, #fff 55%, rgba(255, 255, 255, 0));
		pointer-events: none;
		z-index: 1;
	}

	.quiz-screen-item .primary-button {
		position: relative;
		/* 56px в‰€ РІС‹СЃРѕС‚Р° header + progress РЅР° РјРѕР±РёР»СЊРЅС‹С… + РґРѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹Р№ РѕС‚СЃС‚СѓРї 
		bottom: calc(56px + env(safe-area-inset-bottom));*/
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		z-index: 5;
	}
	body.ios-safari .quiz-screen-item:not(.intro) .screen-content {
		padding-bottom: 110px;
	}
	/* Safari РЅР° iPhone - РѕРїСѓСЃРєР°РµРј РєРЅРѕРїРєСѓ (РєСЂРѕРјРµ РїРµСЂРІРѕРіРѕ СЌРєСЂР°РЅР°) */
	/* Chrome РЅР° iPhone - РїСЂРёРїРѕРґРЅРёРјР°РµРј РєРЅРѕРїРєСѓ */
	/* body.ios-chrome .quiz-screen-item .primary-button {
		bottom: calc(112px + env(safe-area-inset-bottom));
	} */
	/* body.ios-chrome .quiz-screen-item.intro .primary-button {
		bottom: calc(200px + env(safe-area-inset-bottom));
	} */
	/* body.ios-chrome .quiz-header {
		margin-top: 30px;
	} */
	/* body.ios-chrome .quiz-screen-item {
		height: calc(100% - 64px);
	} */
	/* body.ios-chrome .quiz-screen-item .screen-content {
		height: calc(100% - 64px);
	} */

	body.ios-chrome .quiz-screen-item::after, body.ios-safari .quiz-screen-item::after {
		height: 120px;
	}
	/* .quiz-screen-item[data-screen-id="weight-loss-insight"] .screen-content {
		padding-bottom: 60px;
	}
	body.ios-chrome .quiz-screen-item[data-screen-id="final-screen"] .screen-content {
		padding-bottom: 80px;
	} */

.quiz-screen-item[data-screen-id="order-screen"] {
	/*display: flex;*/
	flex-direction: column;
}

.quiz-screen-item[data-screen-id="order-screen"] .screen-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	padding-bottom: 170px;
}

.quiz-screen-item[data-screen-id="order-screen"] .order-card {
	flex-shrink: 0;
}

body.ios-chrome .quiz-screen-item[data-screen-id="order-screen"]::after,
body.ios-safari .quiz-screen-item[data-screen-id="order-screen"]::after,
.quiz-screen-item[data-screen-id="order-screen"]::after {
	height: 210px;
}

}

/* Course Options Screen */



.bonus-gift {
	display: flex;
	flex-direction: column;
	gap: 15px;
	/* border: 1px solid #E8EBEF;
	border-radius: 24px;
	padding: 28px 24px 32px;
	background: #fff; */
}

.bonus-gift-header {
	display: flex;
	flex-direction: column;
	gap: 12px;
}


.bonus-gift-highlight {
	background: #B4CD6F;
	border-radius: 16px;
	padding: 9px 10px;
	font-weight: 400;
	color: #fff;
	font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 320px) / (600 - 320))), 22px);
}
.bonus-gift-highlight .strikethrough-diagonal {
	color:#fff;
}
.bonus-gift-highlight .strikethrough-diagonal::after {

	background: #fff;
}
.bonus-gift-highlight s {
	font-weight: 300;
}
.bonus-gift-body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}


.bonus-book-list {
	border: 1px solid #E8EBEF;
	border-radius: 16px;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.bonus-book-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 320px) / (600 - 320))), 20px);
	color: #222;
}

.book-cover {
	width: 90px;
}
.book-text {
	flex: 1;
}
.book-cover img {
	display: block;
	width: 100%;
	height: auto;
}

.book-text strong {
	font-weight: 700;
}

.bonus-gift-description {
	font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 320px) / (600 - 320))), 22px);
	color: #222;
}


@media (min-width: 768px) {
	.bonus-gift-body {
		gap: 24px;
	}

	.bonus-book-list {
		flex: 1;
	}
	.input-wrapper input {
		text-align: left;
	}
}

/* Final Screen Swiper */
.final-swiper-wrapper {
	width: 100%;
	margin-bottom: 20px;
}

.final-swiper {
	width: 100%;
	overflow: visible;
}

.final-swiper .swiper-wrapper {
	overflow: visible;
}

.final-swiper .swiper-slide {
	width: auto !important;
	height: auto !important;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
	align-self: flex-start;
}

.final-video-wrapper {
	position: relative;
	display: inline-block;
	border-radius: 8px;
	overflow: hidden;
	line-height: 0;
	background: url("") center center / cover no-repeat;
}

.final-video-wrapper .final-video {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
	  transform: scaleX(-1);
}

.final-swiper .swiper-slide img.final-image {
	display: block;
	width: auto;
	height: auto;
	max-width: none;
}

.video-duration {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	z-index: 3;
}

.quiz-screen-item.final .screen-title {
	text-align: left;
	font-weight: 500;
}

.quiz-screen-item.final .screen-description {
	text-align: left;
}

.video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
	z-index: 2;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.video-play-button:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.video-play-button.hidden {
	opacity: 0;
	pointer-events: none;
}

.counter-total {
	color: #B8B8B8;
}

.quiz-screen-item.info .screen-title {
	margin-top: 10px;
}

@media (min-width: 960px) {
  body.intro-active .quiz-card, body.ios-chrome .quiz-card {
	min-height: 0;
  }
	/* РўРѕР»СЊРєРѕ С‚Рµ РѕРїРёСЃР°РЅРёСЏ, РєРѕС‚РѕСЂС‹Рµ СЃСЂР°Р·Сѓ СЃР»РµРґСѓСЋС‚ Р·Р° Р·Р°РіРѕР»РѕРІРєРѕРј */
	.screen-title + .screen-description {
		max-width: 588px;
		margin: 0 auto;
	}
	.quiz-screen-item[data-screen-id="metabolic-balance"] .screen-description, .quiz-screen-item[data-screen-id="berzeo-solution"] .screen-description, .quiz-screen-item[data-screen-id="berzeo-composition"] .screen-description, .quiz-screen-item[data-screen-id="final-screen"] .screen-description {
		margin-top: 20px;
	}
	.quiz-header {
		margin-top: 32px;
	}
	.quiz-step-counter {
		font-size: 18px;
	}
	.quiz-screen-item[data-screen-id="diet-overview"] {
		margin: 0 auto;
	}
	.book-cover {
		width: 100px;
	}
	.bonus-book-list {
		padding: 20px;
	}
	.bonus-gift, .bonus-gift-header {
		gap: 20px;
	}
	.primary-button, .order-submit-button  {
		min-height: 65px;
		font-size: 18px;
	}
	.primary-button::after {
		margin-left: 0;
	}
	.field .primary-button {
		margin-top: 50px;
	}
	.quiz-screen-item.info .screen-title {
		margin-top: 20px;
	}
	.quiz-screen-item.order-screen .screen-title {
		font-weight: 600;
		text-align: center;
		max-width: 438px;
	}
	.order-cta {
		gap: 20px;
	}
	.quiz-screen-item.order-screen .screen-description {
		text-align: center;
		max-width: 438px;
		margin: 10px auto 0;
		font-size: 22px;
	}
	.order-bottom-badge, .order-price-banner {
		width: calc(100% + 56px);
	}
	.order-card {
		padding: 20px 27px 0;
		margin-top: 20px;
	}
	
	.meal-time-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.quiz-screen-item[data-screen-id="diet-overview"] .multi-groups {
		flex-direction: row;
		justify-content: flex-start;
	}

	.quiz-screen-item[data-screen-id="test-info"] .info-list {
		text-align: left;
	}


	.quiz-screen-item[data-screen-id="diet-overview"] .multi-groups {
		flex-wrap: wrap;
		gap: 20px;
	}

	.quiz-screen-item[data-screen-id="diet-overview"] .group-block {
		flex: 0 0 calc(50% - 10px);
		max-width: 588px;
	}

	.quiz-screen-item[data-screen-id="diet-overview"] .screen-description {
		text-align: center;
		font-size: 22px;
		color: #636363;
		margin-top: 15px;
	}

	.group-title {
		margin: 40px auto 25px;
	}
	.meal-column-title {
		margin: 25px 0 10px;
	}
	.multi-note {
		margin-top: 15px;
	}
	.quiz-screen-item[data-screen-id="food-volume"] .info-list {
		padding: 25px 20px;
		flex-wrap: wrap;
		display: flex;
		gap: 25px;
	}

	.quiz-screen-item[data-screen-id="food-volume"] .info-list li {
		width: calc(50% - 12.5px);
		column-gap: 20px;
		margin-top: 0;
		align-items: flex-start;
	}

	.quiz-screen-item[data-screen-id="food-volume"] .info-list li div {
		width: 55px;
	}

	.quiz-screen-item[data-screen-id="food-volume"] .info-list li div img {
		max-width: 35px;
	}

	.quiz-screen-item.intro {
		padding: 38px 0 78px 85px;
		max-width: 100%;
		width: 1200px;
		overflow: hidden;
		margin: 38px auto 0;
	}

	.intro.quiz-screen-item .box-img {
		display: block;
		margin: -82px 0 -179px auto;
		;
	}
.intro.quiz-screen-item .box-img--mob {
		display: none;
	}
	.intro.quiz-screen-item .box {
		flex-direction: row;
		align-items: center;
	}

	.intro.quiz-screen-item .primary-button {
		margin: 38px 0 0;
	}

	.intro.quiz-screen-item .screen-content {
		margin-bottom: 0;
	}

	.intro.quiz-screen-item .box-descr {
		margin-right: -40px;
	}

	.option-label {
		font-size: 20px;
		/* padding: 29px 24px; */
		line-height: 1;
	}

	.answer-option {
		min-height: 84px;
		padding-left: 24px;
	}

	.answers-list {
		margin-top: 25px;
	}

	.quiz-screen-item {
		padding-top: 30px;
	}

	.input-field {
		margin-top: 25px;
		padding: 10px 56px 48px;
	}

	.consent-label {
		font-size: 16px;
	}

	.field .order-submit-button {
		margin-top: 25px;
	}

	.bmi-gauge-metrics {
		padding: 25px 140px 50px;
	}

	.bmi-gauge-metrics::before {
		width: calc(100% - 112px);
	}

	.bmi-gauge-card {
		margin-top: 25px;
	}
}


.intro.quiz-screen-item .primary-button {
		position: static;
}
.intro.quiz-screen-item::after {
	display: none;
}


@media (max-height: 450px) and (max-width: 960px) {

	.intro.quiz-screen-item .screen-title, .intro.quiz-screen-item .screen-description, .intro.quiz-screen-item .primary-button {
		margin: 17px 0 0;
	}
	.intro.quiz-screen-item .screen-title {
		font-size: 43px;
	}
	.intro.quiz-screen-item .screen-description {
		font-size: 19px;
	}
	.intro.quiz-screen-item .screen-content {
		margin-bottom: 0px;
	}
}
@media (max-height: 415px) and (max-width: 960px) {

	.intro.quiz-screen-item .screen-title, .intro.quiz-screen-item .screen-description, .intro.quiz-screen-item .primary-button {
		margin: 17px 0 0;
	}
	.intro.quiz-screen-item .screen-title {
		font-size: 30px;
	}
	.intro.quiz-screen-item .screen-description {
		font-size: 19px;
	}
	.intro.quiz-screen-item .screen-content {
		margin-bottom: 0px;
	}
}
@media (max-height: 376px) and (max-width: 960px) {
	.quiz-screen-item.intro {
		padding: 10px;
		margin: 10px;
	}
	.intro.quiz-screen-item .screen-title, .intro.quiz-screen-item .screen-description, .intro.quiz-screen-item .primary-button {
		margin: 10px 0 0;
	}
	.intro.quiz-screen-item .screen-title {
		font-size: 30px;
	}
	.intro.quiz-screen-item .screen-description {
		font-size: 19px;
	}
	.intro.quiz-screen-item .screen-content {
		margin-bottom: 0px;
	}
}
@media (max-height: 600px) and (min-width: 960px) {
	.quiz-screen-item.intro {
		padding: 10px;
		margin: 10px;
	}
	.intro.quiz-screen-item .screen-title, .intro.quiz-screen-item .screen-description, .intro.quiz-screen-item .primary-button {
		margin: 10px 0 0;
	}
	/* .intro.quiz-screen-item .screen-title {
		font-size: 35px;
	}
	.intro.quiz-screen-item .screen-description {
		font-size: 19px;
	} */
	.intro.quiz-screen-item .box-img {
		width: 600px;
	}
}
@media (max-height: 700px) and (min-width: 960px) {
  .quiz-screen-item.intro {
	overflow-y:auto;
	margin: 10px;
	padding: 20px 0 20px 20px;
	max-width:calc(100% - 20px)
  }
}
/* @media (max-height: 350px) and (max-width: 960px) {

	.intro.quiz-screen-item .screen-title {
		font-size: 25px;
	}
	.intro.quiz-screen-item .screen-description {
		font-size: 17px;
	}
} */
/* РўРµР»РµС„РѕРЅС‹/РїР»Р°РЅС€РµС‚С‹ РІ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕР№ РѕСЂРёРµРЅС‚Р°С†РёРё: РєРЅРѕРїРєР° С„РёРєСЃРёСЂРѕРІР°РЅР° Сѓ РЅРёР¶РЅРµРіРѕ РєСЂР°СЏ СЌРєСЂР°РЅР° */
@media (orientation: landscape) {
	/* body.ios-safari */
	body.ios-safari .quiz-screen-item:not(.intro) .primary-button {
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		bottom: calc(6px + env(safe-area-inset-bottom));
		z-index: 3;
	}
	body.ios-chrome .quiz-screen-item:not(.intro) .primary-button {
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		bottom: calc(6px + env(safe-area-inset-bottom));
		z-index: 3;
	}
}
/* body.ios-chrome .quiz-screen-item:not(.intro) {} */

body.ios-chrome .app-shell, body.ios-chrome .quiz-card {
	height: 100%;
}

body.ios-chrome .quiz-screen-item:not(.intro) {
	min-height: 0;
	height: 100%;
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
}
body.ios-chrome .quiz-screen-item:not(.intro) .primary-button {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(6px + env(safe-area-inset-bottom));
	z-index: 3;
}
body.ios-chrome .quiz-screen-item:not(.intro)  {
	margin-bottom: 50px;
	padding-bottom: 50px;
}
/* РџСЂР°РІРёР»Рѕ РґР»СЏ РєРЅРѕРїРєРё РёРЅС‚СЂРѕ-СЌРєСЂР°РЅР° РїСЂРёРјРµРЅСЏРµС‚СЃСЏ С‚РѕР»СЊРєРѕ РµСЃР»Рё СЌРєСЂР°РЅ Р±РѕР»СЊС€Рµ 100vh */
body.intro-active.intro-tall .intro.quiz-screen-item .primary-button {
	position: sticky;
	bottom: calc(160px + env(safe-area-inset-bottom));
	z-index: 2;
}
body.intro-tall .quiz-screen-item .screen-content {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	margin-bottom: 0;
	padding-bottom: 80px;
	width: 100%;
	scrollbar-width: none;
}
body.intro-tall .quiz-card, body.ios-chrome .quiz-card {
	height: 100%;
	min-height: 100%;
}
body.intro-active .quiz-card, body.ios-chrome .quiz-card {
	height: auto;
}
/* 
@media (max-width: 960px) {
	.order-sticky-footer {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 16px 20px calc(56px + env(safe-area-inset-bottom));
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
		display: none;
		justify-content: center;
		z-index: 20;
	}

	.order-sticky-footer.is-visible {
		display: flex;
	}

	.order-sticky-footer .primary-button {
		width: 100%;
		max-width: 420px;
		pointer-events: auto;
	}
} */

.quiz-screen-item.order-screen .screen-title, .quiz-screen-item.order-screen .screen-description {
	text-align: center;
}
.quiz-screen-item.order-screen .screen-title {
	font-weight: 600;
	margin-top: 0;
}
.quiz-screen-item.order-screen .screen-description {
	margin-top: 0;
	font-size: clamp(18px, calc(18px + (22 - 18) * ((100vw - 320px) / (600 - 320))), 22px);
	margin-top: -20px;
}

.course-options-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 588px;
	margin: 0 auto;
}

.course-options-header .course-options-title {
	font-size: clamp(22px, calc(22px + (30 - 22) * ((100vw - 320px) / (600 - 320))), 30px);
	font-weight: 500;
	line-height: 1.3;
	color: #222;
}

.course-options-header .course-options-title span {
	color: #9EB950;
	font-weight: 600;
}

.course-options-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
	margin-top: 15px;
}

.course-option-card {
	border: 1px solid #E8EBEF;
	border-radius: 16px;
	padding: 15px 8px 26px;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.course-option-card.is-featured {
	background: #F2F4FF;
}

.course-option-note {
	font-size: 16px;
	position: relative;
	padding-bottom: 10px;
}
.course-option-note:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 16px);
	height: 1px;
	background: #E8EBEF;
}
.course-option-guarantee {
	font-size: 16px;
	color: #222;
	margin-top: 10px;
}


@media (min-width: 768px) {
	.course-options-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
/* course-option */
.course-option-images, .course-options-popup .order-product-visual {
	display: flex;
	align-items: center;
	column-gap: 4px;
	justify-content: center;
}
.course-option-images img, .course-options-popup .order-product-visual img {
	height: 122px;
	width: auto;
}
.course-option-images .ico, .order-card .ico {
	aspect-ratio: 1;
	width: 20px;
	border-radius: 50%;
	background: #B4CD6F;
	display: flex;
	align-items: center;
	justify-content: center;
}
.course-option-images .ico img, .order-card .ico img {
	width: 8px;
	height: 8px;
	position: relative;
	transform: rotate(45deg);
}

.course-option-card .order-price-banner {
	width: calc(100% + 16px);
	background: #B4CD6F;
	margin: 15px auto 10px;
}
.course-option-title {
	font-size: 22px;
	line-height: 1.1;
	font-weight: 500;
	margin: 20px auto 5px;
}
.course-options-grid .order-price-value span {
	font-size: 22px;
}
.quiz-screen-item[data-screen-id="course-options"] .screen-content {
	width: 100%;
	max-width: 903px;
}
.quiz-screen-item[data-screen-id="course-options"] .screen-title {
	padding: 0 10px 10px;
	text-align: center;
	font-weight: 600;
}
.quiz-screen-item[data-screen-id="course-options"] .screen-description {
	padding: 0 10px;
}
/* РџРѕРїР°Рї РґР»СЏ С„РѕСЂРјС‹ Р·Р°РєР°Р·Р° РЅР° СЌРєСЂР°РЅРµ course-options */
.course-options-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 10px;
	overflow-x: hidden;
	overflow-y: auto;
}

.course-options-popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00000075;
	z-index: 1;
}

.course-options-popup-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 438px;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	overflow-x: hidden;
}

.course-options-popup-close {
	position: absolute;
	top: 20px;
	right: calc((100% - min(100%, 438px)) / 2 - 34px);
	z-index: 10;
	width: auto;
	height: auto;
	border: none;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
	padding: 0;
}

@media (max-width: 458px) {
	.course-options-popup-close {
		right: 10px;
		top: 20px;
	}
}

.course-options-popup-close:hover {
	opacity: 0.7;
	transform: scale(1.1);
}

.course-options-popup-close img {
	width: 24px;
	height: 24px;
	display: block;
	filter: brightness(0) invert(1);
}

.course-options-popup-content .order-card {
	margin: 0;
}

.course-options-submit:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
.course-options-popup .order-card .screen-title {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-top: 0;
	padding-bottom: 0;
}
.course-options-popup .order-card .order-form-title {
	margin-bottom: 20px;
}
@media (min-width: 587px) {
	.course-options-swiper .swiper-wrapper {
		flex-direction: row;
		align-items: start;
	}
}

/* ====== Dynamic quiz (AJAX) additions ====== */
#quiz-section { display: none; }
#quiz-section.is-visible { display: block; }

.quiz-loader {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 0;
	font-weight: 500;
}

.quiz-error {
	width: 100%;
	margin-top: 10px;
	color: #c62828;
	text-align: center;
	font-weight: 500;
}

.quiz-next-row {
	margin-top: 18px;
	display: flex;
	justify-content: center;
}

.answers-list[data-layout="tile"] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.answer-option.is-loading {
	opacity: .65;
	pointer-events: none;
}

/* Текстовый блок (type: text) */
.quiz-text-block {
	width: 100%;
	background: #fff;
	border: 1px solid #E8EBEF;
	border-radius: 16px;
	padding: 16px;
}

.quiz-result-actions {
	margin-top: 14px;
	display: flex;
	justify-content: center;
}
