a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    color: inherit
}

@font-face {
    font-family: Helvetica;
    src: url(../fonts/HelveticaRegular.ttf);
    font-weight: 400
}

@font-face {
    font-family: Helvetica;
    src: url(../fonts/HelveticaBold.ttf);
    font-weight: 700
}

body {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #150b14), color-stop(30%, #1c1421), to(#150b14)) no-repeat;
    background: linear-gradient(to bottom, #150b14 10%, #1c1421 30%, #150b14 100%) no-repeat
}

.noiz {
    background: url(../img/texture.png)
}

img {
    width: 100%
}

h1 {
    line-height: 20px;
    font-weight: 700;
    font-size: 18px
}

a {
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    opacity: 1
}

a:hover {
    opacity: .5
}

.highlight {
    line-height: 20px;
    font-weight: 700;
    float: left
}

.highlight::after {
    content: '⠀'
}

.btn {
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    opacity: 1;
    cursor: pointer
}

.btn:hover {
    opacity: .5
}

p {
    line-height: 20px;
    color: #c8c8c8
}

section {
    margin-bottom: 35px
}

.wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    background: #1c1421
}

.wrapper .back-hero {
    position: absolute;
    z-index: 400;
    top: 270px;
    left: -210px;
    width: 470px
}

main {
    width: 100%;
    padding: 30% 80px 35px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/head.jpg) top no-repeat, url(../img/background-2.jpg) bottom no-repeat;
    background-size: 100%, 101% 42%
}

main>* {
    position: relative;
    z-index: 500
}

main .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

main .description .title {
    width: 100%;
    padding: 0 50px;
    margin-bottom: 35px;
    text-align: center;
    color: #fff
}

main .description .title .highlight {
    float: none
}

main .description .story {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: justify
}

main .description .video-frame {
    position: relative;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%
}

main .description .video-frame .ratio {
    height: 0;
    margin-top: 82.225%
}

main .description .video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

main .download-links {
    margin-top: 20px;
}

main .download-links {
    margin-top: 20px;
}

main .download-links .download-link {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    margin-right: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

main .download-links .download-link:hover {
    opacity: .7;
    color: #b53562
}

main .bank-button-side {
    position: absolute;
    top: 50px;
    right: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(28, 20, 33, 0.8);
    border: 1px solid rgba(181, 255, 255, 0.3);
    border-radius: 6px;
    color: #B5FFFF;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 600
}

main .bank-button-side:hover {
    opacity: 1;
    background: rgba(14, 116, 173, 0.6);
    border-color: rgba(181, 255, 255, 0.5);
    color: #fff;
    transform: translateY(-1px)
}

main .bank-button-side .crystal-icon-small {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex-shrink: 0
}

main .info-links {
    margin: 40px 0;
    text-align: center
}

main .info-links .info-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    margin: 5px;
    background: #1c1421;
    border: 2px solid #972b4e;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

main .info-links .info-link:hover {
    background: #972b4e;
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(151, 43, 78, 0.4)
}

main .carousel .item {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    border-radius: 8px
}

main .carousel .item .carousel-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

main .carousel .item .carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2
}

main .carousel .item .caption {
    position: relative;
    z-index: 3;
    text-align: justify;
    padding: 30px;
    color: #fff;
    background: transparent
}

main footer {
    text-align: center
}

main footer .subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px
}

main footer .subscribe .icon-vk {
    width: 15px;
    padding: 2px;
    border-radius: 4px;
    margin: 0 10px;
    fill: #151515;
    background: #fff
}

main footer .copy {
    color: #fff
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #972b4e
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: 0
}

@media all and (max-width:1000px) {
    .wrapper .back-hero {
        display: none
    }
}

@media all and (max-width:992px) {
    main .description .title {
        text-align: justify;
        padding: 0
    }

    main .description .story {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    main .description .video-frame {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        margin: 0 auto 35px auto
    }
}

@media all and (max-width:768px) {
    main {
        background-size: 101%;
        padding: 30% 30px 35px 30px
    }

    main .description .video-frame {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 35px 35px 35px
    }

    main .download span {
        margin: 0 8px
    }
}

@media all and (max-width:576px) {
    main .description .video-frame {
        margin: 0 0 35px 0
    }


    main .bank-button-side {
        position: static;
        margin: 20px auto;
        display: block;
        width: fit-content
    }

    main .info-links .info-link {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 10px auto
    }

    main .carousel .item {
        min-height: 300px
    }

    main .carousel .item .caption {
        padding: 20px
    }
}

@media all and (max-width:460px) {
    main footer .subscribe .icon-vk {
        margin: 15px 30% 0 30%
    }

    main footer .subscribe {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}