@font-face {
    font-family: 'ProximaNova';
    font-display: swap;
    src: url('https://css.tophotels.ru/fonts/ProximaNova/ProximaNova-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    font-display: swap;
    src: url('https://css.tophotels.ru/fonts/ProximaNova/ProximaNova-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

html, body {
    height: 100%;
}

* {
    box-sizing: border-box;
}

.page {
    min-height: 100%;
    position: relative;
    padding-bottom: 100px;
}

header {
    background-color: #1f1b2e;
    position: relative;
    margin-bottom: 60px;
}

header a:hover, header a.active {
    color: #ea0042;
}

header a {
    color: #fff;
    line-height: 60px;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 40px;
}

header .content {
    padding-left: 30px;
}

header .content::before {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    content: '';
    width: 4000px;
    background-color: #ea0042;
}

body {
    font-family: 'ProximaNova', sans-serif;
    background-color: #100e19;
    line-height: 25px;
}

.content {
    max-width: 1216px;
    display: block;
    min-width: 320px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.ttl {
    font-family: 'ProximaNova', sans-serif;
    margin: 30px 0 20px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.header__logo {
    font-family: 'ProximaNova', sans-serif;
    position: absolute;
    z-index: 1;
    font-weight: bold;
    color: #fff !important;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    left: -163px;
    top: 21px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.header__logo br {
    display: none;
}

.info {
    margin: 60px 0;
    padding: 20px;
    font-size: 14px;
    display: block;
    background: #fff;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    width: 100%;
    padding: 10px 0;
}

.footer a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.creative-mob {
    display: none;
}

.button-upload:hover {
    background: #d4043f;
}

.button-upload {
    color: #ffffff !important;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;
    padding: 20px;
    background: #ea0042;
    width: 300px;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .header__logo br {
        display: block;
    }

    .header__logo {

        left: -111px;
        top: 12px;
    }
}


@media screen and (max-width: 1500px) {
    .header__logo {
        position: relative;
        line-height: 60px;
        background-color: #ea0042;
        top: 0;
        left: 0;
        padding: 0 50px;
        z-index: 2;
    }

    .header__logo br {
        display: none;
    }

    header .content {
        padding-left: 0;
    }
}

@media screen and (max-width: 1300px) {
    .content {
        padding: 0 16px;
    }
}

@media screen and (max-width: 599px) {
    .creative-mob {
        display: block;
        width: 100%;
    }

    .creative-desk {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    header .content::before {
        display: none;
    }

    header .content {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header__logo {
        width: 100%;
        font-size: 19px;
        margin: 0;
    }

    header a {
        margin: 0 25px;
    }

    .button-upload {
        width: 100%;
    }

    .footer a {
        font-size: 13px
    }

}


