@charset "UTF-8";
:root {
	--optimistic-gray-100: #161513;
	--optimistic-gray-90: #292723;
	--optimistic-gray-80: #3f3c36;
	--optimistic-gray-70: #5a554e;
	--optimistic-gray-60: #736b66;
	--optimistic-gray-50: #928d86;
	--optimistic-gray-40: #aca9a5;
	--optimistic-gray-30: #c9c7c5;
	--optimistic-gray-20: #e1e1e0;
	--optimistic-gray-10: #f5f5f5;
	--mindful-brown-100: #251404;
	--mindful-brown-90: #372315;
	--mindful-brown-80: #4f3422;
	--mindful-brown-70: #704a33;
	--mindful-brown-60: #926247;
	--mindful-brown-50: #ac836c;
	--mindful-brown-40: #c0a091;
	--mindful-brown-30: #d6c2b8;
	--mindful-brown-20: #e8ddd9;
	--mindful-brown-10: #f7f4f2;
	--mindful-brown-white: #fff;
	--serenity-green-100: #191e10;
	--serenity-green-90: #29321a;
	--serenity-green-80: #3d4a26;
	--serenity-green-70: #5a6b38;
	--serenity-green-60: #7d944d;
	--serenity-green-50: #9bb168;
	--serenity-green-40: #b4c48d;
	--serenity-green-30: #cfd9b5;
	--serenity-green-20: #e5ead7;
	--serenity-green-10: #f2f5eb;
	--empathy-orange-100: #211300;
	--empathy-orange-90: #432500;
	--empathy-orange-80: #663600;
	--empathy-orange-70: #894700;
	--empathy-orange-60: #a50;
	--empathy-orange-50: #c96100;
	--empathy-orange-40: #ed7e1c;
	--empathy-orange-30: #f6a360;
	--empathy-orange-20: #ffc89e;
	--empathy-orange-10: #ffeee2;
	--zen-yellow-100: #2e2500;
	--zen-yellow-90: #4d3c00;
	--zen-yellow-80: #705600;
	--zen-yellow-70: #a37a00;
	--zen-yellow-60: #e0a500;
	--zen-yellow-50: #ffbd1a;
	--zen-yellow-40: #ffce5c;
	--zen-yellow-30: #ffdb8f;
	--zen-yellow-20: #ffebc2;
	--zen-yellow-10: #fff4e0;
	--gentle-purple-100: #161324;
	--gentle-purple-90: #292350;
	--gentle-purple-80: #3c357c;
	--gentle-purple-70: #5349a5;
	--gentle-purple-60: #6c5fc8;
	--gentle-purple-50: #8978e3;
	--gentle-purple-40: #a694f5;
	--gentle-purple-30: #c2b1ff;
	--gentle-purple-20: #ddd1ff;
	--gentle-purple-10: #f6f1ff;
}

.container {
	max-width: 540px;
	margin: 0 auto;
	padding: 0 12px;
	width: 100%;
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

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

html,
body {
	height: 100%;
	min-width: 320px;
}

html {
	/**
		Плавный скролл
	  */
	scroll-behavior: smooth;
}

body {
	color: #000;
	line-height: 1;
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: var(--primary-background);
}

input,
button,
textarea {
	font-size: inherit;
}

button {
	cursor: pointer;
	color: inherit;
	background-color: transparent;
}

a {
	color: inherit;
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

/**
	Удаляем все анимации и переходы для людей,
	которые предпочитают их не использовать
 */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
[class*=-ibg] {
	position: relative;
}
[class*=-ibg] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

[class*=-ibg--contain] img {
	object-fit: contain;
}

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	border: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
	clip-path: inset(100%) !important;
	clip: rect(0 0 0 0) !important;
	overflow: hidden !important;
}

.lock body {
	overflow: hidden;
	touch-action: none;
	overscroll-behavior: none;
}
.wrapper {
	min-height: 100%;
	overflow: hidden;
}
@supports (overflow: clip) {
	.wrapper {
		overflow: clip;
	}
}
.wrapper > main {
	flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}

.main__paywall-scroll {
	position: relative;
	padding-bottom: 72px;
}

.main__pay {
	background: var(--primary-background);
}
.main__panel {
	position: sticky;
	top: 8px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	/*padding: 0 24px;*/
	margin-bottom: 48px;
}
.main__panel-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-radius: 16px;
	background-color: var(--light-background);
	padding: 12px 14px;
	max-width: 508px;
	height: 72px;
	grid-gap: 8px;
}
.main__panel-inner {
	flex: 1;
}
.main__panel-descr {
	color: var(--text-secondary);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	text-align: left;
}
.main__panel-counter {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	color: var(--text-primary);
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}
.main__panel-button {
	flex: 1;
}
.main__dimension {
	box-sizing: border-box;
	background: var(--light-background);
	padding: 20px;
	border-radius: 12px;
	margin: 20px auto;
}
.main__dimension-options {
	background: none;
	min-width: 100%;
}
.main__dimension-options .radios-quiz__input {
	position: relative;
}
.main__dimension-tabs {
	display: flex;
	list-style: none;
	background: var(--button-disabled-background);
	border-radius: 15px;
	overflow: hidden;
	max-width: 140px;
	margin-bottom: 10px;
	padding: 2px;
}
.main__dimension-tabs li {
	padding: 10px 0;
	text-align: center;
	color: var(--text-primary);
	width: 50%;
	cursor: pointer;
}
.main__dimension-tabs .active {
	border-radius: 15px;
	background: var(--button-background);
	color: var(--text-light);
}
.main__dimension-content {
	display: none;
	position: relative;
}
.main__dimension-content input {
	background: none;
	height: 45px;
	padding: 0 20px 0 10px;
	color: var(--button-background);
	border-bottom: 2px solid var(--button-background);
	width: 100%;
	font-weight: 700;
	font-size: 25px;
	outline: none;
}
.main__dimension-content span {
	position: absolute;
	top: 17px;
	right: 0;
	color: var(--button-background);
	font-weight: 700;
	font-size: 14px;
}
.main__dimension-content.active {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.main__dimension-content.active div {
	margin: 0 15px;
	position: relative;
}

.main__dimension-options .main__dimension-content.active {
	margin: 0;
}
.main__dimension-options .main__dimension-content.active div {
	margin: 0;
}
.main__dimension-options .main__dimension-content.active .radios-quiz__label {
	margin-bottom: 20px;
}

.button-green {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1000px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	animation: pulse-button 2s infinite;
	border-radius: 8px;
	background: var(--button-background);
	padding: 10px 0;
	width: 100%;
	color: var(--light-background);
	font-weight: 700;
	font-size: 14px;
}

.button-inverted {
	background: none;
	color: var(--button-background);
	border: 1px solid var(--button-background);
}


.main__plan {
	margin-bottom: 48px;
}
.main__plan-title {
	text-align: center;
	margin-bottom: 24px;
}
.main__plan-info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
	background: linear-gradient(89.88deg, var(--button-secondary-background) 0.09%, var(--button-disabled-background) 99.9%);
	border-radius: 4px;
	padding: 8px 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 143%;
	color: var(--light-background);
}
.main__plan-info-icon {
	width: 24px;
	height: 24px;
	margin-right: 20px;
}
.main__plan-info-icon path {
	fill: var(--light-background);
}
.main__plan-itet:not(:last-child) {
	margin-bottom: 12px;
}
.title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}

