.header .logo,a,ul {
    text-decoration: none
}

.pop-up-age__list p,.pop-up-age__list ul li:not(:last-child),.terms__article ul li:not(:last-child) {
    margin-bottom: .5rem
}

.card-list__item:hover,.cookie {
    box-shadow: 1px 0 13px rgba(0,0,0,.4)
}

.about__list-item,.about__title,.article,.attention__text,.card-list__bonus,.card-list__item,.cookie,.copy,.gambling,h1 {
    text-align: center
}

:root {
    --clr-accent-1: #316ff2
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

@media screen and (max-width: 520px) {
    html {
        font-size:1.923vw
    }
}

body,html {
    height: 100%
}

.container {
    max-width: 158rem;
    padding: 0 1rem;
    margin: 0 auto
}

.clr1 {
    color: var(--clr-accent-1)
}

*,::after,::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

img {
    display: block;
    max-width: 100%;
    border-style: none
}

ul {
    list-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
}

[type=button],[type=reset],[type=submit],button {
    appearance: button;
    -webkit-appearance: button;
    outline: 0;
    border: none
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px
}

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal
}

body {
    box-sizing: border-box;
    font-family: Inter,sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 2rem;
    line-height: normal;
    background-color: #f3f3f3;
    cursor: default;
    display: flex;
    flex-direction: column
}

a {
    background-color: transparent;
    color: inherit;
    font-weight: 600
}

a:hover {
    text-decoration: underline
}

* {
    transition: .3s
}

h1 {
    font-size: 4rem;
    line-height: 6rem;
    margin-bottom: 2rem
}

.pop-up-age {
    display: none;
    padding: 1rem
}

.pop-up-age--active {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background: rgba(0,0,0,.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: .4s forwards pop-up--in;
    animation: .4s forwards pop-up--in
}

.pop-up-age__title {
    color: #fff;
    background: #f01a1a;
    border-radius: 1rem;
    text-align: center;
    line-height: 7rem;
    font-size: 6.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    width: fit-content;
    margin: 0 auto 1rem
}

.pop-up-age__modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
    padding: 3rem 5rem;
    border-radius: 2.5rem;
    background: #fff;
    color: #474747;
    max-width: 74rem;
    width: 100%;
    line-height: 2.6rem;
    font-size: 2rem;
    -webkit-animation: .4s forwards pop-up__modal--in;
    animation: .4s forwards pop-up__modal--in
}

@media (max-width: 767px) {
    .pop-up-age__modal {
        padding:2rem 3rem
    }
}

.pop-up-age__list p {
    font-weight: 600
}

.pop-up-age__list ul {
    margin-left: 2rem
}

.pop-up-age__list ul li {
    list-style: disc
}

.pop-up-age__buttons {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem
}

.pop-up-age__buttons .btn {
    font-size: 2.6rem;
    line-height: 3rem;
    text-transform: capitalize;
    padding: 1.2rem 1rem;
    border-radius: 1rem;
    color: #fff;
    max-width: unset;
    font-weight: 700;
    cursor: pointer
}

.pop-up-age__buttons .pop-up-age__btn--yes {
    background: #15d525
}

.pop-up-age__buttons .pop-up-age__btn--yes:hover {
    background: #10a31c
}

.pop-up-age__buttons .pop-up-age__btn--no {
    background: #f01a1a
}

.pop-up-age__buttons .pop-up-age__btn--no:hover {
    background: #bb1515
}

.pop-up-restrict {
    display: none
}

.pop-up-restrict--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation: .4s forwards pop-up--in;
    animation: .4s forwards pop-up--in
}

.pop-up-restrict__desc {
    font-size: 3.2rem;
    padding: 5rem;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    white-space: nowrap;
    -webkit-animation: .4s forwards pop-up__modal--in;
    animation: .4s forwards pop-up__modal--in
}

@-webkit-keyframes pop-up--in {
    0% {
        -webkit-backdrop-filter: blur(0) opacity(0);
        backdrop-filter: blur(0) opacity(0)
    }

    100% {
        -webkit-backdrop-filter: blur(1rem) opacity(1);
        backdrop-filter: blur(1rem) opacity(1)
    }
}

