
*, *:before, *:after {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}
body {
    color: #eef0f3;
    background-color: #101318;
    font-size: 65.5%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    text-transform:uppercase;
    font-weight: bold;
    font-style: normal;
    font-family: 'ITC Avant Garde Gothic Std';
}
body a {
    font-size: 1.4em;
    color: #eef0f3;
    text-decoration: none;
}
body p {
    font-size: 1.4em;
    color: #f5f5f5;
}

ul {
    list-style-type: none;
    padding: 0;
}
.header-logo {
    top:25px;
    left: 3.5%;
    position: absolute;
    z-index: 2;
}

.main-text {
   z-index: 2;
}

.ad4-logo{
    width: 100px;
    height: auto;
}
.txt-logo,.logo{
    display:inline-block;
    vertical-align: top;
}
.txt-logo p{
    font-family: 'ITC Avant Garde Gothic Std';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-left: 15px;
    color: #545961;
}
header h1{
    font-family: 'ITC Avant Garde Gothic Std';
    font-weight: bold;
    text-align: center;
    color: #eef0f3;
    font-style: normal;
    font-size: calc(7vw);
}
header h2{
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-size: calc(1.1vw);
    z-index:9999;
}
.section-slider {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0 auto;
}
.txt{
    position: absolute;
    right: 4%;
    z-index: 1;
    text-align: right;
    top: 25px;
    pointer-events: none;
}
.txt h3{
    font-size: 12px;
    color: #545961;
    margin-bottom: 5px;
    font-family: 'ITC Avant Garde Gothic Std';
    font-weight: bold;
    font-style: normal;
}
.txt h3 span{

    color: #eef0f3;
}
.txt ul{
    margin: 0;
    padding: 0;
}
.txt ul li{
    font-size: 11px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #545961;
    font-style: normal;
    margin-bottom: 0;
}
.txt ul li:last-child{
    margin-bottom: 12px;
}
.socials-main {
    position:absolute;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    right: 4%;
    z-index: 1;
    bottom: 16px;
    pointer-events:none;
}
.socials-main .rolling-block:first-child {
    margin-right:0;
}

.socials-main .rolling-block {
    float:right;
    font-size:12px;
    margin-right: 20px;
    pointer-events:visiblePainted;
}
.rolling-block {
    position:relative;
    overflow:hidden;
}
.socials-main .rolling-block:first-child {
    margin-right:0;
}

.socials-main .rolling-block {
    float:right;
    font-size:12px;
    margin-right: 20px;
    pointer-events:visiblePainted;
}
.rolling-block {
    position:relative;
    overflow:hidden;
}

.menu__content .rolling-block__content {
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.rolling-block__content {
    -webkit-transform:translateY(0) translateZ(0);
    transform:translateY(0) translateZ(0);
    -webkit-transition:-webkit-transform .25s;
    transition:-webkit-transform .25s;
    transition:transform .25s;
    transition:transform .25s,-webkit-transform .25s;
}

.roll-hover-btn {
    font-size:12px;
    line-height:20px;
    height:20px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:inherit;
    display:inline-block;
    position:relative;
    overflow:hidden;
}

.roll-hover-btn__label p {
    color: #545961;
    font-size: 0.9em;
    font-family: 'ITC Avant Garde Gothic Std';
    font-weight: bold;
    letter-spacing: 0;
}



.roll-hover-btn:hover .roll-hover-btn__label {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
}

.roll-hover-btn__label {
    position:relative;
    white-space:nowrap;
    -webkit-transition:-webkit-transform .35s;
    transition:-webkit-transform .35s;
    transition:transform .35s;
    transition:transform .35s,-webkit-transform .35s;
}

.ad4-agency {
    position:absolute;
    z-index: 1;
    left: 4%;
    right: auto;
    bottom: 10px;
    pointer-events: visible;
}
.ad4-agency p{
    color: #545961;
    font-size: 15px;
    margin-bottom: 0;
    font-family: 'ITC Avant Garde Gothic Std';
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
address{
    margin-top: 10px;
    color: #545961;
}
.ad4-agency a{
    color: #545961;
    font-size: 1em;
    font-family: Roboto;
    font-weight: normal;
}

canvas{
   position: absolute;
   top:0;
   bottom: 0;
   opacity: 0.8;
   left:0;
   right: 0;
   display:block;
   vertical-align:bottom;
}

.m{
    display: none;
}
