body{
    background: #f1f2f4;
    font-family: "Ubuntu", sans-serif;
}
:root{
    --page-scale: 1;
}
html, body{
    height: 100%;
}
body{
    overflow-x: hidden;
}
.wrapper{
    max-width: 1920px;
    padding: 20px;
    margin: 0 auto;
    zoom: var(--page-scale);
}
@supports not (zoom: 1) {
    .wrapper{
        transform: scale(var(--page-scale));
        transform-origin: top center;
        width: calc(100% / var(--page-scale));
    }
}
.header {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoWrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logoWrapper span {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #a5a9b0;
}

.headerContacts {
    display: flex;
    align-items: center;
    gap: 20px;
}

.headerPhoneWrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.headerPhoneWrapper a{
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #000;
}

.headerPhoneWrapper span{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #a5a9b0;
}

.headerBtn {
    border: 1px solid #00b129;
    border-radius: 10px;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    transition: 0.3s;
}

.headerBtn:hover {
    background: #00b129;
    color: #ffffff;
}

.main{
    margin-bottom: 20px;
}

.info {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 160px;
}

.infoText {
    border-radius: 20px;
    padding: 40px;
    box-shadow: 4px 4px 4px 0 rgba(216, 216, 216, 0.25);
    background: #fff;
    grid-column-start: 1;
    grid-column-end: 3;
    min-height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.infoTextTop {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.infoText-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 114%;
    color: #000;
}

.green {
    color: #00b129;
}

.infoText-subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    color: #373b42;
}

.infoTextBot {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.infoTextBot-grey {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #a5a9b0;
}

.infoTextBot-text {
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    color: #373b42;
}

.infoTextBot-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.infoTextBot-btn{
 width: 100%;
}

.btnGreen {
    border-radius: 10px;
    padding: 15px 20px;
    background: #00b129;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    transition: 0.3s;
    border: 1px solid transparent;
}
.btnGreen:hover {
    background: #ffffff;
    color: #00b129;
    border-color: #00b129;
}

.infoPhoto {
    grid-column-start: 3;
    grid-column-end: 5;
    border-radius: 16px;
    background-image: url("../image/infoBlock.png");
    box-shadow: 4px 4px 4px 0 rgba(216, 216, 216, 0.25);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.darkBlock {
    border-radius: 4px;
    padding: 10px;
    background: #373b42;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    max-width: 210px;
    position: absolute;
    top: 200px;
    left: 25%;
}
.darkBlock::after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 10px;
    border: 10px solid transparent;
    border-left: 10px solid #373b42;
}

.infoPhoto-infoBlock {
    border: 1px solid #00b129;
    border-radius: 12px;
    padding: 20px;
    backdrop-filter: blur(60px);
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 610px;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
}

.infoPhotoInfoBlock-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infoPhotoInfoBlock-name {
    font-weight: 700;
    font-size: 28px;
    line-height: 114%;
    text-align: center;
    color: #000;
}

.infoPhotoInfoBlock-logo {
    border-radius: 5px;
    max-width: 105px;
}

.infoPhoto-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #373b42;
}
.infoPhoto-text span {
    font-weight: 700;
    color: #008901;
}

.infoItem {
    box-shadow: 4px 4px 4px 0 rgba(216, 216, 216, 0.25);
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.image-defends{
    background-image: url("../image/defends100.png");
}
.image-shield{
    background-image: url("../image/shield.png");
}
.image-calendar{
    background-image: url("../image/calendar.png");
}

.infoItem-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 114%;
    color: #373b42;
    max-width: 260px;
}

.infoItem-subtitle {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #a5a9b0;
    max-width: 260px;
}

.infoItemReviews {
    box-shadow: 4px 4px 4px 0 rgba(216, 216, 216, 0.25);
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    max-height: 205px;
    background-image: url("../image/reviewsBlock.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}

.footer {
    border-radius: 20px;
    padding: 40px;
    box-shadow: 7px 7px 7px 0 rgba(216, 216, 216, 0.25);
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.footerLinks {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footerLinks-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #373b42;
}

.footerLinks-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #008901;
    cursor: pointer;
}

.footerLogoBlock {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 665px;
    width: 100%;
    align-items: center;
}
.footerLogoBlock img{
    max-width: 665px;
    width: 100%;
}

.footerBtn {
    max-width: 345px;
}

.footerInfo {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: right;
}

.footerInfo-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-align: right;
    color: #373b42;
    max-width: 500px;
}

.footerInfo-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: right;
    color: #008901;
}

.dolgi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    min-height: 670px;
    height: 100%;
}

