.s1-wrapper {
  padding: 150px 0 0;
}
.s1-wrapper .s1 {
  background-color: #236CB5;
  padding: 45px 0;
}
.s1-wrapper .s1 .w1 .p1 {
  text-align: center;
  font-size: 42px;
  line-height: 48px;
  margin: 0;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 1399px) {
  .s1-wrapper .s1 {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .s1-wrapper {
    padding: 82px 0 0;
  }
  .s1-wrapper .s1 {
    padding: 30px 0;
  }
  .s1-wrapper .s1 .w1 .p1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .s1-wrapper {
    padding: 70px 0 0;
  }
  .s1-wrapper .s1 {
    padding: 20px 0;
  }
  .s1-wrapper .s1 .w1 .p1 {
    font-size: 28px;
    line-height: 32px;
  }
}

.quiz {
  max-width: 768px;
  margin: 0 auto 100px;
}
.quiz .quiz-title {
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .quiz {
    margin: 0 auto 60px;
  }
  .quiz .checks .custom-control-label {
    font-size: 14px;
    line-height: 18px;
  }
}

.s2 {
  margin: 80px 0;
  color: #001A6F;
}
.s2 .w1 {
  max-width: 768px;
  margin: 0 auto;
}
.s2 .w1 .p1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.s2 .w1 .p2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
}
.s2 .w1 .p2 b {
  font-weight: 700;
}
.s2 .w1 .questions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 60px;
}
.s2 .w1 .questions .question {
  padding-top: 30px;
}
.s2 .w1 .questions .question .q {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
.s2 .w1 .questions .question .q:before {
  content: "";
  display: block;
  width: 320px;
  max-width: 100%;
  height: 2px;
  background-color: #E6470F;
  position: absolute;
  top: -30px;
  left: 0;
}
.s2 .w1 .questions .question .answers {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 20px;
}
.s2 .w1 .questions .question .answers .custom-control .custom-control-label {
  font-size: 20px;
  line-height: 26px;
}
.s2 .w1 .questions .question .answers .custom-control .custom-control-label:before {
  top: 0;
  border-radius: 30%;
}
.s2 .w1 .questions .question .answers .custom-control.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.s2 .w1 .questions .question .answers .custom-control.custom-checkbox .custom-control-label:before {
  border-radius: 30%;
}
.s2 .w1 .questions .question .q10-wrapper {
  margin-bottom: 60px;
}
.s2 .w1 .questions .question .q10-wrapper .form-group {
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .s2 {
    margin: 40px 0;
  }
  .s2 .w1 .p1 {
    font-size: 20px;
    line-height: 30px;
  }
  .s2 .w1 .p2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .s2 .w1 .questions {
    row-gap: 30px;
  }
  .s2 .w1 .questions .question {
    padding-top: 15px;
  }
  .s2 .w1 .questions .question .q {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .s2 .w1 .questions .question .q:before {
    max-width: 50%;
    top: -15px;
  }
  .s2 .w1 .questions .question .answers {
    row-gap: 15px;
  }
  .s2 .w1 .questions .question .answers .custom-control.custom-radio {
    padding-left: 35px;
  }
  .s2 .w1 .questions .question .answers .custom-control .custom-control-label {
    font-size: 16px;
    line-height: 22px;
  }
  .s2 .w1 .questions .question .answers .custom-control .custom-control-label:before {
    top: -2px;
    left: -35px;
  }
  .s2 .w1 .questions .question .q10-wrapper {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=sonda.css.map */