@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
	--primary-background: #1e3b48;
	--text-primary: #f2e6c4;
	--light-background: #2d5668;
	--progress: #142b35;
	--progress-track: #27baa7;
	--button-background: #27baa7;
	--header-background: #1e3b48;
}

* {
	font-family: "Philosopher", serif !important;
}

.quiz__btn-prev-icon path {
	stroke: var(--text-primary);
}

.button {
	color: #ffffff;
	border-radius: 30px;
	text-transform: capitalize;
	font-size: 24px;
	padding: 14px 5px;
}

.sub-title {
	font-family: "Open Sans", sans-serif !important;
	font-size: 16px;
}

.quiz__progress {
	height: 5px;
}

.title {
	font-size: 24px;
}

.container {
	max-width: 440px;
}

#canvas-feed, #camera-feed, .camera img, .invisible-btn {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0) !important;

	width: 100%;
	height: 100%;
	object-fit: cover;

}

#canvas-feed,#camera-feed {
	transform: rotateY(180deg) !important;
	left: 0;

}
.invisible-btn {
	width: 100% !important;
	height: 100% !important;
	z-index: 500000 !important;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 !important;
	transform: none !important;
	left: auto !important;
	top: auto !important;
	margin: 0;
}
.invisible-btn {
	background: none;
	border: none;
}
.invisible-btn svg {
	display: none;
}
.body-screen-selpfi1, .body-screen-selpfi2 {
	overflow: hidden;
}
.body-screen-putting {
	background-size: 200px auto;
	background-position: 50% 250px;
	background-repeat: no-repeat;
}
.body-screen-putting .quiz__screen, .body-screen-putting .quiz__form {
	background: none;
}