.dolgiLeft {
    border-radius: 20px;
    padding: 40px;
    box-shadow: 4px 4px 4px 0 rgba(216, 216, 216, 0.25);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dolgiLeftTop {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dolgiLeft-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 114%;
    color: #000;
    max-width: 500px;
}

.dolgiLeft-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    color: #373b42;
}

.dolgiLeftBot {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.dolgiLeftBot img{
    max-width: 600px;
    width: 100%;
}

.dolgiLeftBot-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #373b42;
}

.dolgiRight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 16px;
    box-shadow: 4px 4px 4px 0 rgba(216, 216, 216, 0.25);
    background-image: url("../image/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px;
    gap: 20px;
}

.dolgiRight-item {
    border: 1px solid #b9bdc4;
    border-radius: 16px;
    padding: 20px;
    background-color: #fff;
    max-height: 185px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 170px;
}

.dolgiRightItem-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 114%;
    color: #373b42;
}

.dolgiRightItem-subtitle {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #a5a9b0;
    max-width: 220px;
}
.dolgiRight-item:nth-child(1){
    background-image: url("../image/reviews.png");
}
.dolgiRight-item:nth-child(2){
    background-image: url("../image/rating.png");
}
.dolgiRight-item:nth-child(3){
    background-image: url("../image/phone.png");
}
.dolgiRight-item:nth-child(4){
    background-image: url("../image/deals.png");
}
.dolgiRight-item:nth-child(5){
    grid-column-start: 1;
    grid-column-end: 3;
    background-image: url("../image/like.png");
}
.quizForm{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.quizTitle{
    font-weight: 400;
    font-size: 40px;
    line-height: 160%;
    text-align: center;
    color: #30343d;
    margin-bottom: 40px;
}

.quizWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 100%;
}

.quizLeft {
    border-radius: 20px;
    padding: 40px;
    background: #fff;
}
.quizLeft.last{
    grid-column-start: 1;
    grid-column-end: 4;
}
.quizLeft.last + .quizRight {
    display: none;
}
.quizForm-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 114%;
    color: #000;
    max-width: 635px;
}
.quizTitleWrapper{
    margin-bottom: 20px;
}
.quizList{
    padding-left: 30px;
}
.quizForm-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #b9bdc4;
}

.quizForm-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 26px;
}

.quizForm-chekbox {
    max-width: 195px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #373b42;
}

.quizChekbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}
.quizChekbox-custom{
    display: inline-block;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #d7d7d7;
    transition: all 0.2s;
    position: relative;
}
.quizChekbox:checked + .quizChekbox-custom{
    background: #00b129; /* Фиолетовый цвет */
    border-color: #00b129;
}
.quizChekbox:checked + .quizChekbox-custom::after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 10px;
    top: -1px;
    left: -1px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: 2px 6px;
}
.quizBottom {
    border-top: 1px solid #d7d7d7;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quizBack {
    border: 1px solid #00b129;
    border-radius: 10px;
    padding: 15px 20px;
    background: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    max-width: 200px;
    width: 100%;
    text-align: center;
    transition: 0.3s;
}
.quizBack:hover{
    background: #00b129;
    color: #fff;
}
.quizBack:disabled {
    border: 1px solid #d7d7d7;
    background: #f0f0f0;
    color: #b9bdc4;
}

