@charset "utf-8";

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    background: #ffffff;
}
a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}
img{
    border: 0;
}
.lt-ie9 img {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
}

.lt-ie8 img {
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
}
h2{
    color: #002e91;
    font-family: 'klinic_slabbold';
    font-size: 17px;
    font-weight: normal;
}
header{
    background: #ededed;
    border-top: 6px solid #002e91;
    height: 63px;
}
footer{
    background: #002e91;
    height: 56px;
    margin: 32px 0 0 0;
}
header .row{
    position: relative;
    height: 64px;
}
footer .row p{
    height: 56px;
    font: 15px 'klinic_slabmedium';
    line-height: 56px;
    color: #fff;
}
footer .row p span{
    font-family: 'klinic_slabbold';
}
.row{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.main{
    background: #f0f0f0;
    padding: 40px 0 60px;
    margin: 32px 0 0 0;
}
.wrap_text{
    color: #929292;
    font-family: 'klinic_slabmedium';
    line-height: 20px;
    font-size: 15px;
}
.clear { background: none; border: 0; clear: both; display: block; float: none; font-size: 0; margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0 }