.card-plan {
	position: relative;
	box-shadow: inset 0 0 1px 1px var(--button-disabled-background);
	border-radius: 16px;
	width: 100%;
	min-height: 85px;
	color: var(--button-disabled-background);
	overflow: hidden;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.card-plan:has(.card-plan__input:checked) {
	box-shadow: inset 0 0 1px 1px var(--progress-track);
}
.card-plan__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.card-plan__input:checked + .card-plan__inner .card-plan__inner-header {
	background-color: var(--progress-track);
}
.card-plan__input:checked + .card-plan__inner .card-plan__data {
	color: var(--text-primary);
}
.card-plan__input:checked + .card-plan__inner .card-plan__data-cost {
	color: var(--button-disabled-background);
}
.card-plan__input:checked + .card-plan__inner .card-plan__data-discount del {
	color: #302c28;
}
.card-plan__input:checked + .card-plan__inner .card-plan__data-discount span {
	background-color: var(--primary-color);
	color: var(--light-background);
}
.card-plan__input:checked + .card-plan__inner .card-plan__price-left {
	color: var(--text-primary);
}
.card-plan__input:checked + .card-plan__inner .card-plan__price-right span {
	color: var(--text-primary);
}
.card-plan__input:checked + .card-plan__inner .card-plan__price-old {
	color: var(--button-disabled-background);
}
.card-plan__inner {
	width: 100%;
}
.card-plan__inner-header {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #c8c4bb;
	width: 100%;
	height: 28px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 4px;
}
.card-plan__more {
	display: block;
	padding: 0 14px;
}
.card-plan__more-content {
	display: none;
}
.card-plan__input:checked + .card-plan__inner .card-plan__more-content {
	display: block;
	padding: 16px 0;
	color: var(--text-primary);
	margin-bottom: 0;
}
.card-plan__input:checked + .card-plan__inner .card-plan__more-text svg {
	transform: rotate(180deg);
}
.card-plan__input:checked + .card-plan__inner .card-plan__more-text {
	color: var(--text-primary);
	font-weight: 700;
}
.card-plan__more-text {
	display: flex;
	justify-content: space-between;
}
.card-plan__more-content .main__plan-button {
	margin-bottom: 0;
	margin-top: 0;
}
.card-plan__more-descr {
	display: flex;
	align-items: center;
	gap: 8px;
}
.card-plan__more-descr img {
	width: 24px;
	height: 24px;
}
.card-plan__more-line {
	margin-bottom: 16px;
}
.card-plan__more-line .option-text {
	display: flex;
	align-items: center;
	gap: 8px;
}
.card-plan__more-line .option-text span {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-plan__inner-body {
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding: 8px 14px;
}
.card-plan__inner-bottom {
	display: block;
	padding: 8px 14px;
	color: var(--button-disabled-background);
}
.card-plan__input:checked + .card-plan__inner .card-plan__inner-bottom {
	color: var(--text-secondary);
}
.prices-list2 .card-plan__inner-bottom {
	padding: 8px 14px 14px;
}
.card-plan__inner-left {
	flex: 0 1 290px; /* 290/492 */
	display: flex;
	flex-direction: column;
}
.card-plan__image {
	width: 76px;
	height: 48px;
	object-fit: cover;
}
.card-plan__data {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 8px;
}
.card-plan__data-cost {
	color: var(--text-secondary);
	font-size: 14px;
	line-height: 19px;
	white-space: nowrap;
}
.card-plan__data-cost span {
	text-decoration: line-through;
}
.card-plan__data-cost:not(:last-child) {
	margin-bottom: 3px;
}
.card-plan__data-discount {
	display: flex;
	align-items: center;
	column-gap: 4px;
	font-size: 14px;
}
.card-plan__data-discount del {
	font-weight: 400;
	line-height: 22px;
	color: #c8c4bb;
}
.card-plan__data-discount span {
	padding: 1px 4px !important;
	background-color: #c8c4bb;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	max-height: 20px;
}
.card-plan__inner-right {
	flex: 0 1 174px; /* 290/492 */
	display: flex;
	flex-direction: column;
}
.card-plan__price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 2;
}
.card-plan__price-old {
	color: #c8c4bb;
	font-size: 14px;
	line-height: 19px;
	white-space: nowrap;
	padding: 0 4px;
}
.card-plan__price-old:not(:last-child) {
	margin-bottom: 4px;
}
.card-plan__price-body {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.card-plan__price-left {
	font-weight: 700;
	margin-right: 1px;
	display: flex;
	align-items: flex-start;
	color: var(--button-disabled-background);
}
.card-plan__price-left span:first-child {
	font-size: 20px;
}
.card-plan__price-left span:last-child {
	font-size: 48px;
	line-height: 46px;
}
.card-plan__price-right {
	display: flex;
	flex-direction: column;
}
.card-plan__price-right span:first-child {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	color: var(--button-disabled-background);
}
.card-plan__price-right span:last-child {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap;
	color: var(--button-disabled-background);
}
.card-plan__price-descr {
	display: flex;
	flex-direction: column;
}
.number__form-line,
.time__form-line,
.date__form-line {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.number__form-label,
.time__form-label,
.date__form-label {
	display: block;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0;
	color: var(--text-primary);
	margin-bottom: 8px;
	text-align: start;
}
.time__form-input,
.number__form-input,
.date__form-input {
	padding: 18px;
	background: var(--light-background);
	border: 1px solid var(--button-background);
	border-radius: 1234px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0;
	color: var(--text-primary);
	text-align: left;
	height: 58px;
	min-width: 300px;
	margin: auto;
}
.time__form-inputs {
	padding: 10px 18px;
	background: var(--light-background);
	border: 1px solid var(--button-background);
	border-radius: 1234px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0;
	color: var(--text-primary);
	text-align: center;
	height: 58px;
	min-width: 300px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.time__form-inputs select {
	text-align: center;
	min-width: 50px;
	min-height: 36px;
	background: var(--light-background);
	outline: none;
	font-size: 16px;
	font-weight: 700;
	color: var(--text-primary);
}
.accordion-block {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 8px;
}
.accordion-input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.accordion-inner {
	display: flex;
	height: 100%;
	flex-direction: column;
	background: var(--light-background);
	padding: 16px;
	border-radius: 12px;
	transition: background-color 0.3s ease 0s;
}
.accordion-input:checked + .accordion-inner {
	box-shadow: 0 8px 16px 0 rgba(75, 52, 37, 0.05);
}
.accordion-input:checked + .accordion-inner .accordion-round {
	border: 2px solid #0583f4;
}
.accordion-input:checked + .accordion-inner .accordion-round::before {
	opacity: 1;
}
.accordion-descr {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0;
	color: var(--optimistic-gray-90);
	margin-top: auto;
	transition: color 0.3s ease 0s;
	display: none;
}
.accordion-round::before {
	content: "";
	width: 70%;
	height: 70%;
	background-color: #0583f4;
	opacity: 0;
	border-radius: 50%;
	transition: opacity 0.3s ease 0s;
}
.accordion-input:checked + .accordion-inner .accordion-descr {
	display: block;
}
.accordion-descr .checkmark {
	stroke: #0583f4;
}
.accordion-descr svg {
	position: relative;
	top: 2px;
}
.accordion-descr .quiz__list-item::before {
	display: none;
}
.accordion-descr .quiz__list {
	padding: 16px 16px 16px 6px;
}
.accordion-descr .main__plan-button {
	margin-bottom: 16px;
}
.accordion-descr-down {
	color: var(--text-secondary);
	text-align: center;
	display: block;
	font-weight: 300;
}
.accordion-round {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid var(--text-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: border 0.3s ease 0s;
}

.accordion-top {
	display: flex;
	justify-content: flex-start;
	gap: 16px;
	cursor: pointer;
	align-items: center;
}

.accordion-image img {
	max-height: 26px;
}

.paypal .accordion-image img {
	max-height: 22px;
}

.paypal .accordion-descr .main__plan-button {
	background: #ffc439;
	color: #2C2E2F;
	border-radius: 38px;
	font-size: 20px;
	display: flex;
	gap: 8px;
}

.paypal .main__plan-button img {
	max-height: 22px;
}

.main__plan-alert {
	display: block;
	color: var(--text-primary);
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin: 16px auto;
}
.main__plan-alert span {
	color: var(--primary-color);
}

.main__plan-button {
	max-width: 327px;
	margin: 0 auto;
	padding: 19px 22px;
	animation: unset;
	font-size: 16px;
	font-weight: 700;
	min-height: 64px;
	margin-bottom: 24px;
}
.main__plan-button[disabled] {
	opacity: 0.65;
	cursor: auto;
}

.main__plan-guarantee {
	border-radius: 16px;
	background: var(--light-background);
	padding: 16px;
	margin: 16px 0;
}
.main__plan-guarantee-title {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 16px;
	color: var(--text-primary);
	text-align: center;
}
.main__plan-guarantee-transactions {
	color: var(--text-primary);
}
.main__plan-guarantee-transactions path {
	fill: var(--text-primary);
}
.main__plan-guarantee-logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	width: 100%;
	height: 40px;
}
.main__plan-guarantee-logos svg {
	width: 100%;
	height: 24px;
}
.main__plan-guarantee-logos svg:not(:last-child) {
	margin-right: 5px;
}
.main__plan-guarantee-transactions {
	display: flex;
	font-size: 14px;
	line-height: 140%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--text-primary);
}
.main__plan-guarantee-transactions svg {
	margin-right: 3px;
}
.main__plan-guarantee-transactions path {
	fill: var(--text-primary);
}

.main__plan-agreement {
	margin: 24px 0;
	display: flex;
	align-items: flex-start;
	column-gap: 16px;
}
.main__plan-agreement-label {
	font-size: 14px;
	color: var(--primary-color);
	line-height: 20.02px;
	cursor: pointer;
}
.main__plan-agreement-input {
	cursor: pointer;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-top: 0.075em;
	vertical-align: top;
	background-color: #efede8;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	print-color-adjust: exact;
	border-radius: 6px;
}
.main__plan-agreement-input:checked {
	background-color: var(--serenity-green-50);
	border-color: var(--serenity-green-50);
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 8.96179L11.2336 16.1973C10.8561 16.6009 10.244 16.6009 9.86654 16.1973L6 12.0627L7.36703 12.6009L10.55 14.0046L16.633 7.5L18 8.96179Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.main__plan-agreement-input:focus {
	box-shadow: 0 0 0 0.25rem rgba(53, 107, 97, 0.25);
}
.main__plan-agreement-input:checked + .main__plan-agreement-label {
	color: var(--mindful-brown-80);
}
.main__plan-agreement-link {
	text-decoration: underline;
}

.main__press {
	display: grid;
	gap: 24px;
	margin-bottom: 48px;
}
.main__press-info {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
}
.main__press-info img {
	max-width: 100%;
	width: 72px;
	height: 72px;
	flex-shrink: 0;
}
.main__press-info span {
	font-size: 16px;
	line-height: 140%;
	color: var(--text-primary);
}

.main__press-title {
	font-weight: 700;
	text-align: center;
	color: var(--mindful-brown-80);
}
.main__press-subsection {
	display: flex;
	column-gap: 12px;
	justify-content: center;
	align-items: center;
	background: var(--light-background);
	border-radius: 10px;
}
.main__press-subsection img {
	max-width: 100%;
}
@media (max-width: 570px) {
	.main__press-subsection img:nth-child(1) {
		max-width: 84px;
	}
	.main__press-subsection img:nth-child(2) {
		max-width: 122px;
	}
	.main__press-subsection img:nth-child(3) {
		max-width: 81.58px;
	}
}

.main__results-title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--text-primary);
	text-align: center;
	margin-bottom: 16px;
}
.main__results-descr {
	line-height: 22.4px;
	text-align: center;
	margin-bottom: 16px;
	color: var(--text-primary);
}

.main__results {
	margin-bottom: 48px;
}

.main__results-wrapper {
	margin-bottom: 16px;
}
.main__results-card {
	max-width: 327px;
	margin: 0 auto;
}

.card-results {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #e7e4de;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}
.card-results__header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #817b6f;
}
.card-results__header-item {
	text-align: center;
}
.card-results__image {
	margin: 0 -1px;
}
.card-results__image img {
	max-width: 100%;
}
.card-results__content {
	padding: 16px 20px;
	color: #302c28;
}
.card-results__title {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.card-results__descr {
	line-height: 22.4px;
	text-align: center;
}

.main__results-pagination {
	display: flex;
	justify-content: center;
}
.main__results-pagination span {
	flex-shrink: 0;
	width: 6px;
	height: 4px;
	cursor: pointer;
	transition: width 0.5s, background-color 0.5s;
	margin: 0 4px;
	border-radius: 8px;
	background-color: #c8c4bb;
	opacity: 1 !important;
}
.main__results-pagination span.swiper-pagination-bullet-active {
	background-color: #302c28;
	width: 12px;
}

.main__feel-younger {
	margin-bottom: 48px;
}
.main__feel-younger-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 136%;
	text-align: center;
	color: var(--text-secondary);
}
.main__feel-younger-title span {
	color: var(--primary-color);
}
.twitter-review {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
	border-radius: 1.5rem;
	background-color: #ffffff;
	line-height: 1.4;
	border: 1px solid #dddddd;
	box-shadow: rgba(0, 0, 0, 0.07) 0 22px 32px -10px;
	margin-bottom: 16px;
}
.twitter-review-user {
	font-weight: 700;
	font-size: 18px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.twitter-review-avatar {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.twitter-review-count {
	display: flex;
	gap: 20px;
	font-size: 13px;
	color: #9c9c9c;
}
.twitter-review-username {
	display: flex;
	gap: 8px;
	font-size: 14px;
	font-weight: 400;
}
.twitter-review-username svg {
	width: 10px;
}
.twitter-review-count div {
	display: flex;
	gap: 4px;
	align-items: center;
}
.twitter-review-content span {
	color: #1d9bf0;
}
.main__reviews {
	margin-bottom: 48px;
}
.main__reviews-title {
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
}
.main__reviews-title span {
	color: var(--primary-color);
}
.main__reviews-list {
	display: grid;
	gap: 16px;
}
.card-reviews {
	border-radius: 16px;
	background-color: var(--light-background);
	padding: 16px;
	text-align: left;
	color: #302c28;
}
.card-reviews__top {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.card-reviews__avatar {
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 16px;
}
.card-reviews__avatar img {
	max-width: 100%;
}
.card-reviews__inner {
	flex-grow: 1;
}
.card-reviews__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
	color: var(--mindful-brown-80);
}
.card-reviews__list {
	display: flex;
	align-items: center;
	column-gap: 8px;
	height: 22.39px;
}
.card-reviews__item-icon {
	display: block;
	width: 16px;
	height: 16px;
}
.card-reviews__data {
	font-weight: 400;
	font-size: 15px;
	color: #817b6f;
}
.card-reviews__bottom {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: var(--text-primary);
}

.main__community {
	display: grid;
	gap: 8px;
	/*border: 1px solid #c8c4bb;*/
	border-radius: 16px;
	background: var(--light-background);
	padding: 24px 16px;
	text-align: center;
	margin-bottom: 48px;
}
.main__community-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	color: var(--text-primary);
}
.main__community-map {
	max-width: 295px;
	margin: 16px auto;
}
.main__community-map img {
	max-width: 100%;
}

.main__faq {
	color: #302c28;
	margin-bottom: 48px;
}
.main__faq-title {
	margin-bottom: 8px;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--text-primary);
	text-align: center;
}
.main__faq-descr {
	text-align: center;
	line-height: 22.4px;
	margin-bottom: 24px;
	color: var(--text-primary);
}
.main__faq-spollers {
	display: grid;
	gap: 24px;
	margin: 24px 0;
}
.main__faq-spollers-item {
	border: 1px solid #c8c4bb;
	border-radius: 16px;
	background: var(--light-background);
	padding: 24px 20px;
	text-align: left;
}
.main__faq-spollers-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 8px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	min-height: 44px;
	color: var(--text-primary);
}
.main__faq-spollers-title._spoller-active .main__faq-spollers-icon {
	transform: rotate(180deg);
}
.main__faq-spollers-icon {
	flex-shrink: 0;
	width: 14px;
	height: 10px;
}
._spoller-active .main__faq-spollers-icon {
	transition: transform 0.3s ease 0s;
}
.main__faq-spollers-body {
	padding-top: 12px;
	line-height: 22.4px;
	color: var(--text-primary);
}

.main__guarantees {
	position: relative;
	align-items: center;
	border-radius: 16px;
	background-color: var(--light-background);
	padding: 24px 24px 63px;
	margin-bottom: 48px;
}
.main__guarantees-title {
	margin-bottom: 16px;
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: var(--text-secondary);
}
.main__guarantees-descr {
	color: var(--text-secondary);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 138%;
	text-align: left;
}
.main__guarantees-decor {
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 82px;
	height: 77px;
}
.main__guarantees-decor img {
	max-width: 100%;
}

.main__long-paywall {
	margin-bottom: 48px;
}
.main__long-paywall-title {
	margin-bottom: 16px;
	font-weight: 800;
	font-size: 20px;
	text-align: center;
	color: var(--text-primary);
}
.main__long-paywall-button {
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	padding: 0 20px;
	width: 100%;
	max-width: 327px;
	min-height: 60px;
	font-weight: 700;
	font-size: 16px;
	background: var(--button-background);
	color: var(--light-background);
	border-radius: 1000px;
	margin: 0 auto;
}

.main__policy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: var(--text-secondary);
	font-weight: 400;
	font-size: 16px;
	line-height: 138%;
	text-align: center;
	min-height: 66px;
}
.main__policy-link {
	text-decoration: underline;
}

body::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(15px);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.4s ease 0s;
	pointer-events: none;
	z-index: 149;
}

.popup-show body::after {
	opacity: 1;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
	pointer-events: none;
}

.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto;
}

.popup_show .form-contacts {
	opacity: 1;
	transform: translateY(0);
}

.popup_show .plan-popup {
	opacity: 1;
	transform: translateY(0);
}

.popup__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.popup__content {
	visibility: hidden;
}
.lock .popup__content {
	visibility: visible;
}

.popup__content {
	position: relative;
}
.form-contacts {
	max-width: 360px;
	padding: 24px;
	border: none;
	border-radius: 24px;
	background-color: #fff;
	transition: all 0.3s ease-out;
	width: 100%;
	opacity: 0;
	transform: translateY(-50px);
}
@media (max-width: 572px) {
	.form-contacts {
		max-width: unset;
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		border-radius: 0px;
		transform: translateY(100%);
	}
}
.form-contacts__close {
	position: absolute;
	top: 0;
	right: -64px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 572px) {
	.form-contacts__close {
		right: 24px;
		top: 24px;
	}
}
.form-contacts__title {
	margin: 8px 0 16px;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	font-family: Urbanist, serif;
	text-align: center;
}
.form-contacts__descr {
	margin-bottom: 16px;
	color: #959085;
	text-align: center;
	line-height: 22.4px;
	text-align: center;
}
@media (max-width: 572px) {
	.form-contacts__form {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}
}
.form-contacts__form-line:not(:last-child) {
	margin-top: 16px;
}
.form-contacts__form-input, .form-contacts__form-textarea {
	display: block;
	width: 100%;
	padding: 24px 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	color: #302c28;
	background-color: inherit;
	background-clip: padding-box;
	border: 1px solid #c8c4bb;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 16px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	outline: none;
}
.form-contacts__form-input:focus, .form-contacts__form-textarea:focus {
	box-shadow: 0 0 0 0.25rem rgba(53, 107, 97, 0.25);
}
.form-contacts__form-textarea {
	height: 180px;
}
.form-contacts__form-button {
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 16px;
	padding: 0 20px;
	width: 100%;
	max-width: 327px;
	height: 60px;
	font-weight: 700;
	font-size: 16px;
	background-color: #302c28;
	color: #fff;
	margin-top: 24px;
}
@media (max-width: 572px) {
	.form-contacts__form-button {
		margin-top: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.main__ready {
	text-align: center;
	margin-bottom: 48px;
}
.main__ready-title {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
	color: var(--text-primary);
}
.main__ready-descr {
	margin-bottom: 24px;
	color: var(--text-primary);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
.main__ready-video {
	margin: 0 -24px;
	width: calc(100% + 48px);
	height: 100%;
	min-height: 281px;
	max-height: none;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 52.037037%; /* 281/540 */
}
.main__ready-video video,
.main__ready-video iframe,
.main__ready-video object,
.main__ready-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 572px) {
	#popup-plan .popup__wrapper {
		justify-content: flex-end;
	}
}

.plan-popup {
	border-radius: 24px !important;
	padding-bottom: 16px;
	max-width: 400px;
	min-height: 500px;
	background-color: #fff;
	padding: 32px 16px 16px;
	overflow: auto;
	transition: all 0.3s ease-out;
	width: 100%;
	opacity: 0;
	transform: translateY(-50px);
}
@media (max-width: 572px) {
	.plan-popup {
		max-width: unset;
		padding: 32px 16px 16px;
		height: 93%;
		transform: translateY(100%);
	}

	.vertical .card-plan__data-cost {
		white-space: normal;
		text-align: center;
	}
}
.plan-popup__close {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 36px;
	height: 36px;
	color: #817b6f;
	cursor: pointer;
}
.plan-popup__line {
	position: absolute;
	top: 8px;
	opacity: 1;
	margin: 0;
	border-top: 4px solid;
	border-radius: 5px;
	width: 43px;
	left: 50%;
	transform: translateX(-50%);
	color: #d9d9d9;
}
.plan-popup__title {
	color: #302c28;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	font-family: Urbanist, serif;
	margin-bottom: 8px;
}
.plan-popup__check {
	font-weight: 500;
}
.plan-popup__check-line {
	border: 0;
	border-top: 1px solid;
	margin: 16px 0;
	color: #e7e4de;
}
.plan-popup__info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4px;
	white-space: nowrap;
	color: #817b6f;
}
.plan-popup__info-bottom {
	color: #817b6f;
}
.plan-popup__info-descr {
	font-size: 16px;
	line-height: 140%;
}
.plan-popup__info-price {
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	text-align: right;
}
.plan-popup__check-price--red {
	color: #ed827b;
}
.plan-popup__totals {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4px;
	white-space: nowrap;
}
.plan-popup__totals-descr {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	font-family: "Urbanist", serif;
	letter-spacing: 0.2px;
	color: #302c28;
}
.plan-popup__totals-sum {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	font-family: "Urbanist", serif;
	letter-spacing: 0.2px;
	color: #ed827b;
	text-align: right;
}
.plan-popup__totals-data {
	font-size: 16px;
	line-height: 140%;
	color: #817b6f;
}
.plan-popup__totals-discount {
	color: #ed827b;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	text-align: right;
}

.btn {
	padding: 10px 20px;
	border-radius: 12px;
	display: inline-block;
}

.calorie {
	display: flex;
	justify-content: center;
	align-items: center;
}
.calorie span:nth-child(2) {
	display: block;
	margin: 0 20px;
}
.calorie span:nth-child(3) {
	display: block;
}
.calorie span:nth-child(3) span:nth-child(1) {
	display: block;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #000;
}

