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

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

.footer {
    position: static !important;
}

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

.footer-theme5 .skitter-large,
.footer-theme5 .skitter-themed,
.footer-theme5 .skitter-playground {
    max-width: 1346px;
    height: 100%;
    background: #7fc075;
}

.footer-theme5 {
    display: block;
    cursor: pointer;
    background: url(https://tophotels.ru/csstx/images/big-footer/5/bg.jpg) right/cover no-repeat;
    height: 600px;
    font-family: Montserrat, 'sans-serif';
    position: relative;
    z-index: 22;
}

.footer-theme5 .label_skitter p {
    font-family: Montserrat, 'sans-serif';
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    text-shadow: 0 0 20px black;
}

.footer-theme5__flex {
    height: 100%;
    padding: 50px 0 0 0;
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
    color: white;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.footer-theme5__ttl {
    text-shadow: 0 0 20px black;
    color: #dfa918;
    font-size: 60px;
    letter-spacing: 1px;
    font-family: Montserrat_bold, 'sans-serif';
}

.footer-theme5__bottom:hover {
    color: #999;
}

.footer-theme5__sub-ttl {
    text-shadow: 0 0 20px black;
    font-size: 25px;
    margin: 60px 0 30px 0;
}


.footer-theme5 .label_skitter {
    background: transparent;
    bottom: 170px;
}

.footer-theme5__skitter-wrap {
    position: relative;
    height: 100%;
}

.footer-theme5 .skitter-large,
.footer-theme5 .skitter .container_skitter,
.footer-theme5 .skitter-themed,
.footer-theme5 .skitter .image,
.footer-theme5 .skitter .container_skitter .image_main,
.footer-theme5 .skitter-playground {
    height: 100% !important;
}

.footer-theme5__skitter-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 20;
}

.footer-theme5__bottom {
    font-size: 21px;
    text-shadow: 0 0 20px black;
    line-height: 70px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: auto;
}

.footer-theme5__logo {
    background-image: url(https://tophotels.ru/csstx/images/big-footer/5/logo.png);
    display: block;
    width: 100%;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-theme5__abs-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30;
}

@media screen and (max-width: 1024px) {

    .footer-theme5__flex {
        padding: 30px 0 0 0;
    }

    .footer-theme5__logo {
        height: 70px;
    }

    .footer-theme5__sub-ttl {
        font-size: 21px;
        margin: 50px 0 25px 0;
    }

    .footer-theme5__ttl {
        font-size: 50px;
    }

    .footer-theme5 .label_skitter {
        bottom: 120px;
    }

    .footer-theme5 .label_skitter p {
        font-size: 22px;
    }
}

@media screen and (max-width: 766px) {
    .footer-theme5 {
        overflow: hidden;
        background-position: 69% center;
    }

    .footer-theme5__ttl {
        font-size: 22px;
    }

    .footer-theme5__logo {
        height: 50px;
    }

    .footer-theme5__sub-ttl {
        font-size: 13px;
        margin: 40px 0 20px 0;
    }

    .footer-theme5__flex {
        padding: 30px 0 0 0;
    }

    .footer-theme5__bottom {
        font-size: 13px;
        text-shadow: 0 0 20px black;
        line-height: 45px;
    }

    .footer-theme5 .label_skitter p {
        font-size: 13px;
    }

    .footer-theme5 .label_skitter {
        bottom: 75px;
    }
}