.quizNext {
    border-radius: 10px;
    padding: 15px 20px;
    background: #00b129;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    max-width: 200px;
    width: 100%;
    transition: 0.3s;
}
.quizNext:hover {
    color: #00b129;
    border: 1px solid #00b129;
    background: #fff;
}

.quizRight {
    border: 1px solid #008901;
    border-radius: 20px;
    padding: 40px;
    background: #fff;
}

.quizRight-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 114%;
    color: #373b42;
    max-width: 670px;
    margin-bottom: 20px;
}

.quizRight-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.quizRight-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    padding: 20px;
}

.quizRight-bot {
    border-top: 1px solid #d7d7d7;
    padding-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.quizRight-botWrapper{
    display: flex;
    align-items: center;
    gap: 20px;
}
.quizRight-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quizRight-textTop {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #000;
}

.quizRight-textBot {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #373b42;
}
.quiz{
    margin-bottom: 140px;
}
.quizForm-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.quizForm-radio {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #373b42;
}

.quizRadio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}
.quizRadio-custom{
    display: inline-block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #d7d7d7;
    transition: all 0.2s;
    position: relative;
}
.quizRadio:checked + .quizRadio-custom{
    background: #00b129; /* Фиолетовый цвет */
    border-color: #00b129;
}
.quizRadio:checked + .quizRadio-custom::after {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}
.step-3 .quizForm-chekbox{
    max-width: none;
}
.inputWrapper{
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #b9bdc4;
}
.quizInput{
    border: 1px solid #b9bdc4;
    border-radius: 8px;
    padding: 16px;
    max-width: 538px;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #373b42;
    outline: none;
    width: 100%;
}
.stepText{
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #000;
}
.stepTextWrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #373b42;
}
.lastTitle {
    font-weight: 700;
    font-size: 28px;
    line-height: 114%;
    color: #000;
    margin-bottom: 20px;
}

.stepTextWrapper {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #000;
}

.lastItems {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 100px;
}

