:root {
  --color: #2250fc;
  --color-lighten: #86a0fd;
  --color-lighten10: #5479fc;
  --color-lighten2: #d2dbfe;
  --color-darken: #0329b5;
  --color-darken10: #0435e7;
  --color-alpha: rgba(34, 80, 252, 0.5);
  --color-alpha2: rgba(34, 80, 252, 0.2);
  --color-alpha3: rgba(34, 80, 252, 0.05);
  --color-alpha7: rgba(34, 80, 252, 0.7);
  --color-alpha8: rgba(34, 80, 252, 0.8);
  --color-text: #ffffff;
  --color-bg-text: #000000;
  --color-bg-title: #000000;
  --color-bg-alpha05: rgba(0, 0, 0, 0.05);
  --color-bg-alpha07: rgba(0, 0, 0, 0.07);
  --color-bg-alpha10: rgba(0, 0, 0, 0.1);
  --color-bg-alpha2: rgba(0, 0, 0, 0.2);
  --color-bg-alpha3: rgba(0, 0, 0, 0.3);
  --color-bg-alpha5: rgba(0, 0, 0, 0.5);
  --color-text2: #2250fc;
  --gradient-main: 331deg, rgb(3, 41, 181), rgb(134, 160, 253);
  --color-primary-text-button: #ffffff;
  --color-bg-footer: #fafafa;
  --color-bg-sidebar: #f7f7f7;
  --color-bg-sidebar-alpha55: rgba(247, 247, 247, 0.55);
  --color-bg-sidebar-alpha0: rgba(247, 247, 247, 0);
  --color-bg-1: #ededed;
  --color-bg-2: #e6e6e6;
  --color-bg-3: #cccccc;
  --color-bg-4: #b3b3b3;
  --color-bg-5: #999999;
  --color-bg-6: rgba(0, 0, 0, 0.7);
  --color-bg-7: #ededed;
  --color-bg-8: #d9d9d9;
  --color-bg-9: #363636;
  --color-bg-quiz: #ffffff;
  --color-bg-quiz-alpha55: rgba(255, 255, 255, 0.55);
  --color-bg-quiz-alpha8: rgba(255, 255, 255, 0.8);
  --color-bg-alpha0: rgba(255, 255, 255, 0);
  --color-bg-alpha7: rgba(0, 0, 0, 0.7);
  --color-white-label: #ffffff;
  --color-exactly-white: #ffffff;
  --color-bg-sub-text: #a6a6a6;
  --font: 'Roboto';

  --swiper-theme-color: #007aff;
}
.quiz-container {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;

  font-family: var(--font);
  color: #494949;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
.quiz-container > dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, pre, textarea, ul {
margin: 0;
padding: 0;
}
.quiz-container > img {
overflow-clip-margin: content-box;
overflow: clip;
}
.question {
  width: 100%;
  height: 100%;
}
.question-title {
  width: 100%;
  max-width: 93%;
  height: 100%;
  margin: .625rem auto 1rem 0 !important;

}
.question-title span {
  text-align: left;
  font-size: 1.75rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  color: var(--color-bg-title);
  word-break: break-word;  
  text-size-adjust: 100%; 
}
.question-answers {
  width: 100%;
  /* max-width: 100%; */
  margin-left: auto;
  margin-right: 0;

  display: flex;
  justify-content: space-between;
  flex-direction: row;
  
  gap: 2rem;
}
.answer-variants {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: 1rem;
  padding-bottom: .375rem;
  max-height: 100%;
  
  grid-template-columns: 1fr;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 47%;
  flex: 2 1 47%;
}
.answer-variant {
  border-radius: .3125rem;
  
  /* border: solid .0625rem var(--color-bg-2, rgba(217, 216, 230, .55)); */
  
}

/* .b-radio.radio {
  width: 100%;
  padding: .8rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  
}
.b-radio.radio:hover {
  box-shadow: 0px 2px 1px  rgba(217, 216, 230, .55);
}
.b-radio.radio:after {
  -webkit-box-shadow: 0 2px 6px 0 var(--color-alpha)!important;
  box-shadow: 0 2px 6px 0 var(--color-alpha)!important
}
.b-radio.radio input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
}
.b-radio.radio input[type=radio]+.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 1.25em;
  height: 1.25em;
  -webkit-transition: background .15s ease-out;
  transition: background .15s ease-out;
  border-radius: 50%;
  border: 2px solid #7a7a7a;
}
.b-radio.radio input[type=radio]+.check {
  border: none;
  background-color: var(--color-bg-2, #e8e8e8);
} */


 .b-radio.radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: .8rem 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}