@keyframes pop-up--in {
    0% {
        -webkit-backdrop-filter: blur(0) opacity(0);
        background: 0 0;
        backdrop-filter: blur(0) opacity(0)
    }

    100% {
        -webkit-backdrop-filter: blur(1rem) opacity(1);
        backdrop-filter: blur(1rem) opacity(1);
        background: rgba(0,0,0,.6)
    }
}

@-webkit-keyframes pop-up--out {
    0% {
        -webkit-backdrop-filter: blur(1rem) opacity(1);
        backdrop-filter: blur(1rem) opacity(1);
        background: rgba(0,0,0,.6)
    }

    100% {
        -webkit-backdrop-filter: blur(0) opacity(0);
        backdrop-filter: blur(0) opacity(0);
        background: 0 0;
        display: none
    }
}

@keyframes pop-up--out {
    0% {
        -webkit-backdrop-filter: blur(1rem) opacity(1);
        backdrop-filter: blur(1rem) opacity(1)
    }

    100% {
        -webkit-backdrop-filter: blur(0) opacity(0);
        backdrop-filter: blur(0) opacity(0);
        display: none
    }
}

@-webkit-keyframes pop-up__modal--in {
    0% {
        scale: 0
    }

    100% {
        scale: 1
    }
}

@keyframes pop-up__modal--in {
    0% {
        scale: 0
    }

    100% {
        scale: 1
    }
}

@-webkit-keyframes pop-up__modal--out {
    0% {
        scale: 1;
        opacity: 1
    }

    100% {
        scale: 0;
        opacity: 0
    }
}

@keyframes pop-up__modal--out {
    0% {
        scale: 1;
        opacity: 1
    }

    100% {
        scale: 0;
        opacity: 0
    }
}

.body--scroll-disabled {
    overflow: hidden
}

.pop-up--out {
    -webkit-animation: .2s forwards pop-up--out;
    animation: .2s forwards pop-up--out
}

.pop-up__modal--out {
    -webkit-animation: .2s forwards pop-up__modal--out;
    animation: .2s forwards pop-up__modal--out
}

.cookie {
    position: fixed;
    max-width: 50rem;
    right: -100%;
    bottom: 3rem;
    background: #fff;
    border-radius: 2rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 auto;
    padding: 2rem 4rem;
    opacity: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #474747
}

.header,.logo {
    position: absolute
}

.cookie--visible {
    animation: .6s ease-out .5s forwards cookie-show
}

@media screen and (max-width: 820px) {
    .cookie--visible {
        animation:.5s ease-out forwards cookie-show--mobile
    }
}

.cookie--hidden {
    animation: .5s ease-out forwards cookie-hide
}

.cookie__buttons {
    display: flex;
    gap: 1.5rem
}

.cookie__btn {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    max-width: unset;
    width: 100%;
    background: 0 0;
    border: .2rem solid #eef4fb;
    text-transform: none;
    cursor: pointer;
    border-radius: .8rem;
    color: #11111d
}

.header__nav .nav__link,.logo {
    font-weight: 500;
    line-height: 2.8rem
}

.cookie__btn--accept,.cookie__btn:active,.cookie__btn:hover {
    background: #000;
    color: #fff
}

.cookie__btn--accept:active,.cookie__btn--accept:hover {
    background: inherit;
    color: #11111d
}

.cookie__desc a {
    color: #5a6df6
}

@keyframes cookie-show {
    0% {
        right: -100%;
        opacity: 0
    }

    100% {
        right: 2rem;
        opacity: 1
    }
}

@keyframes cookie-show--mobile {
    0% {
        right: -100%;
        opacity: 0
    }

    100% {
        right: 0;
        opacity: 1
    }
}

@keyframes cookie-hide {
    0% {
        right: 2rem;
        opacity: 1
    }

    100% {
        right: -100%;
        opacity: 0
    }
}

@keyframes cookie-hide--mobile {
    0% {
        right: 0;
        opacity: 1
    }

    100% {
        right: -100%;
        opacity: 0
    }
}

.logo {
    font-size: 2.2rem;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 173px;
    /* transform:translateY(-46%); */
}

.gambling,.header--active .logo {
    color: #fff
}

@media screen and (max-width: 640px) {
    .logo {
        /* width:60px; */
    }
}

