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,
main,
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,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
body {
    margin: 0;
    padding: 0 0 50px;
    font-family: Arial, Tahoma, sans-serif;
    line-height: 1;
    background-color: #fff;
    min-height: 100vh;
    position: relative;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-width: 0;
    padding: 0;
    margin: 0;
}
html {
    min-height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
input,
textarea {
    color: #333;
    outline: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}
button,
input[type="button"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    outline: 0;
}
form,
td {
    margin: 0;
    padding: 0;
}
ol,
ul {
    list-style: none;
}
a {
    color: #000100;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Black.eot);
    src: url(../fonts/Montserrat-Black.eot) format("embedded-opentype"), url(../fonts/Montserrat-Black.woff) format("woff"), url(../fonts/Montserrat-Black.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Circe;
    src: url(../fonts/Circe-Regular.eot);
    src: url(../fonts/Circe-Regular.eot) format("embedded-opentype"), url(../fonts/Circe-Regular.woff) format("woff"), url(../fonts/Circe-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Circe;
    src: url(../fonts/Circe-Bold.eot);
    src: url(../fonts/Circe-Bold.eot) format("embedded-opentype"), url(../fonts/Circe-Bold.woff) format("woff"), url(../fonts/Circe-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto.eot);
    src: url(../fonts/Roboto.eot) format("embedded-opentype"), url(../fonts/Roboto.woff) format("woff"), url(../fonts/Roboto.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
body::before {
    content: "";
    display: block;
    background: url(../img/fons/BG.jpg) center top/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1000;
}
a:hover {
    opacity: 0.6;
}
.header-top {
    background: rgba(0, 0, 0, 0.8);
    padding: 16px 0;
}
.header-top-wrap {
    display: flex;
    justify-content: space-between;
}
.header-top>div>span,
.header-top a {
    font-size: 16px;
    font-family: Circe;
    color: #2dc8ed;
    line-height: 1.313;
}
.header-top a:hover {
    opacity: 0.6;
}
.success {
        position: fixed;
    width: 100%;
    text-align: center;
    background-color: #70d870;
    font-size: 16px;
    padding: 10px 15px;
}
.wrapper {
    max-width: 1240px;
    padding: 0 20px;
    margin: auto;
}
.logo {
    display: block;
    width: 720px;
    height: 160px;
}
.head__top img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.head__top {
    margin-bottom: 60px;
}
.head__bot {
    display: flex;
    justify-content: space-between;
}
.head__left {
    flex: none;
    position: relative;
    width: 488px;
    height: 350px;
    background: url(../img/fons/left.png) center/cover no-repeat;
    transform: scale(0.95) translate(-10px, -10px);
}
.head__left a,
.head__left p {
    position: absolute;
}
.head__left a:nth-child(1),
.head__left p:nth-child(1) {
    font-size: 24px;
    font-family: Circe;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    top: 24px;
    left: 34px;
}
.head__left a:nth-child(2),
.head__left p:nth-child(2) {
    font-size: 24px;
    font-family: Circe;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    top: 24px;
    right: 20px;
}
.head__left a:nth-child(3),
.head__left p:nth-child(3) {
    font-size: 14px;
    font-family: Circe;
    color: #bcfefe;
    font-weight: 700;
    line-height: 1.176;
    max-width: 120px;
    left: 92px;
    top: 105px;
}
.head__left a:nth-child(4),
.head__left p:nth-child(4) {
    font-size: 16px;
    font-family: Circe;
    color: #fff;
    line-height: 1.05;
    left: 16px;
    top: 195px;
    max-width: 160px;
}

.head__left a:nth-child(5),
.head__left p:nth-child(5) {
    font-size: 17px;
    font-family: Circe;
    color: #fff;
    line-height: 1.05;
    left: 205px;
    top: 86px;
    padding: 0 10px 0 5px;
}
.head__right {
    flex: none;
}
.head__jac {
    margin-top: 62px;
    width: 708px;
    height: 70px;
    background: url(../img/fons/JACKPOT.png) center top/cover no-repeat;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.head__jac p {
    display: block;
    margin-bottom: -14px;
}
.head__jac p img {
    max-height: 42px;
    height: 100%;
    object-fit: cover;
}
.head__jac span {
    font: bold 27px/100% Tahoma, Geneva, sans-serif;
}
.head__jackpot {
    color: #b82626;
}
.head__bonus {
    color: #00c455;
}
.head__asd {
    display: flex;
    justify-content: space-between;
}
.head__asd-l {
    width: 290px;
    height: 200px;
    background: url(../img/fons/asd-l.png) center/cover no-repeat;
    padding-top: 20px;
}
.head__asd-l a:nth-child(1),
.head__asd-l p:nth-child(1) {
    font-size: 20px;
    font-family: Circe;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.head__asd-l a:nth-child(2),
.head__asd-l p:nth-child(2) {
    margin-top: 24px;
    font-size: 14.5px;
    font-family: Circe;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}
.sp1 {
        font-size: 14px;
    font-family: Circe;
    color: #bcfefe;
    font-weight: 700;
    line-height: 1.176;
    max-width: 120px;
    left: 92px;
    top: 105px;
    position: absolute;
}
.sp2 {
    position: absolute;
        font-size: 16px;
    font-family: Circe;
    color: #fff;
    line-height: 1.05;
    left: 16px;
    top: 195px;
    max-width: 160px;
}
.head__asd-l a:nth-child(3),
.head__asd-l p:nth-child(4) {
    width: 180px;
    height: 38px;
    display: block;
    margin: 10px auto auto;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Circe;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background: url(../img/fons/asd-l-btn.png) center/cover no-repeat;
}
.head__asd-r {
    margin-top: -160px;
    width: 340px;
    height: 360px;
    background: url(../img/fons/asd-r.png) center/cover no-repeat;
}
.head__asd-r form {
    padding: 30px 20px 0 24px;
}
.head__asd-r form .inputBox {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}
.head__asd-r form .inputBox span {
    font-size: 12px;
    font-family: Circe;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}
.head__asd-r form .inputBox input,
.head__asd-r form .inputBox select {
    appearance: none;
    width: 200px;
    height: 100%;
    background: 0 0;
    border: 0;
    padding: 0 10px;
    font-size: 12px;
    font-family: Circe;
    color: rgba(255, 255, 255, 0.802);
    line-height: 1.2;
    outline: 0;
    cursor: pointer;
}
.head__asd-r form .inputBox input option,
.head__asd-r form .inputBox select option {
    color: #000;
}
.head__asd-r form .btnBox {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 6px;
}
.head__asd-r form .btnBox input {
    width: 90px;
    height: 30px;
    border: 0;
    background: 0 0;
    font-size: 11px;
    padding-top: 5px;
    font-family: Circe;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    transition: 0.3s ease-in-out;
}
.head__asd-r form .btnBox input:hover {
    background: rgba(255, 255, 255, 0.2);
}
.head__asd-r-btns {
    display: flex;
    justify-content: space-between;
    padding: 34px 42px 0 51px;
}
.head__asd-r-btn {
    display: block;
    flex: none;
    max-width: 50px;
    display: flex;
    flex-direction: column;
    font-size: 7px;
    font-family: Circe;
    color: #00d9ff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.head__asd-r-btn:hover span {
    background: rgba(255, 255, 255, 0.2);
}
.head__asd-r-btn span {
    transition: 0.3s ease-in-out;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-bottom: 6px;
}
.games {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 60px;
}
.games__item {
    position: relative;
    width: 300px;
    margin-top: 100px;
}
.games__image {
    display: block;
    height: 196px;
    position: relative;
}
.games__image img {
    width: 125%;
    height: 125%;
    object-fit: contain;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -62px;
}
.games__text {
    display: block;
    position: absolute;
    max-width: 76px;
    top: 133px;
    left: 54px;
    font-size: 14px;
    font-family: Circe;
    color: #fff;
    font-weight: 700;
    line-height: 0.9;
}
.games__btn {
    font-size: 26px;
    font-family: Circe;
    color: #00e6ff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background: url(../img/fons/gameBtn.png) center/cover no-repeat;
    width: 235px;
    height: 42px;
    display: block;
    padding-top: 7px;
    margin-left: 43px;
    cursor: pointer;
}
.head__jac-wrap {
    background-color: rgba(0,0,0,.7);
    border-radius: 21px;
}
h1 {
    text-align: center;
    color: #fff;
    font-size: 26px;
}
.about ul {
    margin-top: 34px;
    font-size: 24px;
    font-family: Circe;
    color: #fff;
    line-height: 1.2;
    padding-left: 10px;
}
.bonus {
    position: fixed;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    display: block;
    width: 63px;
    height: 240px;
    background: url(../img/fons/bonus.png) center top/cover no-repeat;
    z-index: 10;
}
.about h2 {
    margin-top: 48px;
    font-size: 36px;

    color: #fff;
    line-height: 1.2;
}
.about p {
    margin-top: 34px;
    font-size: 24px;
    font-family: Circe;
    color: #fff;
    line-height: 1.2;
}
.footer {
    margin-top: 40px;
}
.footer-top {
    background: rgba(79, 77, 85, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px 0;
}
.footer-top a {
    margin-right: 60px;
    text-shadow: 7px 6px 10px rgba(0, 0, 0, 0.589);
    font-size: 18px;
    font-family: Circe;
    color: #2dc8ed;
    font-weight: 700;
    line-height: 0.955;
}
.footer-top a:last-child {
    margin-right: 0;
}
.footer-bot__links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 44px 0;
}
.footer-bot__link {
    display: block;
    margin-right: 40px;
}
.footer-bot__link:last-child {
    margin-right: 0;
}
.footer-bot__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-bot__link:nth-child(1) {
    width: 32px;
    height: 30px;
}
.footer-bot__link:nth-child(2) {
    width: 130px;
    height: 40px;
}
.footer-bot__link:nth-child(3) {
    width: 50px;
    height: 30px;
}
.footer-bot__text {
    margin-top: 40px;
    font-size: 13px;
    font-family: Circe;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}
.how {
    transform: translateY(-100vh);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.6);
}
.how.active {
    transform: translateY(0);
}
.how__img {
    border-radius: 24px;
    overflow: hidden;
    display: block;
    width: 390px;
    height: 270px;
    margin-right: 2vw;
}
.how__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.how__block {
    position: relative;
    width: 320px;
    height: 276px;
    border-radius: 6px;
    background: url(../img/fons/how.png) center top/cover no-repeat;
}
.how__block form {
    padding: 20px 60px;
}
.how__title {
    font-size: 24px;
    font-family: Circe;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 34px 5px 10px;
    height: 90px;
}
.how__btn {
    position: absolute;
    right: 5px;
    top: 3px;
    color: #fff;
    font-size: 30px;
    transform: rotate(45deg);
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.how__btn:hover {
    opacity: 0.6;
}
.how .inpurBox {
    width: 100%;
}
.how .inpurBox input[type="email"] {
    width: 100%;
    height: 35px;
    background: url(../img/fons/bord.png) center top/cover no-repeat;
    border: 0;
    padding: 6px 12px 2px;
    font-size: 15px;
    font-family: Circe;
    color: rgba(255, 255, 255, 0.502);
    line-height: 1.2;
    cursor: pointer;
    transform: scale(1.1);
    margin-top: 10px;
}
.how .inpurBox button {
    font-size: 15px;
    font-family: Circe;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background: url(../img/fons/btn.png) center top/cover no-repeat;
    border: 0;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
    margin-top: 30px;
}
.how .inpurBox input[type="button"]:hover {
    opacity: 0.6;
}
@media (max-width: 1239px) {
    .head__bot {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .head__top {
        margin-bottom: 16px;
    }
    .logo {
        margin-left: auto;
        margin-right: auto;
    }
    .head__asd-r {
        margin-top: 0;
    }
    .head__left {
        margin-bottom: 10px;
    }
    .about-wrap {
        max-width: 90%;
    }
}
@media (max-width: 787px) {
    .head__jac {
        display: none;
    }
    .head__asd {
        flex-wrap: wrap;
        justify-content: center;
    }
    .head__asd-l {
        margin-bottom: 20px;
    }
    .logo {
        width: 434px;
        height: 95px;
    }
    .wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .head__left {
        transform: scale(0.8);
        margin: -30px -20px -10px;
    }
    .about {
        margin-top: 46px;
    }
    .about h2 {
        margin-top: 32px;
        font-size: 30px;
    }
    .about p {
        margin-top: 26px;
        font-size: 20px;
    }
    .bonus {
        transform: scale(0.8);
        margin-left: -10px;
        top: 50%;
    }
}
@media (max-width: 480px) {
    .bonus {
        display: none;
    }
    .logo {
        width: 290px;
        height: 60px;
    }
    .header-top-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .head__left {
        transform: scale(0.6);
        margin: -60px -80px -40px;
    }
    .head__asd-l {
        transform: scale(0.9);
        margin: -20px -40px 10px;
    }
    .head__asd-r {
        transform: scale(0.8);
        margin: -20px -40px 10px;
    }
    .games__item {
        transform: scale(0.8);
        margin: 0 -40px 10px;
    }
    .about {
        margin-top: 24px;
        text-align: center;
    }
    .about h2 {
        margin-top: 22px;
        font-size: 25px;
    }
    .about p {
        margin-top: 26px;
        font-size: 18px;
    }
    .footer-top a {
        margin-right: 28px;
        font-size: 14px;
    }
    .footer-top a:last-child {
        margin-right: 0;
    }
    .footer-bot__link {
        transform: scale(0.8);
        margin-right: 10px;
    }
    .footer-bot__link:last-child {
        margin-right: 0;
    }
}
