.countdown span::after {
    content: "days";
    font-size: 3rem;
    display: block;
}

.countdown span:nth-child(2):after {
    content: "hours";
}

.countdown span:nth-child(3):after {
    content: "minutes";
}

.countdown span:nth-child(4):after {
    content: "seconds";
}

@font-face {
    font-family: 'vFKArbat';
    src: url(/assets/fonts/vFKArbat.ttf);
}

@font-face {
    font-family: 'Czizh';
    src: url(/assets/fonts/CzizhWing.ttf);
}

.cyrillic {
    font-family: Czizh, cursive;
}

.kzfont {
    font-family: vFKArbat, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.fh5co-cover {
    background-position: center;
    background-origin: border-box;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .fh5co-cover {
        background-position: center top -100px;
    }

}

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

    #fh5co-gallery {
        padding-bottom: 0 !important;
    }

    h2 {
        margin-bottom: 10px;
    }

    #fh5co-gallery h2 {
        margin: 0;
    }

    .fh5co-section-gray {
        padding-bottom: 0 !important;
    }
}

.margin-bottom-0 {
    margin-bottom: 0;
}