html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

:after, :before, :hover {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: 'Helvetica', 'Arial', 'PingFang SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}
body{
    background: url("/css/bg_left2.webp") top 30% left / 10% no-repeat,
                url("/css/bg_right4.webp") top 10% right / 10% no-repeat,
    radial-gradient(64% 50.2% at 11% 63.8%, #ffd600 -300%, rgba(255, 214, 0, 0) 55%), #010100;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    min-width: 350px;
}
a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.container {
    width: 100%;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}
header{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
header:before{
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    background: radial-gradient(37% 76.2% at 58% 40%, #262000 41%, #010100 110%);
    transform: scale3d(1, 1, 1);
    transform-origin: top;
}
header .header_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    position: relative;
}

header .header_logo{
    display: block;
    margin-right: 30px;
}

header .header_logo svg{
    display: block;
    width: 97px;
    height: 40px;
}

header .header_btns{
    display: flex;
    gap: 5px;
}

header .header_btns .btn{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    font-weight: 800;
    background-color: transparent;
    border: 1px solid #FFD600;
    transition: .5s all ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    height: 40px;
    min-width: 128px;
}
header .header_btns .btn:hover{
    background-color: rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px #FFD600;
}
header .header_btns .btn_registration{
    background: linear-gradient(90deg, #ff00e5 0%, #ff008a 100%);
    border-color: transparent;
}

header .header_btns .btn_registration:before{
    content: "";
    position: absolute;
    top: 0;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent) !important;
    animation: shine 2.5s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    25% {
        left: 100%;
    }
    50% {
        left: 100%;
    }
    75% {
        left: -100%;
    }
    100% {
        left: -100%;
    }
}

.page_wrap {
    line-height: 1.5;
    padding: 50px 0;
}
.page_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.page_subtitle {
    font-size: 20px;
    line-height: 1.3;
}
.page_btn {
    color: #010100;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 11px 20px;
    background-color: #FFD600;
    border-radius: 10px;
    transition: .5s all ease;
}
.page_btn:hover {
    opacity: .7;
}
.page_hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180.00deg, #292301 0%,rgba(41, 35, 1, 0) 100%);
    border-radius: 20px;
    margin-bottom: 72px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}
.page_hero_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.page_hero_bg {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.page_hero .text_col {
    padding: 40px;
}
.page_hero_desc{
    max-width: 430px;
}
.page_hero .img_col{
    position: relative;
}
.page_hero .img_col:before{
    content: '';
    filter: blur(115.62px);
    background: #FFD600;
    width: 390px;
    height: 390px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}
.page_hero .img_col img {
    display: block;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    width: 515px;
}
.page_hero .page_title{
    font-size: 48px;
}
.page_hero .page_title span {
    font-size: 24px;
    color: #FFD600;
    display: block;
}
.page_hero_bottom{
    backdrop-filter: blur(84px);
    background: linear-gradient(90.00deg, #1A1500,rgba(38, 32, 0, 0.5) 89.817%);
    margin-top: auto;
    padding: 21px 40px;
    position: relative;
    z-index: 1;
}
.loyalty_desc_list{
    display: flex;
    justify-content: space-between;
    gap: 0 28px;
}
.loyalty_desc_list .loyalty_desc_img{
    width: 86px;
    min-width: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loyalty_desc_list .loyalty_desc_img img{
    display: block;
    max-width: 100%;
}
.loyalty_desc_list .loyalty_desc_text{
    padding: 8px 0;
}
.loyalty_desc_list .item{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    gap: 8px;
}
.loyalty_desc_list .item_title{
    font-size: 16px;
    color: #FFD600;
    margin-bottom: 4px;
}
.page_description_section{
    padding: 29px 25px;
    border-radius: 20px;
    background: #1A1500;
}
.info{
    position: relative;
    padding-left: 30px;
}
.info .ico{
    position: absolute;
    top: 2px;
    left: 0;
}
.page_description_section .page_title{
    margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
    .page_wrap {
        font-size: 14px;
    }
    .page_title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .page_subtitle {
        font-size: 16px;
    }
    .page_hero .text_col {
        padding: 28px 16px 44px;
    }
    .page_hero .page_btn {
        margin-top: 24px;
    }
    .loyalty_desc_list{
        flex-wrap: wrap;
        gap: 0;
    }
    .page_hero_bottom{
        padding: 21px 14px;
    }
    .loyalty_desc_list .item{
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .page_hero{
        margin-bottom: 50px;
    }
    .page_hero_bg {
        left: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .page_hero .page_title span{
        font-size: 16px;
    }
    .page_hero .page_title{
        font-size: 24px;
    }
    .page_description_section{
        padding: 40px 12px;
    }
}
@media screen and (max-width: 575px){
    header .header_btns .btn{
        padding: 5px;
        font-weight: 700;
        font-size: 12px;
        height: 35px;
        min-width: 100px;

    }
    .page_hero_row{
        flex-direction: column;
    }
    .loyalty_desc_list .item{
        width: 100%;
    }
    .page_hero .text_col{
        width: 100%;
    }
    .page_hero .img_col{
        width: 100%;
    }
}