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

/*font-family: 'Roboto Condensed', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,600;0,700;0,900;1,400;1,700;1,900&display=swap');

/* font-family: "Poppins", sans-serif; */

* {
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}




h1,
h2,
h3,
h4,
h5,
p,
ul,
ul li {
	margin: 0;
	padding: 0;
}

a {
	color: #0066c7;
	font-weight: 600;
	cursor: pointer;
}

footer a {
	font-weight: 400;
}

ol {
	counter-reset: item;
	padding: 0px 64px;
}

ol li.counter {
	list-style: none;
	position: relative;
	margin-bottom: 30px;
}

ol li.counter::before {
	position: absolute;
	top: 2px;
	left: -45px;
	padding: 0px;
	counter-increment: item;
	content: counter(item);
	background: #117327;
	border-radius: 100%;
	color: #fff;
	width: 24px;
	height: 24px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

ol li.counter ul {
	padding-left: 10px;
}

ol li.counter ul li {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}

ul li::marker {
	color: #117327;
}

h1 {
	font-size: 37px;
}

body {
	display: block;
	width: 100%;
	background: #faf9f7;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	min-width: 320px;
	font-weight: 400;
	font-size: 18px;
}

p {
	margin-bottom: 15px;
}

.green-text {
	color: #117327;
}

img {
	width: 100%;
	display: block;
}
.result-btn, #closeModal{
	background: rgb(255, 0, 0);
    color: #fff;
	text-align: center;
    cursor: pointer;
	border:none;
	margin-top: 20px;
	width: 80%;
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	border-radius:8px;
	box-shadow: 0 0 0 rgba(255, 0, 0, 0.7);
  animation: pulseShadow 1.5s infinite;
  transition: transform 0.2s ease;
}
.result-btn:hover {
  transform: scale(1.02);
   animation: none;
}
#closeModal{
	   animation: none;
	       background-color: #55a9cd;
}
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  50% {
    box-shadow: 0 0 10px 5px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
 .modal__wrapper{
      background: #56a9cd21;
    border-radius: 8px;
    padding: 10px;
    }
    .modal {
  display: none; 
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,.6);
  justify-content: center; 
  align-items: center;
  z-index: 9999;
}
.modal-content {
  border: 1px solid #55a9cd;
    box-shadow: 1px 1px 12px #00000081;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 300px;
  text-align: center;
}
.progress-bar {
  width: 100%;
  height: 15px;
  background: #eee;
      border: 1px solid #043cac;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px 0;
}
.progress-fill {
  width: 0%;
  height: 100%;
  background: #55a9cd;
  transition: width .3s;
}
.hidden { display: none; }

.image {
	display: block;
	margin: 40px auto;
}

.image img.inner-img {
	display: block;
	border-radius: 8px;
}

.image.horizontal {
	max-width: 610px;
}

.image.vertical {
	max-width: 410px;
}

.image p.description {
	background-color: #e2e2e2;
	display: block;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 20px 15px;
	font-size: 16px;
	text-align: center;
}

.image p.description2 {
	background-color: #ffbfbf;
	display: block;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 20px 15px;
	font-size: 16px;
	text-align: center;
}

.plashka {
	position: relative;
	pointer-events: none;
}

.plashka-country {
	position: absolute;
	top: 3%;
	right: 3%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.05em;
}

.plashka-country .plashka-country-name {
	font-size: clamp(15px, 5vw, 24px);
	line-height: 1;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.1em 0.3em;
	display: block;
	background: #fbfbfb;
	font-family: 'Roboto Condensed', sans-serif;
}

.plashka-country .plashka-country-tv {
	font-size: clamp(23px, 6vw, 32px);
	line-height: 1;
	font-weight: normal;
	color: #fff;
	padding: 0.12em 0.1em;
	display: block;
	background: #ba2025;
	font-family: 'Roboto Condensed', sans-serif;
	border: 0.05em solid #fff;
	;
}

.image .plashka img.plashka-tovar-big {
	width: auto;
	height: 150px;
	position: absolute;
	top: 20%;
	left: 75%;
}

.image .plashka img.plashka-tovar-small {
	display: block;
	max-width: 45px;
	max-height: 60px;
	width: auto;
	height: auto;
	position: absolute;
	top: auto;
	left: 49%;
	bottom: 51%;
}

