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,
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: "";
}

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #393939;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

img,
video {
    max-width: 100%;
    height: auto;
}

body,
html {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    background: #000000;
    background-image: url('../img/bg-desktop.jpg');
    background-size: cover;
    margin: 0;
}

.body-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 41px;
    padding-left: 360px;
    padding-bottom: 176px;
    gap: 84px;
}

.system.logo {
    margin-bottom: 36px;
}

.fonbet__logo {
    width: 249px;
}

.bonus {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.money {
    font-family: 'CeraProBold';
    font-weight: 900;
    font-size: 256px;
    line-height: 126px;
    color: rgba(213, 45, 48, 1);
    letter-spacing: -10px;
    display: inline-block;
    margin-left: -90px;
}

.money-text {
    font-family: 'CeraProMedium';
    font-size: 70px;
    letter-spacing: -2px;
    display: inline-block;
}

.bonus-bottom {
    font-family: 'CeraProMedium';
    font-weight: 500;
    font-size: 55px;
    line-height: 68px;
    text-align: left;
}

.features {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: -20px;
}

.feature {
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-family: 'CeraProLight';
    font-size: 24px;
    line-height: 18px;
}

.feature-number {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background-color: rgba(213, 45, 48, 1);
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-text {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(13, 13, 13, 1);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
}

.main__button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'CeraProMedium';
    background-color: rgba(213, 45, 48, 1);
    color: rgba(255, 255, 255, 1);
    width: 320px;
    height: 68px;
    border-radius: 21px;
    font-size: 29px;
    line-height: 26px;
    text-align: center;
}

@media (max-height: 960px),
(max-width: 1640px) and (orientation: landscape) {
    .body-wrap {
        gap: 56px;
        padding-left: 260px;
    }

    .system.logo {
        margin-bottom: 20px;
    }
}

@media (max-height: 840px),
(max-width: 1440px) and (orientation: landscape) {
    .money {
        font-size: 192px;
        line-height: 100px;
        letter-spacing: -10px;
        margin-left: -52px;
    }

    .money-text {
        font-size: 50px;
        letter-spacing: -2px;
    }

    .bonus-bottom {
        font-size: 42px;
        line-height: 48px;
    }
    
    .features {
        gap: 24px;
        margin-top: -10px;
    }
    
    .feature {
        gap: 12px;
        font-size: 20px;
        line-height: 16px;
    }
    
    .feature-number {
        width: 48px;
        height: 48px;
        border-radius: 48px;

    }
    
    .feature-text {
        border-radius: 12px;
        padding: 10px 16px;
    }

    .main__button {
        width: 240px;
        height: 54px;
        border-radius: 16px;
        font-size: 24px;
        line-height: 18px;
    }
}

@media (max-height: 780px),
(max-width: 1200px) and (orientation: landscape) {
    .fonbet__logo {
        width: 190px;
    }

    .system.logo {
        margin-bottom: 12px;
    }
    
    .body-wrap {
        padding-top: 24px;
        padding-left: 200px;
    }
}

@media (max-height: 680px),
(max-width: 1000px) and (orientation: landscape) {
    .body-wrap {
        padding-left: 100px;
        gap: 42px;
    }

    .money {
        font-size: 142px;
        line-height: 90px;
        letter-spacing: -4px;
        margin-left: -44px;
    }

    .money-text {
        font-size: 40px;
        letter-spacing: 0px;
    }
}

@media (orientation: portrait) {
    body {
        background-image: url('../img/bg-mobile.jpg');
    }

    .body-wrap {
        padding: 34px 24px 0 24px;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
    }
    
    .system.logo {
        margin-bottom: 22px;
    }
    
    .fonbet__logo {
        width: 140px;
    }
    
    .bonus {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .money {
        font-size: 76px;
        line-height: 60px;
        letter-spacing: -4px;
        margin-left: unset;
    }
    
    .money-text {
        font-size: 23px;
        letter-spacing: 0;
    }
    
    .bonus-bottom {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
    }

    .empty {
        height: 287px;
    }
    
    .features {
        gap: 12px;
        margin-top: 0;
    }
    
    .feature {
        gap: 8px;
        font-size: 16px;
        line-height: 12px;
    }
    
    .feature-number {
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }
    
    .feature-text {
        border-radius: 12px;
        padding: 10px 16px;
    }
    
    .main__button {
        width: 286px;
        height: 54px;
        border-radius: 12px;
        font-size: 23px;
        line-height: 20px;
        margin-bottom: 53px;
        margin-top: 12px;
    }
}

@media (max-width: 359px), (max-height: 500px) and (orientation: portrait) {
    .body-wrap {
        padding: 24px 18px 0 18px;
    }
    
    .system.logo {
        margin-bottom: 18px;
    }
    
    .fonbet__logo {
        width: 120px;
    }

    .money {
        font-size: 62px;
        line-height: 50px;
        letter-spacing: -3px;
    }
    
    .money-text {
        font-size: 20px;
    }

    .bonus-bottom {
        font-size: 24px;
        line-height: 25px;
    }

    .main__button {
        margin-bottom: 48px;
    }
}

@font-face {
    font-family: 'CeraProBold';
    src:
        local("CeraProBold"),
        url(../fonts/CERAPRO-BLACK.TTF) format("truetype");
}

@font-face {
    font-family: 'CeraProMedium';
    src:
        local("CeraProMedium"),
        url(../fonts/CERAPRO-BOLD.TTF) format("truetype");
}

@font-face {
    font-family: 'CeraProLight';
    src:
        local("CeraProLight"),
        url(../fonts/CERAPRO-MEDIUM.TTF) format("truetype");
}