.gender .radios-quiz {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.gender .radios-quiz__line {
	width: 30%;
}

.gender .radios-quiz__descr {
	min-height: 146px;
	flex-direction: column;
	box-shadow: none;
	padding: 25px 0;
	border-radius: 10px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
}

.gender .option-image {
	margin-right: 0;
	margin-bottom: 25px;
}

.gender .option-image img {
	max-width: 45px;
}

.date__form-input, .number__form-input, .time__form-input {
	font-family: "Open Sans", serif !important;
	font-size: 18px;
	margin: auto;
	background: var(--primary-background);
	border-radius: 12px;
	color: #ffffff;
}

input[type="time"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
	color: var(--text-primary);
	filter: invert(1);
}

.head-main {
	justify-content: space-between;
	height: 40px;
}

.quiz__circle {
	font-family: "Open Sans", serif !important;
	font-size: 16px;
}

.text .email__form-input {
	background: var(--primary-background);
}

.radios-quiz, .checkboxs-quiz {
	margin-top: 24px;
}

.checkboxs-quiz__inner, .radios-quiz__descr {
	border-radius: 12px;
	min-height: 64px;
}

.checkboxs-quiz__square {
	display: none;
}

.checkboxs-quiz {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.checkboxs-quiz__line {
	margin-bottom: 0 !important;
}

.checkboxs-quiz__inner {
	border-radius: 12px;
	min-height: 40px;
	padding: 3px 6px;
}

.checkboxs-quiz__input:checked + .checkboxs-quiz__inner {
	background: transparent;
	color: var(--text-primary);
	border: none;
	box-shadow: 0 0 0 2px #f2e6c4;
}

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

.element .radios-quiz__descr span {
	margin-right: 15px;
}
.element .radios-quiz__descr {
	padding: 14px 16px;
}

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

.color .radios-quiz__descr span {
	border-radius: 50%;
	height: 34px;
	width: 34px;
	margin-right: 15px;
}

.color .radios-quiz__line:nth-of-type(1) .radios-quiz__descr span {
	background-color: rgb(242, 112, 103);
}

.color .radios-quiz__line:nth-of-type(2) .radios-quiz__descr span {
	background-color: rgb(242, 211, 103);
}

.color .radios-quiz__line:nth-of-type(3) .radios-quiz__descr span {
	background-color: rgb(0, 149, 255);
}

.color .radios-quiz__line:nth-of-type(4) .radios-quiz__descr span {
	background-color: rgb(242, 170, 103);
}

.color .radios-quiz__line:nth-of-type(5) .radios-quiz__descr span {
	background-color: rgb(0, 215, 188);
}

.color .radios-quiz__line:nth-of-type(6) .radios-quiz__descr span {
	background-color: rgb(170, 130, 255);
}

.complete__progress-descr {
	line-height: 1.5;
	font-weight: 700;
	font-size: 18px;
	margin: 16px auto 6px;
}

.email .email__form-input {
	border-radius: 16px;
	outline: none;
	background: transparent;
	padding: 16px;
}

.radios-quiz__input:checked + .radios-quiz__descr {
	background: transparent;
	color: var(--text-primary);
	border: none;
	box-shadow: 0 0 0 2px #f2e6c4;
}

a {
	font-family: "Open Sans", sans-serif !important;
}

.main__panel-descr {
	color: var(--text-primary);
	font-size: 16px;
}

.button-green {
	color: #ffffff;
}

.main__plan-button {
	color: #ffffff;
	border-radius: 30px;
	text-transform: capitalize;
	font-size: 22px;
	padding: 14px 5px;
}

.main__pay {
	background: #142b35;
}

.prices-list2 .main__plan-item .svg {
	display: none;
}

.prices-list2 .card-plan:has(.card-plan__input:checked) .svg-active {
	display: none;
}

.card-plan__input:checked+.card-plan__inner .card-plan__data, .card-plan__input:checked+.card-plan__inner .card-plan__price-left, .card-plan__input:checked+.card-plan__inner .card-plan__price-right span, .main__dimension-tabs li, .main__panel-counter {
	color: var(--text-primary);
	font-family: "Open Sans", sans-serif !important;
}

.prices-list2 .card-plan__inner-body {
	padding-left: 14px;
}

.card-plan {
	box-shadow: inset 0 0 1px 1px #376478;
	background: #1e3b48;
}

.card-plan__data {
	color: #4b626d;
	font-family: "Open Sans", sans-serif !important;
}

.card-plan__data-cost, .card-plan__price-old {
	color: #4b626d;
	font-family: "Open Sans", sans-serif !important;
}

.prices-list2 .main__plan-item .svg-bg path {
	fill: #4b626d;
}

.card-plan__price-left {
	color: #ffffffcc;
}

.card-plan__price-left span:first-child {
	font-family: "Open Sans", sans-serif !important;
}

.card-plan__price-left span:last-child {
	font-family: "Open Sans", sans-serif !important;
}

.card-plan__price-descr, .card-plan__price-right {
	font-family: "Open Sans", sans-serif !important;
}

.card-plan__price-right span:first-child {
	font-size: 20px;
	font-family: "Open Sans", sans-serif !important;
}

.card-plan:has(.card-plan__input:checked) {
	background: #2b5567;
}

.card-plan__input:checked+.card-plan__inner .card-plan__price-left, .card-plan__input:checked+.card-plan__inner .card-plan__price-right span {
	color: #ffffff;
}

.card-plan__input:checked+.card-plan__inner .card-plan__data-cost, .card-plan__input:checked+.card-plan__inner .card-plan__price-old {
	color: #ffffff;
}

.main__plan-agreement-input:checked {
	background-color: #28baa7;
}

.main__plan-agreement-input:checked+.main__plan-agreement-label, .main__press-title {
	color: #818181;
	font-family: "Open Sans", sans-serif !important;
}

.email__policy a, .main__plan-agreement-link, .main__policy-link {
	font-family: "Open Sans", sans-serif !important;
}

.main__community .title {
	color: #ffffff;
}

.main__community .sub-title {
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px;
	color: #ffffff;
}

.goal-item {
	align-items: center;
	border: 2px solid #d0b894;
	border-radius: 17px;
	justify-content: center;
	margin: 4px;
	min-height: 30px;
	padding: 3px 10px;
	align-items: center;
	color: #d0b894;
	display: inline-flex;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -.0225rem;
	line-height: 16px;
	margin-left: 6px;
	text-align: center;
}

.complete__evaluation {
	background-color: #1e3b48;
	height: 100%;
	margin-top: 0;
	align-items: flex-start;
	border-radius: 15px;
	box-shadow: 0 1px 4px 0 hsla(51, 8%, 69%, .4);
	box-shadow: none;
	display: flex;
	flex-direction: column;
	padding: 35px 15px 0px;
	width: 100%;
	color: var(--text-primary);
	position: relative;
}

.complete__evaluation-name {
	position: absolute;
	top: 20px;
	left: 60px;
	color: #ffffffbd;
	font-size: 14px;
	font-family: "Open Sans", sans-serif !important;
}

.complete__evaluation-descr {
	text-align: left;
	color: #fff;
	margin-top: 6px;
	text-align: left;
	font-size: 16px;
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.3;
}

.main__pay .complete__evaluation .avatar1 {
	background: url(/projects/templates/astrology-blue/36.webp) no-repeat #1e3b48;
	background-size: contain;
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 20px;
}

.main__pay .complete__evaluation .avatar2 {
	background: url(/projects/templates/astrology-blue/37.webp) no-repeat #1e3b48;
	background-size: contain;
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 20px;
}

.main__pay .complete__evaluation .avatar3 {
	background: url(/projects/templates/astrology-blue/38.webp) no-repeat #1e3b48;
	background-size: contain;
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 20px;
}

.stars-complete {
	justify-content: flex-start;
	margin-top: 4px;
	margin-left: 43px;
}

.quiz__descr a,
.quiz__descr p {
	color: #818181;
	font-family: "Open Sans", sans-serif !important;
}