.moneyvalue {
    margin-right:15px;
    height:36px;
    width:320px;
}

.selectdays {

    min-width:  80px;
    height:36px;
   color: gray;   

}

select option:active {

}



.calcbutton {
  background: #487a9a;width: 100%;padding: 10px 20px;outline: none;border: none;color: #fff;box-shadow: 0 -3px rgba(0,0,0,0.2) inset;font-size: 16px;text-shadow:none;

width: 110px;
    color:white;
    height: 25px;
display: block;
margin-top: 6px;
padding-bottom: 10px;


}

.calculator {
      width:  80%;
    background: #f0efef;
    border-radius:5px;
    text-align: center;
}

.calcbutton:hover {
  color:white;
    background:#95adbd;
}



.ofertacalc {
    color:gray;
    font-size: 12px;
}

.inputmoney {
    margin-top:10px;
  text-align: center;
    display:  inline-flex;
}


.radio1 {
    font-size: 16px;
    color:#487a9a;
    margin-top:10px;
}






.gtr {
    
    line-height: 24px;
    padding: 12px 15px;
    cursor: pointer;
    display:  inline-flex;

  }
  
  .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 #487a9a;
    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: black;
  }
  .rtg:checked ~ .lst {
    color: #34bf6e;
  }

  
/*--------------------------*/
/*CALCULATOR */







.calculator_form .calculator_form_wrap {
    max-width: 660px;
    margin: 0 auto;

}


.calculator_form input[type=text],
.calculator_form .SumoSelect > .CaptionCont,
.calculator_radio_block
{
    height: 36px;
}

.calculator_form .calculate_label {
    margin: 5px 0;

}

.calculator_form .form_column {

    width: 340px;
    margin-right: 40px;
}

.calculator_form .right_column {
    width: 280px;
}

.calculator_form .form_line {
    margin-bottom: 0;
}

.calculator_form .form_column_half {
    width: 130px;
    margin-right: 20px;
}
.calculator_form .form_column_last {
    margin-right: 0;
}

.calculator_form .calculate_error {
    height: 10px;
    color: red;
    font-size: 14px;
}




.form_line input[type=text],
.form_line textarea,
.form_line input[type=password],
.form_line input[type=email],
.form_line input[type=tel]
{
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 15px;
  border: 1px solid transparent;
  background-color: #ebebe2;
  outline: none;
  box-shadow: none;
}

.form_line textarea {
  resize: none;
}

.form_column {
margin-top: 2px;
  width: 300px;
 float:left;
  margin-right: 20px;
}


.select {
  width:340px;
  height: 35px;
}

.u--shiftnext-30px {
  width:295px;
  height:35px;
}

.input_date {
  height:35px;
  width:146px;
}

.checkedsumm {
  height:35px;
  width:340px;
}





.button  {
  color:white;
  text-align: center;
  width: 125px;
  display: block;
  padding: 10px;
  background-color: blue;
}

.top {
  width: 2000px;
  margin-top:25px;
}

.calc-summary {
  position: relative;
  text-align: center;
}


.itogi {

  position: relative;
float:right;
margin-right: 32%;

}
::-webkit-datetime-edit { padding: 1em; }


::-webkit-inner-spin-button { display: none; }
