@font-face {
    font-family: 'ProximaNova';
    font-display: auto;
    src: url('https://tophotels.ru/csstx/fonts/ProximaNova/ProximaNova-Semibold.woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    font-display: auto;
    src: url('https://tophotels.ru/csstx/fonts/ProximaNova/ProximaNova-Regular.woff');
    font-weight: normal;
    font-style: normal;
}

.page {
    padding-bottom: 0 !important;
}

.footer {
    position: static !important;
}

.big-footer-arrow {
    position: fixed;
    bottom: 0;
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
    background-color: #e03a3a;
    text-transform: uppercase;
    font-size: 13px;
    white-space: nowrap;
    padding: 0 25px;
    border-radius: 100px 100px 0 0;
    color: white !important;
    cursor: pointer;
    display: block;
    border: none;
    line-height: 30px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    z-index: 20;
}

.big-footer24 {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;
    font-family: 'ProximaNova', sans-serif;
    padding: 35px 0 0 0;
    position: relative;
    color: #ffffff !important;
    text-align: center;
    background:#c4bcac url(https://tophotels.ru/csstx/images/big-footer/bf24.png) center /cover no-repeat;
}

.big-footer24::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.09);
}

.big-footer24 * {
    position: relative;
    z-index: 2;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.big-footer24 .big-footer24__ttl {
    font-size: 60px;
    margin: 55px 0 0 0;
    line-height: 78px;
}

.big-footer24 .big-footer24__logo {
    display: block;
    width: 380px;
    margin: 20px auto;
    height: 35px;
    background: url(https://tophotels.ru/csstx/images/logotypes/on-exhibit.svg) center/contain no-repeat;
}

.big-footer24 .big-footer24__sm {
    font-size: 17px;
}

.big-footer24 .big-footer24__subttl {
    font-size: 29px;
    margin: 45px 0 23px 0;
}

.big-footer24 button:hover {
    background: #e7ba00;
}
.big-footer24 button {
    margin-top: auto;
    width: 100%;
    border: none;
    text-align: center;
    line-height: 60px;
    background: #ffab35;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: none;
    font-family: 'ProximaNova', sans-serif;
}

@media screen and (max-width: 1023px) {
    .big-footer24 {
        font-size: 14px;
        background-position: right;
    }

    .big-footer24 .big-footer24__sm {
        font-size: 14px;
    }

    .big-footer24 .big-footer24__ttl {
        font-size: 35px;
        line-height: 50px;
        margin-top: 30px;
    }

    .big-footer24 .big-footer24__logo {
        height: 21px;
        width: 100%;
    }

    .big-footer24 .big-footer24__subttl {
        font-size: 20px;
        margin: 20px 0 20px 0;
    }
}

@media screen and (max-width: 767px) {
    .big-footer24 .big-footer24__ttl {
        font-size: 23px;
        line-height: 37px;
    }

    .big-footer24::before {
        background: transparent;
    }

    .big-footer24 button {
        font-size: 14px;
    }

    .big-footer24 .big-footer24__sm {
        font-size: 12px;
        width: 234px;
        margin: 0 auto;
        line-height: 19px;
    }

    .big-footer24 {
        background-position-x: 88%;
        font-size: 13px;
    }

    .big-footer24 .big-footer24__subttl {
        font-size: 14px;
        margin: 25px 0 15px 0;
    }
}