body {
  background-color: rgb(236, 236, 236) !important;
}

section .btn-about {
  min-width: 250px;
}

.title {
  background-color: #00264B;
}

.information {
  background: url("assets/bg_information.png") center/100% 100% no-repeat;
}
.information__block {
  padding: 1.4rem;
  background-color: #fff;
  border-radius: 14px;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.5));
}
.information__list {
  list-style: disc;
  padding-top: 0.8rem;
  padding-left: 28px;
}
.information__list li {
  margin-bottom: 0.6rem;
}

.test {
  background: url("assets/bg_test.png") center/100% 100% no-repeat;
}
.test__block {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.test__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  background-color: #00264B;
  border-radius: 14px;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.5));
}
.test__question h3 {
  position: relative;
  padding-left: 10%;
}
.test__question h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translate(-50%, -50%);
  background-image: url("assets/img_q1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 120px;
}
.test #q2-block h3::before {
  background-image: url("assets/img_q2.png");
}
.test #q3-block h3::before {
  left: 5%;
  background-image: url("assets/img_q3.png");
}
.test #q4-block h3::before {
  left: 12%;
  background-image: url("assets/img_q4.png");
}
.test__answer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.4rem;
  background-color: #fff;
  border-radius: 14px;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.5));
}
.test__answer a {
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}
.test__answer a.disabled {
  border: 1px solid #FF7520;
  background-color: #FF7520;
  color: #fff;
  cursor: default;
}
.test__answer a.disabled:hover {
  border: 1px solid #FF7520;
  background-color: #FF7520;
  color: #fff;
  cursor: default;
}

.footer {
  background-color: rgb(236, 236, 236);
}
.footer__block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.4rem;
  background-color: #fff;
  border-radius: 14px;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.5));
}

.show {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.line-blue {
  width: 100%;
  height: 12px;
  background-color: #05B0E7;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.5));
}

.line-dark-blue {
  width: 100%;
  height: 12px;
  background-color: #00264B;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.5));
}

@media (max-width: 1399px) {
  .test__question h3 {
    padding-left: 13%;
  }
}
@media (max-width: 991px) {
  .test__question h3 {
    padding-left: 14%;
  }
  .test__question h3::before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .title h1 {
    font-size: 2.8rem !important;
  }
  .test__question {
    padding-right: 1.5rem;
  }
  .test__question h3 {
    padding-left: 16%;
  }
  .test #q3-block h3::before {
    left: 4%;
  }
  .test #q4-block h3::before {
    left: 8%;
  }
}
@media (max-width: 575px) {
  .title h1 {
    font-size: 2rem !important;
  }
  .test__question {
    padding-inline: 1.5rem;
  }
  .test__question h3 {
    padding-left: 0;
  }
  .test__question h3:before {
    width: 0;
    height: 0;
  }
}

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