/* перепись article__wrap стилей */
.article__wrap .h1, .article__wrap h2, .article__wrap .h2, .article__wrap h3, .article__wrap .h3, .article__wrap h4, .article__wrap .h4 {
	margin: auto;
}

.article__wrap p+p {
	margin: 0;
}

.article__wrap .x-small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.article__wrap .article-section__calendar-day {
	font-size: 30px;
	text-align: center;
	line-height: 17px;
}

.article__wrap h1 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 124%;
}

.article__wrap h2 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 124%;
	margin: 0;
}

.article__wrap h3 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	margin: 0;
}

.article__wrap h4 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	margin: 0;
}

.article__wrap p {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
}

.article__wrap .bold {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.article__wrap .thin {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.article__wrap .small {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.article__wrap .white-text {
	color: #FFFFFF;
}

.article__wrap .blue-text {
	color: #00178E;
}

.article__wrap .green-text {
	color: #00CE57;
}

.article__wrap .red-text {
	color: #F72723;
}

.article__wrap .gray-text {
	color: #7A878C;
}

.article__wrap .black-text {
	color: #444444;
}

.article__wrap .article-section__heading-text {
	line-height: 140%;
}

.article__wrap .article-section__formula {
	color: #444444;
}

.article__wrap .ablock__side-button--active p {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;;	
}

.article__wrap .ablock__error-sign {
	color: #f3705f;
	font-size: 14px;
	margin-top: -10px;
}

.article__wrap .bblock__error-sign {
	color: #f3705f;
	font-size: 14px;
}

.article__wrap .cblock__error-sign {
	color: #f3705f;
	font-size: 14px;
	margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
	.article__wrap h1 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 124%;
	}

	.article__wrap h2 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 26px;
		line-height: 124%;
	}

	.article__wrap h3 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 120%;
	}

	.article__wrap h4 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
	}
}

/* перепись article__wrap стилей конец */

.bold {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.white-text {
	color: #FFFFFF;
}

.blue-text {
	color: #00178E;
}

.green-text {
	color: #00CE57;
}

.red-text {
	color: #F72723;
}

.gray-text {
	color: #7A878C;
}

.black-text {
	color: #444444;
}

.small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.x-small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.article-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	gap: 40px;
}

.article-section {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.article-section__block {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
	background: #ECF6F5;
	border-radius: 16px;
}

.article-section__block-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 40px;
}

.article-section__block-wrapper--hidden {
	display: none;
}

.article-section__block-desc {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 24px;
}

.article-section__text-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 14px;
}

.article-section__list {
	position: relative;
	margin: 0;
	padding-left: 30px;
}

.article-section__formula-label {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;

	padding: 24px;
	background: #33CB66;
	border-radius: 8px;
}

.article-section__formula {
	position: relative;
	width: fit-content;
	height: fit-content;

	background: #FFFFFF;
	color: #444444;
	border-radius: 16px;
	padding: 24px;
}

.article-section__block-questions {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.article-section__block-controls {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.article-section__block-controls--hidden {
	display: none;
}

.article-section__button-wrapper {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

.article-section__button-wrapper--end {
	margin-left: auto;
	margin-right: auto;
}

.article-section__question-button {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: none;
	align-items: center;
	justify-content: center;
	padding: 13px 24px;
	border-radius: 100px;
	border: none;
	outline: none;
}

.article-section__question-button--active {
	display: flex;
}

.article-section__question-button--green {
	background: #33CB66;
	transition: background 0.15s ease-in-out;
}

.article-section__question-button--green:hover {
	background: #001689;
	transition: background 0.15s ease-in-out;
}

.article-section__question-button--blue {
	background: #001689;
	transition: background 0.15s ease-in-out;
}

.article-section__question-button--blue:hover {
	background: #33CB66;
	transition: background 0.15s ease-in-out;
}

.article-section__question-button--centered {
	margin-left: auto;
	margin-right: auto;
}

.article-section__question-button p {
	white-space: nowrap;
}

.article-section__steps-indicator--hidden {
	display: none;
}

.article-section__result-label {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	background: #FFFFFF;
	border-radius: 16px;
}

.article-section__green-mark {
	position: relative;
	padding-left: 16px;
}

.article-section__green-mark::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 9px;
	left: 0px;

	background: #33CB66;
	border-radius: 20px;
}

@media (max-width: 459px) {
	.article-section__block {
		padding: 14px;
	}
}


.scorad__modal {
	position: relative;
	max-width: 268px;
	background-color: #fff;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 24px;
	transition: transform 0.375s;
}

.scorad__modal--reminder {
	max-width: 450px;
}

.scorad__modal-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 24px;
}

.scorad__modal-text-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 8px;
}

.scorad__modal-text-wrapper p, h4 {
	margin: 0;
}

.scorad__modal-text-wrapper br {
	display: block;
}

.scorad__modal-buttons-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 8px;
}

