:root {
    --color-black: #000;
    --color-white: #fff;
    --color-text: #553C00;
    --color-green-1: #230001;
    --color-green-2: #6A0A0C;
    --color-green-3: #6A0A0C;
    --color-red: #FF7700;
}

a {
    text-decoration: none
}

.container {
    margin: 0 auto;
    max-width: 1215px;
    padding: 0 15px;
    /* background: #fff; */
}

.btn {
    border-radius: 2px;
    color: var(--color-white);
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    width: -moz-max-content;
    width: max-content
}

.btn-dark {
    background: transparent;
    border:1px solid #FF7700;
}

.btn-dark:hover,
.btn-light {
    background: #FF7700;
}

.btn-light:hover {
    background: var(--color-green-2)
}

.btn-red {
    background: var(--color-red)
}

.btn-red:hover {
    background: var(--color-green-3)
}

.header__top {
    background: var(--color-green-1);
    height: 80px
}

.header__top .container {
    align-items: center;
    display: flex;
    gap: 50px;
    height: 100%;
    justify-content: space-between
}

.header__menu-button {
    display: none
}

.header__menu {
    width: 100%
}

.header__action,
.header__menu {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header__action {
    gap: 8px;
    margin-left: auto
}

.header__bottom {
    background: var(--color-green-2);
    height: 80px
}

.header__bottom .container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between
}

.header__btn {
    align-items: center;
    background: var(--color-green-1);
    border-radius: px;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 50px;
    padding-left: 160px;
    padding-right: 15px;
    position: relative;
    text-transform: uppercase;
    width: 210px
}

.header__btn img {
    left: 0;
    margin-top: 7px;
    position: absolute;
    top: auto
}

.menu {
    align-items: center;
    background: var(--color-green-2);
    border-radius: 8px;
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0 15px
}

.menu a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 12px;
    text-transform: uppercase
}

.menu a:hover {
    background: var(--color-green-1)
}

.menu-secondary {
    background: hsla(0, 0%, 100%, 0);
    gap: 4px
}

.banner {
    background-color: var(--color-green-2);
    background-image: url(../img/bg.webp);
    background-size: cover;
    color: #fff;
    padding: 100px 0;
    position: relative
}

.banner__rating {
    align-items: center;
    display: flex;
    font-size: 28px;
    font-weight: 600
}

.banner h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin: 12px 0;
    max-width: 750px;
}

.banner .banner__text {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 12px
}

.banner__subtitle {
    opacity: .7;
    text-transform: uppercase
}

.banner .btn {
    max-width: 100%;
    min-width: 270px
}

.banner-3 {
    background-image: url(../img/bg-2.webp);
    padding: 75px 0
}

.banner-3 .banner__wrap {
    max-width: 650px;
    text-align: center
}

.banner-3:after,
.banner-3:before {
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    position: absolute;
    z-index: 0
}

.banner-3:after {
    background-image: url(../img/bg-3.webp);
    background-size: 100% auto;
    bottom: 100px;
    height: calc(100% - 135px);
    right: 20px;
    width: 505px;
    z-index: 100
}

@media screen and (max-width:1400px) {
    .banner-3:after {
        right: -150px
    }
}

@media (max-width:1024px) {
    .banner-3:after {
        display: none
    }
}

.banner-3 .btn {
    margin: 0 auto
}

@media (max-width:1024px) {
    .banner-3 .banner__wrap {
        margin: 0 auto
    }
}

.banner-2 {
    background-image: url(../img/bg-2.webp);
    padding: 130px 0
}

.banner-2 .container {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 1
}

.banner-2 .btn {
    margin: 0 auto
}

.banner-2:after,
.banner-2:before {
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    position: absolute;
    z-index: 0
}

.banner-2:before {
    background-image: url(../img/bg-2-1.webp);
    bottom: 15px;
    height: calc(100% - 54px);
    left: 0;
    width: 670px
}

@media screen and (max-width:1400px) {
    .banner-2:before {
        left: -150px
    }
}

@media (max-width:1024px) {
    .banner-2:before {
        left: 0;
        width: 100%
    }
}

.banner-2:after {
    background-image: url(../img/bg-2-2.webp);
    bottom: 0;
    height: calc(100% - 31px);
    right: 0;
    width: 600px
}