.welcome__title {
	margin-bottom: 12px;
}
.welcome__descr {
	font-weight: 500;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0em;
	text-align: center;
	color: var(--optimistic-gray-60);
	margin-bottom: 99px;
}
@media (max-width: 479.98px) {
	.welcome__descr {
		margin-bottom: 46px;
	}
}
.welcome__image {
	border: 2px solid var(--mindful-brown-40);
	border-radius: 20px;
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 118px;
}
.welcome__image img {
	max-width: 100%;
}
@media (max-width: 479.98px) {
	.welcome__image {
		margin-bottom: 78px;
	}
}
.welcome__button {
	width: 181px;
	margin: 0 auto;
}

.title {
	margin: 12px 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 127%;
	text-align: center;
	color: var(--text-primary);
}
.title span {
	color: var(--empathy-orange-40);
}

.sub-title {
	line-height: 133%;
	margin-bottom: 12px;
	text-align: center;
	font-size: 24px;
	color: var(--text-primary);
}

.quiz__list + .sub-title {
	margin-top: 10px;
}

.button {
	margin: 10px auto;
	background: var(--button-background);
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 12px;
	padding: 16px 5px;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0em;
	color: var(--light-background);
	border-radius: 1000px;
	border-bottom: var(--button-border-bottom);
}
.button__icon {
	width: 24px;
	height: 24px;
	transform: rotate(180deg);
	stroke: var(--light-background);
}
.button__icon path {
	stroke: var(--light-background);
}
.button[disabled] {
	cursor: auto;
	background: var(--button-disabled-background);
	border-color: var(--button-disabled-border);
}

.preview__step {
	display: none;
}
.preview__step.active {
	display: block;
}
.preview__step-top {
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 -24px;
}
.preview__step-top--0 {
	background: var(--serenity-green-20) url("/img/preview/bg-1.png") center/cover no-repeat;
}
.preview__step-top--1 {
	background: var(--empathy-orange-20) url("/img/preview/bg-2.png") center/100% 401px no-repeat;
}
.preview__step-top--2 {
	background: var(--zen-yellow-20) url("/img/preview/bg-3.png") center/cover no-repeat;
}
.preview__step-top--3 {
	background: var(--serenity-green-30) url("/img/preview/bg-4.png") center/cover no-repeat;
}
.preview__step-image img {
	max-width: 100%;
	margin-top: -30px;
}
.preview__step-bottom {
	padding-top: 21px;
	position: relative;
}
.preview__step-bottom::before {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--light-background);
	border-radius: 50%;
}
.preview__step-progress {
	width: 180px;
	height: 8px;
	margin: 0 auto 24px auto;
	margin-bottom: 24px;
}
.preview__step-title {
	position: relative;
	z-index: 2;
	margin-bottom: 24px;
}
.preview__step-button {
	background: var(--button-background);
	position: relative;
	width: 100%;
	max-width: 343px;
	margin: 0 auto;
	z-index: 2;
}
.preview__step-line {
	z-index: 2;
}

.progress {
	background-color: var(--progress);
	border-radius: 8px;
	position: relative;
	z-index: 2;
}
.progress__bar {
	width: 0;
	height: 100%;
	background-color: var(--progress-track);
	border-radius: 1234px;
	transition: width 0.3s ease 0s;
}

.quiz {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.quiz__form {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
	background-color: var(--primary-background);
}
.quiz__screen {
	flex-grow: 1;
	display: none;
	padding-top: 12px;
	flex-direction: column;
	background-color: var(--primary-background);
}
.quiz__screen.active {
	display: flex;
}
.quiz__finish {
	flex-grow: 1;
	display: none;
	flex-direction: column;
	padding-bottom: 31px;
	position: relative;
	animation-name: faded;
	animation-duration: 0.5s;
}
.quiz__steps {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
}
.quiz__step {
	flex-grow: 1;
	display: none;
	flex-direction: column;
	padding-bottom: 31px;
	animation-name: faded;
	animation-duration: 0.5s;
}
.quiz__step.active {
	display: flex;
}
.quiz__action {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	/*column-gap: 32px;*/
	margin-bottom: 8px;
	height: 56px;
}
.quiz__action::after {
	content: "";
	flex: 0 1 48px;
	height: 48px;
}
.quiz__btn-prev {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
}
svg.pie-chart {
	--fill-percent: 25;
	width: 24px;
	border: 2px solid var(--progress-track);
	--radius: 20;
	--circumference: calc( var( --radius ) * 2 * 3.1415 );
	transform: rotate(-90deg);
	border-radius: 50%;
	fill: #fff;
	stroke: var(--progress-track);
	stroke-width: calc(var(--radius) * 2);
	stroke-dasharray: calc(var(--circumference) * var(--fill-percent) / 100) var(--circumference);
	transition: stroke-dasharray 700ms ease;
}

.quiz__action:after {
	display: none;
}

svg.pie-chart.active {
	border: 2px solid var(--progress-track);
	stroke: var(--progress);
}

.quiz__progress {
	width: 100%;
	min-width: 183px;
	height: 8px;
	margin-right: 8px;
}
.quiz__circle {
	margin-left: auto;
	width: 48px;
	color: var(--text-primary);
}

.quiz__title {
	margin-bottom: 24px;
	color: var(--text-primary);
}
.quiz__title > span {
	color: var(--primary-color);
}
.quiz__title--margin {
	margin-bottom: 16px;
}
.quiz__body {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	margin-bottom: 24px;
}
.quiz__descr {
	font-weight: 700;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0em;
	color: var(--text-secondary);
	margin-bottom: 24px;
}

.quiz__descr.large {
	font-size: 20px;
	font-weight: 700;
}

.quiz__descr.normal {
	font-size: 16px;
	font-weight: 700;
}

.quiz__descr.small {
	font-size: 12px;
	font-weight: 700;
}

.quiz__list-item {
	display: flex;
	column-gap: 7.67px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0em;
	color: var(--text-secondary);
	text-align: start;
}
.quiz__list-item:not(:last-child) {
	margin-bottom: 24px;
}
.quiz__list-item::before {
	content: "";
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.666992 9.00033C0.666992 4.39795 4.39795 0.666992 9.00033 0.666992C13.6027 0.666992 17.3337 4.39795 17.3337 9.00033C17.3337 13.6027 13.6027 17.3337 9.00033 17.3337C4.39795 17.3337 0.666992 13.6027 0.666992 9.00033ZM9.57446 11.48L13.7704 7.0751L12.5636 5.92556L8.36768 10.3304C8.16897 10.539 8.03402 10.5987 7.80973 10.6455C7.60412 10.6885 7.39053 10.6669 7.19411 10.5814C6.99715 10.4958 6.82221 10.3478 6.69619 10.1498C6.56994 9.95148 6.50033 9.71426 6.50033 9.46845H4.83366C4.83366 10.0264 4.99107 10.5748 5.29017 11.0448C5.5895 11.515 6.01912 11.8879 6.52949 12.1099C7.0404 12.332 7.60512 12.3909 8.15041 12.277C8.67701 12.1671 9.12325 11.9537 9.57446 11.48Z' fill='%23ED7E1C' /%3E%3C/svg%3E");
}

.radios-quiz {
	width: 100%;
}
.radios-quiz__line:not(:last-child) {
	margin-bottom: 12px;
}
.radios-quiz__label {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
}
.radios-quiz__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.radios-quiz__input:checked + .radios-quiz__descr {
	background: var(--active-element);
	color: var(--text-light);
}
.radios-quiz__descr {
	box-shadow: 0 8px 16px 0 rgba(75, 52, 37, 0.05);
	background: var(--light-background);
	display: block;
	width: 100%;
	font-weight: 700;
	color: var(--text-primary);
	border-radius: 1234px;
	padding: 16px;
	text-align: start;
	min-height: 51px;
	transition: all 0.3s ease 0s;
	line-height: 1.5;
}
.radios-quiz__descr span {
	font-weight: normal;
}
.radios-quiz__options-images {
	display: flex;
	flex-wrap: wrap;
	row-gap: 8px;
	column-gap: 8px;
	max-width: 430px;
	margin: 0 auto;
	padding-top: 50px;
}
.radios-quiz__options-images-label {
	position: relative;
	width: calc(50% - 8px);
	display: block;
	margin-bottom: 55px;
	cursor: pointer;
}
.radios-quiz__options-images-c {
	position: relative;
	border-radius: 12px 12px 0 0;
	border-top: 1px solid var(--button-border);
	border-right: 1px solid var(--button-border);
	border-left: 1px solid var(--button-border);
	background: var(--light-background);
	height: 150px;
	display: block;
}
.radios-quiz__options-images-name {
	background: var(--button-background);
	padding: 6px 12px 8px;
	font-size: 15px;
	color: var(--light-background);
	min-height: 48px;
	display: flex;
	justify-content: space-between;
	border-radius: 0 0 12px 12px;
	align-items: center;
}
.radios-quiz__options-images-name svg path {
	stroke: var(--light-background);
}
.radios-quiz__options-images img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 170px;
	vertical-align: bottom;
	object-fit: contain;
	object-position: center bottom;
}

.text__range__slider {
	margin: 24px 12px;
}

.text__range__slider input {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	outline: none;
	z-index: 2;
	width: 100%;
	height: 10px;
	background: transparent;
}

.text__range__slider-input {
	position: relative;
}


.text__range__slider-input div {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin-top: 8px;
}

.text__range__slider input[type=range]::-webkit-slider-runnable-track {
	height: 10px;
	background: linear-gradient(90deg, var(--button-disabled-background), var(--empathy-orange-40));
	border-radius: 12px;
}

.text__range__slider input[type=range]::-moz-range-track {
	height: 10px;
	background: linear-gradient(90deg, var(--button-disabled-background), var(--empathy-orange-40));
	border-radius: 12px;
}

.text__range__slider input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 28px;
	width: 28px;
	background: var(--empathy-orange-40);
	border: 2px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	top: -8px;
}

.text__range__slider input[type=range]::-moz-range-thumb {
	height: 28px;
	width: 28px;
	background: var(--empathy-orange-40);
	border: 2px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	top: -8px;
}

.text__range__slider-image {
	background-color: #25272c;
	border-radius: 12px;
}

.text__range__slider-image img {
	display: block;
	margin: auto;
}

.text__range__slider-tooltip {
	position: relative;
	font-size: 12px;
	line-height: 15px;
	background-color: #4f535e;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 4px;
	color: #fff;
	top: -12px;
	border-radius: 6px;
	max-width: 64px;
	min-height: 42px;
	text-align: center;
}

.text__range__slider-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin: 24px 0;
}

.special-offer-right .card-plan {
	overflow: inherit;
}

.special-offer-right .card-plan__inner-header {
	background: transparent;
	padding: 0 !important;
	justify-content: flex-end !important;
	margin: -15px 0 0;
}

.special-offer-right .card-plan__inner-header span {
	width: auto;
	max-width: 150px;
	border-radius: 16px 16px 0 16px;
	justify-content: flex-end;
	padding: 7px 16px;
	background: #c8c4bb;
}

.special-offer-right .card-plan__input:checked + .card-plan__inner .card-plan__inner-header {
	background: transparent;
}

.special-offer-right .card-plan__input:checked + .card-plan__inner .card-plan__inner-header span {
	background: var(--new-color);
}

