a.t-descr{
color: #ffffff!important;
font-size: 14px!important;
line-height: 1.55!important;
text-decoration:underline!important;
}
    .services img{
        width: 80px;
       display:block;
    margin:auto;
        
        
    }
    .services > div{
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 25px;
        width: 120px;
    }
    .text-center{
        text-align: center;
    }
    .link_card{
         box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        cursor: pointer;
        border-radius: 5px;
        /*background-color: rgb(255, 225, 0);*/
        background-color: white;
        padding-top: 10px;
        padding-bottom: 10px;
    }
     .link_card:hover{
          box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 7px 7px rgba(0,0,0,0.22);
    }
    .lead_service_button{
        display:block;
    margin:auto;
    }
    .link_card>p{
        font-weight: 600;
    }

    @import url(http://fonts.googleapis.com/css?family=Roboto:400,100,900);
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.buttons {
	width: 100%;
	float: left;
}
.container_odd {
	width: 100%;
	padding:50px 0;
	float: left;
	background:#f1f1f1;
}
.container_even {
	width: 100%;
	float: left;
	padding:50px 0;
	background:#fff;
}
h1 {
	color: #333;
	font-size: 2.5em;
	font-weight: 400;
	margin: 30px 0 10px 0;
	text-align:center;
}
h3 {
	color: #333;
	font-size: 1.5em;
	font-weight: 400;
	margin: 1.50em 0 1em 0;
	text-align: left;
	border-bottom: 1px solid rgba(255,255,255, 0.1);
	padding-bottom: 20px;
}
h4 {
	color: #666;
	font-size: 1.5em;
	font-weight: 100;
	margin:0px 0 40px 0;
	text-align:center;
}
.set_container {
	width: 1000px;
	margin: auto;
	padding-bottom:0px;
	clear: both;
}

/* button 2*/

.set_5_button2 {
  background: #FECF00;
  color:#2e2302;
  overflow: hidden;
  z-index: 1;
  float: left;
  font-weight: 400;
  line-height: 45px;
  margin-right: 2.5em;
  cursor:pointer;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  width: auto;
}
.set_5_button2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  background: #FFDA33;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  /transform: translateY(10%) translateX(16%) rotate(-45deg);
  transition: transform .3s;
}
.set_5_button2:hover::after {
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}  

.button_for_calc{
    height: 56px;
    display: inline-block;
    line-height:56px;
}

#change_calc{
    border-radius: 5px;
    background-color: #ffe100;
    height: 20px;
    padding: 10px;
    cursor: pointer;
    
}
.t228__mobile_container a{
    color: white !important;
}

.t228__list_item img{
    width: 30px;
}

.msg_wrapper a{
    padding-left: 5px;
}

.t668__header img{
    width: 40px;
   
}

.icon_accordion{
    position: absolute;
    right: 10px;
    padding: 8px;
    top: 10%;
}

#total_cost_displayer{
     font-weight: 600;
}

.header_contacts img{
    height: 32px;
}
.header_contacts a{
    color: white !important;
    font-size: 20px;
}

.year_stat_header{
    color: white;
}

.checkbox input{
	width: 20px; 
	height: 20px;
	margin-right: 10px;
	padding-top: 100px;
}
.checkbox span{
	display: inline-block;
}

.checkbox [type="checkbox"]
{
    vertical-align:middle;
}