@charset "UTF-8";
 html, body {
height: 100%;
width: 100%;
padding: 0px;
margin: 0px;
font-family: 'Raleway', -apple-system, "Helvetica Neue", sans-serif;
font-size: 17px;
font-weight: 300;
color: #000;
line-height: 27px;
-webkit-text-size-adjust: 100%; }
.h2, h2 {
font-size: 26px;
}
b, strong {
font-weight: 600;
}
.hide-xs {
display: none;
}
.empty-block{
margin-top: 76px;
}
.bd {
padding-top: 0px;
display: block;
clear: both;
min-height: 100%;
padding-bottom: 150px;
position: relative;
}
a {
color: #eb1000;
text-decoration: none;
}
a:hover, a:focus {
color: #980b01;
text-decoration: none;
}
img {
max-width: 100%;
}
.page {
padding: 20px 0px;
}
.red{
color:#eb1000;
}