/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 12px/18px 'Roboto';
    width: 100%;
    height: 100%;
    background: url(../images/foon.png) repeat center;
}


p {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.7em;
    margin: 0 0 0;
}

a {
    font-family: 'Roboto', sans-serif;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    background: url(../images/foon2.png) no-repeat transparent bottom right;
    width:100%;
    margin: 0 auto;

    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    min-height: 100%;
}


.head_cont {
    width: 960px;
    margin: 0 auto;
    min-height: 720px;
}

.parametrs{
    margin-top: 150px;
    width: 350px;
    padding: 20px;
}



.logo {
    padding: 53px 10px 10px 0;
    float: left;
    display: inline;
    position: relative;
    margin: 0;
}

.image img {
    position: absolute;
    right: 0;
}



h2 {
    font-size: 44px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding-bottom: 40px;
}

.td {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 35px;
}


.button2 {

    height: 46px;
    background: #e53935;
    box-sizing: border-box;
    padding: 14px 0 0 0;
    text-align: center;

    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.button2:hover {
    color: #ffffff;
    background: #f55451;
}

.button2 a {
    font-size: 15px;
    color: #ffffff;
    padding: 14px 50px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
}

.tr {
    padding-bottom: 40px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 100%;
    /*margin: -90px auto 0;*/
    height: 90px;
    background-color: #161c30;
    position: relative;
}

.footer p {
    color: #fff;
    padding-top: 40px;
    float: left;
    font-size: 14px;
    margin: 0 0 0;
    line-height: 1.5;

}

.footer_tel {
    float: right;
    margin: 40px 0 0 0;
    width: 160px;
}
.footer_tel a {
    text-decoration: none;
    text-transform: uppercase;
    display: inline;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
}

.hdd {
    overflow: hidden;
}

.trubka2 {
    padding-right: 6px;
    display: inline;
}

/*@media (max-width: 767px) {*/
    /*.footer p {*/
        /*font-size: 13px;*/
    /*}*/

/*}*/
@media (max-width: 479px) {
    .footer p {
        font-size: 12px;
        padding-top:30px;
    }
    .footer_tel a {
        font-size: 13px;
    }

}



@media (max-width: 991px ) {
    .header {
        background: url(../images/foon.png) no-repeat transparent bottom right;
    }

    .parametrs {
        margin-top: 50px;
    }
}

@media (max-width: 1199px) {
    .parametrs {
        overflow: hidden;
        margin-bottom: 75px;
    }
}



