/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
a,
abbr[title] {
    text-decoration: underline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
img,
main,
menu,
nav,
section {
    display: block
}

button,
hr,
input {
    overflow: visible
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

.overlay,
svg:not(:root) {
    overflow: hidden
}

#popups,
body,
html,
sub,
sup {
    position: relative
}

.overlay,
.window {
    position: absolute
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #fff
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

.display-none,
.hidden,
.visible-lg,
[hidden],
body::before,
template {
    display: none
}

@media (max-width:768px) {
    body::before {
        content: 'xs'
    }
}

@media (min-width:768px) and (max-width:992px) {
    body::before {
        content: 'sm'
    }
}

@media (min-width:992px) and (max-width:1200px) {
    body::before {
        content: 'md'
    }
}

.hidden {
    visibility: hidden
}

.hidden-lg {
    display: inherit
}

@media (min-width:1200px) {
    body::before {
        content: 'lg'
    }

    .hidden-lg {
        display: none
    }

    .visible-lg {
        display: inherit
    }
}

.cursor-move,
.ui-draggable-handle {
    cursor: move;
    cursor: url(../img/big_cursor_move.gif) 42 42, auto
}

.cursor-idle {
    cursor: wait;
    cursor: url(../img/big_cursor_idle.gif), auto
}

.window .window-top-bar-close .window-top-bar-close-icon,
a:hover,
cursor-pointer {
    cursor: pointer;
    cursor: url(../img/big_cursor_pointer.gif) 16 0, pointer
}

.cursor-normal,
body {
    cursor: auto;
    cursor: url(../img/big_cursor.gif), auto
}

@font-face {
    font-display: swap;
    font-family: Overpass;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/overpass-v12-latin-regular.eot');
    src: url('../fonts/overpass-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/overpass-v12-latin-regular.woff2') format('woff2'), url('../fonts/overpass-v12-latin-regular.woff') format('woff'), url('../fonts/overpass-v12-latin-regular.ttf') format('truetype'), url('../fonts/overpass-v12-latin-regular.svg#Overpass') format('svg')
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Overpass, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 1.96875rem
}

p {
    margin: 0 0 1.96875rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

::selection {
    color: #000;
    background: #fff000
}

::-moz-selection {
    color: #000;
    background: #fff000
}

a:hover {
    text-decoration: #fff000;
    color: #fff000
}

a:focus {
    text-decoration: inherit;
    color: #fff000;
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

body,
html {
    margin: 0;
    overflow-x: hidden;
    min-height: 100%
}

body {
    background: #000
}

.wrapper {
    max-width: 992px;
    margin: 0 auto;
    padding: 2.25rem 1.96875rem
}

@media (max-width:768px) {

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.3125rem;
        line-height: 1.96875rem
    }

    .wrapper {
        padding: 1.96875rem
    }
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

#popups {
    pointer-events: auto
}

@keyframes window-open {
    0% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

.window {
    animation: .2s ease-in window-open;
    border-radius: 5px;
    border: 5px solid #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000
}

.window img {
    border-top: 5px solid #fff
}

.window .window-top-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.window .window-top-bar i,
.window .window-top-bar p {
    font-size: 30px;
    margin: 10px 10px 5px;
    line-height: 100%
}

.window .window-title {
    max-width: 80%
}

.window .window-title i,
.window .window-title p {
    margin: 10px 10px 5px
}

.window .window-top-bar-close {
    min-width: 20%;
    -ms-flex: 1;
    flex: 1;
    float: left
}

.window .window-top-bar-close .window-top-bar-close-icon {
    height: 100%;
    width: 2em;
    float: right;
    border-left: 5px solid #fff;
    position: relative
}

.window .window-top-bar-close .window-top-bar-close-icon:after,
.window .window-top-bar-close .window-top-bar-close-icon:before {
    content: "";
    width: 30px;
    border: 2px solid #fff;
    position: absolute;
    top: 20px;
    left: 7px;
    border-radius: 2px
}

.window .window-top-bar-close .window-top-bar-close-icon:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.window .window-top-bar-close .window-top-bar-close-icon:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}