.checkboxs-quiz {
	width: 100%;
}
.checkboxs-quiz__line:not(:last-child) {
	margin-bottom: 12px;
}
.checkboxs-quiz__label {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
}
.checkboxs-quiz__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.checkboxs-quiz__input:checked + .checkboxs-quiz__inner {
	box-shadow: 0 0 0 4px rgba(155, 176, 104, 0.25);
	background: var(--active-element);
}
.checkboxs-quiz__input:checked + .checkboxs-quiz__inner .checkboxs-quiz__descr {
	color: var(--text-light);
}
.checkboxs-quiz__input:checked + .checkboxs-quiz__inner .checkboxs-quiz__round {
	background: var(--light-background);
	border-color: var(--light-background);
}
.checkboxs-quiz__input:checked + .checkboxs-quiz__inner .checkboxs-quiz__round::before {
	content: "";
	opacity: 1;
	background: var(--active-element);
}
.checkboxs-quiz__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 1234px;
	padding: 16px;
	min-height: 56px;
	box-shadow: 0 8px 16px 0 rgba(75, 52, 37, 0.05);
	background: var(--light-background);
	transition: all 0.3s ease 0s;
}
.checkboxs-quiz__descr {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0em;
	color: var(--text-primary);
	transition: color 0.3s ease 0s;
}
.checkboxs-quiz__round {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 2px solid var(--text-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: border 0.3s ease 0s;
}
.checkboxs-quiz__round::before {
	content: "";
	width: 50%;
	height: 50%;
	border-radius: 50%;
	background-color: var(--text-light);
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

.quiz__numbers {
	margin-bottom: 30px;
}
.quiz__graph {
	text-align: center;
	margin-bottom: 25px;
}
.quiz__graph img {
	max-width: 100%;
}
.quiz__sub-descr {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0em;
	color: var(--text-secondary);
}
.quiz__sub-descr span {
	font-weight: 700;
}
.quiz_question_age .evaluation-quiz__list, .quiz_question_weight .evaluation-quiz__list {
	border-radius: 30px;
	flex-wrap: wrap;
}

.numbers-step {
	display: flex;
}
.numbers-step__number {
	flex: 0 1 85.75px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.numbers-step__number--active .numbers-step__number-icon {
	background-color: var(--active-element);
	border-color: transparent;
}
.numbers-step__separator {
	flex-shrink: 0;
	height: 2px;
	width: 11.078717%;
	/* 38/343 */
	margin: 15px -16px 0;
	background-color: var(--border-color);
	display: flex;
}
.numbers-step__separator::before {
	content: "";
	flex: 0 1 50%;
	height: 100%;
	background-color: var(--active-element);
}
@media (max-width: 479.98px) {
	.numbers-step__separator--last {
		width: 6.078717%;
	}
}
.numbers-step__separator--last::before {
	display: none;
}
.numbers-step__separator--green {
	background-color: var(--active-element);
}
.numbers-step__separator--active {
	background-color: var(--active-element);
}
.numbers-step__number-icon {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--border-color);
	border-radius: 50%;
	margin-bottom: 12px;
}
.numbers-step__number-icon-round {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: var(--border-color);
}
.numbers-step__number-icon-round--white {
	background-color: var(--text-light);
}
.numbers-step__number-inner {
	text-align: center;
}
.numbers-step__number-title {
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 0em;
	text-align: center;
	color: var(--text-primary);
	margin-bottom: 4px;
}
.numbers-step__number-descr {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0em;
	text-align: center;
	color: var(--text-secondary);
}

.eyes-quiz {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.eyes-quiz__label {
	position: relative;
	cursor: pointer;
}
.eyes-quiz__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.eyes-quiz__input:checked + .eyes-quiz__inner {
	background-color: var(--active-element);
}
.eyes-quiz__input:checked + .eyes-quiz__inner .eyes-quiz__round {
	background: var(--light-background);
}
.eyes-quiz__input:checked + .eyes-quiz__inner .eyes-quiz__round::before {
	opacity: 1;
}
.eyes-quiz__input:checked + .eyes-quiz__inner .eyes-quiz__descr {
	color: var(--text-light);
}
.eyes-quiz__inner {
	display: flex;
	height: 100%;
	flex-direction: column;
	box-shadow: 0 8px 16px 0 rgba(75, 52, 37, 0.05);
	background: var(--light-background);
	padding: 16px;
	border-radius: 32px;
	transition: background-color 0.3s ease 0s;
}
.eyes-quiz__top {
	display: flex;
	justify-content: space-between;
}
.eyes-quiz__round {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid var(--text-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: border 0.3s ease 0s;
}
.eyes-quiz__round::before {
	content: "";
	width: 50%;
	height: 50%;
	background-color: var(--text-light);
	opacity: 0;
	border-radius: 50%;
	transition: opacity 0.3s ease 0s;
}
.eyes-quiz__descr {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0em;
	color: var(--optimistic-gray-90);
	margin-top: auto;
	transition: color 0.3s ease 0s;
}

.shape-quiz {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.shape-quiz__label {
	position: relative;
	cursor: pointer;
}
.shape-quiz__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.shape-quiz__input:checked + .shape-quiz__inner {
	background: var(--active-element);
}
.shape-quiz__input:checked + .shape-quiz__inner .shape-quiz__descr {
	color: var(--text-light);
}
.shape-quiz__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-shadow: 0 8px 16px 0 rgba(75, 52, 37, 0.05);
	background: var(--light-background);
	min-height: 147px;
	border-radius: 32px;
	padding: 12px 0px;
	transition: background 0.3s ease 0s;
}
.shape-quiz__image {
	margin-bottom: 22px;
}
.shape-quiz__descr {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0em;
	text-align: center;
	color: var(--text-primary);
	transition: color 0.3s ease 0s;
}

.gender-quiz__label {
	position: relative;
}
.gender-quiz__input:checked + .gender-quiz__image {
	background: var(--active-element);
}
.gender-quiz__image {
	display: block;
}

.gender-quiz__line:not(:last-child) {
	margin-bottom: 16px;
}
.gender-quiz__label {
	position: relative;
	cursor: pointer;
}
.gender-quiz__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.gender-quiz__input:checked + .gender-quiz__body {
	box-shadow: 0 0 0 4px rgba(155, 176, 104, 0.25);
}
.gender-quiz__body {
	display: flex;
	justify-content: space-between;
	box-shadow: 0 8px 16px 0 rgba(75, 52, 37, 0.05);
	background: var(--light-background);
	border-radius: 32px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}
.gender-quiz__inner {
	display: flex;
	flex-direction: column;
	padding: 16px;
}
.gender-quiz__descr {
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 0em;
	color: var(--text-dark);
	flex-grow: 1;
}
.gender-quiz__image img {
	max-width: 100%;
}

.choice-quiz {
	display: flex;
	gap: 20px;
}
.choice-quiz__label {
	position: relative;
	cursor: pointer;
	padding: 30px;
	box-shadow: 0 8px 16px 0 rgba(75, 52, 37, 0.05);
	background: var(--light-background);
	border: 1px solid var(--border-color);
	border-radius: 12px;
}
.choice-quiz__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.choice-quiz__input:checked + .gender-quiz__body {
	box-shadow: 0 0 0 4px rgba(155, 176, 104, 0.25);
}
.choice-quiz__descr {
	max-width: 100px;
	font-weight: 800;
	font-size: 24px;
	letter-spacing: 0em;
	color: var(--text-dark);
}

.quiz__step-button {
	position: fixed;
	bottom: 10px;
	left: 10px; /* Distance from the left of the viewport */
	right: 10px; /* Distance from the right of the viewport */
	max-width: 400px;
	transition: all 0.3s ease 0s;
}
.quiz__step-button--hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s ease 0s;
}

.btn-green {
	color: var(--active-element);
	background: var(--secondary-background);
}
.quiz__perfect-plan-counter {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 39.75px auto;
}

.counter-quiz {
	position: relative;
}
.counter-quiz__round {
	transform-origin: center;
	transform: rotate(-90deg);
	stroke-width: 5px;
	transition: troke-dashoffset 0.3s;
	stroke: #9bb168;
}
.counter-quiz__number {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 800;
	font-size: 10px;
	letter-spacing: 0em;
	text-align: center;
	color: var(--text-primary);
}

.quiz__perfect-plan {
	margin-bottom: 36px;
}

.quiz__perfect-plan-descr {
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0em;
	text-align: center;
	color: var(--text-secondary);
	text-align: center;
}

.quiz__perfect-image {
	text-align: center;
	margin-bottom: 16px;
}
.quiz__perfect-image img {
	max-width: 100%;
	box-shadow: 0 0 0 4px rgba(155, 176, 104, 0.25);
	border-radius: 20px;
}

.quiz__perfect-descr {
	font-weight: 500;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0em;
	color: var(--text-secondary);
	border-radius: 20px;
	padding: 10px;
	background: var(--light-background);
}
.quiz__perfect-descr span {
	font-weight: 700;
}

.reviews-quiz__image {
	text-align: center;
	margin-bottom: 12px;
}
.reviews-quiz__image img {
	max-width: 100%;
}
.reviews-quiz__title {
	font-weight: 800;
	font-size: 20px;
	text-align: center;
	color: var(--text-primary);
	margin-bottom: 12px;
}
.reviews-quiz__descr {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: var(--text-secondary);
	margin-bottom: 12px;
}
.reviews-quiz__item {
	border-radius: 10px;
	box-shadow: 0 2px 3px 0 var(--shadow-color-strong);
	background: var(--light-background);
	margin-bottom: 12px;
}
.review-quiz {
	padding: 12px 16px;
}
.review-quiz__head {
	display: flex;
	align-items: flex-start;
	column-gap: 10px;
	margin-bottom: 12px;
}
.review-quiz__avatar {
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
}
.review-quiz__avatar img {
	max-width: 100%;
}
.review-quiz__inner {
	flex-grow: 1;
}
.review-quiz__top {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.review-quiz__name {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: var(--highlight-bg);
	margin-right: 4px;
}
.review-quiz__recommend {
	display: flex;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(30, 30, 30, 0.6);
	column-gap: 6px;
}
.review-quiz__dots {
	margin-left: auto;
}
.review-quiz__role {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: var(--highlight-bg);
	margin-bottom: 4px;
}
.review-quiz__data {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: rgba(30, 30, 30, 0.6);
	display: flex;
	align-items: center;
	column-gap: 5px;
}
.review-quiz__data-icon {
	flex-shrink: 0;
}
.review-quiz__body {
	font-family: "Almarai", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 139%;
	color: var(--highlight-bg);
}

.personalizing-quiz__counter {
	display: block;
	max-width: 150px;
	max-height: 150px;
	margin: 0 auto 24px auto;
}
.personalizing-quiz__counter .counter-quiz__number {
	font-weight: 800;
	font-size: 1em;
	text-align: center;
	color: var(--text-primary);
}
.personalizing-quiz__descr {
	font-weight: 800;
	font-size: 30px;
	line-height: 127%;
	text-align: center;
	color: var(--text-secondary);
	text-align: center;
	margin-bottom: 76px;
}
.personalizing-quiz__image {
	text-align: center;
}
.personalizing-quiz__image img {
	box-shadow: 0 0 4px 0 var(--shadow-color-strong);
	border: 1px solid var(--border-color-faded);
	border-radius: 20px;
	max-width: 100%;
}

.evaluation-quiz__descr {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0em;
	text-align: center;
	color: var(--text-secondary);
	margin-bottom: 24px;
}
.evaluation-quiz__descr p:not(:last-child) {
	margin-bottom: 5px;
}
.evaluation-quiz__value {
	font-weight: 800;
	font-size: 128px;
	line-height: 100%;
	text-align: center;
	color: var(--text-primary);
	text-align: center;
	margin-bottom: 24px;
}
.evaluation-quiz__list {
	display: flex;
	justify-content: space-evenly;
	column-gap: 20px;
	border-radius: 1234px;
	padding: 8px;
	background-color: var(--text-light);
}
@media (max-width: 480px) {
	.evaluation-quiz__list {
		column-gap: 0px;
	}
}
.evaluation-quiz__item {
	flex-shrink: 0;
}
.evaluation-quiz__count {
	position: relative;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.evaluation-quiz__count-input {
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
}
.evaluation-quiz__count-input:checked + .evaluation-quiz__count-num {
	box-shadow: 0 0 0 4px rgba(254, 129, 75, 0.25);
	background: var(--primary-color);
	color: var(--text-light);
}
.evaluation-quiz__count-num {
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-weight: 800;
	font-size: 24px;
	line-height: 133%;
	text-align: center;
	color: var(--text-dark);
	transition: all 0.3s ease 0s;
}
.evaluation-quiz__count-num span {
	font-size: larger;
}
@media (max-width: 420px) {
	.evaluation-quiz__count-num {
		width: 54px;
		height: 54px;
	}

	.quiz__image {
		max-width: 100% !important;
	}
}
.evaluation-quiz__bottom {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	padding-top: 10px;
}

.evaluation-quiz__bottom span:last-child {
	text-align: right;
}

.reminder__container {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.reminder__title {
	margin-bottom: 24px;
}
.reminder__descr {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0em;
	text-align: center;
	color: var(--text-secondary);
	margin-bottom: 37px;
}
.reminder__time {
	margin-bottom: 20px;
}
.reminder__time input {
	padding: 16px;
	border-radius: 300px;
	background-color: var(--light-background);
	width: 100%;
	height: 100%;
	font-weight: 800;
	font-size: 60px;
	line-height: 113%;
	text-align: center;
	color: var(--text-primary);
	outline: none;
	border: 1px solid transparent;
}
.reminder__time input:focus {
	border: 1px solid var(--text-primary);
}
.reminder__duration {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 16px;
	margin-bottom: 24px;
}
.reminder__duration-descr {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0em;
	color: var(--text-secondary);
	display: flex;
	align-items: center;
	column-gap: 4px;
}
.reminder__duration-descr-icon {
	flex-shrink: 0;
}
.dropdown-duration {
	position: relative;
}
.dropdown-duration__select {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0em;
	text-align: center;
	color: var(--text-primary);
	border-radius: 32px;
	padding: 6px 12px;
	background-color: var(--secondary-background);
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.dropdown-duration__options {
	position: absolute;
	top: 60%;
	width: 100%;
	left: 0;
	background-color: var(--mindful-brown-white);
	z-index: 1;
	padding: 15px 12px 10px;
	border-radius: 0px 0px 15px 15px;
}
.dropdown-duration__options.open {
	display: block;
}
.dropdown-duration__option {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0em;
	color: var(--text-primary);
	cursor: pointer;
}
.dropdown-duration__option:not(:last-child) {
	margin-bottom: 6px;
}

.reminder__button {
	margin-top: auto;
}

.creating__spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 32px 0;
}
.creating__spinner-icon {
	width: 50px;
	height: 50px;
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
}
.creating__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0em;
	text-align: center;
	color: var(--text-secondary);
	margin-bottom: 32px;
}
.creating__slide {
	margin: auto;
}
.creating__slide-image {
	text-align: center;
	margin-bottom: 11px;
}
.creating__slide-image img {
	max-width: 100%;
}
.creating__slide-descr {
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	color: var(--text-primary);
}
.creating__slide-descr span {
	color: var(--primary-color);
}

.loader-path {
	stroke-dasharray: 150, 200;
	stroke-dashoffset: -10;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}

.experts__container {
	flex-grow: 1;
}
.experts__title {
	margin-bottom: 24px;
}
.experts__cards {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
}
.experts__card {
	box-shadow: 0 8px 16px 0 rgba(75, 52, 37, 0.05);
	background: var(--mindful-brown-white);
	border-radius: 32px;
	padding: 12px;
	display: flex;
	align-items: center;
	column-gap: 16px;
	min-height: 122px;
}
.experts__card-avatar {
	flex-shrink: 0;
	overflow: hidden;
	width: 96px;
	height: 96px;
	border-radius: 50%;
}
.experts__card-body {
	flex-grow: 1;
}
.experts__card-title {
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0em;
	color: var(--mindful-brown-80);
	margin-bottom: 8px;
}
.experts__card-descr {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0em;
	color: var(--optimistic-gray-60);
}
.experts__button {
	width: 100%;
}
.science__container {
	flex-grow: 1;
}
.science__title {
	margin-bottom: 24px;
}
.science__cards {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 24px;
	margin-bottom: 24px;
}
.science__card {
	padding: 12px;
	box-shadow: 0 8px 16px 0 rgba(75, 52, 37, 0.05);
	background: var(--mindful-brown-white);
	border-radius: 32px;
	display: flex;
	align-items: center;
	column-gap: 16px;
	min-height: 122px;
}
.science__card-image {
	flex-shrink: 0;
}
.science__card-image img {
	max-width: 100%;
}
.science__card-descr {
	font-weight: 400;
	font-size: 14px;
	color: var(--optimistic-gray-60);
}
.science__card-descr span {
	font-weight: 700;
}
.science__button {
	width: 100%;
}

.perfect__container {
	flex-grow: 1;
}
.perfect__body {
	flex-grow: 1;
	margin-bottom: 24px;
}
.perfect__title {
	margin-bottom: 24px;
}
.perfect__image {
	text-align: center;
	margin-bottom: 24px;
}
.perfect__image img {
	max-width: 100%;
	border-radius: 20px;
}
.perfect__descr {
	padding: 10px;
	font-weight: 500;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0em;
	color: var(--optimistic-gray-60);
	background: var(--mindful-brown-white);
	border-radius: 20px;
}
.perfect__descr span {
	font-weight: 700;
}
.perfect__button {
	width: 100%;
}

.complete__container {
	flex-grow: 1;
}
.complete__body {
	flex-grow: 1;
	margin-bottom: 24px;
}
.complete__title {
	margin-bottom: 48px;
}
.complete__counter {
	width: 80px;
	height: 80px;
	margin: 0 auto 36px auto;
}
.complete__list {
	margin-bottom: 39px;
}
.complete__item:not(:last-child) {
	margin-bottom: 15px;
}
.complete__evaluation {
	background: var(--light-background);
	padding: 10px;
	border-radius: 20px;
	margin: 10px 0;
}
.complete__evaluation-stars {
	margin-bottom: 12px;
}
.complete__evaluation-descr {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: var(--text-secondary);
	margin-bottom: 24px;
}
.complete__evaluation-name {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: var(--text-secondary);
	font-weight: 700;
}

.complete__progress-descr {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0em;
	color: var(--text-primary);
	margin-bottom: 5px;
}
.complete__progress-bar {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.complete__progress-bar-line {
	flex-grow: 1;
	border-radius: 1234px;
	background-color: var(--progress);
	height: 9px;
}
.complete__progress-bar-track {
	display: block;
	height: 100%;
	width: 0;
	border-radius: 1234px;
	background-color: var(--progress-track);
	transition: width 0.3s ease 0s;
}
.complete__progress-bar-percent {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0em;
	color: var(--text-primary);
	min-width: 42px;
	text-align: right;
}
.complete__button {
	width: 100%;
	transition: all 0.3s ease 0s;
}
.complete__button--hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.stars-complete {
	display: flex;
	justify-content: center;
}
.stars-complete__item-icon {
	display: block;
	width: 16px;
	height: 16px;
}

.email__container {
	flex-grow: 1;
}
.email__title {
	margin-bottom: 24px;
}
.email__descr {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0em;
	text-align: center;
	color: var(--text-secondary);
	margin-bottom: 24px;
}
.email__form-line {
	position: relative;
}
.email__form-line .options {
	display: flex;
	color: var(--text-primary);
	width: 100%;
	max-height: 160px;
	flex-direction: column;
	padding: 0 20px 0 47px;
	position: absolute;
	top: 65px;
	left: 0;
	border-radius: 26px;
	overflow-y: auto;
	background: var(--primary-background);
	filter: drop-shadow(#dedede90 0px 0px 8px);
	z-index: 999;
}
.email__form-line .option-item {
	width: 100%;
	text-align: left;
	cursor: pointer;
	padding: 12px 0;
	display: block;
	font-weight: 700;
	font-size: 16px;
}
.email__form-line .option-item:not(:last-child) {
	border-bottom: 1px solid #dedede60;
}
.email__form-label {
	display: block;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0em;
	color: var(--text-primary);
	margin-bottom: 8px;
	text-align: start;
}
.email__form-input {
	padding: 18px 18px 18px 48px;
	background: var(--light-background);
	border: 1px solid var(--button-background);
	border-radius: 1234px;
	width: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20H15V18H10C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10V11.5C18 12.3284 17.3284 13 16.5 13C15.6716 13 15 12.3284 15 11.5V10C15 7.23858 12.7614 5 10 5C7.23858 5 5 7.23858 5 10C5 12.7614 7.23858 15 10 15C11.4158 15 12.6942 14.4115 13.6038 13.4659C14.2336 14.3918 15.2958 15 16.5 15C18.433 15 20 13.433 20 11.5V10C20 4.47715 15.5228 0 10 0ZM13 10C13 8.34315 11.6569 7 10 7C8.34315 7 7 8.34315 7 10C7 11.6569 8.34315 13 10 13C11.6569 13 13 11.6569 13 10Z' fill='%234F3422' /%3E%3C/svg%3E");
	background-position: 18px 50%;
	background-repeat: no-repeat;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0em;
	color: var(--text-primary);
}
.text .email__form-input {
	background-image: none;
}
.email__form-input::placeholder {
	color: var(--optimistic-gray-30);
}
.select__form-line {
	position: relative;
}

.select__form-inner {
	display: flex;
	width: 100%;
}

.select__form-input {
	flex: 1;
	outline: none;
	cursor: pointer;
	padding: 18px;
	background: var(--light-background);
	border: 1px solid var(--button-background);
	border-radius: 1234px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0;
	color: var(--text-primary);
}

.select__form-input::placeholder {
	color: var(--optimistic-gray-30);
}

.select__form-button {
	padding: 10px 8px;
	cursor: pointer;
	font-size: 14px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 8px;
	transform: rotate(-90deg);
	right: 14px;
}


.select__form-button-icon {
	position: relative;
	left: 3px;
	top: 0;
}

.select__form-options {
	position: absolute;
	left: 0;
	right: 0;
	overflow-y: auto;
	border-top: none;
	background: white;
	display: none;
	margin: 0;
	list-style: none;
	color: var(--text-primary);
	width: 100%;
	max-height: 160px;
	flex-direction: column;
	padding: 0 8px;
	top: 65px;
	border-radius: 26px;
	background: var(--primary-background);
	filter: drop-shadow(#dedede90 0px 0px 8px);
	z-index: 999;
}

.select__form-option {
	display: block;
	width: 100%;
	padding: 10px;
	text-align: left;
	border: none;
	background: none;
	cursor: pointer;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.select__form-option:last-child {
	border-bottom: none;
}

.select__form-option:hover {
	background-color: #f5f5f5;
}

.select__form-option.selected {
	font-weight: bold;
}
.email__action {
	margin-top: auto;
}
.email__policy {
	font-weight: 500;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0em;
	text-align: center;
	color: var(--text-secondary);
	margin-bottom: 9px;
}
.email__policy a {
	text-decoration: underline;
}
.email__button {
	width: 100%;
}
.popup-email {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000080;
	backdrop-filter: blur(3px);
	z-index: 9999;
}
.popup-email .plan-popup {
	visibility: visible;
	border-radius: 0 !important;
	min-height: 450px;
	background: var(--primary-background);
	box-shadow: 0 0 12px 0 rgb(137 137 137 / 40%);
}
.popup-email .popup__wrapper {
	justify-content: flex-end;
}
.popup-email .quiz__step-button {
	bottom: 16px;
	left: 16px;
	right: 16px;
}
.popup-email .title {
	margin: 0 0 32px;
}
.popup-email .quiz__descr {
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}
.popup-email .email__form-line .options {
	max-height: 130px;
	border-radius: 12px;
}
.policy {
	background-color: var(--mindful-brown-10);
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.policy__container {
	max-width: 960px;
	padding: 24px;
	margin: 0 auto;
}
.policy__content {
	padding: 24px;
	background-color: #fff;
	border-radius: 20px;
}
.policy__content h1 {
	font-weight: 800;
	font-size: 30px;
	line-height: 127%;
	text-align: center;
	color: var(--mindful-brown-80);
}
.policy__content p {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0em;
	color: var(--optimistic-gray-60);
}
@media (max-width: 479.98px) {
	.policy__content p {
		font-size: 0.875rem;
	}
}
.policy__content p b {
	color: var(--mindful-brown-80);
}
.policy__content h2 {
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0em;
	color: var(--mindful-brown-80);
}
@media (max-width: 479.98px) {
	.policy__content h2 {
		font-size: 1rem;
	}
}
.policy__content h3 {
	font-weight: 700;
	font-size: 17px;
	line-height: 160%;
	letter-spacing: 0em;
	color: var(--mindful-brown-80);
}
@media (max-width: 479.98px) {
	.policy__content h3 {
		font-size: 1rem;
	}
}
.policy__content li {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0em;
	color: var(--optimistic-gray-60);
}
@media (max-width: 479.98px) {
	.policy__content li {
		font-size: 0.875rem;
	}
}
.policy__content li::before {
	float: left;
	margin-top: 8px;
	margin-right: 5px;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	flex-shrink: 0;
	background-color: var(--optimistic-gray-60);
}
.policy__content li:not(:last-child) {
	margin-bottom: 5px;
}

.pay-finish {
	background: var(--primary-background);
	color: var(--text-secondary);
	max-width: 375px;
	margin: 10px auto;
	padding: 35px 35px 0;
	box-sizing: border-box;
}
.pay-finish__img {
	display: block;
	margin: 0 0 35px;
	max-height: 42px;
}
.pay-finish__title {
	color: var(--text-primary);
	font: 700 30px/38px "Urbanist", sans-serif;
	margin-bottom: 11px;
}
.pay-finish__p {
	font: 700 14px/38px "Urbanist", sans-serif;
	margin-bottom: 18px;
}
.pay-finish__p1 {
	font: 700 14px/38px "Urbanist", sans-serif;
	margin-left: 8px;
}
.pay-finish__link {
	margin: 20px auto 10px;
	display: flex;
	justify-content: center;
}
.pay-finish__google_play {
	margin: 20px auto 10px;
	display: flex;
	justify-content: center;
}
.counter-quiz__round, .counter-quiz {
	max-width: 237px;
	max-height: 237px;
}
.pay-finish__qr {
	margin: 0 auto;
	display: block;
}
.pay-finish__p2 {
	font: 700 14px/38px "Urbanist", sans-serif;
	margin-left: 8px;
}
.pay-finish__p2 span {
	font-weight: 400;
}
.pay-finish__subscription {
	margin: 37px 0 23px;
	font: 14px/38px "Urbanist", sans-serif;
}
.pay-finish__need-help {
	font: 700 14px/38px "Urbanist", sans-serif;
}
.pay-finish__need-help a {
	color: var(--primary-color);
}
.pay-finish__border {
	width: 134px;
	height: 5px;
	background: var(--text-primary);
	margin: 30px auto 0;
	border-radius: 3px;
}
.pay-finish .btn-green, .pay-finish-email {
	border: 1px solid var(--primary-color);
	background: transparent;
	color: var(--primary-color);
	display: flex;
	gap: 10px;
	align-items: center;
	border-radius: 8px;
	width: 300px;
	justify-content: center;
	/*margin-left: -5px;*/
}

video::-webkit-media-controls {
	display: none !important;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	min-width: 350px;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	top: 12px;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100% !important;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.head-main {
	background-color: var(--header-background);
	display: flex;
	align-items: center;
	padding: 5px 24px 5.48px;
	justify-content: space-between;

	.head-main__custom_html {
		width: 100%;
		text-align: var(--header-text-align, center);
	}
}
.head-main__logo.centered {
	width: 100%;
	text-align: center;
}
.head-main__country {
	color: var(--mindful-brown-90);
	flex-grow: 1;
	text-align: center;
}
.head-main__rating {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0em;
	color: var(--mindful-brown-white);
}
.head-main__rating-icon {
	width: 19px;
	height: 19px;
}

@keyframes pulse-button {
	0% {
		box-shadow: 0 0 0 0 rgba(79, 52, 34, 0.7);
	}
	50% {
		box-shadow: 0 0 0 10px rgba(53, 107, 97, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(53, 107, 97, 0);
	}
}
@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}
@-webkit-keyframes color {
	0% {
		stroke: var(--serenity-green-50);
	}
	40% {
		stroke: var(--serenity-green-50);
	}
	66% {
		stroke: var(--serenity-green-50);
	}
	80%, 90% {
		stroke: var(--serenity-green-50);
	}
}
@keyframes color {
	0% {
		stroke: var(--serenity-green-50);
	}
	40% {
		stroke: var(--serenity-green-50);
	}
	66% {
		stroke: var(--serenity-green-50);
	}
	80%, 90% {
		stroke: var(--serenity-green-50);
	}
}
@keyframes faded {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
/*********animations***************/
.checkboxs-quiz__inner, .radios-quiz__descr {
	animation-name: _append-animate_l5jey_1;
	animation-timing-function: ease-in-out;
	transition: background-color 0.3s, box-shadow 0.3s;
	animation-duration: 0.3s;
}

.checkboxs-quiz__line:nth-child(1) .checkboxs-quiz__inner, .radios-quiz__line:nth-child(1) .radios-quiz__descr {
	animation-duration: 0.15s;
}

.checkboxs-quiz__line:nth-child(2) .checkboxs-quiz__inner, .radios-quiz__line:nth-child(2) .radios-quiz__descr {
	animation-duration: 0.3s;
}

.checkboxs-quiz__line:nth-child(3) .checkboxs-quiz__inner, .radios-quiz__line:nth-child(3) .radios-quiz__descr {
	animation-duration: 0.45s;
}

.checkboxs-quiz__line:nth-child(4) .checkboxs-quiz__inner, .radios-quiz__line:nth-child(4) .radios-quiz__descr {
	animation-duration: 0.6s;
}

.checkboxs-quiz__line:nth-child(5) .checkboxs-quiz__inner, .radios-quiz__line:nth-child(5) .radios-quiz__descr {
	animation-duration: 0.75s;
}

.checkboxs-quiz__line:nth-child(6) .checkboxs-quiz__inner, .radios-quiz__line:nth-child(6) .radios-quiz__descr {
	animation-duration: 0.9s;
}

.checkboxs-quiz__line:nth-child(7) .checkboxs-quiz__inner, .radios-quiz__line:nth-child(7) .radios-quiz__descr {
	animation-duration: 1.05s;
}

.checkboxs-quiz__line:nth-child(8) .checkboxs-quiz__inner, .radios-quiz__line:nth-child(8) .radios-quiz__descr {
	animation-duration: 1.2s;
}

.checkboxs-quiz__line:nth-child(9) .checkboxs-quiz__inner, .radios-quiz__line:nth-child(9) .radios-quiz__descr {
	animation-duration: 1.35s;
}

.checkboxs-quiz__line:nth-child(10) .checkboxs-quiz__inner, .radios-quiz__line:nth-child(10) .radios-quiz__descr {
	animation-duration: 1.5s;
}

.shape-quiz__image img {
	max-width: 100px;
}

.shape-quiz {
	grid-template-columns: repeat(2, 1fr);
}

.head-main__country {
	color: white;
}

.button[disabled] {
	opacity: 0.2;
}

@keyframes _append-animate_l5jey_1 {
	from {
		opacity: 0;
		transform: translate(20px);
	}
	to {
		opacity: 1;
		transform: translate(0);
	}
}
.complete__progress-descr {
	line-height: 1.5;
	font-weight: 500;
}

.complete__progress-descr img {
	vertical-align: middle;
}

.swiper-review {
	width: 100%;
	min-width: 320px;
	height: 200px;
}

.swiper-review .swiper-slide {
	width: calc(100% - 20px) !important;
	margin: 0 10px;
	max-height: calc(100% - 30px) !important;
}

.swiper-review .swiper-slide {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.swiper-review .complete__evaluation-descr {
	margin-bottom: 0;
}

.swiper-review img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-review .complete__evaluation-descr {
	max-height: 100%;
}

.review-img {
	min-height: 553px;
	margin-bottom: 15px;
}

.review-img .swiper-slide {
	background: none;
}

.review-img .stars-complete {
	display: none;
}

.button {
	z-index: 1000;
}

.radios-quiz__descr {
	position: relative;
}

.radios-quiz__descr svg {
	position: absolute;
	top: calc(50% - 6px);
	right: 12px;
}

.radios-quiz__descr svg stop {
	stop-color: var(--primary-color);
}

.radios-quiz__descr span {
	font-size: 23px;
	margin-right: 7px;
}

.evaluation-quiz__bottom {
	font-weight: 500;
	font-size: 16px;
}

.review-1 .complete__evaluation-title {
	font-size: 12px;
}

.review-1 .complete__evaluation-descr {
	font-size: 12px;
	font-weight: 500;
}

.experts__card-title, .experts__card-descr {
	font-weight: 500;
}

.button {
	font-size: 16px;
}

.head-main__country {
	font-size: 12px;
	font-weight: 500;
}

.checkboxs-quiz__square {
	width: 20px;
	height: 20px;
	border: 2px solid var(--primary-color);
	border-radius: 3px;
	display: inline-block;
}

.checkboxs-quiz__input:checked + .checkboxs-quiz__inner .checkboxs-quiz__square {
	background: var(--primary-color);
}

.checkboxs-quiz__descr span {
	font-size: 20px;
	margin-right: 7px;
}

.radios-quiz__descr svg path {
	stroke: var(--primary-color);
}
.experts__card-avatar {
	min-height: 96px;
	height: auto;
}
.experts__card {
	align-items: flex-start;
	line-height: 1.3;
}
.experts__card-avatar img {
	max-width: 100%;
}
.pay-finish__p, .pay-finish__p1 {
	line-height: 1.3;
}
.pay-finish__subscription {
	font-size: 14px;
	line-height: 1.5;
}
.pay-finish__qr {
	margin-top: 25px;
	margin-bottom: 10px;
}
.pay-finish__subscription {
	margin: 10px 0;
}
.checkboxs-quiz__descr, .radios-quiz__descr {
	display: flex;
	align-items: center;
}
.checkboxs-quiz__square {
	margin-left: 10px;
}
.no-fixed {
	position: static;
	min-width: 300px;
}
.counter-quiz {
	margin-top: 60px;
	margin-bottom: 60px;
}

.main__plan-list {
	margin-top: 50px;
}

.main__plan-list.vertical {
	display: flex;
	max-width: 100%;
	justify-content: space-between;
	gap: 8px;
}

.main__plan-list.vertical li {
	width: 100%;
}

.main__plan-list.vertical .card-plan__inner-body {
	flex-direction: column;
	gap: 10px;
}

.main__plan-list.vertical .card-plan__inner-right,
.main__plan-list.vertical .card-plan__inner-left {
	flex: 0;
}

.main__plan-list.vertical .card-plan__data {
	text-align: center;
}

.quiz__btn-prev-icon path {
	stroke: var(--button-background);
}

.before-after {
	border-radius: 12px;
	background: var(--background-before-after);
}

.before-after-labels {
	display: flex;
	align-items: center;
	padding: 12px 0;
	justify-content: space-evenly;
	margin: 16px 0 0;
}

.before-after-labels .inside {
	flex: 1;
	display: flex;
	justify-content: center;
}

.before-after-labels hr {
	width: 1px;
	height: 24px;
	background: var(--button-background);
}

.before-after-label_before {
	font-weight: 700;
	color: var(--button-background);
	background: #fff;
	border-radius: 8px;
	padding: 10px 16px;
	font-size: 14px;
	display: inline-block;
}

.before-after-label_after {
	font-weight: 700;
	color: #fff;
	background: var(--button-background);
	border-radius: 8px;
	padding: 10px 16px;
	font-size: 14px;
	display: inline-block;
}

.before-after-body {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	position: relative;
}

.before-after-body img {
	height: 300px;
}

.before-after-arrows {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -38px 0 0 -65px;
}

.before-after-arrows img {
	width: 80px;
}

@keyframes FadeIn {
	0% {
		opacity: 0;
		transform: scale(.1);
	}

	85% {
		opacity: 1;
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

.before-after-arrows img {
	float: left;
	margin: 0 -65px 0 0;
	animation: FadeIn 1s linear;
	opacity: 0;
	height: auto;
}

@keyframes arrow1 {
	0% {
		opacity: 0;
	}

	33% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes arrow2 {
	33% {
		opacity: 0;
	}

	66% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes arrow3 {
	66% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.before-after-arrows img:nth-child(1) {
	animation: arrow1 4s infinite;
}
.before-after-arrows img:nth-child(2) {
	animation: arrow2 4s infinite;
}
.before-after-arrows img:nth-child(3) {
	animation: arrow3 4s infinite;
}

.personalization-block {
	display: flex;
	align-items: center;
	padding: 12px 0;
	justify-content: space-evenly;
	margin: 16px 0;
}

.personalization-block .inside {
	flex: 1;
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
	font-size: 14px;
	border-right: 1px solid var(--button-background);
	padding-right: 6px;
	margin-right: 6px;
}

.personalization-block .inside:last-of-type {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.personalization-block b {
	display: block;
	margin-top: 2px;
	font-size: 16px;
}

.radios-quiz__descr .option-image img {
	max-width: 64px;
}

.checkboxs-quiz__descr .option-image img {
	max-width: 64px;
}


.radios-quiz__options-overflow-hidden .radios-quiz__options-images-c {
	overflow: hidden;
}

#payment-element {
	padding-bottom: 16px;
}
#payment-message, #paypal-payment-message {
	color: #df1b41;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 0;
	text-align: center;
}

.btn-spinner {
	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><radialGradient id="a5" cx=".66" fx=".66" cy=".3125" fy=".3125" gradientTransform="scale(1.5)"><stop offset="0" stop-color="%23FFFFFF"></stop><stop offset=".3" stop-color="%23FFFFFF" stop-opacity=".9"></stop><stop offset=".6" stop-color="%23FFFFFF" stop-opacity=".6"></stop><stop offset=".8" stop-color="%23FFFFFF" stop-opacity=".3"></stop><stop offset="1" stop-color="%23FFFFFF" stop-opacity="0"></stop></radialGradient><circle transform-origin="center" fill="none" stroke="url(%23a5)" stroke-width="15" stroke-linecap="round" stroke-dasharray="200 1000" stroke-dashoffset="0" cx="100" cy="100" r="70"><animateTransform type="rotate" attributeName="transform" calcMode="spline" dur="2" values="360;0" keyTimes="0;1" keySplines="0 0 1 1" repeatCount="indefinite"></animateTransform></circle><circle transform-origin="center" fill="none" opacity=".2" stroke="%23FFFFFF" stroke-width="15" stroke-linecap="round" cx="100" cy="100" r="70"></circle></svg>');
	display: none;
}

.btn-confirm-purchase {
	min-height: 48px;
	height: 48px;
	max-width: none;
}

.btn-confirm-purchase .btn-spinner {
	display: none;
}
.btn-confirm-purchase.loading .btn-spinner {
	display: block;
}
.btn-confirm-purchase.loading .button-text {
	display: none;
}

#payment-form .form-loading {
	display: none;
}
#payment-form .form-loaded {
	display: block;
}
#payment-form.loading .form-loading {
	display: block;
}
#payment-form.loading .form-loaded {
	display: none;
}

.express-checkout-element {
	margin: 20px 0;
}

.checkboxs-quiz__square{flex: 20px 0 0;} .list .quiz__list-item {max-width: 290px;padding-bottom: 7px; color: #fff; margin: 0 auto;line-height: 24px}.list .quiz__list-item::before{background: url('\/projects\/ferve\/ok.svg'); width: 24px; height: 24px;}.complete__evaluation,.title{position: relative; background: none}.stars-complete__item-icon{width: 16px;height: 16px;margin: 0 1px}

.columns-3 .radios-quiz {
	display: flex;
	flex-wrap: wrap;
}
.columns-3 .radios-quiz > * {
	width: calc(33.3% - 10px);
	margin: 0 5px 5px;
}
.columns-4 .radios-quiz > *,
.columns-4 .checkboxs-quiz > * {
	width:calc(25% - 10px);margin:0 5px 5px
}

.full-img .eyes-quiz__image img {
	width: 100%;
	max-height: 100%;
	display: block;
}

.full-img .eyes-quiz__round {
	display: none;
}

.columns-2 .radios-quiz,
.columns-3 .radios-quiz,
.columns-4 .radios-quiz {
	display: flex;
	flex-wrap: wrap;
}

.columns-2 .radios-quiz > *,
.columns-3 .radios-quiz > *{
	width: calc(50% - 10px);
	margin: 0 5px 5px;
}

.columns-2 .checkboxs-quiz,
.columns-3 .checkboxs-quiz,
.columns-4 .checkboxs-quiz {
	display: flex;
	flex-wrap: wrap;
}

.columns-2 .checkboxs-quiz > *,
.columns-3 .checkboxs-quiz > * {
	width: calc(33.3% - 10px);
	margin: 0 5px 5px;
}


.svg-chart-wrapper {
	position: relative;
	max-width: 400px;
	margin: 16px auto 8px;
	left: -5px;
}

.svg-chart-wrapper.two-lines {
	max-width: 450px;
}

.chart-line {
	width: 1px;
	height: 100%;
	background: var(--text-secondary);
	position: absolute;
	left: 10px;
	opacity: .7;
	z-index: 3;
}

.chart-line.double {
	left: 44px;
}

.chart-line.line-x {
	width: calc(100% - 10px);
	height: 1px;
	bottom: 0;
}

.double.chart-line.line-x {
	width: calc(100% - 87px);
}

.svg-chart-values {
	color: var(--text-secondary);
	display: flex;
	justify-content: space-around;
	margin-bottom: 32px;
}

.svg-chart-values-vertical {
	color: var(--text-secondary);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: space-between;
}

.svg-chart-values-vertical.left {
	color: var(--text-secondary);
	position: absolute;
	left: 11px;
	align-items: flex-start;
}

.svg-chart-values-vertical.left.double {
	color: var(--text-secondary);
	position: absolute;
	left: 0px;
}

.up .svg-chart-values-vertical {
	flex-direction: column-reverse;
}

.svg-chart-values-vertical div {
	position: relative;
}

.svg-chart-values-vertical .option {
	padding: 4px 8px;
	border-radius: 4px;
	position: relative;
	background: var(--primary-background);
	z-index: 2;
	left: -2px;
}

.two-lines .svg-chart-values-vertical .option {
	left: 40px;
}

.svg-chart-values-vertical div .dash {
	display: block;
	opacity: 0.7;
	width: 340px;
	position: absolute;
	z-index: 1;
	height: 1px;
	border-top: 1px dashed var(--text-secondary);
	top: 9px;
	right: 49px;
}

.svg-chart-values-vertical.left div .dash {
	left: 49px;
}

.svg-chart-values-vertical.double div .dash {
	width: 357px;
}

.svg-chart-values.double {
	width: 400px;
	margin: 0 auto 32px;
}

.chart-circle1 {
	position: absolute;
	top: 5px;
	left: -20px;
	color: var(--text-secondary);
	font-size: 14px;
	z-index: 3;
}

.chart-circle {
	position: absolute;
	color: var(--light-background);
	background: var(--button-background);
	padding: 4px 14px;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	z-index: 5;
	line-height: 1.2;
	font-weight: 700;
	animation: svgCircle 4s linear;
	animation-iteration-count: 1;
	animation-direction: alternate;
}

.chart-circle2 {
	bottom: 63px;
	right: 4px;
}

.double.chart-circle2 {
	bottom: 148px;
	right: 43px;
}

.up .double.chart-circle2 {
	bottom: 30px;
}

.up .chart-circle3 {
	bottom: 127px;
}

.up .chart-circle3 .corner {
	top: -5px;
}

.chart-circle3 {
	bottom: 51px;
	right: 43px;
}

.chart-circle .corner {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	right: 13px;
	transform: rotate(45deg);
	background: var(--button-background);
	animation: svgCircle 2s linear;
	animation-iteration-count: 1;
	animation-direction: alternate;
}

.chart-circle2 .corner {
	bottom: -5px;
}

.chart-circle3 .corner {
	bottom: -5px;
}

.up .chart-circle2 {
	bottom: 50px;
}

.up .chart-circle1 {
	top: 84px;
	text-align: center;
}

.up .chart-circle2 .corner {
	top: -5px;
}
.up svg.svg-chart {
	transform: scale(1, -1);
}

svg.svg-chart {
	height: 150px;
	width: 400px;
	display: block;
	position: relative;
	z-index: 4;
}

.up svg.background-line1 {
	transform: scale(1, -1);
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: 4px;
	width: 400px;
	height: 119px;
}

svg.background-line1 {
	transform: scale(1, 1);
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: 0;
	width: 397px;
	height: 182px;
}

svg.background-line1.double {
	transform: scale(1, 1);
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: 14px;
	width: 424px;
	height: 222px;
}

.up svg.background-line1.double {
	transform: scale(1, -1);
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: 31px;
	width: 379px;
	height: 94px;
}

svg.background-line2 {
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: 14px;
	width: 424px;
	height: 222px;
}

.chart-line-text {
	position: absolute;
	z-index: 5;
	text-align: center;
	line-height: 1.2;
}

.background-line-wavy {
	position: absolute;
	top: 1px;
	z-index: 1;
	left: -1px;
	width: 400px;
	height: 150px;
}

.line-wavy {
	position: absolute;
	top: 2px;
	z-index: 1;
	left: -7px;
	width: 413px;
	height: 150px;
}

.up svg.background-line2 {
	transform: scale(1, -1);
	position: absolute;
	bottom: -30px;
	z-index: 3;
	left: 18px;
	width: 409px;
	height: 226px;
}

svg.svg-chart-double {
	height: 220px;
	width: 450px;
}

.chart-circle1.double {
	top: 22px;
	left: 50px;
}

.up .chart-circle1.double {
	top: 159px;
}

.line-wavy path {
	stroke-dasharray: 450;
	animation: draw 2s infinite;
	animation-iteration-count: 1;
	animation-direction: alternate;
}

.svg-chart path {
	stroke-dasharray: 400;
	animation: draw 2s infinite;
	animation-iteration-count: 1;
	animation-direction: alternate;
}

.background-line,
.svg-chart .background-line,
.svg-chart .circle-path,
.svg-chart circle:last-of-type {
	animation: svgCircle 3s linear;
	animation-iteration-count: 1;
	animation-direction: alternate;
}

.graph-new .chart-line {
	left: 28px;
	height: calc(100% - 53px);
}

.graph-new .chart-line.line-x {
	width: calc(100% - 54px);
	height: 1px;
	bottom: 52px;
}

.graph-new .svg-chart-values {
	position: relative;
	top: -30px;
	width: calc(100% - 54px);
	justify-content: space-between;
	left: 28px;
}

.graph-new .svg-chart-values-vertical {
	left: 28px;
	height: calc(100% - 53px);
	width: calc(100% - 54px);
}

.graph-new svg {
	position: relative;
	z-index: 3;
}

.graph-new .svg-chart-values-vertical div .dash {
	width: 297px;
}

.graph-new .chart-circle-top {
	position: absolute;
	top: 40px;
	left: 30px;
}

.graph-new .chart-circle-down {
	bottom: 79px;
	position: absolute;
	left: 30px;
	z-index: 4;
}

.graph-new .chart-circle {
	position: absolute;
	color: var(--light-background);
	background: var(--button-background);
	padding: 4px 14px;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	z-index: 5;
	line-height: 1.2;
	font-weight: 700;
}

.graph-new .chart-circle .corner {
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	right: 13px;
	transform: rotate(45deg);
	background: var(--button-background);
	animation: none;
	animation-iteration-count: 1;
	animation-direction: alternate;
}

.graph-new .top-point1 {
	top: -12px;
	right: 3px;
}

.graph-new .top-point2 {
	bottom: 124px;
	right: 3px;
}

.graph-new .down-point1 {
	bottom: 59px;
	right: 3px;
}

.graph-new .down-point2 {
	top: 52px;
	right: 3px;
}

.graph-new .down-point1 .corner {
	right: 38px;
	top: -3px;
}

.graph-new .down-point2 .corner {
	right: 38px;
	top: 22px;
}

.graph-new .top-point1 .corner {
	right: 37px;
	bottom: -3px;
}

.graph-new .top-point2 .corner {
	right: 37px;
	bottom: 22px;
}

.graph-new .svg-graph path {
	stroke-dasharray: 420;
	animation: draw 2s infinite;
	animation-iteration-count: 1;
	animation-direction: alternate;
}

.graph-new .svg-graph .circle-path {
	animation: svgCircle 3s linear;
	animation-iteration-count: 1;
	animation-direction: alternate;
}

.graph-new .svg-graph .chart-circle {
	animation: svgCircle 4s linear;
	animation-iteration-count: 1;
	animation-direction: alternate;
}

@media (max-width: 440px) {
	.graph-new svg {
		width: 342px;
		height: 236px;
	}

	.graph-new .chart-circle-top {
		top: 31px;
		font-size: 14px;
	}

	.graph-new .chart-circle-down {
		bottom: 69px;
		font-size: 14px;
	}

	.graph-new .svg-chart-values {
		left: 1px;
	}

	.graph-new .down-point1 .corner,
	.graph-new .down-point2 .corner,
	.graph-new .top-point2 .corner,
	.graph-new .top-point1 .corner {
		right: 34px;
	}

	.graph-new .top-point2 {
		bottom: 107px;
	}

	.graph-new .down-point1 {
		bottom: 52px;
	}

	.graph-new .down-point2 {
		top: 40px;
	}

	.graph-new .svg-chart-values-vertical div .dash {
		width: 287px;
	}

	.graph-new .svg-chart-values-vertical {
		left: 32px;
		font-size: 13px;
	}

	.graph-new .svg-chart-values-vertical.left {
		left: 28px;
	}

}

@media (max-width: 350px) {
	.svg-chart-wrapper {
		margin: auto;
		max-width: 300px;
		left: -1px;
	}

	.graph-new svg {
		width: 283px;
		height: 210px;
		left: 8px;
	}

	.graph-new .svg-chart-values-vertical div .dash {
		width: 240px;
	}

	.graph-new .svg-chart-values-vertical {
		left: 28px;
	}

	.graph-new .svg-chart-values-vertical .option {
		padding: 4px 8px;
		border-radius: 4px;
		position: relative;
		background: var(--primary-background);
		z-index: 2;
		left: 0;
	}

	.graph-new .top-point1 {
		top: -9px;
		right: 3px;
	}

	.graph-new .chart-circle {
		padding: 3px 9px;
	}

	.graph-new .down-point1 .corner,
	.graph-new .down-point2 .corner,
	.graph-new .top-point2 .corner,
	.graph-new .top-point1 .corner {
		right: 32px;
	}

	.graph-new .top-point2 {
		bottom: 98px;
	}

	.graph-new .top-point2 .corner {
		bottom: 20px;
	}

	.graph-new .down-point1 {
		bottom: 50px;
	}

	.graph-new .down-point2 {
		top: 38px;
	}

	.graph-new .down-point2 .corner {
		top: 20px;
	}

	.graph-new .svg-chart-values-vertical.left div .dash {
		left: 0;
	}

}

.customers__wrapper {
	position: fixed;
	bottom: 120px;
	left: 10px;
	right: 10px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 540px;
	margin: auto;
}

.customers__title {
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 16px;
}

.customers__content {
	-webkit-animation: customers__scroll 60s infinite linear;
	-moz-animation: customers__scroll 60s infinite linear;
	animation: customers__scroll 60s infinite linear;
}

.customers__content div {
	background: #e9e7e7;
	border-radius: 8px;
	padding: 4px 8px;
	display: inline-block;
	margin-right: 10px;
}

@-webkit-keyframes customers__scroll {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
}

@-moz-keyframes customers__scroll {
	0% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-moz-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
}

.range__slider {
	margin: 24px auto;
}

.range__slider input {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	outline: none;
	z-index: 2;
	width: 100%;
	height: 10px;
	background: transparent;
}

.range__slider-input {
	position: relative;
}


.range__slider-input div {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin-top: 8px;
}

/* Style for the track */
.range__slider input[type=range]::-webkit-slider-runnable-track {
	height: 10px;
	background: linear-gradient(90deg, var(--button-disabled-background), var(--empathy-orange-40));
	border-radius: 12px;
}

.range__slider input[type=range]::-moz-range-track {
	height: 10px;
	background: linear-gradient(90deg, var(--button-disabled-background), var(--empathy-orange-40));
	border-radius: 12px;
}

/* Style for the thumb */
.range__slider input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 28px;
	width: 28px;
	background: var(--empathy-orange-40);
	border: 2px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	top: -8px;
}

.range__slider input[type=range]::-moz-range-thumb {
	height: 28px;
	width: 28px;
	background: var(--empathy-orange-40);
	border: 2px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	top: -8px;
}

.range__slider-image {
	background-color: #25272c;
	border-radius: 12px;
}

.range__slider-image img {
	display: block;
	margin: auto;
}

.range__slider-tooltip {
	position: relative;
	font-size: 12px;
	line-height: 18px;
	background-color: #4f535e;
	font-weight: 600;
	display: inline-block;
	padding: 6px 8px;
	color: #fff;
	top: -12px;
	border-radius: 6px;
}

.range__slider-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin: 24px 0;
}
.s_range-bottom,
.s_range-top {
	position: relative;
}

.s_range-top {
	color: var(--text-primary);
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 24px;
}

.s_range-text-right,
.s_range-text-left {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	width: 50%;
	min-height: 161px;
	align-self: stretch;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.s_range-line {
	position: absolute;
	top: 0px;
	bottom: 24px;
	left: calc(50% - 1px);
	width: 2px;
	background: rgb(170, 170, 170);
	z-index: 0;
}

.s_range-or {
	font-weight: 500;
	font-style: normal;
	color: rgb(25, 23, 23);
	font-size: 24px;
	line-height: 32px;
	background: var(--primary-background);
	padding: 0 16px 4px;
	position: relative;
}

.s_range-scale {
	height: 36px;
	width: 100%;
}

.s_range-scale .track {
	background: #dedede;
	height: 2px;
	margin: -1px 0 0;
	top: 18px;
}

.s_range-scale .initial-thumb {
	animation: animation-thumb 4.6s ease-out;
}

.s_range-scale .thumb {
	background: var(--button-background);
	background-size: 25px 25px;
	border: 6px solid var(--button-background);
	border-radius: 50%;
	box-shadow: 0 4px 4px hsla(0, 0%, 40%, .5);
	cursor: pointer;
	height: 40px;
	top: -2px;
	display: flex;
	gap: 3px;
	align-items: center;
	justify-content: center;
	width: 40px;
}

.s_range-scale .thumb:hover {
	box-shadow: 0 8px 8px hsla(0, 0%, 40%, .5);
}

.s_range-scale .thumb div {
	background: #ffffff;
	width: 3px;
	height: 15px;
	border-radius: 5px;
}

.s_range-scale .mark {
	background: #fff;
	border: 3px solid #aaa;
	border-radius: 50px;
	height: 20px;
	left: 0;
	margin-left: 9px;
	margin-top: -10px;
	position: absolute;
	top: 18px;
	width: 20px;
}

.s_range-scale .mark:before {
	border: 3px solid #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 26px;
	left: -6px;
	position: absolute;
	top: -6px;
	width: 26px;
}

.s_range-scale .mark:first-of-type {
	margin-left: 0;
}
.s_range-scale .mark:last-of-type {
	left: auto !important;
	margin-left: 0;
	margin-right: 0;
	right: 0;
}

.s_range-arrows {
	position: absolute;
	top: -6px;
	left: calc(50% - 50px);
	width: 100px;
	height: auto;
	animation: 4.6s ease-out 0s 1 normal none running animation-one,
	6s ease-out 0s 1 normal none running animation-two;
	opacity: 0;
}

@keyframes animation-thumb {
	0%, 32.6%, 78.3%, 88%, 100% {
		transform: translateZ(0);
	}
	42.6%, 43.5%, 65.2%, 66.3% {
		transform: translate3d(-8px, 0, 0);
	}
	53.2%, 55.4%, 76.1%, 78.3% {
		transform: translate3d(8px, 0, 0);
	}
}

@keyframes animation-one {
	0%, 32.6%, 78.3%, 88%, 100% {
		transform: translate3d(0px, 0px, 0px);
	}
	42.6%, 43.5%, 65.2%, 66.3% {
		transform: translate3d(-8px, 0px, 0px);
	}
	53.2%, 55.4%, 76.1%, 78.3% {
		transform: translate3d(8px, 0px, 0px);
	}
}

@keyframes animation-two {
	0%, 76.7% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.s_range-variants {
	color: var(--text-primary);
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	height: 20px;
	margin: 8px 0px 24px;
}

.s_range-variant1 {
	width: 70px;
	position: absolute;
	top: 0px;
	color: rgb(102, 102, 102);
	left: 0px;
	text-align: left;
}

.s_range-variant2 {
	width: 70px;
	position: absolute;
	top: 0px;
	color: rgb(102, 102, 102);
	left: 29%;
	margin-left: -40px;
	text-align: center;
}

.s_range-variant3 {
	width: 70px;
	position: absolute;
	top: 0px;
	color: rgb(102, 102, 102);
	right: 29%;
	margin-right: -40px;
	text-align: center;
}

.s_range-variant4 {
	width: 70px;
	position: absolute;
	top: 0px;
	color: rgb(102, 102, 102);
	right: 0px;
	text-align: right;
}

.mark1 { left: 0% !important; margin-left: 0 !important; }
.mark2 { left: 25% !important; margin-left: 0 !important; }
.mark3 { left: 75% !important; margin-left: -20px !important; }
.mark4 { left: 100% !important; margin-left: 0 !important; }

@keyframes customers__scroll {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-511%, 0)
	}
}

@media (max-width: 440px) {
	.personalization-block .inside {
		font-size: 13px;
	}

	.card-plan__data {
		font-size: 16px;
		line-height: 20px;
	}

	.card-plan__image + .card-plan__inner-left .card-plan__data-cost {
		width: 100px;
		white-space: normal;
	}

	.card-plan__image {
		width: 46px;
		height: 40px;
		object-fit: cover;
	}

	.prices-list2 .main__plan-item .svg {
		top: 50%;
		margin-top: -12px;
	}

	.two-lines .svg-chart-values-vertical .option {
		left: 15px;
	}

	.main__plan-list.vertical {
		gap: 4px;
	}

	.vertical .card-plan__inner-body {
		padding: 8px 6px;
	}

	.card-plan__price-left span:first-child {
		font-size: 16px;
	}

	.card-plan__price-left span:last-child {
		font-size: 36px;
		line-height: 33px;
	}

	.card-plan__price-right span:first-child {
		font-size: 15px;
		line-height: 18px;
	}

	.personalization-block .inside b {
		font-size: 14px;
	}

	svg.svg-chart {
		height: 130px;
		width: 340px;
	}

	.background-line-wavy {
		width: 340px;
		height: 136px;
		left: -2px;
		top: -3px;
	}

	.line-wavy {
		width: 340px;
		height: 130px;
		left: -1px;
		top: 0px;
	}

	.svg-chart-wrapper {
		margin: auto;
		max-width: 340px;
		left: -5px;
	}

	.svg-chart-wrapper.two-lines {
		max-width: 340px;
	}

	svg.svg-chart-double {
		height: 190px;
		width: 370px;
		position: relative;
		left: -12px;
	}

	.svg-chart-values,
	.svg-chart-values.double {
		width: 340px;
		margin: 8px auto 32px;
		position: relative;
		left: -6px;
	}

	.chart-line.double {
		left: 17px;
	}

	.svg-chart-values-vertical {
		height: 114px;
	}

	.svg-chart-values-vertical.double {
		height: 170px;
	}

	.svg-chart-values-vertical.double div .dash {
		width: 312px;
		right: 9px;
	}

	.chart-circle1.double {
		top: -14px;
		left: 0;
	}

	.double.chart-circle2 {
		bottom: 119px;
		right: 12px;
	}

	.chart-circle3 {
		bottom: 36px;
		right: 12px;
	}

	.svg-chart-values {
		font-size: 13px;
	}

	.chart-line {
		left: 8px;
	}

	.double.chart-line.line-x {
		width: calc(100% - 27px);
	}

	.chart-circle2 {
		bottom: 45px;
		right: -1px;
	}

	.svg-chart-values-vertical div .dash {
		width: 328px;
		right: 3px;
	}

	.up .chart-circle1 {
		top: 69px;
		left: 0;
	}

	.svg-chart-values-vertical.left div .dash {
		left: -2px;
	}

	.two-lines .svg-chart-values-vertical.left div .dash {
		left: 17px;
	}

	.up .chart-circle2 {
		bottom: 46px;
	}

	svg.background-line1 {
		width: 340px;
		height: 156px;
		left: -2px;
	}

	.chart-circle1 {
		top: 9px;
		left: 10px;
	}

	.up svg.background-line1 {
		left: 4px;
		width: 337px;
		height: 101px;
		bottom: 1px;
	}

	svg.background-line1.double {
		transform: scale(1, 1);
		position: absolute;
		bottom: 0;
		z-index: 3;
		left: -12px;
		width: 373px;
		height: 191px;
	}

	svg.background-line2 {
		position: absolute;
		bottom: 0;
		z-index: 3;
		left: -27px;
		width: 402px;
		height: 190px;
	}

	.up svg.background-line1.double {
		transform: scale(1, -1);
		position: absolute;
		bottom: 0;
		z-index: 3;
		left: -4px;
		width: 345px;
		height: 82px;
	}

	.chart-circle2 .corner,
	.chart-circle3 .corner {
		display: none;
	}

	.up svg.background-line2 {
		transform: scale(1, -1);
		position: absolute;
		bottom: -26px;
		z-index: 3;
		left: -15px;
		width: 371px;
		height: 195px;
	}




}

@media (max-width: 350px) {
	.svg-chart-wrapper {
		margin: 16px 0 8px;
		max-width: 300px;
	}

	.up .chart-circle1.double {
		top: 123px;
	}

	.two-lines .svg-chart-values-vertical .option {
		left: 25px;
	}

	.background-line-wavy {
		width: 300px;
		height: 119px;
		left: -1px;
	}

	.line-wavy {
		height: 112px;
		width: 300px;
	}

	.svg-chart-values,
	.svg-chart-values.double {
		margin: 8px 0 32px;
	}

	svg.svg-chart {
		height: 112px;
		width: 300px;
	}

	.svg-chart-wrapper {
		margin: auto;
		max-width: 300px;
	}

	.svg-chart-wrapper.two-lines {
		max-width: 300px;
	}

	svg.svg-chart-double {
		height: 150px;
		width: 300px;
		left: 0;
	}

	.svg-chart-values,
	.svg-chart-values.double {
		width: 300px;
		margin: 8px auto 32px;
	}

	.chart-line.double {
		left: 27px;
	}

	.svg-chart-values-vertical {
		height: 96px;
	}

	.svg-chart-values-vertical.double {
		height: 130px;
	}

	.svg-chart-values-vertical.double div .dash {
		width: 244px;
		right: 28px;
	}

	.up .chart-circle1 {
		top: 66px;
		left: 0;
	}

	.double.chart-circle2 {
		bottom: 101px;
		right: 20px;
	}

	.chart-circle3 {
		bottom: 36px;
		right: 20px;
	}

	.svg-chart-values {
		font-size: 13px;
	}

	.chart-line {
		left: 8px;
	}

	.double.chart-line.line-x {
		width: calc(100% - 54px);
	}

	.chart-circle2 {
		bottom: 45px;
		right: -1px;
	}

	.svg-chart-values-vertical div .dash {
		width: 289px;
		right: 0;
	}

	.svg-chart-values-vertical.left div .dash {
		left: -2px;
	}

	.two-lines .svg-chart-values-vertical.left div .dash {
		left: 27px;
	}

	.up .chart-circle2 {
		bottom: 30px;
	}

	svg.background-line1 {
		width: 300px;
		height: 136px;
	}

	.up svg.background-line1 {
		left: 8px;
		width: 290px;
		height: 90px;
	}

	svg.background-line1.double {
		transform: scale(1, 1);
		position: absolute;
		bottom: 0;
		z-index: 3;
		left: 0;
		width: 300px;
		height: 150px;
	}

	svg.background-line2 {
		position: absolute;
		bottom: 0;
		z-index: 3;
		left: 0;
		width: 300px;
		height: 150px;
	}

	.up svg.background-line1.double {
		transform: scale(1, -1);
		position: absolute;
		bottom: 0;
		z-index: 3;
		left: -4px;
		width: 300px;
		height: 64px;
	}

	.chart-circle2 .corner,
	.chart-circle3 .corner {
		display: none;
	}

	.up svg.background-line2 {
		transform: scale(1, -1);
		position: absolute;
		bottom: -20px;
		z-index: 3;
		left: -2px;
		width: 300px;
		height: 152px;
	}
}

@keyframes svgCircle {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes draw {
	from {
		stroke-dashoffset: 400
	}
	to {
		stroke-dashoffset: 0;
	}
}

.main__dimension-content {
	min-width: 270px;
}
.main__dimension-content.active div {
	width: 100%;
}
.sale-timer {
	position: relative;
	background: var(--button-background);
	color: #fff;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	min-width: 100%;
	margin: 25px 0;
}
.sale-timer-container {
	width: calc(100% - 165px);
}
.sale-timer-text {
	text-align: center;
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 16px;
	display: block;
}
.sale-timer-bg {
	background: #fff;
	color: #000;
	border-radius: 10px;
	font-size: 13px;
	text-align: center;
	padding-bottom: 15px;
	min-height: 92px;
}
.sale-timer-blue {
	white-space: nowrap;
	background: var(--progress-track);
	color: #fff;
	border-radius: 10px;
	padding: 5px;
	max-width: 96px;
	margin: -10px auto 0;
	font-size: 10px;
	position: relative;
	top: -8px;
}
.sale-timer-blue-old {
	text-decoration: line-through;
	margin-top: 10px;
}
.sale-timer-blue-percent {
	font-size: 12px;
}
.sale-timer-blue-account {
	font-size: 16px;
	font-weight: 700;
	margin-top: 8px;
}
.sale-timer-right {
	width: 160px;
	box-sizing: border-box;
}
.sale-timer-right-text {
	text-align: center;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 16px;
}
.sale-timer-right-black {
	width: 50%;
	color: #000;
	padding-top: 25px;
	text-align: center;
	height: 92px;
	background: var(--text-primary);
	border-radius: 10px;
	margin: 0 4px;
	font-size: 14px;
}
.sale-timer-right-black span {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}
.main__plan-item .svg,.main__plan-item .svg-active,.main__plan-item .svg-bg {
	display: none
}
.prices-list2 .main__plan-item {
	position: relative;
}
.prices-list2 .main__plan-item .svg{
	display: block;
}
.prices-list2 .main__plan-item .svg-bg {
	display: block;
}
.prices-list2 .card-plan__inner-body {
	position: relative;
	padding-left: 45px;
	z-index: 5;
	min-height: 92px;
}
.prices-list2 .main__plan-item .svg, .prices-list2 .main__plan-item .svg-active {
	position: absolute;
	top: 33px;
	left: 14px;
}
.prices-list2 .main__plan-item .svg-bg {
	position: absolute;
	top: 5px;
	right: 7px;
}
.prices-list2 .card-plan__price-descr {
	position: absolute;
	right: 17px;
	bottom: 16px;
}
.prices-list2 .card-plan {
	min-height: 94px;
}
.prices-list2 .card-plan:has(.card-plan__input:checked) .svg-bg-path {
	fill: var(--button-background);
	fill-opacity: 1;
}
.prices-list2 .card-plan:has(.card-plan__input:checked) .svg {
	display: none;
}
.prices-list2 .card-plan:has(.card-plan__input:checked) .svg-active {
	display: block;
}
.prices-list2 .card-plan:has(.card-plan__input:checked) .svg-active-bg {
	fill: var(--button-background);
}
.prices-list2 .card-plan:has(.card-plan__input:checked) .svg-active-stroke {
	stroke: var(--button-background);
}
.prices-list2 .card-plan__price-body {
	align-items: flex-start;
}
.prices-list2 .card-plan__inner-right {
	min-height: 52px;
	margin-right: 10px;
}
.prices-list2 .card-plan__price-right span:last-child {
	font-size: 15px;
}
.prices-list2 .card-plan {
	border-radius: 10px;
}
.prices-list2 .card-plan__inner-header {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 28px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 4px;
}

.card-plan:has(.card-plan__input:checked) {
	box-shadow: inset 0 0 1px 1px var(--button-background);
}
.progress-bars-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	min-width: 300px;
	box-shadow: 0 10px 30px -2px rgba(27,33,58,.4);
	border-radius: 10px;

	z-index: 10;
}
.progress-bars-popup-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
.progress-bars-popup img {
	width: 160px;

}
.progress-bars-popup .btns {
	display: flex;
	gap: 8px;
	width: 100%;
}
.progress-bars-popup button {
	padding: 12px 24px;
	color: var(--text-light);
	font-weight: 800;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .21px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 12px;
	background-color: var(--primary-color);
	width: 45%;
}
.progress-bars-bg {
	background: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.progress-bars-popup-block {
	display: none;
}

.creating__slide_auto {
	width: 124px !important;
	height: 130px;
	border-radius: 5px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .239);
	background: var(--primary-background);
	margin: 0 6px;
	padding: 20px;
	box-sizing: border-box;
}
.creating__slider {
	color: var(--text-primary);
}
.creating__slider .counter-quiz__round {
	position: absolute;
	top: -12px;
	left: 100px;
}
.creating__slider .counter-quiz__round .svg1 {
	transform: scale(0.25);
	transform-origin: 100% 0;
}
.creating__slider .counter-quiz__round .svg2 path{
	stroke: var(--button-background) !important;
}
.creating__slider .counter-quiz__round .svg2 {
	top: 9px;
	right: 9px;
	position:absolute;
	z-index: 5;
	transform: rotate(90deg);
}
.creating__slider .counter-quiz__title {
	font-size: 18px;
	display: block;
}
.creating__slider .counter-quiz__number {
	font-size: 25px;
	text-align: left;
	font-weight: 700;
	display: block;
	padding: 10px 0;
	color: var(--button-background);
	position: static;
	transform: none;
}
.creating__slider .counter-quiz__text {
	font-size: 14px;
	display: block;
	text-align: left;
}
.sale-timer-right-black {
	color: var(--text-primary);
	background: var(--light-background);
}
.head-main__country {
	color: var(--primary-color);
}

.powered-by-stripe {
	display: flex;
	justify-content: center;
	align-items: center;
}
.radios-quiz__options-images-label:has(input:checked) .radios-quiz__options-images-c {
	border: 1px solid var(--button-border);
	border-bottom: none;
}
.radios-quiz__options-images-label:has(input:checked)  .radios-quiz__options-images-name {
	border: 1px solid var(--button-border);
	border-top: none;
}
.req-mes {
	display: block;
	font-size: 12px;
	margin: 8px 0 8px 15px;
	color: var(--primary-color);
}
.prices-list-checkbox .card-plan__inner-body {
	padding-left: 40px;
	position: relative;
}
.prices-list-checkbox .card-plan__inner-body:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 9px;
	top: calc(50% - 12px);
	border: 1px solid #c0bbbb;
	border-radius: 50%;
}
.prices-list-checkbox .card-plan:has(.card-plan__input:checked) .card-plan__inner-body:before {
	display: none;
}
.prices-list-checkbox .card-plan__inner-body svg {
	display: none;
}
.prices-list-checkbox .card-plan:has(.card-plan__input:checked) .card-plan__inner-body svg {
	display: block !important;
	position: absolute;
	left: 15px;
	top: calc(50% - 22px);
	zoom: 0.5;
}
* {
	-webkit-tap-highlight-color: transparent !important;
}

.answer-hint {
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	background: color-mix(in srgb, var(--button-secondary-background) 70%, transparent);
	border-radius: 15px;
	padding: 14px 25px;
	width: 100%;
	max-width: 400px;
	margin: 12px 0;
}
.answer-hint b {
	display: inline-block;
	padding:0 0 3px;
}
.button.loading {
	background: var(--button-background) url("/img/loader.svg") no-repeat 50% 50%;
	background-size: auto 30%;
	color: transparent !important;
}
.button.loading svg {
	display: none;
}

.stripe-form-email {
	color: #262626;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 8px 6px;
	transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
	width: 100%;
}
.stripe-form-email[readonly] {
	color: gray;
}

.quiz__progress.with_circles {
	.progress__bar {
		position: absolute;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		z-index: 2;

	}

	.quiz__progress_bar_circles {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		position: absolute;
		z-index: 3;
		top: -3px;

		.quiz__progress_bar_circle_item {
			width: 14px;
			height: 14px;
			border: 4px solid transparent;
			border-radius: 1000px;
			border-color: var(--progress);
			background: var(--progress-track);


			&.active {
				border-color: var(--progress-track);
				background: var(--progress);
			}
		}
	}
}

.quiz__progress_bar_circles {
	display: none;
}

.card-plan__price-top {
	color: gray;
	text-decoration: line-through;
}

/*
.main__plan-button.apple-pay-btn {
	background-color: #000;
	color: white;
	border: none;
	border-radius: 12px;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	transition: background 0.3s ease;

	&:hover {
		background-color: #1a1a1a;

	}

	.button-text::after {
		content: '';
		display: inline-block;
		width: 24px;
		height: 24px;
		background-image: url('/img/paywall/applepay-white.svg');
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		margin-right: 8px;
	}
}
*/

.card-plan__inner-label {
	font-weight: 700;
	padding: 3px 5px;
	color: var(--button-background);
	border: 1px solid var(--button-background);
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 10px;
}


.trial-selector {
	.radios-quiz__descr {
		text-align: center;
	}
	.radios-quiz__descr svg {
		display: none;
	}
}

.trial-selector-hint {
	display: flex;
	align-items: flex-start;
}

.support-text {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	margin: 0;
}

.arrow-container {
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -10px;
}


.main__plan-button.apple-pay-btn {
	background-color: #000;
	color: white;
	border: none;
	border-radius: 12px;
	padding: 12px 20px;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	transition: background 0.3s ease;

	&:hover {
		background-color: #1a1a1a;
	}

	.button-text::after {
		content: '';
		display: inline-block;
		width: 48px;
		height: 48px;
		background-image: url('/img/paywall/applepay-white.svg');
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		margin-right: 8px;
		margin-bottom: 3px;
		margin-left: 6px;
	}

	&.apple-pay-btn-white {
		background-color: white;
		color: #000;

		.button-text::after {
			content: '';
			display: inline-block;
			width: 48px;
			height: 48px;
			background-image: url('/img/paywall/applepay-black.webp');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			vertical-align: middle;
			margin-right: 8px;
			margin-bottom: 3px;
			margin-left: 6px;
		}
	}
}

.subscription-option {
	display: flex;
	align-items: center;
	padding: 1rem;
	border: 1px solid var(--border-color);
	border-radius: 4px;
	margin-bottom: 0.5rem;
	background-color: var(--light-background);
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 2px 4px var(--shadow-color);
}

.subscription-option:hover {
	border-color: var(--primary-color);
	background-color: var(--primary-background);
	box-shadow: 0 4px 8px var(--shadow-color-strong);
}

.subscription-option input[type="radio"] {
	margin-right: 1rem;
	accent-color: var(--primary-color);
}

.subscription-option label {
	flex: 1;
	color: var(--text-primary);
	font-weight: 500;
	transition: color 0.2s ease;
}

.subscription-option input[type="radio"]:checked + label {
	color: var(--active-element);
}

.subscription-details {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding-left: 1rem;
}

.subscription-name {
	font-size: 1.1rem;
	color: var(--text-dark);
	font-weight: 600;
}

.subscription-info {
	color: var(--text-secondary);
	font-size: 0.9rem;
}

.subscription-meta {
	display: flex;
	gap: 15px;
	color: var(--text-secondary);
	font-size: 0.8rem;
	font-style: italic;
}

.no-subscriptions {
	text-align: center;
	padding: 2rem;
	color: var(--text-secondary);
	border-radius: 4px;
	border: 1px solid var(--border-color-faded);
	font-style: italic;
}


.country-field {
	border: 1px solid #ccc;
	padding: 15px 25px;
	width: 100%;
	font-size: 16px;
	border-radius: 20px;
	background-image: none;
	outline: none;
}
.container-type-translations,
.container-type-country {
	position: relative;
}
.country-list {
	position: absolute;
	width: calc(100% - 30px);
	left: 15px;
	margin-top: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 16px;
	display: none;
	z-index: 10;
	display: none;
	max-height: 110px;
	overflow: auto;
}
.country-list li {
	padding: 10px;
	cursor: pointer;
	text-align: left;
}
.country-list li:hover {
	background-color: #f0f0f0;
}

/* Fullscreen overlay styles */
#fullscreen-overlay.fullscreen-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(128, 128, 128, 0.85); /* semi-transparent gray */
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
}
#fullscreen-overlay .fullscreen-overlay-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #38d39f;
	font-size: 2rem;
	font-weight: 500;
}
#fullscreen-overlay .fullscreen-overlay-content .checkmark {
	font-size: 4rem;
	margin-bottom: 1rem;
}

.container-type-select-autocomplete,
.container-type-translations,
.container-type-country
{
	background: var(--type-select-autocomplete-container-background);
	padding: var(--type-select-autocomplete-container-padding);
	margin: var(--type-select-autocomplete-container-margin, 16px 0);
	border: var(--type-select-autocomplete-container-border);
	border-radius: var(--type-select-autocomplete-container-border-radius);
}

.select-autocomplete-field {
	border: var(--type-select-autocomplete-field-border, 1px solid #ccc);
	padding: var(--type-select-autocomplete-field-padding, 15px 25px);
	width: var(--type-select-autocomplete-field-width, 100%);
	font-size: var(--type-select-autocomplete-field-font-size, 16px);
	font-weight: var(--type-select-autocomplete-field-font-weight, 400);
	color: var(--type-select-autocomplete-field-color, var(--text-primary));
	border-radius: var(--type-select-autocomplete-field-border-radius, 20px);
	background: var(--type-select-autocomplete-field-background, var(--light-background));
	transition: var(--type-select-autocomplete-field-transition, all 0.3s ease);

	&:focus {
		border-color: var(--type-select-autocomplete-field-focus-border-color, var(--active-element));
		box-shadow: var(--type-select-autocomplete-field-focus-box-shadow, 0 0 0 3px rgba(0, 123, 255, 0.2));
	}

	&::placeholder {
		color: var(--type-select-autocomplete-field-placeholder-color, var(--text-secondary));
	}
}

.select-autocomplete-list {
	position: var(--type-select-autocomplete-list-position, absolute);
	width: var(--type-select-autocomplete-list-width, calc(100% - 30px));
	left: var(--type-select-autocomplete-list-left, 15px);
	margin-top: var(--type-select-autocomplete-list-margin-top, 0);
	border: var(--type-select-autocomplete-list-border, 1px solid #ccc);
	background-color: var(--type-select-autocomplete-list-background, #fff);
	border-radius: var(--type-select-autocomplete-list-border-radius, 16px);
	display: var(--type-select-autocomplete-list-display, none);
	z-index: var(--type-select-autocomplete-list-z-index, 10);
	max-height: var(--type-select-autocomplete-list-max-height, 110px);
	overflow: var(--type-select-autocomplete-list-overflow, auto);
	box-shadow: var(--type-select-autocomplete-list-box-shadow, 0 2px 8px rgba(0, 0, 0, 0.1));

	li {
		padding: var(--type-select-autocomplete-list-item-padding, 10px);
		cursor: var(--type-select-autocomplete-list-item-cursor, pointer);
		text-align: var(--type-select-autocomplete-list-item-text-align, left);
		font-size: var(--type-select-autocomplete-list-item-font-size, 14px);
		color: var(--type-select-autocomplete-list-item-color, var(--text-primary));
		border-bottom: var(--type-select-autocomplete-list-item-border-bottom, 1px solid transparent);
		transition: var(--type-select-autocomplete-list-item-transition, all 0.2s ease);

		&:hover {
			background-color: var(--type-select-autocomplete-list-item-hover-background, #f0f0f0);
			color: var(--type-select-autocomplete-list-item-hover-color, var(--text-primary));
		}

		&:last-child {
			border-bottom: var(--type-select-autocomplete-list-item-last-border-bottom, none);
		}
	}
}