@media screen and (max-width:1400px) {
    .banner-2:after {
        right: -150px
    }
}

@media (max-width:1024px) {
    .banner-2:after {
        display: none
    }
}

.banner-4 {
    background-image: url(../img/bg-2.webp);
    padding: 130px 0
}

.banner-4 .container {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 1
}

.banner-4 .banner__wrap {
    max-width: 500px
}

.banner-4 .btn {
    margin: 0 auto
}

.banner-4:after,
.banner-4:before {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    position: absolute;
    z-index: 0
}

.banner-4:before {
    background-image: url(../img/bg-4-1.webp);
    bottom: 15px;
    height: calc(100% - 54px);
    left: 0;
    width: 565px
}

@media screen and (max-width:1400px) {
    .banner-4:before {
        left: -150px
    }
}

@media (max-width:1024px) {
    .banner-4:before {
        left: 0;
        width: 100%
    }
}

.banner-4:after {
    background-image: url(../img/bg-4-2.webp);
    bottom: 0;
    height: calc(100% - 31px);
    right: 0;
    width: 600px
}

@media screen and (max-width:1400px) {
    .banner-4:after {
        right: -150px
    }
}

@media (max-width:1024px) {
    .banner-4:after {
        display: none
    }
}

.banner-5,
.banner-6,
.banner-7,
.banner-8 {
    background-image: url(../img/bg-2.webp);
    padding: 130px 0
}

.banner-5 .container,
.banner-6 .container,
.banner-7 .container,
.banner-8 .container {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 1
}

.banner-5 .banner__wrap,
.banner-6 .banner__wrap,
.banner-7 .banner__wrap,
.banner-8 .banner__wrap {
    max-width: 500px
}

.banner-5 .btn,
.banner-6 .btn,
.banner-7 .btn,
.banner-8 .btn {
    margin: 0 auto
}

.banner-5:after,
.banner-5:before,
.banner-6:after,
.banner-6:before,
.banner-7:after,
.banner-7:before,
.banner-8:after,
.banner-8:before {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    position: absolute;
    z-index: 0
}

.banner-5:before,
.banner-6:before,
.banner-7:before,
.banner-8:before {
    background-image: url(../img/bg-5-1.webp);
    bottom: 15px;
    height: calc(100% - 54px);
    left: 0;
    width: 565px
}

@media screen and (max-width:1400px) {

    .banner-5:before,
    .banner-6:before,
    .banner-7:before,
    .banner-8:before {
        left: -150px
    }
}

@media (max-width:1024px) {

    .banner-5:before,
    .banner-6:before,
    .banner-7:before,
    .banner-8:before {
        background-size: auto 100%;
        left: 0;
        width: 100%
    }
}

.banner-5:after,
.banner-6:after,
.banner-7:after,
.banner-8:after {
    background-image: url(../img/bg-5-2.webp);
    bottom: 0;
    height: calc(100% - 31px);
    right: 0;
    width: 600px
}

@media screen and (max-width:1400px) {

    .banner-5:after,
    .banner-6:after,
    .banner-7:after,
    .banner-8:after {
        right: -150px
    }
}

@media (max-width:1024px) {

    .banner-5:after,
    .banner-6:after,
    .banner-7:after,
    .banner-8:after {
        display: none
    }
}

.banner-6:before {
    background-image: url(../img/bg-6-1.webp)
}

.banner-6:after {
    background-image: url(../img/bg-6-2.webp)
}

.banner-7:before {
    background-image: url(../img/bg-7-1.webp)
}

.banner-7:after {
    background-image: url(../img/bg-7-2.webp)
}

.banner-8:before {
    background-image: url(../img/bg-8-1.webp)
}

.banner-8:after {
    background-image: url(../img/bg-8-2.webp)
}

.content {
    padding-bottom: 50px;
    padding-top: 50px
}

.content h2,
.content h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase
}

.content p {
    margin-top: 0
}

.content .img-cov {
    border-radius: 6px;
    margin: 50px auto;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content
}

.table {
    margin: 15px 0;
    overflow: auto
}

.table,
.table table {
    width: 100%
}

.table table td {
    padding: 15px 8px
}

.faq h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 16px 12px 60px;
    position: relative;
    text-align: left;
    text-transform: uppercase
}

