@charset "UTF-8";
.text {
  padding-top: 50px;
  max-width: 500px;
  margin: auto; }

.calculator-cell {
  margin-bottom: 30px; }
  
.bits{
    background:#356abb;
    color:#fff;
}

.val-name{
    width:100%;
    display: flex;
    left:0;
    top:0;
    height:100%;
    cursor:pointer;
}

.val-name span{
    margin:auto !important;
    height:auto;
    text-align:center;
}

.name-calc {
  padding: 10px;
  font-size: 25px;
  text-transform: uppercase;
  background: #2a5885;
  color: #fff;
  margin-bottom: 15px;
  text-align: center; }

.summa {
  padding: 15px;
  font-size: 20px;
  background: #1D2939;
  width: fit-content;
  margin: 20px auto;
  color: #fff;
  cursor: pointer;
  text-align: center; }
  .summa:hover {
    background: #1CAF9A; }
    
.summaw {
  padding: 15px;
  font-size: 20px;
  background: #1D2939;
  display:none;
  margin: 20px auto;
  width: fit-content;
  color: #fff;
  cursor: pointer;
  text-align: center; }
  .summa:hover {
    background: #1CAF9A; }    
    
.more-view-form {
padding: 15px;
font-size: 20px;
display:none;
background: #1D2939;
margin: 20px auto;
width: fit-content;
color: #fff;
cursor: pointer;
text-align: center;
border-radius: 0px; }
.more-view-form:hover {
background: #1CAF9A; }  

.ask-answer {
  padding: 10px;
  font-size: 20px;
  background: #ddd;
  margin-bottom: 5px;
  cursor: pointer; }

.name-ask {
  padding: 10px;
  font-size: 20px;
  background-image: linear-gradient(to right, #3f93d1 0%, #2f6a96 100%);
  border-radius: 0px;
  color:#fff;
  text-align:center;
  margin-bottom: 10px;
  padding-left: 20px; }

.diapozon {
  display: inline-block;
  vertical-align: top;
  margin-top:0 !important;
  font-size: inherit; }

.zerop, .zeroa {
  display: none; }

.diapoa {
  font-size: 25px;
  text-align: center;
  width: 100%;
  display: inline-block; }

.rertu {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  position: relative; }
  .rertu [type="radio"]:not(:checked),
  .rertu [type="radio"]:checked {
    position: absolute;
    left: -9999px; }
    
.rertu:hover{
    background:#79a7ca;
}  

.rertu label{
    padding: 7px 25px;
    margin-bottom:0;
}

/*# sourceMappingURL=style.css.map */
