﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    max-width: 100%;
    height: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

html {
    font-size: 62.5%
}

*::-webkit-scrollbar {
    width: .5rem;
    height: .5rem;
    background-color: #fff
}

* ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0.6rem #FF6935;
    box-shadow: inset 0 0 0.6rem #FF6935;
    background-color: #FF6935
}

*,
*::before,
*::after {
    font-family: "Montserrat", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 1.6rem;
    overflow-x: hidden;
    color: #303030
}

.container {
    max-width: 102rem;
    padding: 2rem;
    margin-inline: auto;
    padding-top: 14.4rem;
    padding-bottom: 15rem;
    display: grid;
    gap: 5rem
}

.card {
    background: #fff;
    -webkit-box-shadow: 0 2rem 3rem 1rem rgba(79, 81, 100, 0.25);
    box-shadow: 0 2rem 3rem 1rem rgba(79, 81, 100, 0.25);
    border-radius: 2rem;
    padding: 3.2rem
}

.btn {
    border: 0;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    padding: 1.6rem 3.2rem;
    background: #E91E63;
    -webkit-box-shadow: 0 2px 10px #E91E63;
    box-shadow: 0 2px 10px #E91E63;
    border-radius: 5.5rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

    .btn:hover {
        background: #d81558
    }

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .row .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 2rem);
        flex: 1 1 calc(50% - 2rem)
    }

@media (max-width: 767.9px) {
    .row .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.banner {
    color: #fff;
    display: grid;
    gap: 4rem;
    padding-bottom: 2.6rem;
    background: #020024;
    background: linear-gradient(122deg, #020024 0%, #cb2370 0%, #e4a022 100%, #f39654 100%)
}

.banner-action {
    cursor: pointer;
    border-radius: 2rem
}

    .banner-action img {
        border-radius: inherit
    }

    .banner-action .is-mobile {
        display: none
    }

@media (max-width: 991.9px) {
    .banner-action img {
        display: none
    }

    .banner-action .is-mobile {
        display: inline-block
    }
}

.banner-header {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5rem
}

@media (max-width: 991.9px) {
    .banner-header {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 575.9px) {
    .banner-header {
        grid-template-columns: 1fr
    }
}

.banner-header__bullets {
    display: grid;
    gap: 20px;
    padding-left: 0
}

    .banner-header__bullets li {
        position: relative;
        list-style: none;
        padding-left: 30px
    }

        .banner-header__bullets li::before {
            content: '⚡';
            display: block;
            left: 0;
            position: absolute
        }

        .banner-header__bullets li:nth-child(2n)::before {
            content: '%';
            left: 4px;
            color: #58ff02;
            font-weight: 700
        }

        .banner-header__bullets li:last-child::before {
            content: '❤️'
        }

.banner-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.6rem
}

    .banner-header__logo i {
        margin-top: 15px
    }

    .banner-header__logo a {
        display: grid;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

.banner-header img {
    width: 30rem
}

@media (max-width: 575.9px) {
    .banner-header img {
        margin-left: auto;
        margin-right: auto
    }
}

.banner-header__text {
    font-size: 2.6rem;
    font-weight: 700
}

@media (max-width: 991.9px) {
    .banner-header__text {
        font-size: 2.4rem
    }
}

.games {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(16.9rem, 1fr))
}

.game {
    cursor: pointer;
    border-radius: 2rem;
    aspect-ratio: 1;
    position: relative;
    -webkit-box-shadow: 0 1rem 1rem 0.5rem rgba(79, 81, 100, 0.25);
    box-shadow: 0 1rem 1rem 0.5rem rgba(79, 81, 100, 0.25);
    -webkit-transition: ease-in 0.1s;
    transition: ease-in 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.game__jackpot {
    position: absolute;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(205, 46, 105, 0.71);
    padding: .3rem 1rem;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: 2rem 2rem 0 0
}

@media (max-width: 575.9px) {
    .game__jackpot {
        top: 0;
        width: 100%;
        left: 0
    }
}

.game__jackpot span {
    font-size: 1.2rem
}

    .game__jackpot span:last-child {
        font-size: 1.8rem
    }

.game:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.game img {
    height: 100%;
    border-radius: 2rem;
    -o-object-fit: cover;
    object-fit: cover
}

.action {
    display: grid;
    gap: 2rem;
    place-items: center;
    font-size: 1.6rem;
    text-align: center
}

.action span {
    font-weight: 500
}

/*# sourceMappingURL=style.css.map */

/*ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.is-hidden {
    display: none;
}

.SiteWrapper {
    margin-bottom: 6rem;
}

.PageFooter .horisontal-divider {
    margin: 2em 0;
}

.horisontal-divider {
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, .15);
}
*/