.header {
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    right: 0
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block:51px 10px;position: relative;
    justify-content: end
}

.header--gradient .container {
    display: flex;
    column-gap: 326px;
    justify-content: flex-start
}

@media screen and (max-width: 1200px) {
    .header--gradient .container {
        column-gap:0;
        justify-content: space-between
    }
}

@media screen and (max-width: 768px) {
    .header .container {
        max-width:100%;
        display: flex;
        align-items: center;
        padding: 0 1rem
    }
}

.header::before {
    content: "";
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    transition: .2s
}

.header--active::before {
    visibility: visible;
    background: rgba(0,0,0,.7);
    backdrop-filter: blur(3px);
    z-index: 99
}

.header--active .logo span {
    color: #000;
    background: #fff
}

.header--active .container {
    justify-content: flex-end
}

.header .logo {
    z-index: 999;
    font-size: 2rem
}

.header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    width: 100%
}

@media screen and (max-width: 1200px) {
    .header__nav {
        flex-direction:column;
        align-items: center;
        gap: 2.5rem;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: .3s;
        background: #191919;
        position: absolute;
        top: -16px;
        left: 0;
        width: 100%;
        z-index: 100
    }

    .header__nav .nav__link {
        color: #fff
    }

    .header__nav--active {
        max-height: 60rem;
        height: fit-content;
        padding: 8rem 1rem 4rem
    }

    .header--active a.logo {
        display: none
    }
}

.header__nav .nav__link {
    display: block;
    font-size: 1.8rem;
    padding: 4px 26px;
    border-radius: 1000px;
    white-space: nowrap;
    text-transform: capitalize;
    background-color: #000;
    border: .6px solid #b5b5b5;
    /* border-bottom: .6px solid #b5b5b5; */
}

.header__nav .nav__link--active,.header__nav .nav__link:hover {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #000;
    color: #000
}

.header__list {
    display: inline-flex;
    align-items: center;
    gap: 20px
}

.gambling {
    margin-top: 100px;
    padding-top: 56px
}

@media screen and (max-width: 780px) {
    .logo {
        /* top:50%; */
        /* position: static; */
        width: 130px;
        top: -9px;
    }

    .gambling {
        margin-top: 50px
    }
}

.gambling__block {
    padding-block:104px;border-radius: 34px;
    position: relative
}

.gambling__bg-img {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 34px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gambling__title {
    max-width: 1128px;
    margin-inline:auto;font-weight: 400;
    font-size: 6rem;
    line-height: 7rem;
    margin-bottom: 0
}

.gambling__subtitle {
    max-width: 1036px;
    font-size: 2rem;
    line-height: 2.6rem;
    margin-inline:auto;color: #aeaeae;
    margin-bottom: 10px
}

@media screen and (max-width: 1200px) {
    .gambling__title {
        font-size:5rem
    }
}

@media screen and (max-width: 950px) {
    .gambling__title {
        font-size:4rem
    }

    .gambling__block {
        padding-block:50px}
}

@media screen and (max-width: 760px) {
    .gambling__title {
        font-size:3rem;
        line-height: 4rem
    }

    .gambling__subtitle {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 570px) {
    .gambling__title {
        font-size:24px;
        line-height: 34px
    }

    .gambling__block {
        padding-block:30px}
}

.burger {
    display: none;
    z-index: 100
}

@media screen and (max-width: 1200px) {
    .header__list {
        flex-direction:column
    }

    .header__nav .nav__link {
        font-size: 14px
    }

    .burger {
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: .4rem;
        cursor: pointer
    }
}

.burger.burger--active,.card-list__rating {
    align-items: center
}

.burger__bottom,.burger__middle,.burger__top {
    width: 100%;
    height: .4rem;
    background-color: #000;
    border-radius: 1rem;
    transition: .2s;
    position: relative
}

.burger.burger--active *,.footer {
    background-color: #fff
}

.burger.burger--active .burger__top {
    rotate: 45deg;
    top: .4rem
}

.burger.burger--active .burger__bottom {
    rotate: -45deg;
    bottom: .4rem
}

.burger.burger--active .burger__middle {
    scale: 0
}

.footer {
    padding-block:34px;color: #000
}

.attention {
    margin-block:42px}

.attention__block {
    display: flex;
    justify-content: center
}

.attention__text {
    border-radius: 34px;
    background-color: #d50706;
    padding: 12px 54px;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.6rem
}

.footer__link,.footer__links .nav__link {
    font-weight: 700
}

@media screen and (max-width: 950px) {
    .attention {
        margin-block:24px
    }
}

@media screen and (max-width: 760px) {
    .attention__text {
        padding:8px 30px
    }
}

@media screen and (max-width: 480px) {
    .attention__text {
        font-size:14px;
        line-height: 18px
    }
}

.footer__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 30px;
    margin-bottom: 18px;
    line-height: 3.6rem;
    font-size: 1.6rem
}

.footer__center p {
    font-size: 1.8rem;
    line-height: 3.6rem
}

.copy {
    font-size: 1.8rem
}

.terms {
    margin-top: 82px;
    padding-top: 64px;
    margin-bottom: 68px
}

.terms__container {
    border-radius: .7rem
}

.terms__article {
    padding: 54px;
    border-radius: 38px;
    background-color: #fff;
    color: #000
}

@media screen and (max-width: 780px) {
    .terms__article {
        padding:30px
    }
}

@media screen and (max-width: 560px) {
    .cookie--hidden {
        animation:.5s ease-out forwards cookie-hide--mobile
    }

    .terms__article {
        padding: 18px
    }
}

.terms__article h3 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 3.8rem
}

