
a{

}

header{
    background: url("/img/bgHeader4.jpg") no-repeat;
    background-size: cover;
    background-position: right center;
    min-height: 400px;
    font-family: 'Roboto Slab', serif;
}

header .container .row{
    min-height: 400px;
}

.logo img{
    margin: 0 auto;
    display: block;
}
.phoneBlock{
    display: flex;
}

.phoneBlock a{
    margin-bottom: 10px;
    font-size: 50px;
    color: #000;
    font-weight: 600;
}

.phoneBlock a:hover{
    text-decoration: none;
    color: #0807cd;
}

.banner a img{
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.banner a{
    overflow: hidden;
    display: block;
}

.banner a:hover img{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
}

h1{
    color: #364abb;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 30px;
    text-align: right;
}

h2{
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-size: 46px;
    padding: 30px 0;
    font-weight: bold;
    text-transform: unset;
}

footer{
    clear: both;
    text-align: center;
    margin-top: 30px;
    bottom: 0;
    width: 100%;
}

@media (max-width: 1000px){

    h1 {
        text-align: center;
        font-size: 30px;
    }
    .phoneBlock a{
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
    }


    footer{
        position: relative;
    }

}

.a2a_default_style{
    margin: 0 auto;
    width: 255px;
}
