.phone-wrap{display:flex;gap:10px;align-items:stretch;}
  .phone-prefix{
	flex:0 0 50px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:15px;
	border-radius:10px;
	border: 1px solid #ddd;
	background: #ffffff;
	outline: none;
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
	user-select:none;
  }
  .phone-input{flex:1;}

  .order-hint{font-size:14px;color:var(--muted);margin-top:8px;line-height:1.3;}
  .order-status{margin-top:6px;font-size:15px;}
  .ok{color:#167a2f;}
  .bad{color:#b00020;}

  .btn{width:100%;margin-top:18px;padding:16px;font-size:22px;border:0;border-radius:18px;background:#111;color:#fff;}
  .btn:disabled{opacity:.35;}

/* ===== MODAL BASE ===== */
  .modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999;
  }
  
  .modal.is-open {
	display: block;
  }
  
  .modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
  }
  
  .modal__dialog {
	position: relative;
	max-width: 720px;
	width: calc(100% - 32px);
	margin: 40px auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
	overflow: hidden;
  }
  
  .modal__title {
	margin: 0;
	padding: 18px 20px;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  
  .modal__content {
	padding: 16px 20px;
	max-height: min(70vh, 520px);
	overflow: auto;
	font-size: 14px;
	line-height: 1.5;
  }
  
  .modal__actions {
	padding: 14px 20px;
	border-top: 1px solid rgba(0,0,0,0.08);
	display: flex;
	justify-content: flex-end;
	gap: 10px;
  }
  
  .modal__btn {
	border: none;
	border-radius: 10px;
	padding: 10px 14px;
	cursor: pointer;
	font-weight: 600;
	background: #9EB950; /* под цвет дизайна */
	color: #fff;
  }
  
  .modal__btn:hover {
	filter: brightness(0.95);
  }
  
  .modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	border: none;
	background: rgba(0,0,0,0.06);
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
  }
  
  .modal__close:hover {
	background: rgba(0,0,0,0.1);
  }
  
  /* Lock scroll when modal is open */
  body.modal-open {
	overflow: hidden;
  }
  
  /* Mobile tweaks */
  @media (max-width: 480px) {
	.modal__dialog {
	  margin: 18px auto;
	  width: calc(100% - 20px);
	  border-radius: 14px;
	}
	.modal__content {
	  max-height: 72vh;
	}
  }

.order-card{
	  border-radius: 20px;
	  border: 1px solid #ddd;
	  background: #fff;
	  padding: 18px 16px 16px;
	  margin-top: 10px;
	  gap: 3px !important;
	}
  
	.order-title{
	  font-size: 22px;
	  font-weight: 700;
	  text-align: center;
	}
  
	.order-subtitle{
	  color: #819744;
	  margin-bottom: 20px;
	  line-height: 1.5;
	  text-align: center;
	}
  
	.order-note{
	  color: var(--text-soft);
	  margin-bottom: 14px;
	  text-align: center;
	}
  
	.order-form{
	  display: grid;
	  gap: 12px;
	  margin-top: 10px;
	}
  
	.order-field{
	  display: grid;
	  gap: 6px;
	}
  
	.order-label{
	  font-size: 12px;
	  letter-spacing: 0.06em;
	  text-transform: uppercase;
	  color: var(--text-soft);
	}
  
	.order-input{
	  width: 100%;
	  padding: 14px 16px;
	  border-radius: 10px;
	  border: 1px solid #ddd;
	  background: #ffffff;
	  font-size: 16px;
	  outline: none;
	  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
	  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
	}
  
	.order-input::placeholder{
	  color: #9ca3af;
	}
  
	.order-input:focus{
	  border-color: var(--accent);
	  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.18), 0 18px 40px rgba(15, 23, 42, 0.14);
	  transform: translateY(-1px);
	}
  
	.order-submit{
	  width: 100%;
	  justify-content: center;
	  font-size: 16px;
	  padding: 14px 16px;
	  margin-top: 2px;
	}
  
	.order-legal{
	  font-size: 11px;
	  color: var(--text-soft);
	  text-align: center;
	  margin-top: 2px;
	  line-height: 1.35;
	}
.screen-subtitle {
	font-weight: 100;
	padding: 10px;
	border: 1px solid #9cb950;
	font-size: 15px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
	background: #9cb950;
}
#quiz-section { display:none; }
#quiz-section.is-visible { display:block;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  
  border-radius: 25px;
  }
.quiz-card { position: relative; }