.b-radio.radio:hover {
  box-shadow: 0 2px 1px rgba(217, 216, 230, 0.55);
}


.b-radio.radio input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
}
.b-radio.radio input[type=radio] + .check {
  position: relative;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e8e8e8;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.b-radio.radio input[type=radio]:checked + .check {
  /* При выборе меняем только цвет границы, сохраняя её толщину */
  border-color: #007bff; 
  background-color: #fff;
}

/* Белая точка внутри */
.b-radio.radio input[type=radio]:checked + .check::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  background: #007bff;
}



.b-radio.radio:has(input[type=radio]:checked) {
  border-color: #007bff; /* такая же синяя рамка, как и у кружка */
}

.answer-title {
  padding-left: 1rem !important;
}

.question-img {
  width: calc(50% - 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 47%;
}
.question-img img {
  height: auto;
  max-width: 80%;

  border-radius: .25rem;
}
.quiz-navbar {
  width: 840px;
  max-width: 93%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.625rem 0 1.875rem 0;
  margin: 0 auto;
  background-color: var(--color-bg-quiz, #fff);
  z-index: 20;
  display: flex;
  -webkit-box-align: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  background-color: var(--color-bg-quiz, #fff);
}

/* === КНОПКА ОТКРЫТИЯ МОДАЛКИ === */
.open-modal-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  color: #fff;
  background-color: #007bff; /* Синий цвет */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.open-modal-button:hover {
  background-color: #0056cc; /* Потемнение при наведении */
}


#quiz-modal {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  display: flex;
  align-items: center;
  justify-content: center;
  
  /* Полупрозрачная подложка */
  background-color: rgba(0, 0, 0, 0.8);

  /* По умолчанию — «невидим» и не кликабелен */
  opacity: 0;
  pointer-events: none;
  

  transition: opacity 0.3s ease;

  z-index: 9999; 
}
#quiz-modal.show {
  opacity: 1;
  pointer-events: auto;
}
#quiz-modal .quiz-container {
  width: 60vw;              
  max-width: 100%;            
  max-height: 60vh;          
  overflow-y: auto;          
  display: block;
  background-color: #fff;    
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  position: relative;        
  padding: 1.5625vw;             
}
#quiz-modal .modal-close-button {
  position: absolute;
  top: 15.7777vh;
  right: 17.6667vw;
  background: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  color: #999;
  transition: color 0.2s ease;
}
#quiz-modal .modal-close-button:hover {
  color: #ffffff;
}
.quiz-navbar-progress-steps {
  position: absolute;
  bottom: 2.5vh;
 
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide {
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.slide.fade-out {
  animation-name: slideOut;
}


.slide.fade-in {
  animation-name: slideIn;
}

/* Финальный слайд */
.final-slide {
display: none; /* по умолчанию скрыт, как и остальные слайды */
}

/* Центрированный блок для ввода с тенями */
.final-slide-container {
max-width: 400px;
margin: 0 auto;
background: #fff;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
text-align: center;
}

/* Заголовок финального слайда */
.final-slide-title span {
display: block;
font-size: 1.75rem;
font-weight: 600;
margin-bottom: 0.5rem;
}

.final-slide-title p {
font-size: 1rem;
color: #666;
margin-bottom: 1rem;
}

/* Блок с инпутами */
.final-slide-inputs {
display: flex;
flex-direction: column;
gap: 1rem;
}

/* Группа инпутов */
.input-group {
display: flex;
flex-direction: column;
text-align: left;
}

.input-group label {
margin-bottom: 0.3rem;
font-weight: 500;
}

.input-group input {
padding: 0.75rem;
border: 1px solid #ccc;
border-radius: 4px;
outline: none;
font-size: 1rem;
transition: border-color 0.2s ease;
}

.input-group input:focus {
border-color: #2250fc;
}

/* Кнопка отправки */
.final-slide-button {
padding: 1.1rem 1.5rem;
background: #2250fc; /* Цвет активной кнопки */
color: #fff; /* Белый текст */
border: none;
border-radius: 4px;
font-size: 1rem;
cursor: pointer; /* Указатель мыши */
opacity: 1; /* Полная непрозрачность */
transition: background 0.3s, opacity 0.3s, color 0.3s;
}

.final-slide-button:hover {
background: #1a3ec7; /* Потемнение при наведении */
}
/* ---------- СТИЛИ ФИНАЛЬНОГО СЛАЙДА ---------- */

/* Скрыт по умолчанию, как и остальные слайды */
.final-slide {
  display: none;
}

/* Обёртка финального слайда: белый блок по центру с тенью */
.final-slide-container {
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px 4px rgba(0,0,0,0.1);
  border-radius: 8px;
  text-align: center;
}

/* Заголовок и подзаголовок */
.final-slide-title span {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: center;
}

.final-slide-title p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
  text-align: center;
}

/* Блок с инпутами */
.final-slide-inputs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Группа (лейбл + инпут) */
.input-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.input-group label {
  margin-bottom: 0.3rem;
  font-weight: 500;
}

.input-group input {
  padding: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

.input-group input:focus {
  border-color: #2250fc;
}

/* Обёртка для выбора страны + поле номера */
.phone-input-wrapper {
  display: flex;
  gap: 0.5rem;
}

.country-select {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23999' height='16' viewBox='0 0 20 20' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,0 20,0 10,10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.65rem;
}

/* Чекбокс согласия */
.consent-group {
  /* Можно оставить пустым или добавить отступ сверху */
  margin-top: 1rem;
}

/* Вся строка — один label, в котором checkbox и текст */
.consent-label {
  /* inline-block позволяет тексту переноситься при нехватке ширины,
     но при этом сохраняет всё в одном элементе */
  display: inline-block; 
  font-size: 0.875rem;
  color: #333;
  line-height: 1.4;
}

/* Выравниваем чекбокс по вертикали со строкой текста */
.consent-label input[type="checkbox"] {
  margin-right: 0.4rem;
  vertical-align: middle;
  cursor: pointer;
}


.consent-label a {
  color: #2250fc;
  text-decoration: none;
}



.final-slide-button {
  position: relative;
  overflow: hidden;
  padding: 1.1rem 1.5rem;
  background: #2250fc;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}


.final-slide-button:hover {
  background: #1a3ec7;
}


.final-slide-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-25deg);
  
  /* Каждые 2 секунды пробегает слева направо */
  animation: shine 2s infinite;
}

/* Ключевые кадры: быстрый проход блика (0–10%), затем пауза (остальное) */
@keyframes shine {
  0% {
    left: -100%;
  }
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
#userPhone {
  width: 100%;
}
/* Красная рамка для пустых полей */
.error {
  border-color: red !important;
}

/* ... остальные стили финального слайда (пример из предыдущего ответа) ... */

/* Пример, чтобы чекбокс и текст были на одной строке */
.consent-group {
  /* Можно оставить пустым или добавить отступ сверху */
  margin-top: 1rem;
}

/* Вся строка — один label, в котором checkbox и текст */
.consent-label {
  /* inline-block позволяет тексту переноситься при нехватке ширины,
     но при этом сохраняет всё в одном элементе */
  display: inline-block; 
  font-size: 0.875rem;
  color: #333;
  line-height: 1.4;
}

/* Выравниваем чекбокс по вертикали со строкой текста */
.consent-label input[type="checkbox"] {
  margin-right: 0.4rem;
  vertical-align: middle;
  cursor: pointer;
}


.consent-label a {
  color: #2250fc;
  text-decoration: underline;
}

.progress-wrapper {
  max-width: 30vw;
  margin: 0 auto 1rem; 
}
.progress-text {
  text-align: center;
}


.progress-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.progress-percentage {
  position: absolute;
  right: 16vw;
}

/* Сама полоска прогресса */
.progress-bar {
  width: 100%;
  height: 8px;               
  background-color: #ddd;    
  border-radius: 4px;
  overflow: hidden;          
  position: relative;
}

/* Заполненная часть полоски */
.progress-bar-fill {
  height: 100%;
  background: linear-gradient(to right, #2250fc 0%, #5479fc 100%);
  border-radius: 4px;
  transition: width 0.4s ease; 
}



 @media (max-width: 768px) {
  /* Уменьшаем размер модального окна */
  #quiz-modal .quiz-container {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 1rem;
  }

  /* Перестраиваем блок с вопросом и изображением */
  .question-answers {
    flex-direction:column-reverse;
    align-items: center;
    gap: 2rem;
  }

  .question-img {
    width: 100% !important;  /* Чтобы картинка занимала всю ширину */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .question-img img {
    max-width: 100% !important;
  }

  /* Ответы на мобильных идут одной колонкой */
  .answer-variants {
    grid-template-columns: 1fr;
    width: 100%;
  }

  /* Прогресс-бар на последнем слайде (если есть) */
  .progress-wrapper {
    max-width: 100%;
    margin: 5rem auto 1rem;
    
  }
  .progress-percentage {
      position: absolute;
      right: 3vw;
    }

  /* Блок финального слайда становится на всю ширину */
  .final-slide-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }
  #quiz-modal .modal-close-button {
      position: absolute;
      top: 1vh;
      right: 2vw;
      background: transparent;
      border: none;
      font-size: 2.5rem;
      cursor: pointer;
      color: #999;
      transition: color 0.2s ease;
      z-index: 999999999;
    }
    .question-title {
      width: 85%;
  }
}
@media (max-width: 480px) {
  #quiz-modal .quiz-container {
    width: 100%;
    padding: 0.75rem;
  }

  .question-title span {
    font-size: 1.5rem;; 
    font-weight: 600;
  }

  .final-slide-title span {
    font-size: 1.5rem;
  }

  /* Уменьшаем отступы внутри финального слайда */
  .final-slide-container {
    padding: 1rem;
  }
}
/* Контейнер, в котором и видео, и крестик */
.video-box {
  position: absolute; /* в правом верхнем углу слайда */
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem; 
  z-index: 5; /* чтобы быть над вопросами */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* "Круглая" обёртка для видео */
.video-container {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0; /* чтобы не сжималось при узком месте */
}

/* Само видео */
.circle-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

/* Кнопка закрытия видео */
.video-close-button {
  background: #fff;
  border: 1px solid #cccccc00;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.5rem;
  line-height: 1.2;
  cursor: pointer;
  color: #535353;
  display: flex;
  align-items: center;
  
  transition: background-color 0.2s ease, color 0.2s ease;
  position: relative;
  top: -3vh;
}

.video-close-button:hover {
  
  color: #000;
}

/* Анимация "закрытия" (уменьшается и исчезает) */
.video-box.closing {
  animation: shrinkOut 0.4s ease forwards;
}

@keyframes shrinkOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}


