body {
  background-color: #F0F5F8 !important;
}

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

.title {
  background: url("assets/bg_title.png") center/100% 100% no-repeat;
}
.title h1 {
  background-color: #15499B;
}
.title img {
  position: relative;
  left: -16%;
}

.information__block {
  padding: 1.4rem;
  background-color: #F9F9F9;
  border-radius: 18px;
  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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  background-color: #15499B;
  border-radius: 18px;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.4));
}
.test__question h3 {
  position: relative;
  padding-left: 10%;
}
.test__question h3::before {
  content: "";
  position: absolute;
  top: -12%;
  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 .questBlock__2 h3 {
  padding-left: 11%;
}
.test .questBlock__2 h3::before {
  background-image: url("assets/img_q2.png");
}
.test .questBlock__3 h3 {
  padding-left: 13%;
}
.test .questBlock__3 h3::before {
  background-image: url("assets/img_q3.png");
}
.test .questBlock__4 h3 {
  padding-left: 12%;
}
.test .questBlock__4 h3::before {
  top: 10%;
  background-image: url("assets/img_q4.png");
}
.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 a {
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}
.test__answer a.disabled {
  border: 1px solid #ED4700;
  background-color: #ED4700;
  color: #F9F9F9;
  cursor: default;
}
.test__answer a.disabled:hover {
  border: 1px solid #ED4700;
  background-color: #ED4700;
  color: #F9F9F9;
  cursor: default;
}

.footer__block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.4rem;
  background-color: #F9F9F9;
  border-radius: 18px;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.4));
}
.footer__block-2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.4rem;
}

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

@media (max-width: 1539px) {
  .test__question .h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 1399px) {
  .test__question h3 {
    padding-left: 13%;
  }
  .test .questBlock__2 h3 {
    padding-left: 13%;
  }
  .test .questBlock__2 h3::before {
    top: 20%;
  }
  .test .questBlock__3 h3 {
    padding-left: 15%;
  }
  .test .questBlock__3 h3::before {
    top: 28%;
  }
  .test .questBlock__4 h3 {
    padding-left: 14%;
  }
  .test .questBlock__4 h3::before {
    top: 40%;
  }
}
@media (max-width: 1199px) {
  .test .questBlock__2 h3, .test .questBlock__3 h3, .test .questBlock__4 h3 {
    padding-left: 16%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
  .title .h1 {
    font-size: 2.2rem !important;
  }
  .test__question h3 {
    padding-left: 16%;
  }
  .test__question h3::before {
    top: 36%;
    width: 100px;
    height: 100px;
  }
  .test .questBlock__2 h3::before {
    top: 28%;
  }
  .test .questBlock__3 h3::before {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .title .h1 {
    font-size: 1.6rem !important;
  }
  .test__question {
    padding: 1rem 1.5rem 1rem 2rem;
  }
  .test__question h3 {
    padding-left: 17%;
  }
  .test__question h3::before {
    top: 52%;
    width: 60px;
    height: 60px;
  }
  .test .questBlock__2 h3 {
    padding-left: 18%;
  }
  .test .questBlock__2 h3::before {
    top: 50%;
  }
  .test .questBlock__3 h3 {
    padding-left: 16%;
  }
  .test .questBlock__3 h3::before {
    top: 48%;
  }
  .test .questBlock__4 h3 {
    padding-left: 15%;
  }
  .test .questBlock__4 h3::before {
    top: 50%;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
  .title .h1 {
    font-size: 1.4rem !important;
  }
  .test__question {
    padding-inline: 1.5rem;
  }
  .test__question h3 {
    padding-left: 0;
  }
  .test__question h3:before {
    width: 0;
    height: 0;
  }
  .test .questBlock__2 h3, .test .questBlock__3 h3, .test .questBlock__4 h3 {
    padding-left: 0;
  }
}

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