@media screen and (max-width: 500px) {
	.image .plashka img.plashka-tovar-big {
		height: 70px;
	}

	.image .plashka img.plashka-tovar-small {
		max-height: 33px;
	}
}

header {
	font-family: 'Roboto Condensed', sans-serif;
	/* font-weight: 700;
	font-size: 34px;
	background-color: #55a9cd; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding: 5px;
	padding-right: 12px; */
}

.logo-text {
	margin-left: 8px;
	color: #fff;
	text-transform: uppercase;
}

.logo img {
	width: 52px;
	height: auto;
}

nav {
	padding: 10px 65px;
	background-color: #C0FFBF;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

nav a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
	display: block;
}

.main-title {
	padding: 30px 120px;
	text-align: center;
	background: rgb(192, 255, 191);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.401) 0%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0.4) 80%);
	margin-top: 25px;
	margin-bottom: 40px;
}

.main-title.initial-title {
	margin: 0;
}

.main-title h1 {
	color: #000000;
	margin-bottom: 20px;
}

.main-title p.title-date {
	font-weight: 200;
	margin: 0;
}

.container {
	display: block;
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 0px 15px;
}

.text-title {
	display: block;
	width: 100%;
	margin: 50px 0px;
	background-color: #e4f5ff;
	border-radius: 8px;
	padding: 30px;
	position: relative;
}

.text-title::before {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	width: 125px;
	height: 30px;
	border-radius: 8px 0px 8px 0px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #55a9cd;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #55a9cd;
;
}

.text-title::after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -5px;
	width: 125px;
	height: 30px;
	border-radius: 8px 0px 8px 0px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #55a9cd;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #55a9cd;
}

.text-title h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}

.infograf {
	display: block;
	max-width: 610px;
	width: 100%;
	margin: 40px auto;
	padding: 30px;
	border-radius: 8px;
	border: 1px solid #000000;
}

.infograf p {
	text-align: center;
}

