.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;
  border: 2px solid var(--secondary-bgr, #353954);
  gap: 30px;
  /*  background-color: #1e1d2b; */
  padding: 60px 12px 60px 12px;
}

.quiz-content-h1 {
  color: #699bf7;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

.quiz-content-section {
  height: fit-content;
  gap: 30px;
  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 {
  height: 100%;
  width: 100%;
  align-self: stretch;
}
.quiz-content-imgchart > img {
  width: 466px;
  height: 466px;
  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;
  justify-content: center;
  align-items: 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%;
}
.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: 18px;
}
.legend > p {
  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 8em 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;
  grid-template-columns: 3fr 6fr;
  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;
  }
}
