*
{
    background-repeat: no-repeat;
    background-position: left top;
}
body
{
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    /*font: normal 1em/1.3em 'Arail', sans-serif;*/
    font-family: 'Kanit', sans-serif;
    overflow-y: visible;
    background-color: #100515;
}
.container
{
    max-width: 1717px;
    height: 1061px;
    margin: 0 auto;
    background-color: #100515;
    background-image: url(../images/bg.jpg);
    background-position: center top;
}

.bottom {
    background-position: center;
    text-align: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

.bottom img {
    max-width: 100px;
    height: auto;
    aspect-ratio: 1.8;
}

.top .logo
{
    position: absolute;
    left: calc(50% - 115px);
    top: 40px;
    background-image: url(../images/logo.png);
    width: 209px;
    height: 80px;
}
.main
{
    height: 584px;
    width: 100%;
}
.main .promo,
.main .center,
.main .form
{
    display: inline-block;
    margin-top: 95px;
    vertical-align: top;
}
.main .claim{
    padding: 0px 22px;
    border-radius: 3px;
    display: inline-block;
    background-image: -moz-linear-gradient( 90deg, rgb(212,181,46) 0%, rgb(195,155,40) 29%, rgb(195,143,50) 50%, rgb(226,199,82) 51%, rgb(185,140,40) 79%, rgb(232,170,70) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(212,181,46) 0%, rgb(195,155,40) 29%, rgb(195,143,50) 50%, rgb(226,199,82) 51%, rgb(185,140,40) 79%, rgb(232,170,70) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(212,181,46) 0%, rgb(195,155,40) 29%, rgb(195,143,50) 50%, rgb(226,199,82) 51%, rgb(185,140,40) 79%, rgb(232,170,70) 100%);
    box-shadow: 0.968px 3.881px 0px 2px rgba(0, 0, 0, 0.004);
    color: #000;
    font-weight: bolder;
    font-size: 35px;
    /* font-family: sans-serif; */
    text-shadow: 0px 0.97px 0px rgba(222, 199, 93, 1);
    text-shadow: 0.242px 0.97px 1px 5px rgba(0, 0, 0, 0.004);
    cursor: pointer;
    margin-top: 60px;
    text-decoration: none;
}
.main a.claim{
    /*background-image: url(../images/flare.png);*/
}
.main .promo
{
    width: 330px;
    text-align: center;
    color: #fff;
    margin-left: calc(50% - 160px);
    margin-top: 148px;
}
.main .promo .small
{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
}
.main .promo .medium
{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.main .promo .big
{
    font-size: 73px;
    line-height: 57px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.main .promo .gold
{
    font-weight: 800;
    background: -webkit-linear-gradient( 90deg, rgb(212,181,46) 0%, rgb(195,155,40) 29%, rgb(195,143,50) 50%, rgb(226,199,82) 51%, rgb(185,140,40) 79%, rgb(232,170,70) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main .center
{
    width: 490px;
    height: 330px;
    /*background-image: url(../images/sugarpop.png);*/
    background-position: center top;
}
.main .center-menu .h-block{
    background-color: #47224a;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px;
}
.main .center-menu .h-block span{
    text-decoration: none;
    color: #fff;
    margin: 0px 10px;
    font-weight: 600;
}
.main .center-menu{
    text-align: center;
    margin-top: 85px;
}
.bottom
{
    background-position: center;
    text-align: center;
    color: #fff;
}
.bottom .terms{
    display: inline-block;
    text-align: left;
    padding: 0;
}

.terms {
    list-style: none;
}

.bottom .terms li{
    font-size: 13px;
    position: relative;
}

.terms li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    background: #FFFFFF;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.bottom .terms li.head-terms{
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
}


.bottom .terms li.head-terms::before {
    content: none;
    
}

.bottom .payments
{
    display: block;
    position: absolute;
    left: calc(50% - 284px);
    margin-top: 55px;
    outline: none;
    width: 549px;
    height: 56px;
    cursor: pointer;
    background-image: url(../images/payment.png);
    background-position: center;
    color: transparent;
    text-decoration: none;
}