.scorad__modal-button {
	position: relative;
	width: 100%;
	height: 48px;
	max-width: 114px;
	padding: 11px 0px;
    border-radius: 30px;
    font-family: "RotonBol";
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
	background: #33CB66;
	color: #FFF;
	user-select: none;
}

.scorad__modal-button--fit {
	width: fit-content;
	max-width: unset;
	padding: 11px 24px;
}

.scorad__modal-button--blue {
	border: 3px solid #001689;
    color: #001689;
    text-decoration: none;
	background: transparent;
    transition: background, color 0.3s;
}

.scorad__modal-button--blue:hover {
	background: #001689;
    color: #fff;
}

.scorad__modal-title {
	position: relative;
	font-family:  "RotonBol", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	margin: 0;
}

.scorad__modal-title--black {
	color: #444444;
}

[data-modal="scorad-modal"] {
	backdrop-filter: blur(47px);
	opacity: 1;
}

.scorad__modal-label {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	padding: 12px;
	margin-left: auto;
	margin-right: auto;

	background: #ECF6F5;
	border-radius: 16px;
}

.article-section__back-button {
	position: relative;
	display: none;
	text-decoration: underline;
  	text-decoration-color: #7A878C;
	pointer-events: pointer;
	user-select: none;
}

.article-section__back-button--active {
	display: block;
}

/* Block A styles start */

.ablock__wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding: 24px;
	background: #FFFFFF;
	border-radius: 8px;
}

.ablock__wrapper--hidden {
	display: none;
}

.ablock__buttons-wrapper {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	flex-direction: row;
}

.ablock__buttons-wrapper--side {
	gap: 14px;
}

.ablock__age-button {
	position: relative;
	width: 175px;
	height: 47px;

	display: flex;
	align-items: center;
	justify-content: center;
	background: #001689;
	outline: none;
	border: none;
	transition: all 0.15s ease-in-out;
}

.ablock__age-button--young {
	transform: translateX(10px);
	z-index: 0;
	border-radius: 100px 0px 0px 100px;
}

.ablock__age-button--old {
	transform: translateX(-10px);
	z-index: 0;
	border-radius: 0px 100px 100px 0px;
}

.ablock__age-button--active {
	z-index: 1;
	border-radius: 100px;
	background: #33CB66;
}

.ablock__age-button--active p {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
}

.ablock__baby-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	align-items: center;
	justify-content: center;
}

.ablock__baby {
	position: relative;
	flex-shrink: 0;
	margin-top: 40px;
}

.ablock__baby--hidden {
	display: none;
}

.ablock__baby-head {
	color: #ECF6F5;
}

.ablock__baby-body {
	color: #ECF6F5;
}

.ablock__baby-hand-left {
	color: #ECF6F5;
}

.ablock__baby-hand-right {
	color: #ECF6F5;
}

.ablock__baby-leg-right {
	color: #ECF6F5;
}

.ablock__baby-leg-left {
	color: #ECF6F5;
}

.ablock__baby-part--hidden {
	display: none;
}

svg[data-view-back] .ablock__baby-part--active {
	color: rgba(0, 20, 137, 0.5);
}

svg[data-view-front] .ablock__baby-part--active {
	color: rgba(51, 203, 102, 0.5);
}

svg[data-view-back] .ablock__baby-part--inprogress {
	color: #001489;
}

svg[data-view-front] .ablock__baby-part--inprogress {
	color: #33CB66;
}

.ablock__side-button {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: transparent;
	outline: none;
	border: none;
	border-bottom: 0px solid #33CB66;
}

.ablock__side-button--green p {
	border-bottom: 0px solid #33CB66;
}

.ablock__side-button--blue p {
	border-bottom: 0px solid #001689;
}

.ablock__side-button--active p {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;;
	border-bottom-width: 2px;
}

.ablock__question-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ablock__question-input {
	position: relative;
	width: 100%;
	height: 41px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 12px 16px;

	border: 2px solid #ECF6F5;
	backdrop-filter: blur(2px);
	border-radius: 100px;
	outline: none;

	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;

	color: #444444;
}

.ablock__question-input::placeholder {
	color: #7A878C;
}

.ablock__error-sign {
	position: relative;
	display: none;
	color: #f3705f;
	margin-top: -10px;
	font-size: 14px;
}

.ablock__error-sign--active {
	display: block;
}

.ablock__indicator-title {
	position: absolute;
	top: 0;
	left: 0;
}

.ablock__indicator-title--right {
	left: auto;
	right: 0;
}

