.e-address{
    text-decoration: underline;
    color: #005b7e;
}
.link-button{
    text-decoration: none;
    color: #fff;
    background: #1B7D8C;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;
    padding: 0 10px;
}
.podrobnee{
    color: #fff;
    border:0;
    min-height: 32px;
    padding:4px 20px;
    background: #4ca3aa;
    background: -moz-linear-gradient(top,  #4ca3aa 0%, #1b7d8c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ca3aa), color-stop(100%,#1b7d8c));
    background: -webkit-linear-gradient(top,  #4ca3aa 0%,#1b7d8c 100%);
    background: -o-linear-gradient(top,  #4ca3aa 0%,#1b7d8c 100%);
    background: -ms-linear-gradient(top,  #4ca3aa 0%,#1b7d8c 100%);
    background: linear-gradient(to bottom,  #4ca3aa 0%,#1b7d8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca3aa', endColorstr='#1b7d8c',GradientType=0 );
    margin-top:10px;

}
.mrg-r{
    margin:0 15px 10px 0;
}
.table{
    display: table;
}
.table-cell{
    display: table-cell;
    box-sizing: border-box;
}
.w50{width: 50%;}
.pr15{padding-right: 15px;}
.pl15{padding-left: 15px;}
.consult-button{
    background: #e53a06;
    background: -moz-linear-gradient(top, #e53a06 0%, #e07070 100%);
    background: -webkit-linear-gradient(top, #e53a06 0%,#e07070 100%);
    background: linear-gradient(to bottom, #e53a06 0%,#e07070 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53a06', endColorstr='#e07070',GradientType=0 );
    color: #fff;
    display: block;
    max-width:200px;
    text-align: center;
    margin: 0 auto;
    padding:8px 15px;
    box-shadow: 0 2px 5px rgba(100,100,100,0.5);
    cursor: pointer;
    text-decoration: none;
}
.center-images{
text-align:center;}
.center-images img{
margin:20px;}