@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&family=Ubuntu&display=swap);
html {
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.66);
  background-attachment: fixed;
  color: var(--black);
}

.container {
  background-color: #ffffff;
  margin: auto !important;
}

@media (min-width: 800px) {
  .container {
    width: 780px;
    border-radius: 10px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(35, 38, 48, 0.44);
  }

  div.wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.box-minmax {
  margin-top: -5px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #b0b0b0;
}

.rs-range {
  margin-top: 29px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 8px;
  height: 15px;
}

.rs-range:focus {
  outline: none;
}

.rs-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 7px !important;
  border: 0px solid #010101;
}

.rs-range::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 7px !important;
  border: 0px solid #010101;
}

.rs-range::-webkit-slider-thumb {
  box-shadow: none;
  border: 3px solid var(--gray);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}

.rs-range::-webkit-slider-thumb:after {
  content: "7";
  width: 30px;
  height: 30px;
  position: absolute;
}

.rs-range::-moz-range-thumb {
  box-shadow: none;
  border: 3px solid var(--gray);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}

.rs-range::-moz-focus-outer {
  border: 0;
}

.rs-label {
  transform-origin: center center;
  display: block;
  width: 48px;
  height: 48px;
  background: #DAA738;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  padding-top: 4px;
  box-sizing: border-box;
  border: 2px solid #fff;
  /*margin-top: 12px;
  margin-left: 2px;*/
  color: #fff;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 26px;
}

.rs-range::after {
  display: block;
  font-size: 20px;
  letter-spacing: 0.07em;
  margin-top: -2px;
}

.rs-label2 {
  position: relative;
  transform-origin: center center;
  display: block;
  width: 98px;
  height: 98px;
  background: transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 22px;
  box-sizing: border-box;
  border: 2px solid #fff;
  margin-top: 20px;
  margin-left: -38px;
  color: #1d1d1d;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 36px;
}

.rs-label2::after {
  display: block;
  font-size: 20px;
  letter-spacing: 0.07em;
  margin-top: -2px;
}

ol, ul, li {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

li {
  padding-right: 50px;
}

li::marker {
  font-weight: bold;
  font-size: 1.2rem;
}

.slider-container {
  display: flex;
  justify-content: space-between;
  margin-top: -20px;
}

.slider-container > div:first-of-type {
  width: 650px;
  padding-left: 50px;
}

.slider-value {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--slider-right);
  margin-top: 10px;
}

.question-container {
  margin-bottom: 10px;
}

.banner {
  margin: 0 -15px 30px;
}

.banner img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

h1 {
  text-align: center;
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5 {
  font-family: "Ubuntu", sans-serif;
  color: var(--golden-sun);
}

.progress {
  height: 26px;
  border-radius: 13px;
  margin-bottom: 20px;
}

.progress-bar-info {
  background-color: #6399B5;
}

h2 {
  margin-bottom: 20px;
  text-align: center;
}

.assessment-scale {
  margin-bottom: 20px;
  font-size: 14px;
}

.btn {
  min-width: 150px;
  font-size: 18px;
}

.btn-primary {
  background-color: var(--primary);
  border: none;
}

.footer a:link, .footer a:visited {
  color: #FFFFFF;
}

input[type=radio], input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
}

fieldset label {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.footer p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 50px;
}
