h1 {
    color:white !important;
    margin-bottom:18px !important;
    padding-bottom:10px !important;
}


.roistat-lh-submit {
    background: #7dc4fa !important;
}


.moneyvalue {
    min-width:250px;
    min-height:30px;
}

.selectdays {
    min-width:120px;
    height:55px;
    min-height:30px;
}

.calcbutton {
  margin-bottom:10px;
    color:white;
    border:0px;
    border-radius: 3px;
    background:#487a9a;

    font-size: 16px;
}

.calculator {
    background: #f0efef;
    border:1px solid blue;
    border-radius:5px;
    text-align: center;
}

.calcbutton:hover {
    background:#95adbd;
}

.summacalc {
  display: block;
    font-size: 26px;
    margin-top: 10px;
}

.ofertacalc {
    color:gray;
    font-size: 12px;
}

.inputmoney {
    margin-top:10px;
}


.radio1 {
    font-size: 22px;
    color:#487a9a;
    margin-top:10px;
}






.gtr {
    
    line-height: 24px;
    padding: 12px 15px;
    cursor: pointer;

  }
  
  .gtr + .gtr {
    border-top: 1px solid #f0f2f3;
  }
  
  .rtg {
    display: none;
  }
  
  .mrt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid red;
    border-radius: 12px;
  }
  
  .mrt:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -6px;
    height: 4px;
    width: 8px;
    border: solid #39ca74;
    border-width: 0 0 4px 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .rtg:checked ~ .mrt {
    border-color: #39ca74;
  }
  
  .rtg:checked ~ .mrt:before {
    display: block;
  }
  
  .lst {
    font-weight: bold;
    color: #39A9E1;
  }
  .rtg:checked ~ .lst {
    color: #34bf6e;
  }

  