.infograf .infograf-title {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.infograf .infograf-subtitle {
	margin-bottom: 30px;
	font-size: 16px;
}

.progress-bar {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #e4f5ff;
	border-radius: 107px;
	border: 1px solid #043cac;
	margin-bottom: 20px;
	overflow: hidden;
}

.progress-bar:last-child {
	margin-bottom: 0px;
}

.progress-bar .progress-bar-inner {
	position: absolute;
	left: 0px;
	top: -1px;
	width: 10%;
	height: 40px;
	background-color: #55a9cd;
	border-radius: 107px;
	padding-right: 15px;
	text-align: right;
}

.progress-bar-inner.prog-100.progress-animated {
	-webkit-animation: progressBar100 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar100 2s ease-in-out;
	-moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-80.progress-animated {
	-webkit-animation: progressBar80 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar80 2s ease-in-out;
	-moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-75.progress-animated {
	-webkit-animation: progressBar75 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar75 2s ease-in-out;
	-moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-70.progress-animated {
	-webkit-animation: progressBar70 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar70 2s ease-in-out;
	-moz-animation-fill-mode: both;
}

.progress-animated {
	-webkit-animation: progressBar 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar 2s ease-in-out;
	-moz-animation-fill-mode: both;
}

.progress-bar .progress-bar-inner span {
	width: 100%;
	color: #fff;
	font-size: 17px;
	line-height: 40px;
	font-weight: 600;
}

@-webkit-keyframes progressBar100 {
	0% {
		width: 10%;
	}

	100% {
		width: 100%;
	}
}

@-moz-keyframes progressBar100 {
	0% {
		width: 10%;
	}

	100% {
		width: 100%;
	}
}

@-webkit-keyframes progressBar80 {
	0% {
		width: 10%;
	}

	100% {
		width: 80%;
	}
}

@-moz-keyframes progressBar80 {
	0% {
		width: 10%;
	}

	100% {
		width: 80%;
	}
}

@-webkit-keyframes progressBar75 {
	0% {
		width: 10%;
	}

	100% {
		width: 75%;
	}
}

@-moz-keyframes progressBar75 {
	0% {
		width: 10%;
	}

	100% {
		width: 75%;
	}
}

@-webkit-keyframes progressBar70 {
	0% {
		width: 10%;
	}

	100% {
		width: 70%;
	}
}

@-moz-keyframes progressBar70 {
	0% {
		width: 10%;
	}

	100% {
		width: 70%;
	}
}

.timeline-block {
	margin: 40px auto;
}

.timeline-item {
	max-width: 610px;
	width: 100%;
	position: relative;
	border: solid 1px #000000;
	border-radius: 8px;
	margin: 5px auto;
	padding: 36px 20px 30px 20px;
}

.timeline-item p {
	text-align: center;
	margin-bottom: 0px;
}

.timeline-item .week-counter {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translate(-50%);
	max-width: 128px;
	width: 100%;
	padding: 5px;
	border-radius: 50px;
	color: #000000;
	background-color: #55a9cd;
	text-align: center;
	font-weight: 700;
}

/* TEST */

#quiz-block {
	max-width: 610px;
	width: 100%;
}

.quiz-block {
	margin: 40px auto;
	background: #E5FFE4;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
}

.quiz-item {
	display: none;
}

.quiz-item.active {
	display: block;
}

.quiz-block p.subtitle {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 0;
	border: none;
}

.subtitle.text-center {
	padding: 0;
	border: none;
}

.btn-main,
.btn-main-2,
.btn-main-cta {
	display: block;
	background: #fc0a10;
	color: #fff;
	font-size: 21px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	width: 100%;
	max-width: 158px;
	margin: 15px auto;
	margin-bottom: 0px;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
	padding: 5px;
	border: 1px solid transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.btn-main-2 {
	max-width: 240px;
}

.btn-main-cta {
	text-decoration: none;
	max-width: 400px;
	font-size: 36px;
	line-height: 1;
	padding: 30px 80px;
	text-transform: uppercase;
	border-radius: 15px;
}

.btn-main:hover,
.btn-main-2:hover,
.btn-main-cta:hover {
	color: #fff;
	border: 1px solid #fff;
}

.quiz-answer label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	line-height: 24px;
	margin: 10px 0;
	padding: 10px;
	cursor: pointer;
	width: fit-content;
	width: -moz-fit-content;
	border-radius: 8px;
	color: #000;
	text-align: left;
}

.quiz-answer label:hover {
	background-color: #fff;
	color: #117327;
	border-radius: 10px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.quiz-multiple {
	display: block;
}

.result-block p:not(.subtitle) {
	color: #000;
	line-height: 24px;
	margin: 10px 0;
	text-align: left;
}

.result-block p:last-child {
	margin-bottom: 0;
}

.result-block {
	display: none;
}

input[type="radio"],
input[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid currentColor;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #117327;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
	transform: scale(1);
}

/* TEST */

.preflags {
	background-color: #e4f5ff;
	border: solid 2px #55a9cd;
	border-radius: 8px;
	padding: 25px 20px;
	margin-top: 40px;
}

.preflags p {
	text-align: center;
}

.preflags p:last-child {
	margin-bottom: 0px;
}

.comments-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 40px 0 24px;
}
.comments-container {
	margin-top: 20px;
}
.comments {
	width: 100%;
	overflow: hidden;
}

.comments-logo {
	width: 66px;
	margin-right: 20px;
}

.comment {
	padding-bottom: 30px;
	border-bottom: solid 2px rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
}

.comment.ans {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
	padding-left: 60px;
	padding-top: 30px;
}

.comment .author {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.comment.ans .author {
	position: relative;
}

.comment.ans .author::before {
	content: "";
	position: absolute;
	left: -25px;
	top: -11px;
	width: 11px;
	height: 45px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #117327;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #117327;
}

.author .ava {
	width: 70px;
	border-radius: 50%;
	margin-right: 20px;
}

.author-info p {
	margin-bottom: 0px;
}

.author-info p.comm-name {
	color: #2b587a;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1.4px;
}

.author-info p.comm-date {
	color: #959595;
	font-weight: 200;
	font-size: 14px;
}

.comment p.comm-text {
	font-size: 16px;
	margin-bottom: 0px;
}

.comment img.comm-img {
	border-radius: 8px;
	margin-top: 30px;
}

.comment img.comm-img.horizontal {
	max-width: 346px;
}

.comment img.comm-img.vertical {
	max-width: 346px;
}

footer {
	padding-top: 20px;
}

footer p {
	font-size: 13px;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	nav {
		display: none;
	}

	h1 {
		font-size: 26px;
	}
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 20px;
	}

	.image {
		margin: 20px auto;
	}

	p,
	label {
		font-size: 17px;
	}

	.main-title h1 {
		margin-bottom: 10px;
	}

	.main-title {
		padding: 20px 10px;
		margin-bottom: 30px;
	}

	header {
		font-size: 17px;
	}

	.image p.description {
		padding: 15px;
		font-size: 16px;
	}

	.image p.description2 {
		padding: 15px;
		font-size: 14px;
	}

	.infograf {
		padding: 20px 15px;
		margin: 30px auto;
	}

	.infograf .infograf-title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.infograf .infograf-subtitle {
		font-size: 13px;
		margin-bottom: 20px;
	}

	.infograf p {
		margin-bottom: 10px;
	}

	.progress-bar,
	.progress-bar .progress-bar-inner {
		height: 30px;
	}

	.progress-bar .progress-bar-inner span {
		font-size: 14px;
		line-height: 30px;
	}

	.timeline-item {
		padding: 30px 15px 20px 15px;
	}

	.timeline-item .week-counter {
		font-size: 15px;
	}

	.quiz-block p.subtitle {
		font-size: 18px;
	}

	.btn-main,
	.btn-main-2 {
		font-size: 17px;
	}

	.text-title {
		padding: 20px;
		margin: 20px 0px;
	}

	.text-title h2 {
		font-size: 18px;
	}

	ol {
		padding-right: 0px;
		padding-left: 40px;
	}

	li {
		font-size: 15px;
	}

	ol li.counter {
		margin-bottom: 15px;
	}

	ol li.counter::before {
		width: 20px;
		height: 20px;
		font-size: 14px;
		top: 1px;
		left: -35px;
	}

	.preflags {
		padding: 20px 15px;
		margin-top: 20px;
	}

	#flags--title {
		font-size: 18px;
	}

	.comment {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.comment.ans {
		padding-top: 20px;
		padding-left: 40px;
	}

	.comments-title {
		font-size: 18px;
	}

	.comments-logo {
		width: 40px;
	}

	.comment .author {
		margin-bottom: 10px;
	}

	.author .ava {
		width: 40px;
		margin-right: 10px;
	}

	.comment p.comm-text,
	.author-info p.comm-name {
		font-size: 17px;
	}

	.author-info p.comm-date {
		font-size: 11px;
	}

	.comment img.comm-img {
		margin-top: 12px;
	}

	.comment.ans .author::before {
		left: -25px;
		top: -10px;
		height: 29px;
	}

	.btn-main-cta {
		padding: 20px;
		font-size: 28px;
	}
}

form .prices {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 20px;
	column-gap: 20px
}

form .prices .old {
	color: #959595;
	font-weight: 400;
	text-decoration: line-through;
	font-size: 24px;
	line-height: 1.5
}

form .prices .new {
	color: #007BFF;
	font-weight: 600;
	font-size: 37px;
	line-height: 1.25
}

form input,
form textarea {
	display: block;
	width: 100%;
	font-weight: 400;
	color: #000;
	background: #fff;
	border: 1px solid #000000;
	border-radius: 85px;
	margin-bottom: 16px;
	padding: 10px 16px;
	outline: none;
	font-family: "Roboto", sans-serif;
	letter-spacing: .05em;
	font-size: 20px;
	line-height: 1.5
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
	color: #959595
}

form input::placeholder,
form textarea::placeholder {
	color: #959595
}

@media screen and (max-width: 600px) {

	form input,
	form textarea {
		font-size: 18px;
		line-height: 1.5
	}
}

input[type="radio"],
input[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid currentColor;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #117327;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
	transform: scale(1);
}

form button {
	border: 0;
	outline: none;
	font-family: "Roboto", sans-serif;
	letter-spacing: .05em
}

.button {
	display: block;
	width: 100%;
	max-width: 340px;
	margin: 30px auto;
	background: linear-gradient(180deg, #66b3ff 0%, #0e61ba 100%);
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	box-shadow: 0px 4px 7.9px 0px rgba(0, 0, 0, .3019607843);
	border-radius: 85px;
	padding: 10px 35px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.5
}

@media screen and (max-width: 600px) {
	.button {
		margin: 30px auto;
		padding: 10px 30px
	}
}

select {
	display: block;
	width: 100%;
	font-weight: 400;
	color: #000;
	background: #fff;
	border: 1px solid #000000;
	border-radius: 85px;
	margin-bottom: 16px;
	padding: 10px 16px;
	outline: none;
	font-family: "Roboto", sans-serif;
	letter-spacing: .05em;
	font-size: 20px;
	line-height: 1.5;
}

/* QUIZ */

#mins, #secs{
	color:red

}


.quiz_wrap {
    max-width: 368px;
    margin: 30px auto;
   background: linear-gradient(180deg, rgba(208, 227, 255, 0.1) 14.77%, #d0e3ff 85%);
    border-radius: 7px
}

.quiz-header {
	margin-bottom: 10px;
    background: #0156b3;
    border-radius: 7px 7px 70px 70px
}

.quiz-header .quiz-title, .quiz-header .order-title {
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 14px 14px 20px;
    font-size: 20px;
    line-height: 1.5
}

.quiz-header .order-title {
    display: none
}

.quiz-body {
    padding: 0 30px;
    margin: 20px 0 0
}

.quiz-step {
    display: none;
    transition: .5s all
}

.quiz-step.active {
    display: block
}

.quiz-question {
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5
}

.quiz_options {
    margin: 0
}

.quiz_options .option {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    -moz-column-gap: 20px;
    column-gap: 20px;
    color: #6c1cd1;
    font-weight: 600;
    text-align: left;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5
}

.quiz_options .option:last-child {
    margin-bottom: 0
}

.quiz_options .option .option-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1lh
}

.quiz_options .option .option-radio .circle {
    display: block;
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #6c1cd1;
    position: relative
}

.quiz_options .option .option-radio .circle::after {
    content: " ";
    transition: .2s all;
    display: block;
    background: #6c1cd1;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0
}

.quiz_options .option.active .option-radio .circle {
    animation: radial-pulse .5s
}

.quiz_options .option:hover .option-radio .circle::after, .quiz_options .option.active .option-radio .circle::after {
    opacity: 1
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 1px 2px #6c1cd1
    }
    100% {
        box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0)
    }
}

.quiz-nums {
    width: 100%;
    max-width: 230px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 30px auto 0
}

.quiz-nums::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #6c1cd1
}

