.margin-left-10 {
  margin-left: 10px;
}
.spins-quiz-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  height: fit-content;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 16px;
  gap: 30px;
  /*  background-color: #1e1d2b; */
  padding: 60px 0;
}

.quiz-content-h1 {
  color: #699bf7;
  text-align: center;
  font-family: Inter;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

.quiz-content-section {
  height: fit-content;
  gap: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1045px;
}

.quiz-content-section2 {
  width: 1045px;
  height: auto;
  position: relative;
  width: 100%;
  max-width: 1045px;
  margin-bottom: 0px;
}

.quiz-content-section > ul > li > p {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
}

.quiz-content-img-txt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.quiz-content-txt {
  display: flex;
  height: 100%;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
}

.content-list-ul {
  padding-left: 20px;
  color: var(--dcdce-4, #dcdce4);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.content-list-ul-img {
  padding-left: 20px;
  color: var(--dcdce-4, #dcdce4);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 0 0 0;
}
.content-list-ul > li {
  list-style-type: disc;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 20px;
  padding-bottom: 20px;
}
.content-list-ul-img > li {
  list-style-type: disc;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 20px;
  padding-bottom: 0px;
}

.content-list-ol {
  padding-left: 40px;
  color: var(--dcdce-4, #dcdce4);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.content-list-ol > li {
  list-style-type: decimal;
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
  padding: 0 0 20px 10px;
}
.content-list-ol > li > p {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
}

.quiz-content-ul > li {
  list-style-type: disc;
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
  padding: 0 0 20px 0;
  margin-left: 20px;
}

.quiz-content-ul {
  list-style-type: disc;
}

.quiz-content-ul > p {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
  padding: 0 0 20px 0;
}

.quiz-content-ol > li {
  list-style-type: disc;
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
}

.quiz-content-txt > p {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
}
.quiz-content-strong-txt {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
}

.quiz-content-h2 {
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  position: relative;
  color: var(--light-blue, #699bf7);
  text-align: center;
  font: 600 32px "Inter", sans-serif;
  text-transform: uppercase;
}

.quiz-content-paragrafs {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.quiz-content-paragrafs-cerntered {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  margin-top: 50px;
}

.quiz-content-paragrafs > p {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  overflow: hidden;
}
.quiz-content-paragrafs > li {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
}

.quiz-content-paragrafs > p > strong {
  font-family: "Montserrat";
  font-size: 18px;
  color: #dcdce4;
  font-weight: bold;
}
.bluespan > p {
  font-family: "Montserrat";
  font-size: 18px;
  color: #6e84d0;
  font-weight: bold;
}

.quiz-content-section2-ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 60px;
  margin-top: 30px;
}
.quiz-content-img {
  height: 100%;
  width: 100%;
  align-self: stretch;
}
.quiz-content-img > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  opacity: 0.6;
}

.quiz-content-imgchart > img {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  align-items: top;
}

.quiz-content-imgclear {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: stretch;
}
.container-quote {
  border-radius: 16px;
  background: #353954;
}
.quote-text {
  display: flex;
  padding: 20px 70px 0px 70px;
  justify-content: center;
  gap: 20px;
  align-self: stretch;
}
.quote-text > p {
  color: var(--light-blue, #699bf7);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* padding: 0; */
  margin: 0;
}
@media (max-width: 768px) {
  .quote-text {
    padding: 16px 20px 0; /* Сверху 16px, по бокам 20px, снизу 0 */
    gap: 12px; /* Уменьшаем промежуток между элементами */
  }
}
.quiz-content-imglong > img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.7;
}

.number-bullet > p {
  color: rgba(105, 155, 247, 0.5);
  font-family: Arial;
  font-size: 120px;
  font-style: normal;
  font-weight: 200;
  line-height: 110px;
  margin-top: 5px;
}
.number-bullet-txt {
  display: flex;
  height: 100%;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
}
.number-bullet-txt > p {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
}
.quiz-content-number-bullet-txt {
  display: grid;
  grid-template-columns: 1fr 7fr;
  gap: 40px;
}
.quiz-content-txt-number-bullet {
  display: grid;
  grid-template-columns: 7fr 1fr;
  gap: 40px;
  align-items: flex-start;
  margin-top: 30px;
}
.number-txt-bullet {
  display: flex;
  height: 100%;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
}
.number-txt-bullet > p {
  font: 24px "Montserrat", sans-serif;
  color: #699bf7;
  line-height: 150%;
  font-style: normal;
  font-weight: 800;
  text-align: start;
}
.quiz-content-chart-text {
  display: flex;
  padding: 30px 0px;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
  flex-direction: column;
  padding: 0 12px 0px 12px;
}
.chart-text > img {
  width: 210px;
  height: 210px;
}

.chart-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex: 1 0 0;
}
.chart-text > p {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
  text-align: left;
}
.quiz-content-imgchart-vertical > p {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
  text-align: left;
  margin-bottom: 20px;
}

.quiz-content-imgchart-vertical {
  height: 100%;
  display: flex;
  width: 100%;

  align-self: center;
  justify-content: center;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-bottom: 40px;
}
.quiz-content-imgchart-horizontal {
  height: 100%;
  display: flex;
  width: 100%;
  align-self: center;
  justify-content: center;
  padding-bottom: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-bottom: 40px;
}
.quiz-content-txt-centered {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.quiz-content-section-legend {
  display: flex;
  flex-direction: row;
  box-sizing: content-box;
  padding: 20px 0px 20px 20px;
}
.legend {
  display: flex;
  align-items: center;
  gap: 8px;
}
.legend > p {
  margin: 0;
  color: #dcdce4;
  text-align: center;
  font-family: Jost;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16.5px */
  margin-right: 40px;
}
.legend-item-1 {
  background-color: #6e84d0;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}
.legend-item-2 {
  background-color: #34406f;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}

.legend-item-3 {
  background-color: #33353b;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}

.legend-item-4 {
  background-color: #5d61ff;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}

.legend-item-5 {
  background-color: #6e84d0;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}
.legend-item-6 {
  background-color: #34406f;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}
.legend-item-7 {
  background-color: #6a47a5;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}

.legend-item-8 {
  background-color: #34406f;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}
.legend-item-9 {
  background-color: #5d61ff;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}
.legend-item-10 {
  background-color: #6e84d0;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}
.legend-item-11 {
  background-color: #bf5c00;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}
.legend-item-12 {
  background-color: #0f6d29;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}

/* Table */
.h1table {
  font-size: 3em;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  color: #699bf7;
}

.container-mtt th h1 {
  font-weight: 400;
  font-size: 1.5em;
  text-align: left;
  color: #699bf7;
  min-width: 150px;
}

.container-mtt td {
  font-weight: normal;
  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0e1119;
  -moz-box-shadow: 0 2px 2px -2px #0e1119;
  box-shadow: 0 2px 2px -2px #0e1119;
}

.container-mtt {
  text-align: left;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0 0 0 0;
  border-radius: 10px;
}

.container-mtt td,
th {
  font: 15px "Montserrat", sans-serif;
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

/* Background-color of the odd rows */
.container-mtt tr:nth-child(odd) {
  background-color: #323c50;
}

/* Background-color of the even rows */
.container-mtt tr:nth-child(even) {
  background-color: #2c3446;
}

.container-mtt th {
  background-color: #2c3446;
}

.container-mtt td:first-child {
  color: #ffffff;
  padding-right: 20px;
}

.container-mtt tr:hover {
  background-color: #475674;
  -webkit-box-shadow: 0 6px 6px -6px #0e1119;
  -moz-box-shadow: 0 6px 6px -6px #0e1119;
  box-shadow: 0 6px 6px -6px #0e1119;
}
/* Table2 */
.container2 th h1 {
  font-weight: 400;
  font-size: 1em;
  text-align: left;
  color: #699bf7;
}

.container2 td {
  font-weight: normal;
  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0e1119;
  -moz-box-shadow: 0 2px 2px -2px #0e1119;
  box-shadow: 0 2px 2px -2px #0e1119;
}

.container2 {
  text-align: left;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
  border-radius: 10px;
}

.container2 td,
th {
  font: 15px "Montserrat", sans-serif;
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

/* Background-color of the odd rows */
.container2 tr:nth-child(odd) {
  background-color: #323c50;
}

/* Background-color of the even rows */
.container2 tr:nth-child(even) {
  background-color: #2c3446;
}

.container2 th {
  background-color: #2c3446;
}

.container2 td:first-child {
  color: #dcdce4;
}

.container2 tr:hover {
  background-color: #475674;
  -webkit-box-shadow: 0 6px 6px -6px #0e1119;
  -moz-box-shadow: 0 6px 6px -6px #0e1119;
  box-shadow: 0 6px 6px -6px #0e1119;
}

/* Table */
.prac-content-section {
  width: 100%;
  height: fit-content;
  gap: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btntolesson {
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #699bf7;
  padding: 10px 24px;
  border: 1px solid #699bf7;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #1e1d2b;
}
.btntolesson:hover {
  background: #699bf7;
  color: #dcdce4;
}
.imageinfoleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.imageinforight {
  float: right;
  margin: 10px 10px 10px 0;
}
.infografics {
  display: grid;

  gap: 40px;
}
.infografics > p {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
  text-align: left;
}
.bolded {
  font: 18px "Montserrat", sans-serif;
  color: #699bf7;
  line-height: 150%;
  font-style: normal;
  text-align: left;
  font-weight: bold;
}
.spoiler {
  font: 18px "Montserrat", sans-serif;
  color: #699bf7;
}

.tablemtt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0px;
  margin-bottom: 20px;
  background-clip: border-box;
}

.btntolessonmtt {
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #699bf7;
  padding: 10px 40px;
  border: 1px solid #699bf7;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #1e1d2b;
}
.btntolessonmtt:hover {
  background: #699bf7;
  color: #dcdce4;
}

.prac-content-section-mtt {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-content-txt-centered-mtt {
  font: 18px "Montserrat", sans-serif;
  color: #dcdce4;
  line-height: 150%;
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  margin-top: 30px;
}

.container3 {
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
  border-radius: 10px;
}

.container3 th h1 {
  font: 15px "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-align: left;
  color: #699bf7;
}

.container3 td {
  font-weight: normal;
  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0e1119;
  -moz-box-shadow: 0 2px 2px -2px #0e1119;
  box-shadow: 0 2px 2px -2px #0e1119;
}

.container3 td,
th {
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

/* Background-color of the odd rows */
.container3 tr:nth-child(odd) {
  background-color: #323c50;
}

/* Background-color of the even rows */
.container3 tr:nth-child(even) {
  background-color: #2c3446;
}

.container3 th {
  background-color: #2c3446;
}

.container3 td:first-child {
  color: #dcdce4;
}

.container3 tr:hover {
  background-color: #475674;
  -webkit-box-shadow: 0 6px 6px -6px #0e1119;
  -moz-box-shadow: 0 6px 6px -6px #0e1119;
  box-shadow: 0 6px 6px -6px #0e1119;
}

.btntolessonmtt2 {
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #699bf7;
  padding: 10px 40px;
  border: 1px solid #699bf7;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #1e1d2b;
  margin: 30px 0px 0px 0px;
}
.btntolessonmtt2:hover {
  background: #699bf7;
  color: #dcdce4;
}
.summary {
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #699bf7;
  padding: 9px 27px;
  border: 1px solid #699bf7;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #1e1d2b;
  margin: 30px 0px 0px 0px;
}

.prac-content-section-mtt-stretch {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.twotablecontent {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  justify-content: space-around;
}
.container12 {
  display: flex; /* Используем Flexbox для выравнивания */
  flex-wrap: wrap; /* Позволяет оборачивать строки */
  justify-content: space-between; /* Отступы между таблицами */
  margin: 0 auto;
}

.table12 {
  flex: 1 1 calc(33.33% - 20px); /* 3 колонки на больших экранах */
  padding: 10px;
}

.table12 table {
  width: 100%; /* Столбцы заполняют всю ширину */
  border-collapse: collapse; /* Убираем отступы между ячейками */
  border-radius: 8px;
  overflow: hidden;
}

.table12 th,
td {
  padding: 8px;
  text-align: left;
}

.table12 th {
  font: 15px "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #2c3446; /* Цвет заголовков */
  color: #ffffff;
}

.table12 td {
  font: 15px "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #323c50; /* Цвет ячеек */
  color: #ffffff;
}
.table12 > thead {
  text-align: center;
}

/* Background-color of the odd rows */
.table12 tr:nth-child(odd) {
  background-color: #323c50;
}

/* Background-color of the even rows */
.table12 tr:nth-child(even) {
  background-color: #2b354a;
}
/* Эффект при наведении на строку */
.table12 tr:hover {
  background-color: #475674;
  -webkit-box-shadow: 0 6px 6px -6px #0e1119;
  -moz-box-shadow: 0 6px 6px -6px #0e1119;
  box-shadow: 0 6px 6px -6px #0e1119;
}
/* Адаптивность для экрана меньше 768px */
@media (max-width: 768px) {
  .table12 {
    flex: 1 1 100%; /* Одна колонка на маленьких экранах */
  }
}

.container6 {
  display: flex; /* Используем Flexbox для выравнивания */
  flex-wrap: wrap; /* Позволяет оборачивать строки */
  justify-content: space-between; /* Отступы между таблицами */
}

.table6 {
  flex: 1 1 calc(50% - 20px); /* 3 колонки на больших экранах */
  padding: 10px;
}

.table6 table {
  width: 100%; /* Столбцы заполняют всю ширину */
  border-collapse: collapse; /* Убираем отступы между ячейками */
  border-radius: 8px;
  overflow: hidden;
}

.table6 th,
td {
  padding: 8px;
  text-align: left;
}

.table6 th {
  font: 15px "Montserrat", sans-serif;
  font-weight: 600;
  background-color: #2c3446; /* Цвет заголовков */
  color: #ffffff;
}

.table6 td {
  font: 15px "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #323c50; /* Цвет ячеек */
  color: #ffffff;
  text-align: center;
}
.table6 > thead {
  text-align: center;
}

/* Background-color of the odd rows */
.table6 tr:nth-child(odd) {
  background-color: #323c50;
}

/* Background-color of the even rows */
.table6 tr:nth-child(even) {
  background-color: #2b354a;
}
/* Эффект при наведении на строку */
.table6 tr:hover {
  background-color: #475674;
  -webkit-box-shadow: 0 6px 6px -6px #0e1119;
  -moz-box-shadow: 0 6px 6px -6px #0e1119;
  box-shadow: 0 6px 6px -6px #0e1119;
}
/* Адаптивность для экрана меньше 768px */
@media (max-width: 768px) {
  .table6 {
    flex: 1 1 100%; /* Одна колонка на маленьких экранах */
  }
}

.container-xr {
  border-radius: 10px;
  overflow: hidden;
}

.container-xr td,
th {
  font: 15px "Montserrat", sans-serif;
  text-align: center;
}
.container-xr tr:nth-child(odd) {
  background-color: #323c50;
}
.container-xr tr:nth-child(even) {
  background-color: #2c3446;
}
.container-xr tr:hover {
  background-color: #475674;
  -webkit-box-shadow: 0 6px 6px -6px #0e1119;
  -moz-box-shadow: 0 6px 6px -6px #0e1119;
  box-shadow: 0 6px 6px -6px #0e1119;
}
.container-xr2 {
  border-radius: 10px;
  overflow: hidden;
}

.container-xr2 td,
th {
  font: 11px "Montserrat", sans-serif;
  text-align: center;
}
.container-xr2 tr:nth-child(odd) {
  background-color: #323c50;
}
.container-xr2 tr:nth-child(even) {
  background-color: #2c3446;
}
.container-xr2 tr:hover {
  background-color: #475674;
  -webkit-box-shadow: 0 6px 6px -6px #0e1119;
  -moz-box-shadow: 0 6px 6px -6px #0e1119;
  box-shadow: 0 6px 6px -6px #0e1119;
}

.article-separator {
  height: 24px;
  margin: 20px 0 25px;
  background-image: url(/img/article-separator.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (min-width: 64em) {
  .article-separator {
    margin: 30px 0 35px;
  }
}

/* Мобильная адаптация для страницы */
@media (max-width: 768px) {
  /* Общие стили для всех блоков картинка+текст */
  .quiz-content-img-txt {
    display: flex;
    flex-direction: column;
    gap: 20px !important;
  }

  /* Картинка */
  .quiz-content-img {
    width: 100% !important;
    margin: 0 auto !important;
    order: -1; /* Перемещаем картинку вверх */
    border-radius: 12px;
  }

  .quiz-content-img img {
    width: 100% !important;
    max-height: 320px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }

  /* Текст */
  .quiz-content-txt {
    width: 100% !important;
    padding: 0 5px !important;
  }

  .quiz-content-txt p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
  }

  /* Специфичные правки для разных блоков */
  /* Первый блок (Casino) */
  li.quiz-content-img-txt:first-child .quiz-content-img img {
    max-height: 300px !important;
    /* --bs-border-radius: 16px; */
  }

  /* Второй блок (Luckyman) */
  li.quiz-content-img-txt:nth-child(2) .quiz-content-img {
    margin-top: 10px !important;
  }

  /* Третий блок (Poker) */
  li.quiz-content-img-txt:nth-child(3) .quiz-content-txt {
    padding-top: 10px !important;
  }

  /* Четвертый блок (MTT) */
  li.quiz-content-img-txt:nth-child(4) .quiz-content-img img {
    max-height: 160px !important;
  }
}

/* Планшетная версия */
@media (min-width: 769px) and (max-width: 1024px) {
  .quiz-content-img-txt {
    gap: 30px !important;
  }

  .quiz-content-img img {
    max-height: 240px !important;
  }
}
/* Мобильная адаптация для нумерованных блоков */
@media (max-width: 768px) {
  .quiz-content-number-bullet-txt {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin-bottom: 20px !important;
    position: relative;
    padding-top: 40px; /* Добавляем место для номера */
  }

  .number-bullet {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 40px !important;
    line-height: 1 !important;
    z-index: 1;
  }

  .number-bullet p {
    font-size: 40px !important; /* Уменьшенный размер */
    line-height: 0.5 !important;
    color: (#699bf7 / 50%) !important;
    margin: 0 !important;
    padding-bottom: 10px;
  }

  .number-bullet-txt {
    padding-left: 0 !important;
    position: relative;
    z-index: 2;
    margin-top: -15px; /* Поднимаем текст ближе к номеру */
  }

  .number-bullet-txt p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }

  /* Заголовки внутри нумерованных блоков */
  .quiz-content-number-bullet-txt .quiz-content-h2 {
    font-size: 22px !important;
    margin: 5px 0 10px 0 !important;
    text-align: left !important;
    padding-left: 0 !important;
  }
}

/* Планшетная версия */
@media (min-width: 769px) and (max-width: 1024px) {
  .number-bullet p {
    font-size: 80px !important;
    line-height: 0.9 !important;
  }

  .quiz-content-number-bullet-txt {
    gap: 20px !important;
  }

  .number-bullet-txt {
    padding-top: 10px !important;
  }
}

@media (max-width: 768px) {
  .quiz-content-chart-text {
    padding: 15px 0 !important;
  }

  .chart-text {
    flex-direction: column !important;
    gap: 20px !important;
    align-items: center !important;
  }

  .chart-text img {
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .chart-text p {
    padding: 0 10px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
}

/* Планшетная версия */
@media (min-width: 769px) and (max-width: 1024px) {
  .chart-text {
    gap: 30px !important;
  }

  .chart-text img {
    max-width: 240px !important;
  }
}

@media (max-width: 768px) {
  .quiz-content-h1 {
    font-size: 28px !important; /* Уменьшаем размер */
    font-weight: 600 !important; /* Жирность (можно 500 для мобильных) */
    margin: 0 0 !important; /* Уменьшаем отступы сверху/снизу */
    padding: 0 16px !important; /* Добавляем боковые отступы */
    line-height: 1.3 !important; /* Улучшаем межстрочный интервал */
    text-transform: uppercase; /* Сохраняем капс (можно убрать) */
    text-align: center !important; /* Центрируем */
    word-break: break-word; /* Перенос длинных слов */
  }
}
@media (max-width: 768px) {
  .quiz-content-h2 {
    font-size: 22px !important; /* Уменьшаем размер */
    font-weight: 600 !important; /* Жирность (можно 500) */
    margin: 0 0 !important; /* Уменьшаем отступы */
    padding: 0 16px !important; /* Боковые отступы */
    line-height: 1.3 !important; /* Оптимальный межстрочный интервал */
    text-transform: uppercase; /* Сохраняем капс */
    text-align: center !important; /* Центрируем */
    word-break: break-word; /* Перенос слов */
  }
}

@media (max-width: 768px) {
  .quiz-content-section {
    gap: 20px !important; /* Уменьшенный gap для мобильных */
  }
}
@media (max-width: 768px) {
  /* Основной текст в параграфах */
  .quiz-content-paragrafs > p,
  .quiz-content-txt > p,
  .quiz-content-strong-txt {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  /* Нумерованные списки */
  .content-list-ol,
  .content-list-ol > li,
  .content-list-ol > li > p {
    font-size: 16px !important;
    /* padding-left: 30px !important; */
  }

  /* Маркированные списки */
  .quiz-content-ul,
  .quiz-content-ul > li,
  .quiz-content-ul > p,
  .quiz-content-ol > li {
    font-size: 16px !important;
    margin-left: 15px !important;
    padding-bottom: 15px !important;
  }

  /* Общие настройки для всех текстовых элементов */
  .quiz-content-paragrafs > p,
  .content-list-ol > li,
  .quiz-content-ul > li,
  .quiz-content-txt > p,
  .quiz-content-strong-txt {
    line-height: 1.5 !important;
  }
}

@media (max-width: 768px) {
  .quiz-content-imgclear {
    padding: 0; /* Убираем боковые отступы */
  }
  .quiz-content-imgclear img {
    width: 100%; /* Альтернатива -webkit-fill-available */
    border-radius: 0; /* Убираем скругления если были */
  }
}
.quiz-content-imgclear img {
  cursor: pointer;

  width: -webkit-fill-available;
}

@media (max-width: 768px) {
  .quiz-content-paragrafs,
  .quiz-content-paragrafs ul,
  .quiz-content-paragrafs ol,
  .quiz-content-paragrafs li,
  .quiz-content-paragrafs p .quiz-content-imgchart-vertical p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  /* Специфичные стили для списков */
  .content-list-ul,
  .content-list-ul > li,
  .content-list-ol,
  .content-list-ol > li,
  .content-list-ol > li > p {
    font-size: 16px !important;
    padding-bottom: 12px !important;
  }

  /* Изображения внутри текста */
  .quiz-content-imgclear img {
    width: -webkit-fill-available;
    max-width: 100%;
    height: auto;
    margin: 10px 0 !important;
  }
}
@media (max-width: 768px) {
  .infografics {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden; /* На случай, если изображение выходит за границы */
  }

  .infografics img {
    width: -webkit-fill-available; /* Заполняет доступную ширину */
    max-width: 100%; /* Не превышает ширину контейнера */
    height: auto; /* Сохраняет пропорции */
    object-fit: contain; /* Гарантирует полное отображение */
    border-radius: 8px; /* Опционально: скругленные углы */
  }
}
@media (max-width: 768px) {
  .quiz-content-imgchart-vertical {
    padding: 0 10px !important; /* Боковые отступы */
    margin: 10px auto !important; /* Центрирование */
    max-height: unset !important;
  }
  .quiz-content-imgchart-vertical img {
    width: 100% !important; /* Занимает всю доступную ширину */
    max-width: 100% !important; /* Не превышает ширину контейнера */
    height: auto !important; /* Сохраняет пропорции */
    object-fit: contain !important; /* Гарантирует полное отображение */
  }
}
/* Исходные стили для десктопа (рядом) */

@media (min-width: 769px) {
  .quiz-content-img-txt {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .quiz-content-imgchart {
    width: 100% !important;
    /* max-width: 600px !important; */
    margin: 0 auto !important;
    align-self: center;
  }

  .quiz-content-imgchart img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .quiz-content-txt {
    width: 100% !important;
    max-width: 800px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }
}

.quiz-content-imgchart-centered {
  display: flex;
  justify-content: center;
  width: 100%;
}

.quiz-content-imgchart-centered img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Для мобильных устройств */
@media (max-width: 768px) {
  .quiz-content-imgchart-centered img {
    max-width: 95%;
  }
}

.pyramid {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  gap: 8px;
  /* padding: 40px; */
  width: 100%;
}

.pyramid .level {
  position: relative;
  background: #252327;
  color: #699bf7;
  padding: 18px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.pyramid .level::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(135deg, #699bf7, #3b82f6);
  border-radius: 3px;
}

.pyramid .level:hover {
  background: #4a4a4a;
  transform: translateX(10px);
  box-shadow: 0 8px 25px rgb(0 125 255 / 28%);
}

.pyramid .level:hover::before {
  background: linear-gradient(135deg, #699bf7, #3b82f6);
  width: 8px;
  left: -22px;
}

.pyramid .level:nth-child(1) {
  width: 160px;
  margin-left: 0;
}

.pyramid .level:nth-child(2) {
  width: 200px;
  margin-left: 20px;
}

.pyramid .level:nth-child(3) {
  width: 270px;
  margin-left: 40px;
}

.pyramid .level:nth-child(4) {
  width: 280px;
  margin-left: 60px;
}

.pyramid .level:nth-child(5) {
  width: 320px;
  margin-left: 80px;
}

.pyramid .level:nth-child(6) {
  width: 360px;
  margin-left: 100px;
}

/* Анимация появления */
.pyramid .level {
  opacity: 0;
  animation: pyramidFadeInUp 0.6s ease forwards;
}

.pyramid .level:nth-child(1) {
  animation-delay: 0.1s;
}
.pyramid .level:nth-child(2) {
  animation-delay: 0.2s;
}
.pyramid .level:nth-child(3) {
  animation-delay: 0.3s;
}
.pyramid .level:nth-child(4) {
  animation-delay: 0.4s;
}
.pyramid .level:nth-child(5) {
  animation-delay: 0.5s;
}
.pyramid .level:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes pyramidFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Адаптивность для планшетов */
@media (max-width: 768px) {
  .pyramid-container {
    padding: 15px;
  }

  .pyramid {
    padding: 20px;
  }

  .pyramid .level {
    font-size: 16px;
    padding: 15px 25px;
  }

  .pyramid .level:nth-child(1) {
    width: 140px;
    margin-left: 0;
  }
  .pyramid .level:nth-child(2) {
    width: 170px;
    margin-left: 15px;
  }
  .pyramid .level:nth-child(3) {
    width: 200px;
    margin-left: 30px;
  }
  .pyramid .level:nth-child(4) {
    width: 230px;
    margin-left: 45px;
  }
  .pyramid .level:nth-child(5) {
    width: 260px;
    margin-left: 60px;
  }
  .pyramid .level:nth-child(6) {
    width: 290px;
    margin-left: 75px;
  }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 480px) {
  .pyramid-container {
    padding: 10px;
  }

  .pyramid {
    padding: 15px;
    align-items: center;
  }

  .pyramid .level {
    font-size: 14px;
    padding: 12px 16px;
    text-align: center;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 280px;
  }

  .pyramid .level::before {
    display: none;
  }

  .pyramid .level:hover {
    transform: scale(1.02);
  }
}

/* Для очень маленьких экранов */
@media (max-width: 320px) {
  .pyramid .level {
    font-size: 13px;
    padding: 10px 14px;
    max-width: 250px;
  }

  .pyramid {
    padding: 10px;
  }
}
