html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
body {
    font-family: 'Roboto';
}

pre {
   
    font-size: 1em
}

a {
    background-color: transparent
}

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-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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: .35em .75em .625em
}

legend {
    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] {
    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
}

@keyframes pulse-animation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

*,*:before,*:after {
    box-sizing: border-box
}

body,h1,h2,h3,h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400
}

p {
    margin: 0
}

body {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    scroll-behavior: smooth
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background: #ffffff
}

body::-webkit-scrollbar-thumb {
    background-color: #4a0303;
    border-radius: 10px;
    border: 2px solid #EC004F
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #ec004f
}

img {
    width: 100%;
    height: 100%
}

[data-svg] {
    display: flex;
    align-items: center
}

[data-svg] svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.wrapper {
    width: 100%;
    min-width: 360px;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden
}

.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto
}

.header {
    background-color: #4a0303
}

.header__inner {
    display: flex;
    align-items: center;
    height: 90px
}

.header__logo {
    width: 156px;
    margin-top: 8px
}

.banner {
    position: relative;
    padding: 26px 0 46px;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner * {
    position: relative;
    z-index: 1;
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный фон */
}

.banner__inner {
    display: flex;
    align-items: center;
    min-height: 680px
}

.banner__inner_fix {
    min-height: unset
}

.banner__content {
    width: 100%;
    text-align: center;
    color: #fff
}

.banner__text h1 {
    font-family: Red Hat Display,sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 62px
}

@media (max-width: 767px) {
    .banner__text h1 {
        font-size:32px;
        line-height: 40px
    }
}

.banner__text h2 {
    font-family: Red Hat Display,sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
    font-size: 30px;
    line-height: 36px
}

@media (max-width: 767px) {
    .banner__text h2 {
        font-size:24px;
        line-height: 30px
    }
}

.banner__text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

.banner__text li {
    display: flex;
    align-items: center;
    padding: 0 8px
}

.banner__text i {
    width: 17px;
    height: 17px;
    color: #0f71f2
}

.banner__text p {
    margin-left: 5px;
    font-size: 17px;
    line-height: 25px
}

.banner__text h3 {
    font-family: Red Hat Display,sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-top: 40px;
    font-size: 21px;
    line-height: 25px
}

@media (max-width: 767px) {
    .banner__text h3 {
        font-size:16px;
        line-height: 21px
    }
}

.banner__table {
    margin-top: 20px
}

.table__head {
    font-family: Red Hat Display,sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 18px;
    line-height: 22px;
    background-color: #4a0303;
    border-radius: 16px 16px 0 0
}

@media (max-width: 767px) {
    .table__head {
        display:none
    }
}

.table__row {
    display: flex;
    align-items: center;
    min-height: 130px;
    background-color: #4a0303
}

@media (max-width: 767px) {
    .table__row {
        flex-direction:column;
        padding: 20px 0;
        border-radius: 10px
    }
}

.table__row:not(:first-child) {
    border-top: 1px solid rgb(255, 255, 255)
}

@media (max-width: 767px) {
    .table__row:not(:first-child) {
        margin-top:20px;
        border-top: none
    }
}

.table__col {
    display: flex;
    flex-direction: column;
    align-items: center
}

.table__col:nth-child(1) {
    width: 23%
}

@media (max-width: 767px) {
    .table__col:nth-child(1) {
        width:100%
    }
}

.table__col:nth-child(2) {
    width: 22%
}

@media (max-width: 767px) {
    .table__col:nth-child(2) {
        width:100%
    }
}

.table__col:nth-child(3) {
    width: 20%
}

@media (max-width: 767px) {
    .table__col:nth-child(3) {
        width:100%
    }
}

.table__col:nth-child(4) {
    width: 10%
}

@media (max-width: 767px) {
    .table__col:nth-child(4) {
        width:100%
    }
}

.table__col:nth-child(5) {
    width: 25%
}

@media (max-width: 767px) {
    .table__col:nth-child(5) {
        width:100%
    }
}

@media (max-width: 767px) {
    .table__col:not(:first-child) {
        margin-top:10px
    }
}
.table__img {
    display: grid;
    place-items: center; 
    justify-content: center;
    margin-left: 60px;
    height: 100%;
}

.table__img {
    width: 146px
}

@media (max-width: 767px) {
    .table__img {
        width:200px
    }
}

.table__bonus {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal
}

.table__stars {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.table__stars i {
    width: 20px;
    height: 20px
}

.table__stars i:not(:first-child) {
    margin-left: 7px
}

.table__stars p {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 24px
}

.table__rating {
    font-family: Red Hat Display,sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 52px;
    line-height: 62px;
    color: #ffffff
}

.table__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px
}

.table__button {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #000000;
    border-radius: 20px;
    transition: transform .2s ease;
    color: #ffffff
}

.table__button:hover {
    transform: scale(1.1)
}

.table__link {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    max-width: 160px;
    margin-top: 14px;
    font-size: 12px;
    line-height: 16px;
    color: #fff
}

.table__link:hover {
    text-decoration: none
}

.info__inner {
    width: 100%;
    max-width: 940px;
    padding: 30px 0;
    line-height: 24px;
    color: #1a223b
}

.info__inner h2 {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    color: #010a26
}

.info__inner h2:not(:first-child) {
    margin-top: 30px
}

.info__inner h3 {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 24px
}

.info__inner h3:not(:first-child) {
    margin-top: 20px
}

.info__inner h4 {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 22px
}

.info__inner h4:not(:first-child) {
    margin-top: 20px
}

.info__inner p {
    margin-top: 14px
}

.info__inner p:first-child {
    margin-top: 0
}

.info__inner strong {
    font-weight: 500;
    text-decoration: underline
}

.info__inner a {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #010a26
}

.info__mid {
    display: flex;
    align-items: center;
    padding: 60px 0
}

@media (max-width: 767px) {
    .info__mid {
        flex-direction:column;
        align-items: flex-start;
        padding: 30px 0
    }
}

.info__mid img {
    width: 259px;
    height: 111px
}

.info__mid p {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-left: 36px;
    line-height: 24px
}

@media (max-width: 767px) {
    .info__mid p {
        margin-top:20px;
        margin-left: 0
    }
}

.additional {
    background-color: #4a0303
}

.additional__inner {
    padding: 30px 0;
    width: 100%;
    max-width: 940px;
    color: #fff
}

.additional__inner h2 {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff
}

.additional__inner p {
    margin-top: 14px
}

.additional__inner a {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 40px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #000000;
    border-radius: 3px;
    transition: transform .2s ease;
    color: #ffffff
}

.additional__inner a:hover {
    transform: scale(1.1)
}

.prefooter {
    border-top: 1px solid #fff;
    background-color: #4a0303
}

.prefooter__inner {
    display: flex;
    align-items: center;
    padding: 30px 0 44px
}

@media (max-width: 767px) {
    .prefooter__inner {
        flex-direction:column
    }
}

.prefooter__info {
    width: 100%;
    max-width: 760px;
    padding: 0 30px
}

@media (max-width: 767px) {
    .prefooter__info {
        padding:0
    }
}

.prefooter__info img {
    width: 50px;
    height: 50px
}

.prefooter__info h3 {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-top: 20px;
    line-height: 24px;
    color: #fff
}

.prefooter__info h4 {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-top: 14px;
    line-height: 24px;
    color: #fff
}

.prefooter__info p {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-top: 14px;
    line-height: 24px;
    color: #fff
}

.prefooter__links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin: 0;
    list-style: none
}

