body {
  color: #212529;
  background-color: #f5e5d0;
}

.hidden {
  display: none !important;
  /*visibility: none;*/
}

/*.shown {
  visibility: visible !important;
}*/

.pages {
  display: flex;
  flex-direction: column;
}

.header, .greetings-wrapper, #instructions {
  text-align: center;
  color: #676767;
}

.header {
  background-color: #e8d7c5;
  padding: 20px 0;
  h1 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 500;
  }
}

#description-ul {
  /*margin: 0% 15%;*/
  /*width: 100%;*/
  min-width: 240px;
}

.greetings-wrapper {
  display: flex;
  justify-content: center;
}
.greetings {
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.5rem;
  width: 90%;
}

#instructions-wrapper {
  display: flex;
  justify-content: center;
}
#instructions {
  max-width: 60%;
}
.instruction-step {
  color: white;
  background-color: #f77103;
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  padding: .75rem 1.25rem;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.125);
  p {
    margin: 0;
  }
}
.instruction-hint {
  display: flex;
  flex-direction: column;
  padding: 5px 20px;
  background-color: #e8d7c5;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  padding: 1.25rem;
  h5 {
    font-weight: 400;
    padding: 0;
    font-size: 1.25rem;
    margin: 0;
  }
}

button:disabled, button:disabled:hover {
  background: gray;
}

#legend {
  justify-content: center;
  display: flex;
}

.footer-section {
  padding: 0px 15px 15px 15px;
  justify-content: center;
  display: flex;
}

@media screen and (width >= 80rem) {
  .footer {
    flex-direction: row;
    .footer-section {
      width: 33%;
    }
  }
  #charts {
    max-width: 70%;
  }
}

@media screen and (width <= 80rem) {
  .footer {
    flex-direction: column;
    /*.footer-section {
      min-height: 195px;
    }*/
    .footer-inner-el-wrapper {
      width: 80%;
    }
  }
}

#chartsWrapper {
  margin-top: 30px;
}

#charts {
  margin: auto;
  position: relative;
  /* Flex brakes charts */
  /*display: flex;*/
  justify-content: center;
}

.footer {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: row;*/
  background: #e8d7c5;
  color: #696969;
  font-size: 10px;
  line-height: 1.5;
  white-space: pre-line;
  margin-top: 20px;
  p {
    margin: 0;
  }
  .address {
    .address-wrapper {
      /*width: 80%;*/
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
  }
  .requisites {}
  .footer-center {
    .logo-wrapper {
      display: flex;
      .logo {
        align-self: center;
        flex-direction: column;
        display: flex;
      }
      .logo-text {
        text-align: center;
        width: 100%;
        margin: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        h2 {
          margin: 0;
          font-size: 1.75rem;
          font-weight: 600;
        }
        p {
          text-align: center;
          font-size: 14px;
        }
      }
    }
  }
}


.family:before {
  background: #f56954;
}
.health:before {
  background: #f39c12;
}
.love:before {
  background: #f6de4b;
}
.finance:before {
  background: #00a65a;
}
.work:before {
  background: #00c0ef;
}
.hobby:before {
  background: #3c8dbc;
}
.self_development:before {
  background: #a541c7;
}
.relaxation:before {
  background: #c22d7f;
}
.rounded {
  font-size: 1.25em;
  /*width: 50%;*/
  list-style: none;
  font: "Helvetica", "sans-serif";
  padding: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-align: center;
}
.rounded div {
  position: relative;
  display: block;
  margin: 0.5em 0;
  background: #e8d7c5;
  color: #444;
  text-decoration: none;
  border-radius: 0.3em;
  transition: 0.3s ease-out;
}
.rounded div:hover {
  background: #e9e4e0;
}
.rounded div:hover:before {
  transform: rotate(360deg);
}
.rounded div:before {
  content: no-open-quote;
  counter-increment: no-open-quote;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  height: 2em;
  width: 2.5em;
  line-height: 2em;
  border: 0.3em solid white;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}
.min-value {
  background-color: #ff4444 !important;
  color: white !important;
}

.btn-content {
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  font-family: Open Sans;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
  padding: 6px 6px;
  background: linear-gradient(to bottom, #f0c416 0%, #f77103 100%);
  border: none;
  border-radius: 5px;
}
.btn-content:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #f77103, #f0c416 100%);
  text-decoration: none;
  color: #ffffff;
}

.action {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  button {
    font-size: 24px;
  }
}

.input-group {
  display: flex;
  justify-content: space-between;
  margin: 15px 20px 15px 20px;
  cursor: pointer;
  label {
    cursor: pointer;
    font-size: 1.1rem;
    color: #3C454C;
    font-weight: 600;
  }
  input {
    &:checked {
      color: white;
    }
    cursor: pointer;
    width: 30px;
    height: 30px;
  }
}

#dynamic-page-3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.card-wrapper {
  display: flex;
  justify-content: center;
}
.card {
  background-color: white;
  .card-body {
    h5 {
      font-size: 1.25rem;
    }
    padding: 20px;
  }
}
/*.inputGroup {
  background-color: #e8d7c5;
  display: block;
  margin: 0;
  position: relative;
}

.inputGroup label {
  padding: 5px 10px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}*/

/*.inputGroup input:checked ~ label {*/
/*.inputGroup input:checked {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
/*  color: #fff;*/
}*/

/*.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #f77103;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}*/

/*.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
*/


/*.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}*/

/*.inputGroup input:checked ~ label:after {
  background-color: #f77103;
  border-color: #e8d7c5;
}

.inputGroup input {
  width: 32px;
  height: 24px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}*/
.step-two {

}
.form {
  max-width: 550px;
/*  font-size: 18px;*/
  font-weight: 600;
/*  line-height: 23px;*/
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  align-self: center;
}
