* {
  margin: 0;
  padding: 0;
}


html, body {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 1.26em;
    /* background: #fff; */
    font-family: 'PT Sans Narrow', sans-serif;
}

img, object, iframe{ border: 0; vertical-align: top; }
header, nav, menu, aside, address, section, article, footer, figure, figcaption{ display: block; }
form, figure, menu{ margin: 0; padding: 0; }
input[type="text"], input[type="password"], select, textarea{
  height: 33px;
  margin: 0;
  padding: 0 6px;
  font-size: 14px;
  color: #555555;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}

li{list-style-type: none;}

.blocks_index_right{
width: 440px;
    background: #fff;
    position: absolute;
    z-index: 10;
    /* top: 240px; */
    /* left: 50%; */
    padding: 22px;
    border-radius: 6px;
}
.block_calc{
  position: relative;
  padding: 0px 0 18px 0;
}

.block_calc p {  
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  line-height: 1;
  margin-bottom: 15px;
}
.answer{width: 389px;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    text-shadow: 0 2px 0 #ffffff;
    text-transform: uppercase;
    position: absolute;
    left: -22px;
    top: -22px;
    background: #dcdcdc;
    padding: 190px 47px;
    line-height: 1.5;}
.block_calc h2{
  margin: 0 0 18px 0;
  text-align: center;
  
  font-size: 38px;
  font-weight: bold;
  text-shadow: 0 2px 0 #ffffff;
  text-transform: uppercase;
}
.block_calc .calc-form{
  display: inline-block; *display: inline; vertical-align: top; zoom: 1;
  margin-right: 10px;
}
.block_calc .calc-form label{
  font-size: 26px;
  line-height: 1em;
}
.block_calc .calc-form .form-row{
  margin-top: 5px;
  padding: 0 0 4px 0;
   }
.block_calc .calc-form label{
  display: inline-block; vertical-align: top; zoom: 1;
  font-size: 15px;
  color: #000;
  padding: 0 10px 0 5px;
  width: 118px;
  text-align: right;
  line-height: 110%;
  margin-top: 10px;
}
.block_calc .calc-form input[type="text"]{
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  color: #838383;
  background: #FFFFFF;
  width: 45px;
  font-size: 24px;
  text-align: center;
  padding: -2.8em 0;
  height: 30px;
  border-radius: 6;
  box-shadow: 1px 1px 3px inset;
}
.block_calc .calc-form .error{
  border-color: #f90000 !important;
}
.block_calc .price-block{
    display: inline-block;
  vertical-align: top;
  zoom: 1;
  border: 1px #D8D8D8 solid;
  background: #FFFFFF;
  color: #848484;
  margin-top: 5px;
  padding: 12px 0px 13px;
  width: 114px;
  height: 121px;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px inset;
}
.block_calc .price-block .red{
  color: #F90000;
}
.block_calc .price-block .price-css{
  color: #333333;
  font-size: 22px;
  line-height: 1.2em;
  margin: 8px 0;
  
  font-weight: bold;
}
.block_calc .price-block .price-css span{
  font-size: 32px;
  margin-right: 10px;
}
.block_calc .price-block .price{
  margin: 17px 0 10px 0;
}
.block_calc .price-block .price-small-font{
  margin: 16px 0 0;
  font-size: 30px;
}
.block_calc .price-block .price-small-font span {
  font-size: 40px;
}
.block_order_call{
  padding: 0px;
}
.block_order_call_left{
    padding: 15px 0 0 90px;
    font-size: 14px;
    color: #000;
   /* text-align: center;  */
}
.block_order_call_left span{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;  
}
.block_order_call_left ul{
    font-size: 18px;
  margin-top: 18px;
}
.block_order_call_right {
/* float: right; */
margin-top: 30px;
}
.block_order_call_right div{
font-size: 16px;
    color: #000;
    text-align: center;  
}


.block_order_call_right input[type="text"]{
  width: 255px;
  height: 27px;
  margin: 12px 0px 23px 0px;
  border-radius: 5px;
  border: none;
  padding-left: 10px;
}


/* ------------------- */
/* -----  button ----- */
/* ------------------- */

.button_yellow{
	width: 255px;
    margin: 0 auto;
    display: block;
    border: 0;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
	cursor:pointer;
        background-color: #008ec8;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#989595', endColorstr='#989595');
}




.button_yellow:hover{  
  color: #fff;
 background-color: #3A3838;
}