.terms__article p {
    font-size: 1.8rem;
    line-height: 3.8rem
}

.terms__item:not(:last-child) {
    margin-bottom: 64px
}

.terms__item a {
    border-bottom: 1px solid #000;
    font-weight: 400
}

.terms__item-alert {
    color: #ffe100;
    margin-top: 40px
}

@media (max-width: 768px) {
    h1 {
        font-size:3.4rem;
        line-height: 4rem
    }

    .header {
        padding: 1.8rem 0;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #ffff;
    }

    .terms {
        padding-top: 4rem
    }

    .terms__article {
        line-height: 2.8rem;
        border-radius: 16px
    }

    .terms__article h3 {
        line-height: 4rem
    }
}

@media (max-width: 540px) {
    .terms__article {
        padding:1rem
    }

    .terms {
        margin-top: 40px
    }

    .terms__item:not(:last-child) {
        margin-bottom: 24px
    }

    .terms__article h3 {
        font-size: 16px
    }

    .terms__article p,.terms__item {
        font-size: 14px;
        line-height: 2rem;
    }
}

.terms__article a {
    word-break: break-word
}

.terms__article ul {
    margin-left: 2rem;
    margin-top: .5rem
}

.terms__article ul li {
    list-style-type: disc
}

.casino {
    padding-bottom: 66px;
    background-color: #f3f3f3
}

.card-list {
    display: grid;
    grid-template-columns: repeat(4,380px);
    gap: 26px;
    place-content: center
}

@media screen and (max-width: 1570px) {
    .card-list {
        grid-template-columns:repeat(auto-fit,minmax(0,380px))
    }
}

.card-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding-block:18px 15px;border-radius: 34px;
    background-color: #fff;
    max-width: 380px;
    /* max-height:502px; */
}

.about,.card-list__bonus,.card-list__rating {
    background-color: #f3f3f3
}

.card-list__header {
    position: relative;
    margin-bottom: 14px
}

.card-list__image {
    user-select: none;
    pointer-events: none
}

.card-list__bonus {
    display: block;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 14px;
    color: #000;
    width: 100%;
    padding-block:12px}

@media screen and (max-width: 870px) {
    .card-list__header .circle {
        top:10px;
        right: 10px
    }
}

.card-list__center {
    padding-inline:28px;max-width: 508px;
    flex-grow: 1
}

.card-list__title {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 10px;
    color: #000
}

.card-list__description {
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #474747;
    margin-bottom: 20px;
    flex: 1
}

.card-list__rating {
    display: flex;
    gap: 1.4rem;
    color: #fff;
    padding: 10px 26px;
    border-radius: 16px;
    margin-bottom: 16px
}

.card-list__rating span {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000
}

.card-list__stars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .6rem
}

.card-list__stars img {
    width: 22px;
    height: 22px
}

