#loan-form-wrapper input[type="radio"]{
  opacity: 0;
  position: relative;
  left: 45px;
  padding: 36px;
}

.hiddenbtn{
  display: none;
}

#loan-form-wrapper{
  border: 0;
  background-color: #F5FBFF;
  max-width: 1120px;
  padding: 80px;
}

#loan-form-wrapper .tonik-calc__question-title{
  font-size: 57px;
  line-height: 56px;
  font-weight: 600;
  color: #785AFF;
  text-align: center;
  margin-bottom: 20px;
}

#loan-form-wrapper .tonik-calc__question-desc{
  font-size: 28px;
  line-height: 36px;
  color: #785AFF;
  text-align: center;
  margin-bottom: 40px;
}

#loan-form-wrapper .tonik-calc__question-small{
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #717175;
}

#loan-form-wrapper .tonik-calc__slider{
  margin-left: 10px;
  margin-top: 10px;
}

#loan-form-wrapper .tonik-calc__form-wrapper{
  padding: 40px;
  border-radius: 32px;
}

#loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__form-item{
  margin-bottom: 20px;
  text-align: center;
}

#loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__question-label{
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  line-height: 2em;
}


#loan-form-wrapper .tonik-calc__form-wrapper input[type=text] ::-webkit-input-placeholder{
  /* Chrome/Opera/Safari */
  color: #BEBEC1;
  font-weight: 700;
}

#loan-form-wrapper .tonik-calc__form-wrapper input[type=text] ::-moz-placeholder{
  /* Firefox 19+ */
  color: #BEBEC1;
  font-weight: 700;
}

#loan-form-wrapper .tonik-calc__form-wrapper input[type=text] :-ms-input-placeholder{
  /* IE 10+ */
  color: #BEBEC1;
  font-weight: 700;
}

#loan-form-wrapper .tonik-calc__form-wrapper input[type=text] :-moz-placeholder{
  /* Firefox 18- */
  color: #BEBEC1;
  font-weight: 700;
}

#loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.rr{
  opacity: 0.6;
  cursor: not-allowed;
  }
  
  
  .tonik-calc__option label{
    padding: 20px 83px;
    border-radius: 24px;
    box-shadow: 0px 4px 12px #dddd;
    cursor: pointer;
    margin-top: -20px;
    font-weight: bold;
    font-size: 24px;
    background-color: #ffffff;
  }
  
  .tonik-calc__option input[type="radio"]:checked + label{
    color:#fff;
    background: #785AFF;
   
  }
  
  
#loan-form-wrapper .tonik-calc__form-wrapper button {
  background: #785AFF;
  box-shadow: 0px 8px 16px rgba(30, 30, 31, 0.08);
  border-radius: 24px;
  border: 0;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  width: 100%;
  padding: 20px;
  font-weight: 600;
}

#loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options-flag {
  max-width: 50%;
  margin: 0 auto;
}


/******************************* MEDIA QUERY *****************************************/
@media screen and (max-width: 767px){
  #loan-form-wrapper {
    padding: 20px;
  }
  #loan-form-wrapper .tonik-calc__question-title {
    font-size: 10vw;
    line-height: 1.2;
  }
  #loan-form-wrapper .tonik-calc__question-desc {
    font-size: 100%;
    line-height: 1.5em;
  }
  #loan-form-wrapper .tonik-calc__form-wrapper {
    padding: 40px 20px;
  }
  #loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__question-label {
    font-size: 100%;
    line-height: 1.5em;
  }
  #loan-form-wrapper .tonik-calc__form-wrapper input[type=text] {
    font-size: 100%;
    line-height: 1.5em;
  }
  #loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options .tonik-calc__option {
    font-size: 100%;
    line-height: 1.5em;
  }
  #loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options-flag {
    max-width: 100%;
  }

  #loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options-nationality {
    display: block;
  }

  #loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options-nationality .tonik-calc__option {
    width: 100%;
  }

  #loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options-nationality .tc-term {
    padding: 10px;
    margin: 10px 0;
  }
  #loan-form-wrapper .tonik-calc__form-wrapper button {
    font-size: 100%;
    line-height: 1.5em;
  }
  
  .tonik-calc__option label{
    padding: 20px 45px !important;
    font-size: 16px;
  }
}
