* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  line-height: 140%;
  font-family: "Golos Text", sans-serif;
}

body {
  min-height: 100vh;
  background-image: url(./img/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.logo {
  width: 100%;
 
  display: flex;
  max-width: 434px;
  margin: 0 auto;
gap: 52px;
  padding: 14px 0 13px 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;

  border-radius: 20px;
background: #FFF;

box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.10);
}

.wrapper {
  width: 100%;
  max-width: 434px;
  margin: 0 auto;
  min-height: 90vh;
  margin-top: 20px;
}

.yellow-box_container {
  border-radius: 18px;
border: 2px solid #A57C3F;
display: flex;
flex-direction: column;
align-items: center;
padding: 10px;
margin: 10px 0;
}

.yellow-box_first {
  display: flex;
  align-items: center;
  gap: 12px;
  /* padding: 15px 20px; */
  color: #A57C3F;
}

.yellow-box_first p{
  font-size: 40px;
}

.start {
  color: #000;
  display: flex;

  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.22);
background: #FFF;
padding: 32px 16px;
margin-top: 90px;

/* 1222 */
box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
}

.start h1 span {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1px;
}
.start h1 {
  font-size: 21px;
  font-weight: 500;
  
}

p {
  font-size: 21px;
}

.btn {
  display: flex;
  padding: 24px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
width: 100%;

  color: #fff;
  cursor: pointer;
  font-size: 24px;
  border: none;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -1px;
  margin-top: 20px;

border: 2px solid rgba(255, 157, 28, 0.25);

border-radius: 18px;
background: #1C397F;
}

/* .start-btn img {
  background: #253b70;
  border-radius: 50%;
  padding: 3px;
} */

.nanchat {
  font-size: 14px;
  color: #B3B3B3;
  margin-top: 10px;
}

.wrapper.feat-quiz {
  /* background: #fff; */
  transition: all 0.5s;
  padding: 0;
  border-radius: 0 0 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.question {
  color: #000;
  text-align: center;
font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.42px;
  padding-bottom: 20px;
}
.answer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #111;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 12px;
}

.answer::before {
  content: attr(data-letter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  background: #1C397F;
  color: #fff;
  font-weight: 800;
  box-shadow: none;
}

.answer.active,
.answer:hover {
  border-color: #f5a043;
  box-shadow: 0 4px 10px rgba(245,160,67,0.12);
}

.quiz-wrap {
  max-width: 500px;
  width: 100%;
  border-radius: 20px;
/* border: 1px solid rgba(255, 255, 255, 0.22); */
background: #FFF;
padding: 32px 24px;

/* 1222 */
box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
}

.quiz,
.quiz-footer, .quiz-wrap {
  display: none;
}

h3 {
  color: #1C397F;
  text-align: center;

  font-size: 32px;
  padding-bottom: 15px;
  font-weight: 600;
}

label {
  display: block;
  margin-bottom: 7px;
  color: #7c7c7c;
  font-size: 12px;
  letter-spacing: -0.12px;
}

.form input {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #bebebe;
  background: #fff;
  padding: 16px;
  color: #253b70;
  font-size: 18px;
  margin-bottom: 10px;
}

.form input::placeholder {
  color: #a7a7a7;
}

.form-btn {
  display: block;
  width: 100%;
  border: none;

  cursor: pointer;
  padding: 15px 32px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  border-radius: 12px;
border: 3px solid rgba(255, 157, 28, 0.32);
background: #1C397F;
}

.progress {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  display: flex;

  justify-content: space-between;
  align-items: center;
}

.progress-bar {
  display: flex;
  align-items: center;
  gap: 7px;
}

.stepper {
  border: 1px solid #253b70;
  display: flex;
  min-width: 12px;
  min-height: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.stepper.active::before {
  transition: all 0.2s;
  content: "";
  min-width: 6px;
  min-height: 6px;
  background: #253b70;
  border-radius: 50%;
  display: block;
}
.stepper.done {
  background: #253b70;
}

.current {
  color: #cfcfcf;
  font-size: 13px;
}


@media(max-width: 768px) {
  .start  {
    text-align: center;
    align-items: center;
    padding: 30px 15px;
  }
  .start h1 {
    font-size: 18px;
  }

  .yellow-number {
    font-size: 52px !important;
  }
  .start h1 span {
    font-size: 24px;
  }
  /* .progress, .quiz-wrap {
    padding: 0 15px;
  } */

  .answer {
    padding: 10px 12px;
  }

  .wrapper {
    padding: 15px !important;
  }
}

/*banks*/
.bank-ticker {
  background: transparent;

  padding: 15px 0 30px;
}

.ticker-viewport {
  --item-width: 115px; /* logo-card width */
  --gap: 12px;
  --row-height: 40px; /*  img max-height) */
  --item-count: 18;

  overflow: hidden;
  width: 100%;
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: var(--gap);

  width: max-content;

  animation: scroll var(--duration, 18s) linear infinite;
}

.ticker-item {
  flex: 0 0 var(--item-width);
  width: var(--item-width);
  height: var(--row-height);
  display: grid;
  place-items: center;
  background: transparent;

  border-radius: 5px;
  padding: 5px 10px;
  border-radius: 14.306px;
  border: 0.447px solid #dbdbdb;
  background: #fff;
}

.ticker-item img {
  max-height: calc(var(--row-height) - 8px);
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: grayscale(0);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--shift)));
  }
}