.card-list__link {
    color: #000;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.8rem;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 10px 74px
}

@media screen and (max-width: 490px) {
    .card-list__description {
        font-size:14px;
        line-height: 3rem
    }

    .card-list__stars img {
        width: 20px;
        height: 20px
    }
}

.article {
    padding-block:54px 76px;color: #000
}

.article__item {
    font-size: 2rem;
    line-height: 3rem
}

.article__item h1 {
    margin-bottom: 4px;
    line-height: 6rem;
    /* font-size: 4.4rem; */
    font-weight: 400
}

.article__item p {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #1e1e1e
}

.article__item:not(:last-child) {
    margin-bottom: 46px
}

.article__text {
    padding: 0 116px;
    border-radius: 22px
}

.article__text p:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (max-width: 990px) {
    .footer {
        padding-block:30px
    }

    .casino {
        padding: 26px 0 30px
    }

    .article__text {
        padding: 20px 40px
    }

    .article__item h1 {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 600px) {
    .logo img {
        width:100px
    }

    .gambling {
        margin-top: 14px
    }

    .article__text {
        padding: 10px 16px
    }

    .article__item h1 {
        line-height: 4.2rem
    }
}

@media screen and (max-width: 580px) {
    .article {
        padding-block:18px 26px
    }
}

.note {
    color: red
}

.about {
    padding-top: 22px
}

.about__title {
    font-weight: 400;
    font-size: 3.2rem;
    /* line-height: 8.6rem; */
    margin-bottom: 48px;
    color: #000
}

.about__list {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(40rem,1fr));
    column-gap: 26px;
    row-gap: 66px
}

@media screen and (max-width: 720px) {
    .about__list {
        row-gap:24px
    }
}

.about__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 40px;
    background: #fff;
    padding: 24px 56px
}

.about__item-title {
    margin-top: 18px;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 4.8rem;
    margin-bottom: 8px;
    color: #000
}

.about__item-text {
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #686868
}

.about__item-text a {
    font-weight: 400
}

.about__item-text span {
    font-weight: 600;
    color: #686868
}

.about__responsible {
    margin-top: 24px;
    background-color: #fff;
    padding: 50px 54px;
    color: #000;
    display: flex;
    align-items: center;
    border-radius: 34px
}

.about__circle {
    border-radius: 50%;
    width: 124px;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d50706;
    font-size: 4.2rem;
    line-height: 7.2rem;
    border: 2px solid #d50706;
    padding: 26px;
    margin-right: 46px
}

.about__body-title {
    font-weight: 400;
    font-size: 3.4rem;
    line-height: 6rem;
    margin-bottom: 12px
}

.about__text {
    font-size: 2rem;
    line-height: 2.6rem
}

.about__btn {
    border: 1px solid #000;
    border-radius: 100px;
    padding: 10px 54px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.8rem;
    white-space: nowrap;
    background-color: #fff;
    margin-left: 100px
}

@media screen and (max-width: 780px) {
    .about__list-item img {
        width:auto;
        height: 50px
    }

    .about__list-item {
        padding: 16px 30px
    }

    .about__title {
        margin-bottom: 24px
    }

    .about__circle {
        width: 70px;
        height: 70px;
        font-size: 3rem
    }
}

@media screen and (max-width: 540px) {
    .gambling {
        margin-top:20px
    }

    .about__item-title,.copy,.footer__center p,.footer__links {
        font-size: 16px
    }

    .about__btn,.about__text,.article__item p,.card-list__bonus,.card-list__link,.card-list__rating span {
        font-size: 14px
    }

    .card-list__title {
        font-size: 18px
    }

    .card-list__rating {
        margin-bottom: 8px
    }

    .card-list__center {
        padding-inline:16px}

    .about__title {
        line-height: 3.8rem
    }

    .about__item-text {
        font-size: 14px;
        line-height: 2rem
    }

    .about__body-title {
        line-height: 4rem
    }

    .about__responsible {
        padding: 24px 30px
    }
}

@media screen and (max-width: 1260px) {
    .about__responsible {
        flex-direction:column;
        row-gap: 10px;
        text-align: center
    }

    .about__circle {
        margin-right: 0
    }

    .about__btn {
        margin-left: 0
    }
}
