body {
    background: #000;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body,
html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

* {
    -webkit-tap-highlight-color: transparent;
}

a:hover,
a:active {
    outline: 0;
}

html,
body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

img {
    max-width: 100%;
    height: auto;
}

#header {
    background: #000;
}

.header .layout-container {
    max-width: 100%;
}

.header .region-header {
    color: #fff;
    padding: 0;
}

.header .region-header>div {
    display: none;
    float: none;
    margin: 0;
}

a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#main-wrapper,
.layout-container {
    max-width: 100%;
    width: 100%;
}

.site-footer__bottom,
.site-footer .block,
.site-footer__bottom .region {
    border: 0;
    margin: 0;
}

* {
    outline: none;
}

@media only screen and (max-width: 1023px),
only screen and (max-width: 1024px) and (orientation: portrait) {}