:root {
--bq-blue: #00adff;
--bq-blue-dark: #00adff;
--bq-navy: #434343;
--bq-yellow: #f5e23a;
--bq-sky: #7bd4ff;
--bq-gray: #d1d1d4;
--bq-white: #ffffff;
--bq-ink: #434343;
--bq-muted: #434343;
--bq-line: rgba(67, 67, 67, 0.16);
--bq-danger: #434343;
--bq-success: #00adff;
--bq-shadow: 0 26px 80px rgba(67, 67, 67, 0.16);
}
body.bariatr-quiz-template {
color: var(--bq-ink);
background: var(--bq-sky);
}
body.bariatr-quiz-template #site-header,
body.bariatr-quiz-template #site-footer,
body.bariatr-quiz-template .elementor-location-header,
body.bariatr-quiz-template .elementor-location-footer {
display: none;
}
.bq-page,
.bq-page * {
box-sizing: border-box;
}
.bq-page {
position: relative;
min-height: 100svh;
padding: 18px 0 38px;
overflow: hidden;
color: var(--bq-ink);
background:
radial-gradient(circle at 5% 0, rgba(0, 173, 255, 0.19), transparent 34%),
linear-gradient(145deg, rgba(123, 212, 255, 0.28) 0%, #ffffff 50%, rgba(245, 226, 58, 0.18) 100%);
font-family: "Montserrat", Arial, sans-serif;
font-size: 16px;
line-height: 1.55;
}
.bq-page button,
.bq-page input {
font: inherit;
}
.bq-page button {
-webkit-tap-highlight-color: transparent;
}
.bq-page [hidden] {
display: none !important;
}
.bq-background span {
position: absolute;
border: 1px solid rgba(0, 173, 255, 0.17);
border-radius: 50%;
pointer-events: none;
}
.bq-background span:nth-child(1) {
top: -190px;
right: -220px;
width: 520px;
height: 520px;
border-width: 90px;
}
.bq-background span:nth-child(2) {
bottom: -130px;
left: -120px;
width: 330px;
height: 330px;
border-width: 55px;
border-color: rgba(245, 226, 58, 0.2);
}
.bq-background span:nth-child(3) {
top: 38%;
left: 3%;
width: 18px;
height: 18px;
border: 0;
background: var(--bq-yellow);
box-shadow: 0 0 0 9px rgba(245, 226, 58, 0.17);
}
.bq-shell {
position: relative;
z-index: 1;
width: min(1180px, calc(100% - 24px));
margin: 0 auto;
}
.bq-topbar {
display: flex;
min-height: 56px;
margin-bottom: 14px;
align-items: center;
justify-content: space-between;
gap: 16px;
}
.bq-brand {
display: inline-flex;
align-items: center;
gap: 10px;
color: var(--bq-navy) !important;
text-decoration: none;
}
.bq-brand__mark {
display: grid;
width: 38px;
height: 38px;
border-radius: 11px;
place-items: center;
color: var(--bq-navy);
background: var(--bq-yellow);
font-size: 20px;
font-weight: 900;
box-shadow: 0 9px 22px rgba(67, 67, 67, 0.12);
}
.bq-brand__logo {
display: block;
width: 44px;
height: 44px;
flex: none;
object-fit: contain;
}
.bq-brand__name {
color: var(--bq-ink);
font-size: 9px;
font-weight: 900;
letter-spacing: 0.08em;
line-height: 1.12;
}
.bq-phone > span {
display: flex;
flex-direction: column;
}
.bq-phone {
display: inline-flex;
align-items: center;
gap: 9px;
color: var(--bq-navy) !important;
text-decoration: none;
}
.bq-phone svg {
width: 28px;
height: 28px;
padding: 6px;
border-radius: 9px;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
background: #ffffff;
box-shadow: 0 8px 20px rgba(67, 67, 67, 0.1);
}
.bq-phone small {
display: none;
color: var(--bq-muted);
font-size: 9px;
}
.bq-phone strong {
font-size: 11px;
}
.bq-card {
display: grid;
min-height: min(720px, calc(100svh - 108px));
border: 1px solid rgba(67, 67, 67, 0.1);
border-radius: 25px;
overflow: hidden;
background: rgba(255, 255, 255, 0.96);
box-shadow: var(--bq-shadow);
}
.bq-main {
display: flex;
min-width: 0;
padding: 22px 18px;
flex-direction: column;
}
.bq-progress {
margin-bottom: 30px;
}
.bq-progress__meta {
display: flex;
margin-bottom: 10px;
align-items: center;
justify-content: space-between;
gap: 14px;
}
.bq-progress__meta p {
display: flex;
margin: 0;
align-items: center;
gap: 8px;
color: var(--bq-muted);
font-size: 11px;
font-weight: 700;
}
.bq-progress__meta p strong {
color: var(--bq-navy);
}
.bq-back {
display: inline-flex;
padding: 6px 0;
border: 0;
align-items: center;
gap: 6px;
color: var(--bq-muted);
background: transparent;
font-size: 11px;
font-weight: 800;
cursor: pointer;
}
.bq-back svg {
width: 18px;
height: 18px;
fill: none;
stroke: currentColor;
stroke-width: 2;
}
.bq-progress__track {
height: 7px;
border-radius: 999px;
overflow: hidden;
background: #d1d1d4;
}
.bq-progress__track span {
display: block;
width: 0;
height: 100%;
border-radius: inherit;
background: linear-gradient(90deg, var(--bq-blue), #7bd4ff);
box-shadow: 0 2px 10px rgba(0, 173, 255, 0.35);
transition: width 280ms ease;
}
.bq-intro {
margin: auto 0;
}
.bq-eyebrow {
display: flex;
margin: 0 0 15px;
align-items: center;
gap: 10px;
color: var(--bq-navy);
font-size: 10px;
font-weight: 900;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.bq-eyebrow > span {
width: 9px;
height: 9px;
border-radius: 50%;
flex: none;
background: var(--bq-yellow);
box-shadow: 0 0 0 6px rgba(245, 226, 58, 0.2);
}
.bq-intro h1,
.bq-result__bmi-summary {
margin: 0;
color: var(--bq-ink);
font-weight: 850;
letter-spacing: -0.048em;
line-height: 1.06;
}
.bq-intro h1 {
max-width: 690px;
font-size: clamp(36px, 10vw, 58px);
}
.bq-intro__lead {
max-width: 690px;
margin: 22px 0 26px;
color: var(--bq-muted);
font-size: 16px;
line-height: 1.6;
}
.bq-intro__facts {
display: grid;
margin-bottom: 28px;
border: 1px solid var(--bq-line);
border-radius: 15px;
grid-template-columns: repeat(3, minmax(0, 1fr));
overflow: hidden;
background: var(--bq-line);
gap: 1px;
}
.bq-intro__facts div {
padding: 13px 9px;
background: #ffffff;
}
.bq-intro__facts strong,
.bq-intro__facts span {
display: block;
}
.bq-intro__facts strong {
color: var(--bq-navy);
font-size: 13px;
}
.bq-intro__facts span {
margin-top: 3px;
color: var(--bq-muted);
font-size: 8px;
line-height: 1.3;
}
.bq-button {
display: inline-flex;
min-height: 52px;
padding: 13px 21px;
border: 1px solid var(--bq-ink);
border-radius: 13px;
align-items: center;
justify-content: center;
gap: 14px;
font: inherit;
font-size: 15px;
font-weight: 800;
line-height: 1.2;
text-align: center;
text-decoration: none;
cursor: pointer;
transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.bq-button svg {
width: 19px;
height: 19px;
fill: none;
stroke: currentColor;
stroke-width: 2;
}
.bq-button--primary {
border-color: var(--bq-blue);
color: #ffffff !important;
background: var(--bq-blue);
box-shadow: 0 12px 24px rgba(67, 67, 67, 0.2);
}
.bq-button--primary:hover {
border-color: var(--bq-sky);
color: var(--bq-ink) !important;
background: var(--bq-sky);
box-shadow: 0 16px 30px rgba(67, 67, 67, 0.26);
}
.bq-button--secondary {
border-color: rgba(67, 67, 67, 0.22);
color: var(--bq-navy) !important;
background: #ffffff;
box-shadow: 0 10px 22px rgba(67, 67, 67, 0.08);
}
.bq-button--secondary:hover {
border-color: var(--bq-blue);
color: var(--bq-ink) !important;
background: rgba(123, 212, 255, 0.28);
box-shadow: 0 14px 28px rgba(67, 67, 67, 0.12);
}
.bq-button--start {
width: 100%;
}
.bq-button:disabled {
opacity: 0.65;
cursor: wait;
}
.bq-intro__note {
display: flex;
max-width: 590px;
margin: 17px 0 0;
align-items: flex-start;
gap: 8px;
color: var(--bq-muted);
font-size: 9px;
}
.bq-intro__note svg {
width: 17px;
height: 17px;
flex: none;
fill: none;
stroke: var(--bq-success);
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.8;
}
.bq-questions {
display: flex;
min-height: 0;
flex: 1;
flex-direction: column;
}
.bq-step {
min-width: 0;
margin: auto 0;
padding: 0;
border: 0;
animation: bq-enter 260ms ease both;
}
.bq-step legend {
display: block;
max-width: 760px;
margin: 0 0 10px;
padding: 0;
color: var(--bq-ink);
font-size: clamp(28px, 8vw, 44px);
font-weight: 850;
letter-spacing: -0.045em;
line-height: 1.08;
}
.bq-step legend > span {
display: inline-grid;
width: 36px;
height: 36px;
margin: 0 8px 6px 0;
border-radius: 10px;
place-items: center;
vertical-align: middle;
color: var(--bq-navy);
background: var(--bq-yellow);
font-size: 11px;
letter-spacing: 0;
}
.bq-step__hint {
margin: 0 0 24px;
color: var(--bq-muted);
font-size: 12px;
}
.bq-range-card {
padding: 30px 18px 20px;
border: 1px solid var(--bq-line);
border-radius: 20px;
background: linear-gradient(145deg, rgba(123, 212, 255, 0.34), #ffffff);
}
.bq-range-value {
display: flex;
margin-bottom: 28px;
align-items: baseline;
justify-content: center;
gap: 8px;
color: var(--bq-navy);
}
.bq-range-value strong {
font-size: clamp(62px, 18vw, 92px);
letter-spacing: -0.075em;
line-height: 0.9;
}
.bq-range-value span {
color: var(--bq-blue-dark);
font-size: 18px;
font-weight: 800;
}
.bq-range-card input[type="range"] {
width: 100%;
height: 34px;
margin: 0;
outline: 0;
background: transparent;
appearance: none;
cursor: pointer;
}
.bq-range-card input[type="range"]::-webkit-slider-runnable-track {
height: 9px;
border-radius: 999px;
background: linear-gradient(90deg, var(--bq-blue) 0 var(--range-progress), #d1d1d4 var(--range-progress) 100%);
}
.bq-range-card input[type="range"]::-webkit-slider-thumb {
width: 30px;
height: 30px;
margin-top: -10px;
border: 7px solid #ffffff;
border-radius: 50%;
background: var(--bq-blue);
box-shadow: 0 4px 15px rgba(67, 67, 67, 0.28);
appearance: none;
}
.bq-range-card input[type="range"]::-moz-range-track {
height: 9px;
border-radius: 999px;
background: #d1d1d4;
}
.bq-range-card input[type="range"]::-moz-range-progress {
height: 9px;
border-radius: 999px;
background: var(--bq-blue);
}
.bq-range-card input[type="range"]::-moz-range-thumb {
width: 17px;
height: 17px;
border: 7px solid #ffffff;
border-radius: 50%;
background: var(--bq-blue);
box-shadow: 0 4px 15px rgba(67, 67, 67, 0.28);
}
.bq-range-limits {
display: flex;
margin-top: 3px;
justify-content: space-between;
color: var(--bq-muted);
font-size: 9px;
font-weight: 700;
}
.bq-options {
display: grid;
gap: 9px;
}
.bq-option {
display: block;
position: relative;
margin: 0;
cursor: pointer;
}
.bq-option > input {
position: absolute;
width: 1px;
height: 1px;
opacity: 0;
pointer-events: none;
}
.bq-option__content {
display: flex;
min-height: 52px;
padding: 12px 14px;
border: 1px solid var(--bq-line);
border-radius: 13px;
align-items: center;
justify-content: space-between;
gap: 14px;
color: var(--bq-ink);
background: #ffffff;
box-shadow: 0 7px 20px rgba(67, 67, 67, 0.035);
transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.bq-option__content i {
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 1.35;
}
.bq-option__content b {
display: grid;
width: 24px;
height: 24px;
border: 2px solid #d1d1d4;
border-radius: 50%;
flex: none;
place-items: center;
background: #ffffff;
}
.bq-option input[type="checkbox"] + .bq-option__content b {
border-radius: 7px;
}
.bq-option__content b::after {
width: 8px;
height: 4px;
border-bottom: 2px solid #ffffff;
border-left: 2px solid #ffffff;
content: "";
opacity: 0;
transform: translateY(-1px) rotate(-45deg);
}
.bq-option input:checked + .bq-option__content {
border-color: var(--bq-blue);
background: rgba(0, 173, 255, 0.075);
box-shadow: 0 10px 24px rgba(0, 173, 255, 0.1);
}
.bq-option input:checked + .bq-option__content b {
border-color: var(--bq-blue);
background: var(--bq-blue);
}
.bq-option input:checked + .bq-option__content b::after {
opacity: 1;
}
.bq-other-field {
display: block;
margin-top: 12px;
}
.bq-other-field > span,
.bq-field > span {
display: block;
margin-bottom: 7px;
color: var(--bq-ink);
font-size: 10px;
font-weight: 800;
}
.bq-other-field input,
.bq-field input {
width: 100%;
height: 52px;
padding: 0 14px;
border: 1px solid var(--bq-line);
border-radius: 12px;
outline: 0;
color: var(--bq-ink);
background: #ffffff;
font-size: 13px;
transition: border-color 160ms ease, box-shadow 160ms ease;
}
.bq-actions {
position: sticky;
z-index: 4;
bottom: -22px;
margin: 24px -18px -22px;
padding: 13px 18px 18px;
border-top: 1px solid rgba(67, 67, 67, 0.08);
background: rgba(255, 255, 255, 0.96);
backdrop-filter: blur(14px);
}
.bq-actions .bq-button {
width: 100%;
}
.bq-validation {
margin: 14px 0 0;
color: var(--bq-danger);
font-size: 11px;
font-weight: 700;
}
.bq-result {
width: 100%;
max-width: none;
margin: 0;
animation: bq-enter 300ms ease both;
}
.bq-result > div > p {
max-width: none;
margin: 0 0 22px;
color: var(--bq-muted);
font-size: 15px;
line-height: 1.7;
}
.bq-card--result {
min-height: 0;
}
.bq-card--result .bq-main {
min-height: 0;
padding: 28px 20px;
}
.bq-result > [data-result-low]:not([hidden]),
.bq-result > [data-result-high]:not([hidden]) {
width: 100%;
padding: 4px 0 8px;
}
.bq-result__bmi-summary {
display: flex;
width: 100%;
max-width: none;
position: relative;
margin: 0 0 34px;
padding: 0 0 28px;
border-bottom: 1px solid var(--bq-line);
align-items: flex-end;
justify-content: space-between;
gap: 24px;
color: var(--bq-ink);
line-height: 1;
}
.bq-result__bmi-summary::after {
position: absolute;
bottom: -1px;
left: 0;
width: min(180px, 42%);
height: 5px;
border-radius: 99px;
content: "";
background: var(--bq-blue);
}
.bq-result__bmi-summary span {
display: inline-flex;
padding-bottom: 8px;
align-items: center;
gap: 9px;
font-size: 16px;
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.bq-result__bmi-summary svg {
width: 26px;
height: 26px;
flex: none;
fill: none;
stroke: currentColor;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.8;
}
.bq-result__bmi-summary strong {
color: var(--bq-blue);
font-size: clamp(52px, 15vw, 72px);
line-height: 0.88;
letter-spacing: -0.04em;
}
.bq-result__bmi-summary--alert {
color: #d92d20;
}
.bq-result__bmi-summary--alert::after {
background: #d92d20;
}
.bq-result__bmi-summary--alert strong {
color: #d92d20;
}
.bq-lead-form {
width: 100%;
max-width: 680px;
margin: 32px auto 0;
padding: 28px 0 0;
border: 0;
border-top: 1px solid var(--bq-line);
border-radius: 0;
background: #ffffff;
box-shadow: none;
}
.bq-card--result .bq-form-grid {
grid-template-columns: minmax(0, 1fr);
}
.bq-card--result .bq-lead-form {
padding: 28px 0 0;
}
.bq-card--result .bq-lead-form__title {
margin-bottom: 7px;
font-size: clamp(23px, 6vw, 28px);
}
.bq-card--result .bq-lead-form__heading p {
margin-bottom: 20px;
font-size: 12px;
line-height: 1.55;
}
.bq-card--result .bq-form-grid {
gap: 13px;
}
.bq-card--result .bq-field span {
margin-bottom: 6px;
font-size: 11px;
}
.bq-card--result .bq-field input {
height: 48px;
padding: 0 14px;
border-radius: 12px;
}
.bq-card--result .bq-lead-submit {
min-height: 50px;
margin-top: 16px;
font-size: 14px;
}
.bq-lead-form__title {
margin: 0 0 5px;
color: var(--bq-ink);
font-weight: 700;
font-size: 20px;
letter-spacing: -0.035em;
}
.bq-lead-form__heading p {
margin: 0 0 17px;
color: var(--bq-muted);
font-size: 10px;
}
.bq-form-grid {
display: grid;
gap: 11px;
}
.bq-field {
display: block;
margin: 0;
}
.bq-field small {
color: var(--bq-muted);
font-weight: 500;
}
.bq-field input[aria-invalid="true"],
.bq-consent input[aria-invalid="true"] {
border-color: var(--bq-danger);
box-shadow: 0 0 0 3px rgba(245, 226, 58, 0.35);
}
.bq-consent {
display: flex;
margin: 14px 0;
align-items: flex-start;
gap: 9px;
color: var(--bq-muted);
font-size: 9px;
line-height: 1.5;
}
.bq-consent input {
width: 17px;
height: 17px;
margin: 0;
flex: none;
accent-color: var(--bq-blue);
}
.bq-consent a {
color: var(--bq-navy);
}
.bq-lead-submit {
width: 100%;
margin-top: 14px;
}
.bq-form-status {
min-height: 0;
margin: 11px 0 0;
font-size: 10px;
font-weight: 700;
}
.bq-form-status:empty {
display: none;
}
.bq-form-status.is-error {
color: var(--bq-danger);
}
.bq-form-status.is-success {
padding: 15px;
border-radius: 12px;
color: var(--bq-success);
background: rgba(0, 173, 255, 0.1);
font-size: 12px;
}
.bq-honeypot {
position: absolute !important;
left: -10000px !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
.bq-aside {
display: none;
}
.bq-footer {
margin-top: 18px;
border-radius: 22px;
overflow: hidden;
color: #ffffff;
background: #00adff;
box-shadow: 0 20px 50px rgba(0, 173, 255, 0.2);
}
.bq-footer__grid {
display: grid;
padding: 27px 20px 24px;
gap: 28px;
}
.bq-brand--footer {
width: fit-content;
color: #ffffff !important;
}
.bq-brand--footer .bq-brand__logo {
padding: 4px;
border-radius: 10px;
background: #ffffff;
}
.bq-brand--footer .bq-brand__name {
color: #ffffff;
}
.bq-footer__brand > p {
max-width: 360px;
margin: 16px 0 0;
color: rgba(255, 255, 255, 0.72);
font-size: 11px;
line-height: 1.6;
}
.bq-footer h2 {
margin: 0 0 13px;
color: #f5e23a;
font-size: 11px;
font-weight: 900;
letter-spacing: 0.1em;
line-height: 1.2;
text-transform: uppercase;
}
.bq-footer__contacts {
display: flex;
align-items: flex-start;
flex-direction: column;
gap: 8px;
}
.bq-footer__contacts a,
.bq-footer__contacts > span {
color: #ffffff;
font-size: 11px;
line-height: 1.45;
text-decoration: none;
}
.bq-footer__contacts > span {
color: rgba(255, 255, 255, 0.6);
}
.bq-footer__social nav {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
}
.bq-footer__social a {
display: flex;
min-height: 42px;
padding: 7px 11px;
border: 1px solid rgba(255, 255, 255, 0.13);
border-radius: 99px;
align-items: center;
gap: 7px;
color: #ffffff;
background: rgba(255, 255, 255, 0.13);
font-size: 10px;
font-weight: 700;
text-decoration: none;
transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}
.bq-footer__social a > span {
display: grid;
width: 28px;
height: 28px;
border-radius: 50%;
flex: none;
place-items: center;
color: #00adff;
background: #ffffff;
}
.bq-footer__social svg {
display: block;
width: 16px;
height: 16px;
}
.bq-footer__bottom {
display: flex;
padding: 17px 20px;
border-top: 1px solid rgba(255, 255, 255, 0.13);
flex-direction: column;
gap: 7px;
color: rgba(255, 255, 255, 0.6);
background: rgba(255, 255, 255, 0.13);
font-size: 8px;
}
.bq-footer__bottom a {
color: #ffffff;
text-decoration: underline;
text-underline-offset: 3px;
}
.bq-page :focus-visible {
outline: 3px solid rgba(0, 173, 255, 0.38);
outline-offset: 3px;
}
@keyframes bq-enter {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (min-width: 560px) {
.bq-page {
padding: 22px 0 46px;
}
.bq-shell {
width: min(1180px, calc(100% - 40px));
}
.bq-brand small,
.bq-phone small {
display: block;
}
.bq-brand__name {
font-size: 10px;
}
.bq-phone strong {
font-size: 13px;
}
.bq-main {
padding: 34px;
}
.bq-progress {
margin-bottom: 38px;
}
.bq-intro__facts div {
padding: 15px;
}
.bq-intro__facts strong {
font-size: 16px;
}
.bq-intro__facts span {
font-size: 10px;
}
.bq-button--start {
width: auto;
min-width: 0;
}
.bq-options {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 11px;
}
.bq-option__content {
min-height: 60px;
padding: 14px 16px;
}
.bq-option__content i {
font-size: 13px;
}
.bq-range-card {
padding: 38px 34px 25px;
}
.bq-actions {
position: static;
margin: 28px 0 0;
padding: 0;
border: 0;
background: transparent;
backdrop-filter: none;
}
.bq-actions .bq-button {
width: auto;
min-width: 190px;
margin-left: auto;
}
.bq-lead-form {
padding: 24px;
}
.bq-form-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bq-field--wide {
grid-column: 1 / -1;
}
.bq-footer__grid {
grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
padding: 34px 30px 30px;
}
.bq-footer__social {
grid-column: 1 / -1;
}
.bq-footer__social nav {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bq-footer__bottom {
padding: 18px 30px;
align-items: center;
justify-content: space-between;
flex-direction: row;
}
}
@media (min-width: 900px) {
.bq-topbar {
min-height: 62px;
margin-bottom: 18px;
}
.bq-brand__mark {
width: 44px;
height: 44px;
}
.bq-card {
grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.7fr);
border-radius: 30px;
}
.bq-card--result {
grid-template-columns: minmax(0, 1fr);
}
.bq-main {
min-height: 680px;
padding: clamp(42px, 5vw, 68px);
}
.bq-card--result .bq-main {
min-height: 0;
padding: clamp(46px, 5vw, 68px);
}
.bq-card--result .bq-aside {
display: none;
}
.bq-card--result .bq-result [data-result-low]:not([hidden]) {
max-width: none;
margin: 0;
padding: 8px 0 14px;
}
.bq-card--result .bq-result [data-result-high]:not([hidden]) {
display: block;
padding: 8px 0 14px;
}
.bq-card--result .bq-result__bmi-summary {
margin-bottom: 42px;
padding-bottom: 34px;
}
.bq-card--result .bq-result__bmi-summary span {
padding-bottom: 10px;
font-size: 18px;
}
.bq-card--result .bq-result__bmi-summary strong {
font-size: 84px;
}
.bq-card--result .bq-result > div > p {
margin-bottom: 26px;
font-size: 17px;
line-height: 1.75;
}
.bq-card--result [data-result-high] > p:last-of-type {
margin-bottom: 0;
font-weight: 700;
}
.bq-card--result [data-result-high] > .bq-lead-form {
width: 100%;
max-width: 760px;
margin: 38px auto 0;
padding: 32px 0 0;
box-shadow: none;
}
.bq-card--result .bq-form-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bq-card--result .bq-field--wide {
grid-column: 1 / -1;
}
.bq-card--result .bq-lead-submit {
width: auto;
min-width: 340px;
max-width: 100%;
}
.bq-aside {
display: flex;
position: relative;
min-width: 0;
padding: 18px;
flex-direction: column;
color: #ffffff;
background: var(--bq-blue);
}
.bq-aside__image {
position: relative;
min-height: 395px;
border-radius: 19px;
overflow: hidden;
background: var(--bq-sky);
}
.bq-aside__image::after {
position: absolute;
inset: 0;
content: "";
background: linear-gradient(180deg, transparent 52%, rgba(0, 173, 255, 0.93));
}
.bq-aside__image img {
display: block;
width: 100%;
height: 410px;
object-fit: cover;
object-position: center 18%;
}
.bq-aside__image > div {
position: absolute;
z-index: 1;
right: 19px;
bottom: 18px;
left: 19px;
}
.bq-aside__image strong,
.bq-aside__image span {
display: block;
}
.bq-aside__image strong {
color: #ffffff;
font-size: 18px;
}
.bq-aside__image span {
margin-top: 3px;
color: rgba(255, 255, 255, 0.72);
font-size: 10px;
}
.bq-aside__content {
padding: 27px 12px 20px;
}
.bq-aside__content p {
margin: 0 0 20px;
color: #ffffff;
font-size: 11px;
line-height: 1.6;
}
.bq-aside__content ul {
display: grid;
margin: 0;
padding: 0;
list-style: none;
gap: 10px;
}
.bq-aside__content li {
display: flex;
align-items: center;
gap: 9px;
font-size: 10px;
font-weight: 700;
}
.bq-aside__content li span {
display: grid;
width: 20px;
height: 20px;
border-radius: 7px;
flex: none;
place-items: center;
color: var(--bq-ink);
background: var(--bq-yellow);
font-size: 10px;
}
.bq-aside__help {
display: flex;
margin-top: auto;
padding: 16px;
border: 1px solid rgba(255, 255, 255, 0.13);
border-radius: 13px;
flex-direction: column;
background: rgba(255, 255, 255, 0.13);
}
.bq-aside__help span {
color: rgba(255, 255, 255, 0.6);
font-size: 8px;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.bq-aside__help a {
margin-top: 3px;
color: #ffffff;
font-size: 13px;
font-weight: 800;
text-decoration: none;
}
.bq-options--compact {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bq-result > div > p {
font-size: 14px;
}
.bq-lead-form {
max-width: 720px;
}
.bq-footer {
margin-top: 24px;
border-radius: 26px;
}
.bq-footer__grid {
grid-template-columns: minmax(0, 1.15fr) minmax(210px, 0.75fr) minmax(360px, 1.1fr);
padding: 42px;
gap: 48px;
}
.bq-footer__social {
grid-column: auto;
}
.bq-footer__social nav {
display: flex;
flex-wrap: wrap;
}
.bq-footer__social a {
flex: 0 0 auto;
}
.bq-footer__contacts a:hover,
.bq-footer__bottom a:hover {
color: #f5e23a;
}
.bq-footer__social a:hover {
border-color: #f5e23a;
color: #434343;
background: #f5e23a;
}
.bq-footer__social a:hover > span {
background: #ffffff;
}
.bq-footer__bottom {
padding: 19px 42px;
}
}
@media (min-width: 1180px) {
.bq-options:not(.bq-options--compact) {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bq-option__content:hover {
border-color: rgba(0, 173, 255, 0.55);
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(67, 67, 67, 0.08);
}
.bq-button:hover {
transform: translateY(-2px);
box-shadow: 0 18px 34px rgba(67, 67, 67, 0.18);
}
}
@media (max-height: 760px) and (min-width: 900px) {
.bq-card {
min-height: 640px;
}
.bq-main {
min-height: 640px;
padding-top: 38px;
padding-bottom: 38px;
}
.bq-aside__image,
.bq-aside__image img {
min-height: 340px;
height: 340px;
}
}
@media (prefers-reduced-motion: reduce) {
.bq-page *,
.bq-page *::before,
.bq-page *::after {
scroll-behavior: auto !important;
animation: none !important;
transition: none !important;
}
}