@font-face {
    font-family: 'Futura Futuris';
    src: url('../fonts/FuturaFuturis/FuturaFuturisC.eot');
    src: url('../fonts/FuturaFuturis/FuturaFuturisC.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaFuturis/FuturaFuturisC.woff') format('woff'),
    url('../fonts/FuturaFuturis/FuturaFuturisC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    min-height: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, main, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
    vertical-align: top;
    max-width: 100%;
    /*pointer-events: none;*/
    outline: none;
    border: 0;
}
span {
    display: inline;
}
a {
    color: #fff;
    transition: color 0.3s;
    text-decoration: none;
}
a:hover {
    color: #fecc00;
}

p {
    margin-top: 0;
    margin-bottom: 1.45em;
}


h1, .h1 {
    margin: .4em 0 .3em;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Futura Futuris', sans-serif;
    color: #1a1a1a;
}


ul {
    margin-bottom: 1.5em;
    margin-left: 1.15em;
}


body {
    font-family: 'Futura Futuris', sans-serif;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.015em;
    color: #fff;
    /*background: #fff url("../images/fon.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;*/

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;

    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
    -moz-text-size-adjust:none;
    text-size-adjust: none;
}

.page-content {
    position: relative;
    max-width: 470px;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
}

.company-logo {
    margin-bottom: 23px;
}
.company-data {
    margin-bottom: 18px;
}
.support-phone {
    margin-bottom: 20px;
}
.company-logo {

}

.page-title {
    margin-top: 60px;
    font-size: 24px;
}
.page-title:before,
.page-title:after {
    content: '';
    display: block;
    margin: 20px auto;
    height: 5px;
    max-width: 80px;
    background: #fecc00;
}




.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.bg {
    position: absolute;
    top: 0;

    left: 50%;
    display: block;
    transform: translateX(-50%);
    height: 100%;
    width: 1920px;
    background: #fff url(../images/fon.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}


.catalog-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 23.25%;
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(45deg) translateX(-71.4%);
    color: #000;
    font-size: 32px;
    margin: 0 auto;
    position: absolute;
    top: 83%;
    left: 50%;
    animation: pulse 2s infinite;
}
.catalog-link span {
    display: block;
    transform: rotate(-45deg);
}



@-webkit-keyframes pulse {
    0% {
        background: rgba(255, 255, 255, 0.5);
    }
    50% {

        background: rgba(255, 255, 255, 0.9);
    }
    100% {
        background: rgba(255, 255, 255, 0.5);
    }
}
@-moz-keyframes pulse {
    0% {
        background: rgba(255, 255, 255, 0.5);
    }
    50% {

        background: rgba(255, 255, 255, 0.9);
    }
    100% {
        background: rgba(255, 255, 255, 0.5);
    }
}
@-ms-keyframes pulse {
    0% {
        background: rgba(255, 255, 255, 0.5);
    }
    50% {

        background: rgba(255, 255, 255, 0.9);
    }
    100% {
        background: rgba(255, 255, 255, 0.5);
    }
}
@-o-keyframes pulse {
    0% {
        background: rgba(255, 255, 255, 0.5);
    }
    50% {

        background: rgba(255, 255, 255, 0.9);
    }
    100% {
        background: rgba(255, 255, 255, 0.5);
    }
}
@keyframes pulse {
    0% {
        background: rgba(255, 255, 255, 0.5);
    }
    50% {

        background: rgba(255, 255, 255, 0.9);
    }
    100% {
        background: rgba(255, 255, 255, 0.5);
    }
}