.lastItem {
    max-width: 350px;
    border: 1px solid #52c41a;
    border-radius: 8px;
    padding: 30px 20px;
    width: 100%;
    background-color: #f8ffee;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000;
    position: relative;
    background-position: 220px center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.lastItem:hover {
    color: #52c41a;
}
.lastItem svg{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.lastItem:nth-child(1){
    background-image: url("../image/bankrotologyIcon.png");
}
.lastItem:nth-child(2){
    background-image: url("../image/tgPlane.png");
}
.lastItem:nth-child(3){
    background-position: 250px center;
    background-image: url("../image/world.png");
}

.timerBlock {
    display: flex;
    align-items: center;
    gap: 20px;
}

.timer {
    font-weight: 700;
    font-size: 56px;
    line-height: 114%;
    color: #00b129;
}

.timerText {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #a5a9b0;
    max-width: 590px;
}
.step-5{
    background-image: url("../image/clock.png");
    background-repeat: no-repeat;
    background-position: right center;
}

/* Ошибка/анимация при незаполненных шагах квиза */
.quizStep-error {
    animation: quiz-shake 0.4s ease;
}

.quizStep-error .quizInput,
.quizStep-error .quizForm-chekbox,
.quizStep-error .quizForm-radio {
    border-color: #ff4d4f;
}

@keyframes quiz-shake {
    0% { transform: translateX(0); }
    20% { transform: translateX(-6px); }
    40% { transform: translateX(6px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
    100% { transform: translateX(0); }
}

/* Popup */
.quizModal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.quizModal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.quizModalOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.quizModal.is-open .quizModalOverlay {
    opacity: 1;
}
.quizModalDialog {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 16px 16px 0 0;
    background: #f1f2f4;
    padding: 24px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
    transform: translateY(32px);
    transition: transform 0.3s ease;
    max-height: calc(100dvh - 24px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.quizModal.is-open .quizModalDialog {
    transform: translateY(0);
}
.quizModalClose {
    position: absolute;
    right: 18px;
    top: 12px;
    border: 0;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    color: #373b42;
    cursor: pointer;
}
.quizModalClose:hover {
    color: #000;
}
.quizModalTitle{
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    color: #30343d;
    margin-bottom: 40px;
}
.quiz--modal{
    margin-bottom: 0;
}

/* Progress bar in popup */
.quizProgress {
    display: flex;
    flex-direction: column;
    margin: 0 0 18px 0;
    gap: 8px;
}
.quizProgressLabel {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #373b42;
}
.quizProgressBar {
    height: 4px;
    background: #d7d7d7;
    border-radius: 999px;
    overflow: hidden;
}
.quizProgressFill {
    height: 100%;
    width: 0%;
    background: #00b129;
    border-radius: 999px;
    transition: width 0.25s ease;
}

/* Exit intent quiz popup (full screen styles) */
.exitQuizModal {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.exitQuizModal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.exitQuizModalOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}
.exitQuizModalDialog {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 34px 40px;
    background: #0f1115;
    overflow: auto;
}
.exitQuizModalDialog::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 55%;
    background: radial-gradient(60% 60% at 70% 70%, rgba(0, 177, 41, 0.55) 0%, rgba(0, 177, 41, 0.18) 45%, rgba(0, 0, 0, 0) 75%);
    pointer-events: none;
}
.exitQuizModalClose {
    position: absolute;
    right: 28px;
    top: 18px;
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    z-index: 2;
}
.exitQuizModalClose:hover {
    color: #fff;
}
.exitQuizModalTitle {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
    max-width: 980px;
    margin-bottom: 40px;
}
.exitQuizProgress {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}
.exitQuizProgress .quizProgressLabel {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 14px;
}
.exitQuizProgress .quizProgressBar {
    background: rgba(255, 255, 255, 0.16);
}

.exitQuizMountRoot {
    position: relative;
    z-index: 2;
    margin-top: 26px;
}
.exitQuizMountRoot .quizWrapper {
    margin: 0 auto;
}
.exitQuizMountRoot .quizLeft,
.exitQuizMountRoot .quizRight {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}
.exitQuizMountRoot .quizRight {
    border-color: rgba(0, 177, 41, 0.45);
}
.exitQuizMountRoot .quizForm-title,
.exitQuizMountRoot .quizRight-title,
.exitQuizMountRoot .stepTextWrapper,
.exitQuizMountRoot .lastTitle,
.exitQuizMountRoot .stepText {
    color: #fff;
}
.exitQuizMountRoot .quizForm-subtitle,
.exitQuizMountRoot .quizRight-textBot,
.exitQuizMountRoot .timerText {
    color: rgba(255, 255, 255, 0.65);
}
.exitQuizMountRoot .quizForm-chekbox,
.exitQuizMountRoot .quizForm-radio {
    color: rgba(255, 255, 255, 0.88);
}
.exitQuizMountRoot .quizBottom {
    border-top-color: rgba(255, 255, 255, 0.18);
}
.exitQuizMountRoot .quizBack {
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
}
.exitQuizMountRoot .quizBack:disabled {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.18);
}
.exitQuizMountRoot .quizNext:hover {
    background: transparent;
    color: #00b129;
    border-color: #00b129;
}

@media (max-width: 900px) {
    .exitQuizModalDialog {
        padding: 24px 20px;
    }
    .exitQuizModalTitle {
        font-size: 28px;
    }
    .exitQuizMountRoot .quizWrapper {
        grid-template-columns: 1fr;
    }
}

/* Call popup (header button) */
.callModal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.callModal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.callModalOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.callModal.is-open .callModalOverlay {
    opacity: 1;
}
.callModalDialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 640px;
    border-radius: 16px;
    padding: 40px;
    background: #373b42;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}
.callModalClose {
    position: absolute;
    right: 18px;
    top: 12px;
    border: 0;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
.callModalClose:hover {
    color: #fff;
}
.callModalTitle {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    margin-bottom: 28px;
}
.callModalForm {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.callModalField {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.7);
}
.callModalInput {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    padding: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
    outline: none;
}
.callModalInput::placeholder {
    color: rgba(255, 255, 255, 0.55);
}
.callModalSubmit {
    border-radius: 10px;
    padding: 15px 20px;
    background: #00b129;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    transition: 0.3s;
    border: 1px solid transparent;
    width: 100%;
    cursor: pointer;
    margin-top: 6px;
}
.callModalSubmit:hover {
    background: #ffffff;
    color: #00b129;
    border-color: #00b129;
}
.callModalConsent {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 6px;
}
.callModalConsent a {
    color: #00b129;
    text-decoration: underline;
}
.callModalDialog.is-error {
    animation: quiz-shake 0.4s ease;
}
.callModalDialog.is-error .callModalInput {
    border-color: #ff4d4f;
}
.mobilePhone{
    display: none;
}
.LogoBlockText{
    text-align: center;
    font-size: 12px;
    max-width: 500px;
    color: #d7d7d7;
}
@media (max-width: 560px) {
    .callModalDialog {
        padding: 28px 20px;
    }
    .callModalTitle {
        font-size: 26px;
        margin-bottom: 18px;
    }
    .callModalSubmit {
        font-size: 18px;
    }
}

.exitQuizModal .quizProgressLabel{
    color: #ffffff;
}
.exitQuizModal .quizRight-item{
    background: rgba(255, 255, 255, 0.2);
    color: #f0f0f0;
}
.exitQuizModal .quizRight-textTop{
    color: #ffffff;
}
.exitQuizModal .quizLeft{
    border: 1px solid #d7d7d7;
}

@media (max-width: 1350px) {
    .image-defends{
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .image-shield{
        grid-column-start: 3;
        grid-column-end: 5;
    }
    .image-calendar{
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .infoItemReviews{
        grid-column-start: 3;
        grid-column-end: 5;
        background-position: 25px bottom;
    }
    .darkBlock{
        left: 15%;
    }
    .dolgi{
        grid-template-columns: 1fr;
    }
    .footer{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .footerLogoBlock{
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
    }
    .step-5{
        background-size: 250px;
        background-position: right bottom;
    }
    .lastItems{
        flex-wrap: wrap;
    }
}
@media (max-width: 1024px) {
    .lastItems{
        margin-bottom: 20px;
    }
    .timerText{
        font-size: 16px;
    }
    .timerBlock{
        flex-wrap: wrap;
    }
    .info{
        grid-template-columns: 1fr 1fr;
    }
    .infoText{
        grid-column-start: 1;
        grid-column-end: 3;
        min-height: unset;
    }
    .darkBlock{
        left: 25%;
        top: 40%;
    }

    .infoPhoto{
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        height: 350px;
        background-position: center -100px;
    }
    .infoPhotoInfoBlock-name{
        font-size: 20px;
    }
    .infoPhoto-infoBlock{
        gap: 10px;
        padding: 10px;
        bottom: 20px;
    }
    .image-defends{
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .image-shield{
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .image-calendar{
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .infoItemReviews{
        grid-column-start: 2;
        grid-column-end: 3;
        background-size: 80%;
        background-position: 20px 50px;
    }
    .quizWrapper{
        grid-template-columns: 1fr;
    }
    .quizLeft{
        padding: 20px;
    }
    .quizBottom{
        padding-top: 20px;
        margin-top: 20px;
    }
    .mobilePhone{
        display: block;
    }
    .headerBtn{
        display: none;
    }
    .headerPhoneWrapper{
        display: none;
    }
    .logoWrapper{
        flex-direction: column;
        align-items: start;
    }
    .logoWrapper span{
        font-size: 10px;
    }

}
@media (max-width: 768px) {
    .infoText-title{
        font-size: 24px;
    }
    .infoText-subtitle{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .infoTextBot-grey{
        font-size: 16px;
    }
    .infoTextBot-text{
        font-size: 16px;
    }
    .infoPhoto{
        min-height: 550px;
    }
    .image-defends{
        background-image: url("../image/blurDefends.png");
    }
    .image-shield{
        background-image: url("../image/blurShield.png");
    }
    .image-calendar{
        background-image: url("../image/blurCalendar.png");
    }
    .infoItem-title{
        font-size: 20px;
    }
    .infoItem-subtitle{
        font-size: 16px;
    }
    .infoItem{
        min-height: 150px;
        height: 100%;
    }
    .infoItemReviews {
        background-position: 20px 25px;
    }
    .info{
        margin-bottom: 40px;
    }
    .quizTitle{
        font-size: 20px;
    }
    .quizForm-title{
        font-size: 20px;
    }
    .quizForm-subtitle{
        font-size: 16px;
    }
    .quizRight{
        padding: 20px;
    }
    .quizRight-title{
        font-size: 20px;
    }
    .quizRight-item img{
        max-width: 40px;
    }
    .quizRight-item{
        gap: 10px;
    }
    .quiz{
        margin-bottom: 20px;
    }
    .dolgiLeft{
        padding: 20px;
    }
    .dolgiLeft-title{
        font-size: 24px;
    }
    .dolgiLeft-text{
        font-size: 16px;
    }
    .dolgiRight{
        padding: 20px;
    }
    .dolgiLeftTop{
        margin-bottom: 40px;
    }
    .dolgiLeftBot-text{
        font-size: 20px;
    }
    .dolgiLeftBot{
        gap: 20px;
    }
    .header{
        padding: 20px;
    }
    .infoText{
        padding: 20px;
    }
    .quizRight-items{
        margin-bottom: 20px;
    }
    .quizRight-bot{
        padding-top: 20px;
    }
    .dolgiRightItem-title{
        font-size: 32px;
    }
    .dolgiRightItem-subtitle{
        max-width: none;
        font-size: 16px;
    }
    .dolgiRight-item{
        gap: 20px;
        background-size: 80px;
        background-position: right top;
    }
    .footer{
        padding: 20px;
    }
    .infoPhotoInfoBlock-name{
        text-align: left;
    }
    .lastTitle{
        font-size: 20px;
    }
    .timer{
        font-size: 50px;
    }
    .quizModalTitle{
        font-size: 20px;
    }
}
@media (max-width: 600px) {
    .header{
        flex-direction: column;
        gap: 20px;
        justify-content: center;
    }
    .logoWrapper{
        align-items: center;
    }
    .infoPhoto-infoBlock{
        max-width: 90%;
    }
    .infoPhotoInfoBlock-top{
        flex-direction: column-reverse;
        align-items: start;
        gap: 8px;
    }
    .info{
        grid-template-columns: 1fr;
    }
    .infoText {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .infoPhoto {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .infoItem, .infoItemReviews{
        grid-column-start: 1;
        grid-column-end: 3;
        min-height: 150px;
    }
    .quizForm-items{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .quizRight-items{
        grid-template-columns: 1fr;
    }
    .quizRight-bot{
        flex-direction: column;
        align-items: start;
    }
    .dolgiRight{
        grid-template-columns: 1fr;
    }
    .dolgiRight-item{
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .quizBottom{
        flex-direction: column-reverse;
        gap: 20px;
    }
    .quizNext, .quizBack{
        max-width: none;
    }
    .quizNext, .quizBack{
        font-size: 16px;
    }
    .btnGreen{
        font-size: 16px;
    }
    .footer{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .footerLinks, .footerInfo{
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .footerInfo{
        grid-row-start: 3;
        grid-row-end: 4;
    }
    .footerInfo-item, .footerInfo-link{
        text-align: left;
    }
    .darkBlock{
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        width: 100%;
    }
    .darkBlock::after{
        display: none;
    }
    .infoPhoto{
        background-position: 60% 80%;
    }
    .quizModalDialog{
        padding: 20px;
    }
    .stepTextWrapper{
        font-size: 16px;
    }
    .stepTextWrapper svg{
        flex-shrink: 0;
    }
    .step-5{
        background-image: none;
    }
}