﻿@import url('zona-pro.css');
@import url('gilroy-bold.css');
html
{
    font-size: 16px;
    height: 100%;
}
body
{
    overflow-x: hidden;
    background: #000;
    font-weight: 700;
    font-family: 'Gilroy-Regular',sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100vw;
    height: 100%;
    color: #fff;
    font-style: normal;
}
body>*
{
    width: 100%;
}
img
{
    display: block;
}
.cover
{
    padding-left: calc(50% - 125vh / 2);
    padding-right: calc(50% - 125vh / 2);
}
.header
{
    padding-top: 7.8vh;
    padding-bottom: 7.8vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.logo img
{
    height: 10vh;
    max-width: unset;
    -o-object-fit: contain;
    object-fit: contain;
}
.main
{
    margin-right: auto;
    padding-top: 5.2vh;
    padding-bottom: 5.2vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}
.background
{
    display: block;
    position: fixed;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}
.background img
{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}
.background img~img
{
    display: none;
}
.prime
{
    width: 100%;
    position: relative;
    z-index: 100;
}
.prime__title-main
{
    margin-bottom: 2.2vh;
    color: #fff;
    font-family: 'Gilroy-Medium',sans-serif;
    font-size: 7vh;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .1vh;
    text-transform: uppercase;
    text-align: left;
}
.prime__title-main>span
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.prime__title .small
{
    margin-right: 1vh;
    font-family: 'Gilroy-Regular',sans-serif;
    font-weight: 400;
    font-size: 6.1vh;
    line-height: .85;
}
.prime__title .large
{
    font-family: 'Gilroy-Bold',sans-serif;
    font-size: 13vh;
    font-weight: 700;
    line-height: 1;
}
.prime__title-secondary
{
    margin-bottom: 13vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: 'Gilroy-Medium',sans-serif;
    font-size: 3.5vh;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.prime__title-secondary .prime-title__icon
{
    margin-left: 1vh;
}
.prime__title-secondary .prime-title__icon img
{
    display: block;
    height: 2.5vh;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.prime__button
{
    margin-bottom: 4vh;
    padding: 2.4vh;
    display: block;
    width: 40vh;
    color: #fff;
    font-family: 'Gilroy-Bold',sans-serif;
    font-size: 3.5vh;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .09vh;
    text-transform: uppercase;
    text-align: center;
    border-radius: 25vh;
    border: .09vh solid transparent;
    background: #00bc13;
    -webkit-box-shadow: 0 .3vh 1.2vh rgba(0,0,0,.25);
    box-shadow: 0 .3vh 1.2vh rgba(0,0,0,.25);
}
.prime__button:hover
{
    background-color: #fff;
    border-color: #00bc13;
    color: #00bc13;
}
.prime__desc
{
    max-width: 43vh;
    color: #fff;
    font-family: 'Gilroy-Medium',sans-serif;
    font-size: 1.6vh;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .014em;
}
.prime__desc a
{
    font: inherit;
    color: inherit;
    text-decoration: underline;
}
.prime__desc a:hover
{
    text-decoration: none;
    opacity: .75;
}
.prime__img
{
    position: fixed;
    height: 100vh;
    right: calc(50% - 167vh / 2);
    bottom: 0;
    z-index: -1;
}
.prime__img img
{
    display: block;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}/* FOOTER */
.footer
{
    padding-top: 2.6vh;
    padding-bottom: 2.6vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 100%!important;
    z-index: 1000;
    background: #171717;
}
.footer>*:not(:last-child)
{
    margin-right: 32px;
}
.footer img
{
    display: block;
}
.footer ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    list-style: none;
}
.footer__payment li+li
{
    margin-left: 1.3vh;
}
.footer ul img
{
    display: block;
    height: 2.3vh;
}
.footer__crypto
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer-crypto__title
{
    margin-right: 20px;
    min-width: 90px;
    display: inline-block;
    font-family: 'Zona Pro',sans-serif;
    font-weight: 275;
    font-style: normal;
    font-size: 10px;
    line-height: 1;
    color: #fff;
}
.footer__crypto ul li+li
{
    margin-left: 1.4vh;
}