body {
  background: url("../assets/img/bg_main.png") top/100% auto repeat;
}

.title {
  filter: drop-shadow(0 4px 6px #662483);
}
.title .h1 {
  position: absolute;
  inset: 0;
  width: 65%;
  font-size: 3rem !important;
}

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

.information__block {
  padding: 1.4rem;
  margin: 0 3px;
  background-color: #F9F9F9;
  box-shadow: inset 0 4px 30px 0 #CB99FF, inset 0 4px 2px 0 #743FA0, 0 4px 6px 0 #662483;
  border-radius: 12px;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.4));
}
.information__block.bg-pd {
  border-radius: 6px 6px 6px 0;
  background-color: #50358C;
}
.information__block.bg-pl {
  border-radius: 6px 6px 6px 0;
  background-color: #743FA0;
}
.information__block.bg-p {
  border-radius: 6px 6px 0 0;
  background-color: #662483;
}
.information img {
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.4));
}
.information__list {
  list-style: disc;
  padding-left: 28px;
}
.information__list li {
  margin-bottom: 0.6rem;
}

.test__block {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.test__question {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 1rem 3rem;
  background-color: #743FA0;
  border-radius: 18px 18px 0 18px;
  box-shadow: inset 0 4px 30px 0 #CB99FF, inset 0 4px 2px 0 #743FA0, 0 4px 6px 0 #662483;
}
.test__question::after {
  content: "";
  position: absolute;
  top: 100%;
  right: -2px;
  background-image: url("assets/arrow-yellow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  filter: drop-shadow(0 2px 4px #743FA0);
  width: 15%;
  height: 40%;
}
.test__answer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.4rem;
  background-color: #F9F9F9;
  border-radius: 18px;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.4));
}
.test__answer img {
  width: 34px;
  height: 30px;
}
.test__answer a {
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
  box-shadow: inset 0 4px 30px 0 #CB99FF, inset 0 2px 2px 0 #743FA0, 0 1px 2px 0 #662483;
}
.test__answer a:hover {
  background-color: rgb(184.8, 117.3, 255);
  color: #F9F9F9;
}
.test__answer a.disabled {
  background-color: #CB99FF;
  color: #F9F9F9;
  cursor: default;
}
.test__answer a.disabled:hover {
  background-color: #CB99FF;
  color: #F9F9F9;
  cursor: default;
}

.footer__bg {
  background-color: #F5EBFF;
}
.footer img {
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.4));
}

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

@media (max-width: 1539px) {
  .test__question .h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 1399px) {
  .title .h1 {
    font-size: 2rem !important;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .title .h1 {
    font-size: 1.6rem !important;
  }
  .test__question {
    padding: 1rem 2rem;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
}

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