#intro-screen { display:flex; }


.quiz-overlay-loader{
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  right:0;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.quiz-overlay-loader__spinner{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 6px solid rgba(158,185,80,0.25);
  border-top-color: rgba(158,185,80,1);
  animation: quizspin 0.9s linear infinite;
}
@keyframes quizspin { to { transform: rotate(360deg); } }
#quiz-section .flex-img-box {
	width: 100%;
	display: flex;
	flex-direction: row;
	border: 1px solid #ddd;
	border-radius: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
}
#quiz-section {
font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 320px) / (600 - 320))), 22px);
text-align: left;
font-weight: 500;
line-height: 1.3;
max-width: none;
color: #222;
}
#quiz-section .flex-img-box.flex-column {
	flex-direction: column;
}
#quiz-section .flex-img-box .img-box {
	width: 100%;
	max-width: 80px;
	display: flex;
}
#quiz-section .flex-img-box.flex-column .img-box {
	width: 100%;
	max-width: 400px;
}
#quiz-section .flex-img-box.flex-column .img-box img {
	border-radius: 20px;
	overflow: hidden;
}
#quiz-section .flex-img-box .img-box img {
	width: 100%;
	height: auto;
	align-self: center;
}
#quiz-section .flex-img-box .text-box {
	width: 100%;
	padding-left: 20px;
}
#quiz-section .flex-img-box.flex-column .text-box {
	padding-left: 0;
}
#quiz-section ul {
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
}
#quiz-section ul.list-cross {
  list-style: none;
  padding-left: 0;
  margin: 12px 0;
}
#quiz-section ul.list-cross li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 4px;
}
#quiz-section ul.list-cross li::before {
  content: "❌";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.4;
}

#quiz-section ul.list-check {
  list-style: none;
  padding-left: 0;
  margin: 12px 0;
}
#quiz-section ul.list-check li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 4px;
}
#quiz-section ul.list-check li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.4;
}
#quiz-section .red-box {
	border: 2px solid red;
	border-radius: 10px;
	background: rgba(255, 0, 0, 0.058);
	padding: 10px;
}
#quiz-section .red-box p {
	color: #900;
	font-weight: bold;
	margin: 0;
}
#quiz-section .green-box {
	border: 2px solid rgb(55, 173, 0);
	border-radius: 10px;
	background: rgba(55, 173, 0, 0.065);
	padding: 10px;
}
#quiz-section .green-box p {
	color: #1D5C00;
	font-weight: bold;
	margin: 0;
}
#quiz-section .blue-box {
	border: 2px solid rgb(0, 154, 173);
	border-radius: 10px;
	background: rgba(0, 154, 173, 0.088);
	padding: 10px;
}
#quiz-section .blue-box p {
	color: #005863;
	font-weight: bold;
	margin: 0;
}
.quiz-card { position: relative; }

#intro-screen { display:flex; }

.quiz-overlay-loader{
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  right:0;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.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;
}
.option-label {
	font-size: 16px;
	font-weight: 500;
	margin-right: 16px;
	text-align: left;
	font-family: "Google Sans", sans-serif;
	color: #222222;
}
.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;
}
.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;
}

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

.answer-option.is-multi .option-radio {
	display: block;
}
.answer-option.is-loading {
	opacity: .65;
	pointer-events: none;
}
.answer-option.is-selected .option-radio::after {
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}


.quiz-overlay-loader__spinner{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 6px solid rgba(158,185,80,0.25);
  border-top-color: rgba(158,185,80,1);
  animation: quizspin 0.9s linear infinite;
}

@keyframes quizspin { to { transform: rotate(360deg); } }

#quiz-section .flex-img-box {
	width: 100%;
	display: flex;
	flex-direction: row;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
}

#quiz-section {
font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 320px) / (600 - 320))), 22px);
text-align: left;
font-weight: 500;
line-height: 1.3;
max-width: none;
color: #222;
}

#quiz-section .flex-img-box.flex-column {
	flex-direction: column;
}

#quiz-section .flex-img-box .img-box {
	width: 100%;
	max-width: 80px;
	display: flex;
}

#quiz-section .flex-img-box.flex-column .img-box {
	width: 100%;
	max-width: 400px;
}

#quiz-section .flex-img-box.flex-column .img-box img {
	border-radius: 20px;
	overflow: hidden;
}

#quiz-section .flex-img-box .img-box img {
	width: 100%;
	height: auto;
	align-self: center;
}