@media (max-width: 768px) {
  .video-box {
    position: static;
    transform: none;
  }
  .video-container {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .circle-video {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
}
.answers-four-options .answer-variants {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .answers-four-options .answer-variants {
      grid-template-columns: repeat(1, 1fr); 
    }
}
@media (max-width: 768px) {
  .answers-four-options .answer-variants {
      grid-template-columns: repeat(1, 1fr); 
    }
}
/* Контейнер, в котором и видео, и крестик */
.video-box {
  position: absolute; /* в правом верхнем углу слайда */
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem; 
  z-index: 5; /* чтобы быть над вопросами */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Новый класс: уменьшение размера до 50% */
.video-box.shrunk {
  transform: scale(0.5);
}

/* "Круглая" обёртка для видео */
.video-container {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

/* Само видео */
.circle-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

/* Кнопка закрытия видео */
.video-close-button {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.5rem;
  line-height: 1.2;
  cursor: pointer;
  color: #535353;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: relative;
  top: -3vh;
}

.video-close-button:hover {
  color: #000;
}

/* Адаптив: на мобильных экранных размерах видео выводим во весь блок без эффекта уменьшения */
@media (max-width: 768px) {
  .video-box {
    position: static;
    margin: 0 auto 1rem auto;
    transform: none !important;
  }
  .video-container {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .circle-video {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
}

/* ==== МОДАЛЬНОЕ ОКНО С ПРЕДУПРЕЖДЕНИЕМ ==== */
.warning-modal {
  display: none;           /* Скрыто по умолчанию */
  position: fixed;         /* Чтобы перекрывать весь экран */
  z-index: 9999;           /* Поверх всех слоёв */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;          /* Если окно слишком большое */
  background-color: rgba(0,0,0,0.5); /* Тёмная полупрозрачная подложка */
}

.warning-modal-content {
  position: relative;
  background-color: #fff;
  margin: 10% auto;        /* Примерное позиционирование по центру экрана */
  padding: 20px;
  width: 80%;
  max-width: 400px;        /* Ширина самой «коробки» */
  border-radius: 6px;
  text-align: center;      /* Текст по центру */
}

/* Кнопка закрытия модального окна (крестик) */
.warning-close {
  position: absolute;
  top: -6px;
  right: 5px;
  color: #999;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.warning-close:hover {
  color: #333;
}

/* ==== ЦВЕТНЫЕ ОБВОДКИ ДЛЯ ИНПУТОВ ==== */
input.error {
  border: 2px solid red !important;    /* красная рамка */
}
input.success {
  border: 2px solid green !important;  /* зелёная рамка */
}

.final-slide-button {
  padding: 1.1rem 1.5rem;
  background: #2250fc;   
  color: #fff;           
  border: none;
  border-radius: 4px;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 1;
  transition: background 0.3s, opacity 0.3s, color 0.3s;
}

.slide {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.slide.fade-out {
  opacity: 0;
}
.quiz-navbar-progress-steps {
  display: flex;
  width: 95%;
  justify-content: space-between;
}

.quiz-navbar-progress-steps {
  display: flex;
  width: 95%;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.quiz-navbar-progress-steps > div:first-child {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
}

/* Стили для контейнера кнопок */
.nextprew {
  display: flex;
  gap: 10px;
}

/* Стили для кнопок навигации */
.nextprew button {
  padding: 8px 16px;
  background-color: #2250fc;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.nextprew button:hover {
  background-color: #1a3ec7;
}

/* Можно добавить стиль для неактивных (disabled) кнопок, если нужно */
.nextprew button:disabled {
  background-color: #6484FD; /* Ваш желаемый цвет, но делаем бледнее через opacity */
  opacity: 0.5;
  cursor: not-allowed;
}
#prev {
  padding: 0;
width: 2.688rem;
height: 2.688rem;
color: rgba(0,0,0,.4)!important;
border: .0625rem solid rgba(0,0,0,.1)!important;
background-color: transparent!important;
-webkit-transition: .2s ease-out;
transition: .2s ease-out
}
.loader {
  position: fixed;
  top: 75%;              
  left: 50%;             
  transform: translate(-50%, -50%); 
  
  color: #2250fc;
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translate(-50%, -50%) translateZ(0); 
}
@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0, -2em -2em 0 0.2em;
  }
}

/* Стили для всплывающих окон */
.tooltip {
position: absolute;
background: #f44336; /* Красный фон */
color: #fff; /* Белый текст */
padding: 0.5rem;
border-radius: 4px;
font-size: 0.875rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
z-index: 1000;
white-space: nowrap;
transform: translateY(-100%);
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease, visibility 0.2s ease;
}

.tooltip.show {
opacity: 1;
visibility: visible;
}

.answer-variant .answer-title p {
	font-size: 1.1rem;
  }