@font-face {
    font-family: 'Century-Gothic';
    font-display: auto;
    src: url('https://tophotels.ru/csstx/fonts/Century-Gothic/11528.ttf');
    font-weight: normal;
    font-style: normal;
}

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

.big-footer2 {
    height: 600px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: block;
    font-family: Century-Gothic, sans-serif;
    color: white !important;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 100px 40px 100px;
    background: url(https://tophotels.ru/csstx/images/big-footer/2/bg.jpg) center/cover no-repeat;
    align-items: center;
}

.big-footer2 .big-footer2__ttl {
    display: block;
    margin-top: 50px;
    line-height: 50px;
    font-size: 27px;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 20px black;
}

.big-footer2 .big-footer2__btn {
    background-color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 2px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: black;
    font-family: Century-Gothic, sans-serif;
    line-height: 50px;
    margin-top: 40px;
    width: 300px;
}

.big-footer2 .big-footer2__logo {
    text-shadow: 0 0 20px black;
    font-family: 'Cinzel', serif;
    line-height: 60px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    z-index: 2;
    color: #ffd769;
    font-size: 70px;
}


@media screen and (max-width: 1200px) {
    .big-footer2 {
        padding: 80px 40px 40px 40px;
    }
}

@media screen and (max-width: 1023px) {
    .big-footer2 .big-footer2__ttl br {
        display: none;
    }

    .big-footer2 {
        padding: 80px 15px 40px 15px;
    }

    .big-footer2 .big-footer2__logo {
        font-size: 58px;
        line-height: 58px;
    }

    .big-footer2 .big-footer2__ttl {
        font-size: 22px;
    }
}

@media screen and (max-width: 766px) {
    .big-footer2 {
        padding: 50px 25px 20px 25px;
    }

    .big-footer2 .big-footer2__logo {
        font-size: 30px;
        line-height: normal;
    }

    .big-footer2 .big-footer2__ttl {
        font-size: 15px;
        line-height: 26px;
        margin-top: 20px;
    }

    .big-footer2 .big-footer2__btn {
        width: 210px;
        font-size: 14px;
        margin-top: auto;
        margin-bottom: 65px;
    }
}