.quiz-nums .num {
    transition: 1s all;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #6c1cd1
}

.quiz-nums .num.active span {
    background: #6c1cd1
}

.quiz-nums .num span {
    width: 27px;
    height: 27px;
    background: #e1d9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.5
}

.quiz-footer {
    padding: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 1.5
}

.quiz-footer .pcs {
    display: block;
    font-weight: 600;
    color: #007cff
}

.quiz-timer {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 1.5
}

.quiz-timer .timer {
    color: #000
}

.quiz-timer .timer span {
    font-weight: 600;
    color: #6c1cd1
}

.quiz-form .quiz-form-image {
    max-width: 240px;
    margin: 10px auto
}

.quiz-form .quiz-form-image img {
    width: auto;
    max-width: 100%;
    margin: 0 auto
}

.quiz-form .button {
    margin: 0 auto
}

.quiz_wrap {

	display: none;
}
@media screen and (max-width: 600px) {
	.quiz_wrap {
		margin: 30px auto;
		padding: 20px 10px;
		padding-top: 0;
		display: none;
	}

    .quiz-header .quiz-title, .quiz-header .order-title {
        letter-spacing: .005em;
        font-size: 20px;
        line-height: 1.5
    }

    .quiz-body {
        padding: 0 14px
    }

    .quiz-question {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 1.5
    }

    .quiz_options .option {
        -moz-column-gap: 10px;
        column-gap: 10px;
        font-size: 18px;
        line-height: 1.5
    }

    .quiz_options .option .option-radio {
        height: auto
    }

    .quiz_options .option .option-radio .circle {
        width: 20px;
        height: 20px;
        margin-top: .15em
    }

    .quiz_options .option .option-radio .circle::after {
        height: 10px;
        width: 10px
    }

    .quiz-nums .num {
        width: 31px;
        height: 31px
    }

    .quiz-nums .num span {
        width: 23px;
        height: 23px;
        font-size: 16px;
        line-height: 1.5
    }

    .quiz-footer {
        padding: 25px 14px 14px;
        font-size: 16px;
        line-height: 1.5
    }

    .quiz-footer .pcs {
        display: inline-block
    }

    .quiz-timer {
        font-size: 16px;
        line-height: 1.5
    }

    .quiz-form .quiz-form-image {
        max-width: 200px
    }
}
.calc-caption {
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 80px
}

