.block-calc { display: block;
    width:100%; margin:0 auto;
    position: relative; 	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */}
.block-calc  > ul { display: block; width:100%; padding:0;  margin:0; }
.block-calc  > ul > li 
{ 
    height: 70px; 
    display: block; 
    width:100%;
    position: relative;
  
   margin-bottom:20px;
}

.block-calc  > ul > li.block__plans__amount  {width:50%;  float:left;  }
.block-calc  > ul > li.block__plans__btn  {    
	      width: 34%;
    height: 45px;
    margin-top: 27px;
    /* border: 1px solid #000; */
    float: right;  }
 .block-calc  > ul > li.block__plans__btn a {
    	float: right;

    height: 45px;
    cursor: pointer;
    line-height: 45px;
    width: 120px;
    margin: 4px 0 0 5px;
     padding: 0;
     text-align: center;
    text-decoration: none;
    }

.block-calc  > ul > li.block__total__profit { width:100%; }
.block-calc  > ul > li > label  {font-weight: 300; box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	 display: block; width:100%; }
.block-calc  > ul > li > label > span 
{  

    display: block;

    padding-bottom: 5px;
   
}
.block-calc .field-input  { height: 45px; width:100%; padding:0; position: relative;  box-shadow:0 0 5px rgba(0,0,0,0.03); display: block; background: #fff; }
.block-calc .field-input input { 
 height:45px;
line-height: 45px;
padding:0 30px;
font-weight:400;
box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	width:100%;
    background: none;
    
    border:none;
    color: #343537;
    outline:none;
    }
.block-calc .field-input i {
    	    position: absolute;
    right: 15px;
    top: 6px;
    opacity: 0.3;
    font-size: 20px;

    }



.block-calc  > ul > li.block__total__daily 
{
    border-bottom: 1px solid rgba(255,255,255,.08);
    position: relative;
    overflow: hidden;
    height: 35px;
    text-align: right;


}
.block-calc  > ul > li.block__total__daily span 
{
    line-height: 15px;
    padding: 0;
    line-height: 35px;
    float: left;
    letter-spacing: 0.04em;
}

.block-calc  > ul > li.block__total__daily  a  {
    font-size: 23px;
    font-weight: 300;
    line-height: 35px;
}



.block-calc  > ul > li.block__total__profit
{    
		border-bottom: 1px solid rgba(255,255,255,.08);
    position: relative;
    overflow: hidden;
    height: 35px;
    text-align: right;


}
.block-calc  > ul > li.block__total__profit span 
{

    line-height: 15px;
    padding:0;
    line-height:35px;
    float:left;

    letter-spacing: 0.04em;
}

.block-calc  > ul > li.block__total__profit  a  {
	 	font-size: 23px;
    font-weight: 300;
    line-height: 35px;

}


.clear {
	clear:both;
}