

@font-face {
    font-family: 'helvetica_lightregular';
    src: url('../fonts/new/helvetica-light-wf.eot');
    src: url('../fonts/new/helvetica-light-wf.eot?#iefix') format('embedded-opentype'),
    url('../fonts/new/helvetica-light-wf.woff') format('woff'),
    url('../fonts/new/helvetica-light-wf.ttf') format('truetype'),
    url('../fonts/new/helvetica-light-wf.svg#helvetica_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyr_light';
    src: url('../fonts/new/helveticaneuecyr-light-wf.eot');
    src: url('../fonts/new/helveticaneuecyr-light-wf.eot?#iefix') format('embedded-opentype'),
    url('../fonts/new/helveticaneuecyr-light-wf.woff') format('woff'),
    url('../fonts/new/helveticaneuecyr-light-wf.ttf') format('truetype'),
    url('../fonts/new/helveticaneuecyr-light-wf.svg#helvetica_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: "Roboto";
    src: url('../fonts/new/roboto-light-wf.eot');
    src: url('../fonts/new/roboto-light-wf.eot?#iefix') format('embedded-opentype'),
    url('../fonts/new/roboto-light-wf.woff') format('woff'),
    url('../fonts/new/roboto-light-wf.ttf') format('truetype'),
    url('../fonts/new/roboto-light-wf.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RobotoLightItalic";
    src: url('../fonts/Roboto/roboto-lightitalic.eot');
    src: url('../fonts/Roboto/roboto-lightitalic.eot?#iefix') format("embedded-opentype"), url('../fonts/Roboto/roboto-lightitalic.woff') format("woff"), url('../fonts/Roboto/roboto-lightitalic.ttf') format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "RobotoBold";
    src: url('../fonts/Roboto/Roboto-Bold.eot');
    src: url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format("embedded-opentype"), url('../fonts/Roboto/Roboto-Bold.woff') format("woff"), url('../fonts/Roboto/Roboto-Bold.ttf') format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto/roboto-regular.eot');
    src: url('../fonts/Roboto/roboto-regular.eot?#iefix') format("embedded-opentype"), url('../fonts/Roboto/roboto-regular.woff') format("woff"), url('../fonts/Roboto/roboto-regular.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto/roboto-italic.eot');
    src: url('../fonts/Roboto/roboto-italic.eot?#iefix') format("embedded-opentype"), url('../fonts/Roboto/roboto-italic.woff') format("woff"), url('../fonts/Roboto/roboto-italic.ttf') format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Scada";
    src: url('../fonts/Scada/scada-regular.eot');
    src: url('../fonts/Scada/scada-regular.eot?#iefix') format("embedded-opentype"), url('../fonts/Scada/scada-regular.woff') format("woff"), url('../fonts/Scada/scada-regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*end Fonts*/

h1, h2, h3, h4 {
    color: black;
    font-family: "Scada", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 40px;
    line-height: 42px;
    margin: 40px 0 38px;
}

h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 40px;
}

h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 28px;
}

h4 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 12px;
}
h4.panel-title{
    font:16px/22px "Roboto", 'helveticaneuecyr_light', sans-serif;
}

body, p, ul, ol {
    font-size: 16px;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    line-height: 22px;
}

p{
    margin-bottom: 15px;
}

.headline{
    margin-bottom: 38px;
}
.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline h6, .headline p{
    margin: 0;
}