.overcard {
    font-family: calibri;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}
.calc__inputs__wrap{
	    background: #56a9cd21;
    border-radius: 8px;
	padding-bottom: 12px;
}
.input__block{
	    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.card {
    width: 500px;
    border: 1px solid #55a9cd;
    box-shadow: 1px 1px 12px #cbcbcb;

    min-height: 250px;
    margin: 10px 0;
	    border-radius: 7px;
    padding: 20px
}

.card img {
    border-radius: 50%;
    width: 70px;
    margin: 10px
}
.card h3{
	    font-size: 16px;
		    line-height: 142%;
} 

.card h1 {
    font-weight: lighter;
    margin-left: 100px;
    margin-top: -70px
}

.card p {
    margin: 30px;
    font-family: segoe ui;
    font-size: 1.2em
}

.card ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.card li {
    padding: 8px 0 8px 25px
}

.card label {
    color: #2d2d2d;
    font-size: 17px;
    font-family: Arial;

}

.calculator {
    width: 100%;
    padding: 5px;
    border: 5px solid red;
    margin: 0
}

.normText,
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-size: 17px;
	

}
.normText{
	padding-bottom: 5px;

}
.result{
	background: aliceblue;

    margin: 0 30px;
    border-radius: 9px;

}

.styled-select {
    height: 29px;
    width: 170px;
    display: inline-block
}

