body {
  background: url("assets/main-bg.png");
  font-family: "Montserrat", sans-serif;
}

.js_reg_auth {
  display: none !important;
}

.header {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  color: rgb(0, 95, 141);
  font-size: 30px;
  font-weight: 500;
}
.header h1 {
  font-weight: 700;
}
.header .logo {
  width: 20%;
  height: auto;
  margin-bottom: 30px;
}

.error-block {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: rgb(231, 133, 111);
  padding: 20px;
  gap: 10px;
  width: 70%;
  margin-left: auto;
  color: white;
  border-radius: 5px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.4);
}
.error-block button {
  border-radius: 15px;
  background-color: white;
  color: rgb(55, 62, 114);
  cursor: pointer;
  text-decoration: none;
  border: 1px solid rgb(68, 114, 196);
}

.error-block-2 {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: rgb(231, 133, 111);
  padding: 20px;
  gap: 10px;
  color: white;
}
.error-block-2 button {
  border-radius: 15px;
  background-color: white;
  color: rgb(55, 62, 114);
  cursor: pointer;
  text-decoration: none;
  border: 1px solid rgb(68, 114, 196);
}

.error-block-3 {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: rgb(231, 133, 111);
  padding: 20px;
  gap: 10px;
  color: white;
  width: 51.5%;
  margin-left: auto;
}
.error-block-3 button {
  border-radius: 15px;
  background-color: white;
  color: black;
  cursor: pointer;
  text-decoration: none;
  border: none;
}

.pointer {
  width: 53px;
  height: 66px;
}

.quiz {
  margin-top: 40px;
}
.quiz .hidden {
  display: none !important;
}
.quiz__section {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}
.quiz__section:not(.hidden) {
  animation: slideIn 0.5s ease-in-out forwards;
  opacity: 1;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.quiz__content {
  display: flex;
  gap: 30px;
  font-weight: 500;
}
.quiz__content p {
  margin-bottom: 0.5rem;
}
.quiz__content span {
  color: rgb(0, 95, 141);
  font-weight: 600;
}
.quiz__content .img {
  width: 35%;
  height: 100%;
}
.quiz__content .left-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quiz__content .left-content .img-2 {
  width: 100%;
}
.quiz__content .left-content .container-answer-3 {
  display: flex;
  gap: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-direction: column;
}
.quiz__content .left-content .container-answer-3 .wrapper-6 {
  cursor: pointer;
  display: flex;
  background-color: rgb(255, 246, 235);
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.4);
}
.quiz__content .left-content .container-answer-3 .wrapper-7 {
  cursor: pointer;
  display: flex;
  background-color: rgb(255, 246, 235);
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.4);
}
.quiz__content .right-content {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.quiz__content .right-content ul {
  line-height: 1.9;
}
.quiz__content .right-content .wrapper-1 {
  padding: 10px;
  background-color: rgb(242, 242, 255);
  border-radius: 5px;
}
.quiz__content .right-content .wrapper-8 {
  cursor: pointer;
  display: flex;
  background-color: rgb(255, 246, 235);
  justify-content: space-between;
  padding: 10px;
  width: 51.5%;
  margin-left: auto;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.4);
}
.quiz__content .right-content .container-answer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 20px;
}
.quiz__content .right-content .container-answer .wrapper-2 {
  cursor: pointer;
  display: flex;
  background-color: rgb(255, 246, 235);
  justify-content: space-between;
  padding: 10px;
  width: 70%;
  margin-left: auto;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.4);
}
.quiz__content .right-content .container-answer .wrapper-3 {
  cursor: pointer;
  display: flex;
  background-color: rgb(255, 246, 235);
  justify-content: space-between;
  padding: 10px;
  width: 70%;
  margin-left: auto;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.4);
}
.quiz__content .final-btn {
  margin-top: 30px;
  display: flex;
  gap: 60px;
  justify-content: center;
}
.quiz__content .final-btn .btn-end {
  font-weight: 500;
  background-color: #005F8D;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.3s ease;
}
.quiz__content .final-btn .btn-end:hover {
  background-color: #0384c4;
}
.quiz__content .right-content-3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quiz__content .right-content-3 .wrapper-1 {
  padding: 10px;
  background-color: rgb(242, 242, 255);
  border-radius: 5px;
}
.quiz__content .right-content-3 .list {
  font-size: 14px;
}
.quiz__content .right-content-3 .list a {
  color: black;
}
.quiz__content .right-content-3 .list ol {
  padding-left: 1rem;
}
.quiz__content .right-content-3 .list ol li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.quiz__content .right-content-3 .wrapper-8 {
  cursor: pointer;
  display: flex;
  background-color: rgb(255, 246, 235);
  justify-content: space-between;
  padding: 10px;
  width: 51.5%;
  margin-left: auto;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.4);
}
.quiz .container-answer-2 {
  display: flex;
  gap: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}
.quiz .container-answer-2 .wrapper-4 {
  cursor: pointer;
  display: flex;
  background-color: rgb(255, 246, 235);
  justify-content: space-between;
  padding: 10px;
  width: 70%;
  margin-left: auto;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.4);
}
.quiz .container-answer-2 .wrapper-5 {
  cursor: pointer;
  display: flex;
  background-color: rgb(255, 246, 235);
  justify-content: space-between;
  padding: 10px;
  width: 70%;
  margin-left: auto;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 1540px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 992px) {
  .list {
    color: white;
  }
  .list a {
    color: white !important;
  }
  .header {
    font-size: 20px;
  }
  .header h1 {
    font-size: 25px;
  }
  .header .logo {
    width: 40%;
  }
  .quiz .quiz__content {
    flex-direction: column;
    align-items: center;
  }
  .quiz .quiz__content .img {
    width: 100%;
  }
  .quiz .quiz__content .right-content {
    gap: 40px;
  }
  .quiz .quiz__content .right-content .wrapper-2 {
    width: 100%;
  }
  .quiz .quiz__content .right-content .wrapper-3 {
    width: 100%;
  }
  .quiz .quiz__content .right-content-3 {
    margin-bottom: 10px;
  }
  .quiz .quiz__content .right-content-3 .wrapper-8 {
    width: 100%;
  }
  .quiz .quiz__content .right-content-3 .error-block-3 {
    width: 100%;
  }
  .quiz .pointer {
    width: 65px;
    height: 85px;
  }
  .quiz .error-block {
    width: 100%;
  }
  .quiz .container-answer-2 {
    flex-direction: column;
  }
  .quiz .container-answer-2 .wrapper-4 {
    width: 100%;
  }
  .quiz .container-answer-2 .wrapper-5 {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