.faq h3:before {
    content: url(../img/faq.svg);
    height: 24px;
    left: 15px;
    line-height: 0;
    position: absolute;
    top: calc(50% - 12px);
    transform: rotate(180deg);
    transition: all .2s linear
}

.faq__item {
    border-bottom: 1px solid #104c54;
    cursor: pointer;
    display: block;
    overflow: hidden
}

.faq__item.active h3:before {
    transform: rotate(0)
}

.faq__answer {
    height: 0;
    overflow: hidden;
    transition: all .2s linear
}

.footer {
    background: #000000;
    padding-bottom: 50px;
    padding-top: 30px;
    color:#979797;
}

.footer p {
    margin: 0
}

.footer__payment {
    font-size: 14px;
    justify-content: center;
    margin-top: 12px
}

.footer__img,
.footer__payment {
    align-items: center;
    display: flex
}

.footer__img {
    gap: 10px;
    margin-left: 10px
}

.footer__copyright {
    font-size: 14px;
    margin-top: 20px;
    position: relative;
    text-align: center
}

.footer__copyright img {
    bottom: 0;
    position: absolute;
    right: 0
}

.submenu {
    position: relative
}

.submenu__list {
    background: transparent;
    display: none;
    left: 0;
    left: 50%;
    list-style: none;
    min-width: 100%;
    padding: 0;
    position: absolute;
    top: 100%;
    transform: translate(-50%);
    transition: all .2s linear;
    width: auto;
    z-index: 1001
}

.submenu__list a {
    background: var(--color-green-2);
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 6px 12px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

.submenu:hover .submenu__list {
    display: block
}

@media (max-width:1024px) {
    body {
        font-size: 14px;
        line-height: 20px;
        padding-top: 80px
    }

    .header {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000
    }

    .header__bottom {
        display: none
    }

    .header__menu-button {
        background: hsla(0, 0%, 100%, 0);
        background: transparent;
        border: 0;
        cursor: pointer;
        display: block;
        letter-spacing: normal;
        padding: 0;
        text-transform: none;
        white-space: nowrap;
        z-index: 1001
    }

    .header__menu-button svg {
        display: block;
        overflow: visible;
        width: 45px
    }

    .header__menu-button .path {
        fill: #fff;
        stroke: #fff
    }

    .header__menu-button rect {
        transition: all .3s linear
    }

    .header__menu-button.active .rect1 {
        transform: rotate(45deg) scaleX(1.32);
        transform-origin: 15px 15px
    }

    .header__menu-button.active .rect2 {
        display: none
    }

    .header__menu-button.active .rect3 {
        transform: rotate(-45deg) scaleX(1.32);
        transform-origin: 12.5px 35px
    }

    .header__menu {
        align-items: flex-start;
        background: var(--color-green-1);
        bottom: 0;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        left: 0;
        opacity: 0;
        overflow-y: auto;
        padding: 25px 10px;
        position: fixed;
        right: 0;
        top: 80px;
        transition: all .3s ease-in-out;
        visibility: hidden
    }

    .header__menu.active {
        opacity: 1;
        visibility: visible
    }

    .menu {
        background: hsla(0, 0%, 100%, 0);
        display: block;
        padding: 0;
        width: 100%
    }

    .menu a {
        background: var(--color-green-2);
        border-radius: 8px;
        margin-bottom: 10px;
        text-align: center
    }

    .header__action {
        display: block;
        margin: 0 0 15px;
        width: 100%
    }

    .header__action .btn {
        margin-bottom: 10px;
        width: 100%
    }

    .banner {
        background-position: right 0;
        padding: 30px 0
    }

    .banner .container {
        background: rgba(0, 0, 0, .6);
        border-radius: 10px;
        margin: 0 10px;
        padding: 20px 15px
    }

    .banner h1 {
        font-size: 34px;
        line-height: 36px;
    }

    .banner__rating {
        font-size: 24px
    }

    .banner__subtitle {
        font-size: 14px
    }

    .content {
        padding-top: 20px
    }

    .content h2,
    .content h3 {
        font-size: 28px;
        line-height: 33px
    }

    .content .img-cov {
        margin: 20px 0
    }

    .faq h3 {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 10px 10px 40px
    }

    .faq h3:before {
        left: 10px
    }

    .footer__copyright img {
        margin: 20px auto 0;
        position: relative
    }

    .submenu>a {
        display: none
    }

    .submenu__list {
        display: block;
        position: relative
    }
}

.breadcrumbs {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 0 16px;
    padding: 0
}

.breadcrumbs a {
    color: #fff;
    position: relative;
    text-decoration: none
}

.breadcrumbs a:after {
    color: #fff;
    content: "|";
    font-size: 16px;
    margin: 0 8px 0 6px
}

.bonus__list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -20px;
    margin-top: 0
}