@media (max-width: 767px) {
    .prefooter__links ul {
        margin-top:20px
    }
}

.prefooter__links li:not(:first-child) {
    margin-top: 20px
}

.prefooter__links [data-svg=begambleaware] {
    width: 266px;
    height: 50px
}

.prefooter__links [data-svg=gamecare] {
    width: 173px;
    height: 50px
}

.prefooter__links [data-svg=gamestop] {
    width: 150px;
    height: 27px
}

.prefooter__links [data-svg=gamblingtherapy] {
    width: 94px;
    height: 35px
}

.prefooter__links [data-svg=y18p] {
    width: 55px;
    height: 55px
}

.footer {
    background-color: #4a0303;
    border-top: 1px solid rgb(255, 255, 255)
}

.footer__inner {
    display: flex;
    align-items: center;
    padding: 27px 0 24px
}

@media (max-width: 767px) {
    .footer__inner {
        flex-direction:column;
        align-items: flex-start
    }
}

.footer__logo {
    width: 180px;
    height: 80px
}

.footer__copy {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    max-width: 244px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
    color: #fff
}

.footer__right {
    margin-left: 36px
}

@media (max-width: 767px) {
    .footer__right {
        margin-top:20px;
        margin-left: 0
    }
}

.footer__right p {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    max-width: 380px;
    font-size: 14px;
    line-height: 21px;
    color: #fff
}

.footer__right ul {
    padding-left: 0;
    margin-top: 20px;
    list-style: none
}

.footer__right li:not(:first-child) {
    margin-top: 20px
}

.footer__right a {
    font-family: Red Hat Text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    text-decoration: none;
    color: #fff
}
