@font-face {
    font-family: 'Neutra Text';
    src: url('../fonts/NeutraText-Light.eot');
    src: url('../fonts/NeutraText-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeutraText-Light.woff2') format('woff2'),
    url('../fonts/NeutraText-Light.woff') format('woff'),
    url('../fonts/NeutraText-Light.ttf') format('truetype'),
    url('../fonts/NeutraText-Light.svg#NeutraText-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neutra Text';
    src: url('../fonts/NeutraText-Book.eot');
    src: url('../fonts/NeutraText-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NeutraText-Book.woff2') format('woff2'),
    url('../fonts/NeutraText-Book.woff') format('woff'),
    url('../fonts/NeutraText-Book.ttf') format('truetype'),
    url('../fonts/NeutraText-Book.svg#NeutraText-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}

body {
    margin:0;
}

.close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #000;
    border-radius: 20px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,sans-serif;
    line-height: 35px;
    outline: none;
}
.close:active {
    top:1px;
}

@media (max-width:767px) {
    .close {
        top: 2px;
        right: 2px;
    }
}

.links {
    position:absolute;
    left:0;
    bottom:0;
    width: 100%;
    background: rgba(0, 94, 165, 0.9);
    text-align:center;
    z-index:100000;

    font-family: 'Neutra Text',sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight:400;
    transition: all 0.15s;
    padding:0 0 10px 0;
}
.links.relative {
    position:relative;
    margin-top:50px;
}

.links div {
    display:inline-block;
}
.links p {
    display:inline-block;
    margin-bottom:5px;
}
.links a {
    text-decoration: underline;

    font-size: 16px;
    line-height: 20px;
    color:#fff;
    display: inline-block;

    transition: all 0.15s;
    margin-left:15px;
}

.links .btn {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #FE5E00;
    font-size: 17px;
    padding: 3px 30px 0;
    line-height: 30px;
    border-radius: 23px;
    font-weight: 700;
    display: inline-block;
}

.links .btn.back {
    color: #AAA;
    background-color: #4D4D4D;
    font-size: 15px;
    line-height: 22px;
    padding: 3px 25px 0;
    display: inline-block;
    margin-left:5px;
    font-weight: 400;
}

.links a:hover {
    opacity: 0.7;
}
