body {
    font-family: Roboto, arial, helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #4e4d5e;
}

html,
body {
    overflow-x: hidden;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:hover {
    background-color: #969696;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  figure img {
    border-radius: 14px;
    margin: 20px auto;
  }

header {
    position: fixed;
    z-index: 1010;
    left: 0;
    right: 0;
    background-color: #c12838;
    padding: 20px 10px;
}

a {
    text-decoration: none;
}

header .container {
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.burger__menu {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.burger__menu__inner {
    display: block;
    width: 25px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    top: 50%;
}

.burger__menu__inner:before {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background: #ffffff;
    position: relative;
    top: -10px;
}

.burger__menu__inner:after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background: #ffffff;
    position: relative;
    top: 7px;
}

.active {
    transform: rotate(-45deg);
    width: 30px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    top: 50%;
}

.active:after {
    transform: rotate(90deg);
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #ffffff;
}

.avt {
    margin: 0 0 0 45px;
}

.avt__inner {
    color: #ffffff;
    display: flex;
    align-items: center;
}

.avt__inner__svg svg path {
    fill: rgb(255, 255, 255);
}

.menu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button__link {
    color: #ffffff;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
}

.button__link__reg {
    color: #e91e63;
    background: #ffe600;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
}

.button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bonus {
    background: -webkit-gradient(linear, left top, left bottom, from(#6764e5), to(#523bcb));
    background: linear-gradient(180deg, #6764e5, #523bcb);
    border-radius: 12px;
    padding: 32px;
    position: relative;
    padding-top: 190px;
}

.bonus__excl {
    background: #fff;
    border-radius: 12px;
    color: #4e4d5e;
    font-weight: 700;
    font-size: 18px;
    line-height: 12px;
    padding: 4px 8px;
    margin-bottom: 16px;
}

.bonus__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.166;
    font-family: Halvar Breitschrift, Arial Black, gadget, arial, helvetica, sans-serif;
    color: #fff;
    margin-bottom: 55px;
}

.bonus__link {
    color: #4e4d5e;
    background: #ffe600;
    font-size: 28px;
    padding: 10px 40px;
    border-radius: 5px;
}

.bonus__buner {
    position: absolute;
    width: 55%;
    right: 0;
    bottom: -4px;
}

.bonus__buner img {
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.5;
}

.main__information__title {
    font-family: Halvar Breitschrift, Arial Black, gadget, arial, helvetica, sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.15625;
    background-color: #e3ebf2;
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0;
    text-align: center;
}

.surprise {
    background: #d20032;
}

.surprise .container {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.surprise__text {
    color: #fff;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}

.surprise__text::before {
    content: "";
    display: block;
    background: url(/shared/2669/promo-pull-icon.webp) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.surprise__text__inner {
    font-family: Halvar Breitschrift, Arial Black, gadget, arial, helvetica, sans-serif;
    font-weight: 900;
    color: #ffe600;
    font-size: 24px;
    margin-left: 20px;
}

.surprise__registr {
    color: #4e4d5e;
    background: #ffe600;
    padding: 10px 40px;
    border-radius: 5px;
}

.footer {
    background-color: #41414c;
}

.dropbtn {
    background: none;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    max-width: 360px;
    width: 100%;
    padding: 15px 20px 15px 40px;
    font-size: 14px;
    text-align: left;
    position: relative;
}

.dropbtn:before {
    content: "";
    background-image: url(/shared/2669/app-country-flags.png);
    background-size: 5630px 15px;
    width: 16px;
    height: 15px;
    display: block;
    position: absolute;
    background-position: -4295px 0;
    left: 5%;
}

.dropdown-content {
    display: none;
    z-index: 1;
    position: absolute;
    background-color: #41414c;
    width: 100%;
}

.show {
    display: block;
}

.dropdown-content__ru,
.dropdown-content__ua {
    display: block;
    color: #fff;
    max-width: 360px;
    width: 100%;
    padding: 15px 20px 15px 40px;
    font-size: 14px;
    text-align: left;
    position: relative;
}

.dropdown-content__ru:before {
    content: "";
    background-image: url(/shared/2669/app-country-flags.png);
    background-size: 5630px 15px;
    width: 16px;
    height: 15px;
    display: block;
    position: absolute;
    background-position: -4295px 0;
    left: 5%;
}

.dropdown-content__ua:before {
    content: "";
    background-image: url(/shared/2669/app-country-flags.png);
    background-size: 5630px 15px;
    width: 16px;
    height: 15px;
    display: block;
    position: absolute;
    background-position: -5175px 0;
    left: 5%;
}

.footer .container {
    max-width: 1290px;
    margin: 0 auto;
}

.footer__game__list__link {
    color: #ffffff;
    text-decoration: none;
    padding: 3px 0;
}

.footer__game {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.footer__menu__title {
    color: #ffffff;
    margin-bottom: 5px;
    margin-top: 0;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    line-height: 1.6;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

.footer__game__overflow {
    height: 150px;
    overflow-y: scroll;
}

.footer__item__part__inner {
    display: flex;
    list-style: none;
    padding-left: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.footer__item__part__title {
    color: #ffffff;
}

.footer__item__part__inner__list.one {
    width: 97px;
    height: 40px;
}

.footer__item__part__inner__list.two {
    width: 189px;
    height: 40px;
}

.footer__item__part__inner__list.three {
    width: 52px;
    height: 40px;
}

.footer__game__overflow::-webkit-scrollbar,
.footer__game__overflow::-webkit-scrollbar-button,
.footer__game__overflow::-webkit-scrollbar-track {
    background: none;
    width: 2px;
}

.footer__game__overflow::-webkit-scrollbar-thumb {
    height: 25px;
    background: #b2b2b2;
}

.footer__item__part__inner__list.age {
    width: 42px;
    margin-left: 40px;
}

.footer__item__part__inner__list.ssl {
    width: 69px;
}

.footer__item__part__inner__list.gp {
    width: 65px;
}

.footer__item__part__inner__list {
    color: #ffffff;
}

.footer__item__part-border {
    border: none;
}

.footer__inner__section {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    padding-bottom: 15px;
    margin-bottom: 45px;
}

.footer__icon--mastercard[data-v-a4d7eb36] {
    width: 98px;
    height: 40px;
}

.footer__icon--visa[data-v-a4d7eb36] {
    width: 62px;
    height: 40px;
}

.footer__icon--skrill[data-v-a4d7eb36] {
    width: 52px;
    height: 40px;
}

.footer__icon--neteller[data-v-a4d7eb36] {
    width: 90px;
    height: 40px;
}

.footer__icon--ecopayz[data-v-a4d7eb36] {
    width: 102px;
    height: 40px;
}

.footer__icon--dmca[data-v-a4d7eb36] {
    width: 74px;
    height: 40px;
}

.copy {
    color: #ffffff;
    text-align: center;
    padding-bottom: 40px;
}

.mob__nav__inner {
    list-style: none;
    padding-left: 0;
}

.mob__nav__inner__list__link {
    text-decoration: none;
    color: #4e4d5e;
    padding: 4px 16px;
    word-break: break-word;
    display: flex;
    align-items: center;
}

.mob__nav__inner__list__link:hover {
    font-weight: 700;
}

.mob__nav__inner__list__chat {
    display: flex;
    font-weight: 700;
    border-radius: 4px;
    background-color: #ffe600;
    color: #4e4d5e;
    font-size: 16px;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 0;
}

.mob__nav__blck {
    width: 316px;
    height: 100%;
    background-color: #fff;
    padding: 16px;
    border: 0 solid transparent;
    border-top-width: 64px;
}

.mob__nav {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(0, 0, 0, .8);
}

.mob__nav__inner__list {
    padding: 10px 0;
}

.mob__nav__inner__list__link span:first-child {
    margin-right: 15px;
}

.mob__nav__inner__list:last-child {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #bebec2;
}

.old__vers {
    color: #d20032;
    text-decoration: none;
    font-weight: 700;
    padding: 4px 16px;
}

.old__vers:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1300px) {
    .container {
        padding: 0 32px;
    }

    .footer__item {
        flex: 1 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
    }

    .footer__item__lang {
        flex: 1 100%;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        border-top: 1px solid hsla(0, 0%, 100%, .2);
        padding: 20px 0;
    }

    .footer__inner {
        flex-wrap: wrap;
    }

    .footer__item__part {
        display: inline-block;
    }

    .footer__item__part__inner {
        border: none;
    }

    .footer__game__list__link {
        font-size: 14px;
    }

    .bonus__title {
        font-size: 30px;
    }

    .bonus {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer__inner {
        flex-direction: column;
    }

    .footer__game__overflow {
        height: 100%;
        display: none;
    }

    .footer__game {
        display: none;
    }

    .footer__menu__title {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        padding: 15px 0;
    }

    .footer__menu__mob .footer__menu__title {
        border-bottom: none;
    }

    .bonus__buner {
        right: -15%;
    }
}

@media only screen and (max-width: 980px) {
    .dropbtn {
        max-width: initial;
        width: 100%;
    }

    .dropbtn:before {
        left: 2%;
    }
}

@media only screen and (max-width: 900px) {
    .footer__item {
        display: block;
    }

    .footer__item__part {
        display: block;
    }

    .footer__item__part__inner {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        justify-content: space-between;
    }

    .footer__item__part-border {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .footer__inner {
        padding-bottom: 20px;
    }

    .bonus__title {
        font-size: 26px;
    }

    .bonus__link {
        font-size: 24px;
    }

    .bonus__excl {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .bonus__buner {
        width: 65%;
    }

    .bonus__title {
        font-size: 18px;
    }

    .bonus__excl {
        font-size: 14px;
    }

    .bonus__link {
        font-size: 20px;
    }
}

@media only screen and (max-width: 680px) {
    .surprise__text__inner {
        font-size: 18px;
    }

    .surprise__text {
        font-size: 14px;
    }

    .surprise__text::before {
        top: -7px;
        left: -15px;
    }
}

@media only screen and (max-width: 600px) {
    .surprise__text__inner {
        font-size: 18px;
        display: block;
        margin-left: 0;
    }

    .surprise__text {
        font-size: 12px;
        padding-left: 7%;
    }

    .avt {
        display: none;
    }

    .bonus__title {
        margin-bottom: 65px;
    }

    .footer__inner__section {
        flex-wrap: wrap;
    }

    p iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .main__information__title {
        font-size: 28px;
    }

    .button__link {
        display: none;
    }

    .button__link__reg {
        font-size: 14px;
    }

    header .container {
        padding: 0;
    }

    .surprise__registr {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 380px) {
    .bonus__buner {
        right: -140px;
        z-index: -1;
        width: 130%;
    }

    .bonus {
        z-index: 2;
    }

    .footer__menu,
    .footer__item {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .button__link__reg {
        font-size: 12px;
    }

    .burger__menu__inner {
        display: block;
        width: 19px;
        height: 3px;
        background: #ffffff;
        position: absolute;
        top: 40%;
    }
}