.bonus-list__item {
    align-items: center;
    background: #dce6ea;
    border-radius: 6px;
    display: flex;
    flex: 0 1 calc(33.33333% - 20px);
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
    overflow: hidden;
    padding: 0 0 20px;
    text-align: center
}

.bonus-item__image {
    margin: auto;
    overflow: hidden;
    width: 100%
}

.bonus-item__image img {
    display: block;
    margin: auto;
    max-height: none;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.bonus-item__image:before {
    background: #dce6ea;
    border-radius: 6px 6px 0 0;
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.bonus-item__wrap {
    background: #fff;
    border-radius: 6px;
    flex: 1;
    margin: 14px 30px 0;
    padding: 20px 20px 120px;
    position: relative;
    text-align: center;
    z-index: 100
}

.bonus-item__desc {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 auto 20px;
    position: relative;
    text-transform: uppercase
}

.bonus-item__text {
    line-height: 1.2;
    margin-top: 40px
}

.bonus-item__buttons {
    align-items: stretch;
    bottom: 20px;
    display: flex;
    justify-content: center;
    left: 50%;
    max-width: 260px;
    position: absolute;
    transform: translate(-50%);
    width: calc(100% - 30px)
}

.bonus-item__button.button {
    background: #ff4949;
    border-radius: 25px;
    box-shadow: none;
    flex: auto;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    margin: 10px 7px 0;
    min-width: 0;
    padding: 12px 15px
}

.bonus-item__button.button+.bonus-item__button.button {
    background: #2e9344
}

.bonus-item__decor {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    height: 80px;
    justify-content: center;
    left: calc(50% - 40px);
    position: absolute;
    top: -40px;
    width: 80px
}

.bonus-item__buttons .btn {
    font-size: 12px;
    margin: 0 5px;
    padding: 10px
}

@media screen and (max-width:900px) {
    .bonus-list__item {
        flex: 0 1 calc(50% - 20px);
        padding: 0 0 20px
    }
}

@media screen and (max-width:550px) {
    .bonus-list__item {
        flex: 0 1 100%;
        margin-left: 0;
        padding: 0 0 20px
    }
}

.cover__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
    padding: 2px 0 17px;
    position: relative
}

.cover__buttons a {
    text-align: left;
    z-index: 1
}

.cover__buttons a:hover {
    background: var(--color-red)
}

.cover__buttons:before {
    background-color: var(--color-green-1);
    border-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    max-width: 1240px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.cover__buttons>* {
    align-items: center;
    border-radius: 35px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 20px;
    margin: 15px 10px 0;
    max-width: 260px;
    padding: 12px 35px;
    text-transform: uppercase
}

.cover-buttons__apple {
    background: var(--color-green-3);
    box-shadow: 0 0 20px 15px rgba(0, 0, 0, .1)
}

.cover-buttons__android {
    background: var(--color-green-2);
    box-shadow: 0 0 20px 15px rgba(0, 0, 0, .1)
}

.cover__buttons>*>span:first-child {
    flex-shrink: 0;
    margin-right: 10px;
    width: 32px
}

.cover__list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    justify-content: space-between;
    list-style: none;
    margin: 16px auto 32px;
    padding: 0
}

.cover__list>li {
    align-items: center;
    display: flex;
    flex: 0 1 25%;
    justify-content: center;
    margin-top: 10px;
    max-width: 120px;
    text-align: center
}

.cover__list>li>div:first-child {
    flex: 0 1 48px;
    margin-right: 5px
}

.cover__list>li>div:nth-child(2) {
    flex: 0 1 calc(100% - 53px);
    text-align: left
}

.casino__list {
    grid-gap: 20px;
    background: var(--color-green-1);
    border-radius: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    list-style: none;
    margin: 20px 0;
    padding: 15px
}

@media (max-width:1000px) {
    .casino__list {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width:600px) {
    .casino__list {
        grid-template-columns: 1fr 1fr
    }
}

.casino-list__item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden
}

.casino-list__item .image.casino-item__image {
    overflow: hidden
}

.casino-list__item img {
    transition: all .2s linear
}

.casino-list__item:hover {
    box-shadow: 0 4px 20px rgba(136, 197, 223, .7)
}

.casino-list__item:hover img {
    transform: scale(1.1)
}

.casino-item__desc {
    align-items: center;
    color: var(--color-green-1);
    display: flex;
    flex: 1;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

.live__list {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    margin: 20px 0;
    padding: 0
}

@media (max-width:600px) {
    .live__list {
        grid-template-columns: 1fr
    }
}

.live-list__item {
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

.live-list__item .btn {
    margin: 25px auto 0
}

.live-item__wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.live-item__desc {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    text-transform: uppercase
}

@media (max-width:1000px) {
    .live-item__desc {
        font-size: 20px
    }
}

.support__wrapper {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin: 30px 0
}

.support__form {
    display: flex;
    flex: 0 1 calc(50% - 20px);
    flex-direction: column;
    min-width: 400px
}

@media screen and (max-width:600px) {
    .support__form {
        flex: 1;
        width: 100%
    }
}

.support__image {
    border-radius: 6px;
    flex: 0 1 calc(50% - 20px);
    max-width: calc(100% - 420px);
    overflow: hidden
}

@media screen and (max-width:600px) {
    .support__image {
        display: none
    }
}

.support__image img {
    height: 100%;
    max-height: none;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 40%;
    object-position: 40%;
    width: 100%
}

.support-form__wrap {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.support__form>*+* {
    margin-top: 16px
}

.support-form__select {
    position: relative
}

.support-form__select:before {
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 16px;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    width: 14px;
    z-index: 1
}

.support-form__wrap label {
    color: var(--color-text);
    flex: 0 1 30%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    min-width: 100px;
    text-align: left
}

.support-form__wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--color-text);
    padding: 9px 30px 9px 22px
}

.support-form__wrap input,
.support-form__wrap select,
.support-form__wrap textarea {
    background: transparent;
    border: 1px solid #e2e8ee !important;
    border-radius: 6px;
    color: var(--color-text);
    flex: 0 1 calc(70% - 20px);
    font-size: 12px;
    line-height: 20px;
    max-width: calc(100% - 120px);
    min-height: 40px;
    outline: none !important;
    padding: 9px 24px;
    position: relative;
    text-align: left;
    z-index: 2
}

.support-form__wrap textarea {
    background: #f0f3f8;
    min-height: 120px;
    outline: none
}

.support-form__message {
    align-items: stretch;
    flex: 1
}

.first-bonus__content {
    border-radius: 15px;
    margin: 30px 0;
    overflow: hidden;
    padding: 115px 40px;
    position: relative;
    width: 100%
}

.first-bonus__wrap {
    margin-left: 0;
    max-width: 480px;
    position: relative;
    text-align: center;
    width: 70%;
    z-index: 100
}

.first-bonus__wrap .btn {
    margin: 0 auto
}

@media screen and (max-width:800px) {
    .first-bonus__wrap {
        background: rgba(0, 0, 0, .6);
        border-radius: 10px;
        max-width: none;
        padding: 20px;
        width: 100%
    }
}

.first-bonus__desc {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase
}

@media screen and (max-width:900px) {
    .first-bonus__desc {
        font-size: 4.4vw;
        line-height: 1.2
    }
}

.first-bonus__footnote {
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    margin-top: 8px
}

.first-bonus__decor {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 720px;
    z-index: 1
}

@media screen and (max-width:800px) {
    .first-bonus__decor {
        display: none
    }
}

.first-bonus__decor img {
    height: 100%;
    max-height: none;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    width: 100%
}

.first-bonus__image {
    background: #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.first-bonus__image img {
    height: 100%;
    max-height: none;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 80%;
    object-position: 80%;
    width: 100%
}

.block {
background: #fff;
border-radius: 6px;
margin: 5px auto;
padding: 10px;
}

/* socials */
.social {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:15px;
}

.social img {
    height: 24px;
}
.pages ul {
    list-style:none;
    display:flex;
     justify-content: center;
     
}

.pages ul a {
 
     color:#979797;
}