#quiz-section .flex-img-box .text-box {
	width: 100%;
	padding-left: 20px;
}

#quiz-section .flex-img-box.flex-column .text-box {
	padding-left: 0;
}

#quiz-section ul {
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
}

#quiz-section ul.list-cross {
  list-style: none;
  padding-left: 0;
  margin: 12px 0;
}

#quiz-section ul.list-cross li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 4px;
}

#quiz-section ul.list-cross li::before {
  content: "❌";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.4;
}

#quiz-section ul.list-check {
  list-style: none;
  padding-left: 0;
  margin: 12px 0;
}

#quiz-section ul.list-check li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 4px;
}

#quiz-section ul.list-check li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.4;
}

#quiz-section .red-box {
	border: 2px solid red;
	border-radius: 10px;
	background: rgba(255, 0, 0, 0.058);
	padding: 10px;
}

#quiz-section .red-box p {
	color: #900;
	font-weight: bold;
	margin: 0;
}

#quiz-section .green-box {
	border: 2px solid rgb(55, 173, 0);
	border-radius: 10px;
	background: rgba(55, 173, 0, 0.065);
	padding: 10px;
}

#quiz-section .green-box p {
	color: #1D5C00;
	font-weight: bold;
	margin: 0;
}

#quiz-section .blue-box {
	border: 2px solid rgb(0, 154, 173);
	border-radius: 10px;
	background: rgba(0, 154, 173, 0.088);
	padding: 10px;
}

#quiz-section .blue-box p {
	color: #005863;
	font-weight: bold;
	margin: 0;
}

.order-input:focus {
	outline: 2px solid #B4CD6F;
	border-color: #B4CD6F;
	background: #fff;
}

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

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

.quiz-card {
	border-radius: 50px;
	justify-content: space-between;
	display: flex;
	flex-direction: column;


}

.quiz-header.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.quiz-footer {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	flex-direction: column;
	gap: 5px;
}
.quiz-footer * {
	text-decoration: none;
	color: #ccc;
	font-size: 14px;
}

.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;
	padding: 20px;
	padding-bottom: 10px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

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

.quiz-step-counter {
	position: absolute;
	right: 17px;
	min-width: 59px;
	height: 22px;
	font-family: "Google Sans", 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.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

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

.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: left;
	max-width: 588px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.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: auto 0;
	max-width: 588px;
	width: 100%;
}

.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;
}

.quiz-screen-item.info {
	color: #222;
}

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

.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;
}

.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: "Google Sans", 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:not(.primary-button.order-submit-button)::after {
	content: "";
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-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;
}

@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); }
}

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

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

.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; */
}

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

.intro.quiz-screen-item {
	max-width: none;
	margin-top: 0;
}

.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: 20px;
}

.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: 20px;
	text-align: left;
	font-weight: 500;
	line-height: 1.3;
	max-width: none;
	color: #222;
	margin-bottom: 40px;
}

.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){
.screen-title {
		text-align: center;
	}.screen-description {
		text-align: center;
	}.intro.quiz-screen-item .screen-description {
		text-align: left;
		margin-top: 22px;
	}
}

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

.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;
}

.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%;
}

.quiz-screen-item:not(.intro) {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.quiz-screen {
	/* flex: 1; */
	display: flex;
	flex-direction: column;
	/* height: 100%; */
}

.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) .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;
		justify-content: space-between;
		/* overflow: hidden; */
	}.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 .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;
	}body.ios-chrome .quiz-screen-item::after, body.ios-safari .quiz-screen-item::after {
		height: 120px;
	}.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;
}
}

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

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

.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-step-counter {
		font-size: 18px;
	}.quiz-screen-item[data-screen-id="diet-overview"] {
		margin: 0 auto;
	}.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;
	}.quiz-screen-item.order-screen .screen-description {
		text-align: center;
		max-width: 438px;
		margin: 10px auto 0;
		font-size: 22px;
	}
	.answer-option {
		min-height: 84px;
		padding-left: 24px;
	}.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;
	}.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: 15px 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;
	}.answers-list {
		margin-top: 25px;
	}.quiz-screen-item {
		padding-top: 30px;
	}
}

.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 .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 (orientation: landscape){
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 .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;
}

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;
}

.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;
}

.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;
}


#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;
}

#quiz-section {
	width: 100%;
	background: #f8f9fd;
	/* border: 1px solid #E8EBEF; */
	border-radius: 16px;
	padding: 16px;
}