* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #f0f0f0;
  min-height: 100vh;
}
p {
  font-family: "Golos Text";
}
.header {
  padding: 15px;
  max-width: 665px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 74px;
  align-items: center;
}
.header img {
  max-width: 150px;
}

.header p {
  font-family: "Manrope", sans-serif;
}

.vertical_line {
  width: 1px;
  border: 1px solid #d9d9d9;
  height: 100%;
}

.screen {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  max-width: 665px;
  margin: 0 auto;
  width: 100%;
  gap: 24px;
  padding: 15px;
}
.title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-left: 3px solid rgb(21, 88, 171);
  padding: 0px 20px;
  font-family: "Manrope", sans-serif;
}

.warning {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--222, rgb(21, 88, 171));
}
.warning p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.warning span {
  color: rgb(21, 88, 171);
  font-family: "Golos Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.time {
  display: flex;
  align-items: center;
  gap: 12px;
}
button {
  width: 100%;
  display: flex;
  border: none;
  border-radius: 16px;
  background: var(--54, linear-gradient(0deg, rgb(21, 88, 171) 0%, rgb(21, 88, 171) 100%));
  padding: 24px 40px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
button div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 10px 14px;
  background: #fff;
  border-radius: 999px;
}

.screen_2 {
  align-items: center !important;
  justify-content: center !important;
  max-width: 600px;
}
.quiz-block {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.quiz-block h2 {
  font-size: 24px;
  padding: 0px 30px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  font-family: "Golos Text", sans-serif;
}
.quiz-progress {
    margin-top: 200px;
  width: 100%;
}

.check_result {
    border-radius: 16px;
    padding: 16px;
border: 1px solid rgba(255, 255, 255, 0.44);
background: rgba(255, 255, 255, 0.88);
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
width: 100%;
/* 12 */
box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.08);
}
.check_result img {
    width: 42px;
    height: 42px;
}
.screen_3 {
    text-align: center;
    align-items: center;
    justify-content: flex-start !important;
}

.quiz-answer-btn {
    font-family: "Golos Text" !important;
font-size: 17px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 140% !important;
}