/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 29, 2017, 9:20:35 PM
    Author     : veisss
*/

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,
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;
}
html, body {
    overflow: auto;
    margin:0;
    padding:0;
    height:100%;
    font-family: 'bpg_banner_caps';
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

@font-face {
    font-family: 'bpg_banner_caps';
    src: url('../fonts/bpg_banner_caps.eot');
    src: url('../fonts/bpg_banner_caps.eot') format('embedded-opentype'),
        url('../fonts/bpg_banner_caps.woff2') format('woff2'),
        url('../fonts/bpg_banner_caps.woff') format('woff'),
        url('../fonts/bpg_banner_caps.ttf') format('truetype'),
        url('../fonts/bpg_banner_caps.svg#bpg_banner_caps') format('svg');
}




.absolutecentertab {
    margin: auto;
    overflow: auto;
    width: 1050px;
    right: 0;
    top: 0;
    max-height: 100%; 
    bottom: 0;
    left: 0;
    /* max-width: 100%; */
}

.header_bg{
    background: #f9b700;
    width: 100%;
    height:395px; 
}


.header_fb{
    width: 35px;
    height:  161px;
    background-image: url(../img/header_fb.png);
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    margin-top: 184px;
    margin-left: 25px;
}

.header_car{
    width: 386px;
    height:  222px;
    background-image: url(../img/header_car.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 150px;
    margin-left: 35px;
}

.header_gif{
    width: 178px;
    height:  311px;
    background-image: url(../img/header_gif.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 78px;
    margin-left: 35px;
}



.header_logo{
    width: 198px;
    height:  125px;
    background-image: url(../img/header_logo.png);
    background-repeat: no-repeat;
    margin-top: 115px;
    margin-left: 85px;
    cursor: pointer;
}


.header_contacts{
    width: 255px;
    height:  31px;
    background-image: url(../img/header_contacts.png);
    background-repeat: no-repeat;
    margin-top: 120px;
    margin-right: 35px;
    cursor: pointer;
}


.arrow{
    width: 1047px;
    height:  19px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    margin-top: -10px;
}

.home_bg{
    width: 662px;
    height:  370px;
    background-image: url(../img/home_bg.png);
    background-repeat: no-repeat;
    float: left;
}

.home_bus{
    width: 457px;
    height:  347px;
    background-image: url(../img/home_bus.png);
    background-repeat: no-repeat;
    margin-top: 32px;
    margin-left: 50px;
}


.home_fb{
    width: 41px;
    height:  204px;
    background-image: url(../img/home_fb.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 85px;
    margin-left: 88px;
    cursor: pointer;
}


.home_quotes{
    width: 432px;
    height:  55px;
    background-image: url(../img/home_quotes.png);
    background-repeat: no-repeat;
    margin-top: 54px;
    margin-left: 72px;
    overflow: visible;
    position: relative;
}


.home_ok{
    width: 48px;
    height:  37px;
    background-image: url(../img/home_ok.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: auto;
}
.home_ok:hover{
    background-image: url(../img/home_ok_hover.png);
}

.download_btn{
    width: 105px;
    height:  41px;
    background-image: url(../img/download_btn.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.download_btn:hover{
    background-image: url(../img/download_btn_hover.png);
}


.fb_download{
    width: 21px;
    height:  21px;
    background-image: url(../img/fb.png);
    background-repeat: no-repeat;
    cursor: pointer;
}



.home_input{
    transition: top 1s ease-out 0.5s;
    border: 1px solid #e7e7e7;
    height: 34px;
    width: 195px;
    border-radius: 12px;
    text-align: center;
}


.home_error{
    border: 1px solid #ff0000;
}


.home_close{
    width: 35px;
    height:  37px;
    background-image: url(../img/close_btn.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 94px;
}

.home_close:hover{
    background-image: url(../img/close_btn_hover.png);
}