.ablock__indicator-wrapper {
	position: absolute;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ablock__indicator-wrapper--head {
	width: calc(50% - 40px);
	top: 50px;
	left: 0;
}

.ablock__indicator-wrapper--hand-left {
	width: calc(50% - 70px);
	top: 100px;
	left: 0;
}

.ablock__indicator-wrapper--hand-right {
	width: calc(50% - 70px);
	top: 100px;
	right: 0;
	align-items: flex-end;
}

.ablock__indicator-wrapper--body {
	width: calc(50% - 20px);
	top: 150px;
	left: 0;
}

.ablock__indicator-wrapper--genitals {
	width: 50%;
	top: 191px;
	left: 0;
}

.ablock__indicator-wrapper--leg-left {
	width: calc(50% - 60px);
	top: 285px;
	left: 0;
}

.ablock__indicator-wrapper--leg-right {
	width: calc(50% - 60px);
	top: 285px;
	right: 0;
	align-items: flex-end;
}

.ablock__indicator-wrapper--hidden {
	display: none;
}

.ablock__indicator-line {
	position: relative;
	width: 100%;
	height: 1px;
	background: #7A878C;
	opacity: 0.3;
	flex-shrink: 0;
}

@media (max-width: 459px) {

	.ablock__wrapper {
		padding: 14px;
	}

	.ablock__age-button {
		width: 155px;
	}

	.ablock__age-button--green {
		transform: translateX(10px);
	}

	.ablock__age-button--blue {
		transform: translateX(-10px);
	}

	.ablock__age-button p {
		font-size: 16px;
	}
}

@media (max-width: 389px) {
	.ablock__buttons-wrapper {
		transform: scale(0.8);
	}
}

/* Block A styles end */

/* Block B styles start */

.bblock__text-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bblock__rating-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.bblock__rating-label {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	background: #001489;
	border-radius: 8px;
}

.bblock__questions-title {
	position: relative;
	width: 100%;
}

.bblock__wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	padding: 24px;
	background: #FFFFFF;
	border-radius: 8px;
}

.bblock__wrapper--hidden {
	display: none;
}

.bblock__question-options {
	position: relative;
	width: 100%;
	height: fit-content;
	
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.bblock__question-variant {
	position: relative;
	width: 100%;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;

	padding: 12px 16px;
	border-radius: 100px;
	border: 2px solid #ECF6F5;
	background: #FFFFFF;
}

.bblock__question-variant--hidden {
	display: none;
}

.bblock__question-variant p {
	margin: 0;
	color: #444444;
}

.bblock__question-variant input[type="radio"] {
	display: none;
}

.bblock__question-option-mark {
	position: relative;
	width: 26px;
	height: 26px;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid #444444;
	border-radius: 100px;
}

.bblock__question-option-mark::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;

	border-radius: 100px;
	background: #33CB66;
}

.bblock__question-variant input[type="radio"]:checked + p {
	color: #33CB66;
	font-weight: 700;
}

.bblock__question-variant input[type="radio"]:checked + p + span {
	border: 3px solid #33CB66;
}

.bblock__question-variant input[type="radio"]:checked + p + span::before {
	display: block;	
}

.bblock__green-label  {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	padding: 12px;
	background: #33CB66;
	border-radius: 8px;
}

.bblock__error-sign {
	position: relative;
	display: none;
	color: #f3705f;
	font-size: 14px;
}

.bblock__error-sign--active {
	display: block;
}

@media (max-width: 459px) {
	.bblock__wrapper {
		padding: 14px;
	}
}

/* Block B styles end */

/* Block C styles start */

.cblock__wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 24px;
	background: #FFFFFF;
	border-radius: 8px;
}

.cblock__options-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 4px;
}

.cblock__option {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	align-items: center;
	justify-content: center;
}

.cblock__option-box {
	position: relative;
	width: 24px;
	height: 32px;

	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.cblock__option input[type="radio"] {
	display: none;
}

.cblock__option input[type="radio"]:checked + .cblock__option-box {
	border: 1px solid #001689;
}

.cblock__option input[type="radio"]:checked + .cblock__option-box .cblock__option-text {
	color: #001689;
}

.cblock__option-box--0 {
	background: #2A9C4C;
}

.cblock__option-box--1 {
	background: #41BF67;
}

.cblock__option-box--2 {
	background: #47D45A;
}

.cblock__option-box--3 {
	background: #84E291;
}


.cblock__option-box--4 {
	background: #B0E284;
}

.cblock__option-box--5 {
	background: #CCE284;
}

.cblock__option-box--6 {
	background: #E2C484;
}

.cblock__option-box--7 {
	background: #E2A584;
}

.cblock__option-box--8 {
	background: #E28484;
}

.cblock__option-box--9 {
	background: #DD7878;
}

.cblock__option-box--10 {
	background: #BE5D5D;
}

.cblock__option-text {
	position: relative;
	color: #FFFFFF;
}

.cblock__error-sign {
	position: relative;
	display: none;
	color: #f3705f;
	font-size: 14px;
	margin-left: auto;
    margin-right: auto;
}

.cblock__error-sign--active {
	display: block;
}

@media (max-width: 459px) {
	.cblock__wrapper {
		padding: 14px;
	}
}

@media (max-width: 389px) {
	.cblock__options-wrapper {
		flex-wrap: wrap;
		width: 170px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Block C styles end */

/* Block End styles start */

.end-block__wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 24px;
}

.end-block__wrapper--hidden {
	display: none;
}

/* Block End styles end */