    *, body {font-family: 'Rubik', sans-serif;  font-size: 18px;}
    .h1, h1 {
    font-size: 34px;
      }
div {border: 0px red solid;}
	 .content img {
	 height: 120px;
	 margin-bottom: 34px;
    /* border: 3px #8a318c solid; */
    padding: 10px;
    	     transition: 2s;
	}
      
     
    .content span {
	font-size: 30px;
    padding: 15px 0px 15px 0px;
    background-repeat: no-repeat;
    }
	    
    .content, b {
     /*   font-weight: 600;  */
     }
    .pred:hover img {
      transition: 2s;
      transform: scale(1.5);
    }
    
    
    .bg {
      /* height: 540px;*/
      background-image: url(img/fon.jpg);
      background-size: cover;
      background-position-y: 75%;    
    }
    
   .bg-gerey {
	   
    background: #eee;	   
	   
   }
    
    .tel {transform: rotate(-45deg);}
    .bry {
      border-right: 3px yellow solid;
      padding: 5px 20px 5px 5px;}
    .yellow_submit 
    {
      background: #fceabb;
      background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 100%);
      background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 100%);
      background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#f8b500',GradientType=0 );
      height: 40px;
      text-transform: uppercase;
     /*   font-weight: 600;  */
      border: 1px #f9be1e solid;
      border-radius: 60px;
      min-width: 174px; 
    box-shadow: 0px 3px 0px #bf9217;
    
    text-shadow: 0px 2px 5px #fff;
        padding: 20px 50px 20px 50px;
        
          }
          
      .yellow_submit:hover
      
      {
      color:#fff;
 background: #ffb76b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */     
      }    
 .input_text 
      {
      border: 1px #bdbdbd solid;
      border-radius: 20px;
      height: 40px;
      font-size: 10px;
      padding: 20px 40px 20px 40px;
      box-shadow: 0 3px 0 #777575;   
      color:black;   
      min-width: 174px;
    }   
.input_text::placeholder {
     color:#777575;
    }  
    .prof {
      border-left: 3px gold solid;
      padding: 5px 10px 5px 10px;
      margin-left: 40px;
      margin-top: 30px;
      margin-bottom: 30px;
     /* width: 330px;*/
    }
    
  ul {
    list-style:none;
  }  
  li {
background-image: url(img/tick.svg);
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-left: -40px;
    line-height: 40px;
    background-size: 30px;
    background-position-y: 8px;
     /*   font-weight: 600;  */
  }
    
  a, a:hover, a:visited {color:black}  




table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
table  th {
    font-weight: bold;
    text-align: center;
    border: none;
    padding: 15px 15px;
    background: #4963ff;
    /* font-size: 14px; */
    color: white;
}


table  tr th:first-child {
	border-radius: 8px 0 0 8px;
}
table  tr th:last-child {
	border-radius: 0 8px 8px 0;
}
table  td {
    text-align: left;
    border: none;
    padding: 15px 30px;
    /* font-size: 14px; */
    vertical-align: top;
}
table  tr:nth-child(even){
	background: #f3f3f3;
}
table  tr:nth-child(2n){
	background: #e3e7ff;
}

table tr td:nth-child(2) 
   {line-height: 0px;
    text-align: center;}
table  tr td:first-child {
	border-radius: 8px 0 0 8px;
}
table  tr td:last-child {
	border-radius: 0 8px 8px 0;
}



.pred:hover {   
    transition: 1s;
    background: white;
    box-shadow: 0px 10px 38px 0px #c8b0e9;
    border-radius: 20px;
    padding: 40px;}


.pred {
    transition: 1s;
    border-radius: 20px;
    padding: 40px;}



 

div#calc {
    margin: 0 auto;
    display: block;
    line-height: 50px;
    height: 50px;
    width: 24%;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 100px 0 #fff, 1px 76px 10px #7c01ff;
    color: #FFF;
    background: #7d01ff;
    border-right: 2px solid #FFF;
    border-left: 2px solid #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
div#calc:hover {
    text-shadow: 0 50px 0 #FFF, 1px 51px 20px #FFF;
    margin-top: 0px;
    height: 50px;
    background: #222;
    
}



