html, body {
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
/*    font-family: 'Roboto', sans-serif;*/
    color: #535353;
}

a:link , a:visited , a:active {text-decoration: none; color: #4a4a4a;} a:hover {color: #000;}



.box-topo {
    width: 100%;
    height: 95px;
    text-align: center;
    position: relative;
}

.box-logo {
    width: 150px;
    height: 80px;
    position: absolute;
    top: calc(100% - 80px);
    left: 100px;
}

.box-logo img {width: 100%;}

.box-menu-square {
    width: 170px;
    height: 35px;
    top: 30px;
    left: 250px;
    position: absolute;
}

.box-menu {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: calc(50% - 15px);
}

.box-menu span {
    margin: 0px 15px;
}

.box-language {
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    right: 100px;
}

.box-banner {
    position: relative;
/*    width: 100%;*/
    height: 778px;
}

.box-button-banner {
    width: 200px;
    height: 60px;
    background: #000;
    position: absolute;
}

.box-underbanner {
    position: relative;
    height: 1425px;
    padding-bottom: 50px;
}

.box-bottom {
    width: 100%;
    background: #373435;
}

.box-adress {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    padding: 50px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
}

.box-adress span {margin: 0px 20px;display: inline-block;vertical-align: middle;}
.box-adress p {margin: 10px 0px; line-height: 35px;height: 35px;display: inline-block;vertical-align: middle;}
/*.box-adress img{margin-top: 6px;}*/

.box-under-logo {
    width: 49%;
    box-sizing: border-box;
    display: inline-block;
    padding: 50px;
    text-align: right;
}

.box-icon {
/*    display: inline-block;*/
    padding-left: 50px;
}