.styled-select select {
    font-size: 14px;
	text-align: center;
    height: 29px;
    padding: 5px;
    width: 198px
}

.styled-select.slate {
    height: 34px;
       width: 212px;
}

.styled-select.slate select {
    border: 1px solid #ccc;
    font-size: 16px;
    height: 34px;
	    background: #ffffff;
    /* width: 130px */
}
.result__wrap{
	display: flex
;
    flex-direction: column;
}

/* Секция формы заявки */
.order-form-section {
	max-width: 420px;
	margin: 30px auto;
}
.order-form-card {
	background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
	border: 1px solid rgba(220, 53, 69, 0.2);
	padding: 28px 24px;
}
.order-form-title {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
	text-align: center;
}
.order-form-prices {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 20px;
}
.order-form-old {
	color: #999;
	text-decoration: line-through;
	font-size: 20px;
}
.order-form-new {
	color: #dc3545;
	font-weight: 700;
	font-size: 28px;
}
.order-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #333;
	font-size: 15px;
}
.order-form {
	position: relative;
}
.order-form .input-wrapper {
	position: relative;
	margin-bottom: 14px;
}
.order-form input[type="text"],
.order-form input[type="tel"] {
	display: block;
	width: 100%;
	padding: 12px 18px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 85px;
	outline: none;
	margin-bottom: 0;
	box-sizing: border-box;
}
.order-form input.error {
	border-color: #c00;
}
.order-form .validator__tooltip {
	position: absolute;
	z-index: 10;
	margin-top: 4px;
}
.order-form input:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.15);
}
.order-form-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 16px 0 20px;
	padding-top: 12px;
	border-top: 1px solid #eee;
	font-size: 17px;
}
.order-form-total strong {
	color: #dc3545;
	font-size: 22px;
}
.order-form-submit {
	display: block;
	width: 100%;
	padding: 16px 32px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(180deg, #e84545 0%, #c62828 100%);
	border: none;
	border-radius: 85px;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(220, 53, 69, 0.4);
	text-transform: uppercase;
	letter-spacing: 0.03em;
	transition: transform 0.2s, box-shadow 0.2s;
}
.order-form-submit:hover {
	transform: scale(1.02);
	box-shadow: 0 6px 20px rgba(220, 53, 69, 0.45);
}
.order-buttons-wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	margin: 20px 0;
}
.order-buttons-wrap .button {
	text-align: center;
	text-decoration: none;
	padding: 16px 32px;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	max-width: 320px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #e84545 0%, #c62828 100%);
	color: #fff;
	border-radius: 85px;
}
.order-buttons-wrap .button:hover {
	opacity: 0.95;
}