* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Roboto', Arial, sans-serif; */
}

@font-face { 
    font-family: 'Marafont-Black'; 
    src: url('https://cdn.marathonbet.ru/cdn/images/2026/04/03/20260304_124900_146_marafont-black.woff2') format('woff2'); 
    font-weight: 400; 
    font-style: normal; 
}

@font-face { 
    font-family: 'Marafont-ExtraBold'; 
    src: url('https://cdn.marathonbet.ru/cdn/images/2026/04/03/20260304_124900_141_marafont-extrabold.woff2') format('woff2'); 
    font-weight: 400; 
    font-style: normal; 
}

@font-face { 
    font-family: 'Marafont-Bold'; 
    src: url('https://cdn.marathonbet.ru/cdn/images/2026/04/03/20260304_124900_140_marafont-bold.woff2') format('woff2'); 
    font-weight: 400; 
    font-style: normal; 
}

@font-face { 
    font-family: 'Marafont-Medium'; 
    src: url('https://cdn.marathonbet.ru/cdn/images/2026/04/03/20260304_124900_143_marafont-medium.woff2') format('woff2'); 
    font-weight: 400; 
    font-style: normal; 
} 

body {
    background-color: #0500A1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: 60px;
    background-color: #0500A1;
    overflow: hidden;
}

.banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 1000;
}

/* Левый блок */
.left-block {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 203px;
}

.img-wrap-left {
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 60px;
}

.logo-wrap {
    display: flex;
    align-items: center;
    width: 202px;
}

.logo {
    width: 100%;
}

.rotate-text-container-mobile,
.rotate-text-container-tablet,
.descr-wrap-mobile,
.ball-320,
.img-wrap-left,
.logo-320 {
    display: none;
}

/* Центральный блок */
.content-top-wrap {
    display: flex;
    height: 60px;
}

.date-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    font-family: 'Marafont-Medium', sans-serif;
    font-size: 7px;
    font-weight: 400;
    color: #74BFF7;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.8px;
}

.date {
	font-family: inherit;
}

.images-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0px;
    gap: 3px;
}

.team-one-logo, .team-two-logo {
    width: 51px;
}

.wc-logo {
    margin-top: 1px;
    width: 21px;
}

.bets-content-wrap {
    margin-left: 17px;
}

.teams-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    width: 100%;
    font-family: 'Marafont-Bold', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 1.7px;
}

/* .teams {
    display: contents;
	font-family: inherit;
} */


.coef-item {
    display: flex;
	align-items: end;
	font-family: inherit;
}

.coef-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    color: #fff;
    font-family: 'Marafont-Bold', sans-serif;
    font-weight: 700;
}

.coef {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    z-index: 1;
}

.coef-item:not(:first-child) {
    margin-left: -6.5px;
}

.coef::before {
    content: '';
    position: absolute;
    inset: -3.5px 0;
    background-color: #ff0c56;
    clip-path: polygon(25% 0%, 100% 0%, 76% 100%, 0% 100%);
    z-index: -1;
}

.result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -16px;
    width: 25px;
    font-size: 6px;
    font-weight: 700;
    font-family: inherit;
    z-index: 1;
}

.result::before {
    content: '';
    position: absolute;
    inset: -2.9px -1px;
    background-color: #0e0c46;
    clip-path: polygon(32% 0%, 100% 0%, 65% 100%, 0% 100%);
    z-index: -1;
}

.center-block {
    position: relative;
    display: flex;
    margin-left: 25px;
    height: 60px;
}

.center-left-block {
    margin-left: 21px;
    display: flex;
    align-items: center;
}

.text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: -4px;
    z-index: 1;
    height: 60px;
}

.title-wrap {
    font-family: 'Marafont-Black', sans-serif;
    text-transform: uppercase;
    font-size: 36.5px;
}

.title-text-01 {
    font-family: inherit;
    color: #FFF;
}

.title-text-02 {
    margin-top: 0px;
    font-family: inherit;
    color: #FFC70F;
    letter-spacing: -5px;
    font-size: 36.5px;
}

.descr-wrap {
    font-family: 'Marafont-Medium', sans-serif;
    text-transform: uppercase;
    margin-top: -4px;
    /* margin-left: 16.5px; */
    width: 100%;
    text-align: center;
    font-size: 14.5px;
    color: #FFF;
    letter-spacing: 3px;
    line-height: 1.2;
    white-space: nowrap;
}

.descr-text-01 {
    font-family: inherit;
}

.img-wrap {
    position: relative;
    width: 0;
    width: 100px;
    margin-left: 0;
}

.img-wrap .cup-right {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 100px;
    transform: translateY(-47%);
}

.center-right-block {
    position: relative;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    z-index: 1;
}

.bonus-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FF0C56;
    color: #FFF;
    border: none;
    margin-top: 0;
    padding: 10.5px 75px;
    border-radius: 12px;
    font-size: 19px;
    letter-spacing: 0px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-family: 'Marafont-ExtraBold', sans-serif;
    font-weight: 400;
    text-decoration: none;
    /* animation: pulse 1s infinite; */
}

.rotate-text-container {
    position: absolute;
    right: -123px;
    bottom: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
}

.rotate-text {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 7.8px;
    letter-spacing: 1px;
    width: 100%;
    color: #FFF;
    white-space: nowrap;
    letter-spacing: 0.1px;
    text-align: center;
}

/* Правый блок*/
.right-block {
    position: relative;
    /* margin-left: auto; */
    width: 0;
    height: 60px;
}

.img-wrap-right {
    position: relative;
    width: 0;
    height: 60px;
}

/* Анимации для букв */
.title-text-02 .letter {
    display: inline-block;
    animation: none;
    font-family: inherit;
}

.bounce-active .letter {
    animation: bounce 0.5s ease-in-out forwards;
    animation-fill-mode: both;
}

.bounce-active .letter:nth-child(1) { animation-delay: 0s; }
.bounce-active .letter:nth-child(2) { animation-delay: 0.1s; }
.bounce-active .letter:nth-child(3) { animation-delay: 0.2s; }
.bounce-active .letter:nth-child(4) { animation-delay: 0.3s; }
.bounce-active .letter:nth-child(5) { animation-delay: 0.4s; }
.bounce-active .letter:nth-child(6) { animation-delay: 0.5s; }
.bounce-active .letter:nth-child(7) { animation-delay: 0.6s; }
.bounce-active .letter:nth-child(8) { animation-delay: 0.7s; }

.pulse-active {
    animation: pulse 0.6s ease-in-out 2;
}

.pulse-active-btn {
    animation: pulse-btn 0.6s ease-in-out 2;
}

.title-wrap,
.bonus-button {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse-btn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.date,
.teams-wrap,
.team-one-coef,
.draw-coff,
.team-two-coef {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.banner.data-loaded .date,
.banner.data-loaded .teams-wrap,
.banner.data-loaded .team-one-coef,
.banner.data-loaded .draw-coff,
.banner.data-loaded .team-two-coef {
  opacity: 1;
}

@media (max-width: 1920px) {

    .left-block {
        /* margin-left: 10.6vw; */
        margin-left: clamp(1.3vw, (10.6vw - 1.3vw) * (100vw - 1366px) / (1920px - 1366px) + 1.3vw, 10.6vw);
    }

    .logo-wrap {
        width: 201px;
    }
}

@media (max-width: 1500px) {

    /* Левый блок */
    .left-block {
        margin-left: 1.3vw;
    }

    .logo-wrap {
        width: 14.7vw;
    }

    /* Центральный блок */
    .center-block {
        margin-left: 2.3vw;
    }

    .images-wrap {
        gap: 0.3vw;
    }

    .team-one-logo, .team-two-logo {
        width: 3.73vw;
    }

    .wc-logo {
        margin-top: 0.05vw;
        width: 1.6vw;
    }

    .bets-content-wrap {
        margin-left: 1.3vw;
    }

    .date-wrap {
        margin-top: 0.5vw;
        font-size: 0.37vw;
        letter-spacing: 0.15vw;
    }

    .teams-wrap {
        margin-top: 0.2vw;
        font-size: 0.9vw;
        letter-spacing: 0.04vw;
    }

    .coef-wrap {
        margin-top: 0.6vw;
    }

    .coef-item:not(:first-child) {
        margin-left: -0.5vw;
    }

    .coef {
        width: 5.4vw;
        font-size: 1vw;
    }

    .coef::before {
        inset: -0.2vw 0;
        clip-path: polygon(27% 0%, 100% 0%, 72% 100%, 0% 100%);
    }
    
    .result {
        margin-left: -1.2vw;
        width: 2vw;
        font-size: 0.5vw;
    }

    .result::before {
        inset: -0.2vw -0.2vw;
        clip-path: polygon(39% 0%, 100% 0%, 62% 100%, 0% 100%);
    }

    .center-left-block {
        margin-left: 2.4vw;
    }

    .text-wrap {
        justify-content: center;
        gap: 0;
        margin-top: 0;
    }

    .title-text-02 {
        letter-spacing: -0.35vw;
        font-size: 2.7vw;
    }

    .title-wrap {
        font-size: 2.6vw;
        letter-spacing: 0.02vw;
        line-height: 1;
    }

    .descr-wrap {
        margin-top: 0vw;
        margin-left: 0;
        /* width: 9.5vw; */
        font-size: 1.2vw;
        letter-spacing: 0.08vw;
        line-height: 1;
    }

    .center-right-block {
        flex-direction: column;
        margin-top: 0.2vw;
        margin-left: 3vw;
    }

    .bonus-button {
        margin-top: 0;
        padding: 0.74vw 5.68vw;
        border-radius: 0.8vw;
        font-size: 1.43vw;
        letter-spacing: -0.08vw;
    }

    .rotate-text-container {
        display: none;
    }

    .rotate-text-container-tablet {
        display: flex;
        margin-top: 0.1vw;
    }

    .rotate-text {
        font-size: 0.57vw;
    }
}

@media (max-width: 1024px) {

    /* Левый блок */
    .left-block {
        margin-left: 1.8vw;
    }

    .logo-wrap {
        width: 16.5vw;
    }

    .center-block {
        margin-left: .6vw;
        width: 100%;
    }

    .images-wrap {
        gap: 0.22vw;
    }

    .team-one-logo, .team-two-logo {
        width: 4.5vw;
    }

    .wc-logo {
        margin-top: 0.2vw;
        width: 1.8vw;
    }

    .bets-content-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0.1vw;
    }

    .date-wrap {
        margin-top: -0.6vw;
        font-size: 0.8vw;
        letter-spacing: 0vw;
        margin-left: 1.1vw;
    }

    .teams-wrap {
        margin-top: 0.2vw;
        margin-left: 1.3vw;
        font-size: 1.2vw;
        letter-spacing: 0.06vw;
    }

    .coef-wrap {
        margin-top: 0.8vw;
    }

    .coef-item:not(:first-child) {
        margin-left: -0.2vw;
    }

    .coef {
        width: 7.4vw;
        font-size: 1.3vw;
    }

    .coef::before {
        inset: -0.3vw 0;
        clip-path: polygon(27% 0%, 100% 0%, 74% 100%, 0% 100%);
    }

    .result {
        margin-left: -1.7vw;
        width: 2.1vw;
        font-size: 0.5vw;
    }

    .result::before {
        inset: -0.3vw -0.2vw;
        clip-path: polygon(44% 0%, 100% 0%, 56% 100%, 0% 100%);
    }

    .center-left-block {
        margin-left: 1.2vw;
    }

    .text-wrap {
        flex-direction: column;
        justify-content: center;
        gap: 0;
        margin-top: 0;
        width: 31.5vw;
    }

    .title-text-02 {
        letter-spacing: -0.41vw;
        margin-left: 0.5vw;
        font-size: 3.1vw;
    }

    .title-wrap {
        font-size: 3.1vw;
        letter-spacing: -0.06vw;
    }

    .descr-wrap {
        font-size: 1.4vw;
        letter-spacing: 0.06vw;
        width: fit-content;
        margin-top: 0;
        margin-left: 0;
    }

    .center-right-block {
        flex-direction: column;
        gap: 0.21vw;
        margin-left: 2.2vw;
        margin-right: 0;
        margin-top: 0;
    }

    .bonus-button {
        margin-top: 0;
        padding: 0.7vw 1.7vw;
        border-radius: 0.7vw;
        font-size: 1.3vw;
        letter-spacing: -0.06vw;
    }

    .rotate-text-container-tablet {
        display: flex;
    }

    .rotate-text {
        font-size: 0.75vw;
    }

    .rotate-text-container {
        display: none;
    }

    /* Правый блок*/
    .right-block {
        display: none;
    }
}

@media (max-width: 768px) {

    /* Левый блок */
    .left-block {
        margin-left: 1.1vw;
    }

    .img-wrap-left {
        display: none;
    }

    .logo-wrap {
        width: 18.6vw;;
    }

    .rotate-text-container-mobile {
        margin-bottom: 0.4vw;
    }

    .rotate-text {
        font-size: 1.03vw;
    }

    /* Центральный блок */
    .center-block {
        margin-left: 1.2vw;
    }

    .images-wrap {
        gap: 0.36vw;
    }

    .team-one-logo, .team-two-logo {
        width: 5.9vw;
    }

    .wc-logo {
        margin-top: -0.2vw;
        width: 2.36vw;
    }

    .bets-content-wrap {
        margin-left: -0.3vw;
    }

    .date-wrap {
        margin-top: -0.6vw;
        font-size: 1vw;
        letter-spacing: 0.02vw;
        margin-left: 1.5vw;
    }

    .teams-wrap {
        margin-top: 0.4vw;
        margin-left: 1.6vw;
        font-size: 1.6vw;
        letter-spacing: 0.07vw;
    }

    .coef-wrap {
        margin-top: 0.7vw;
    }

    .coef-item:not(:first-child) {
        margin-left: -0.2vw;
    }

    .coef {
        width: 9.8vw;
        font-size: 1.7vw;
    }

    .coef::before {
        inset: -0.45vw 0;
        clip-path: polygon(27% 0%, 100% 0%, 72% 100%, 0% 100%);
    }

    .result {
        margin-left: -2.2vw;
        width: 2.8vw;
        font-size: 0.8vw;
    }

    .result::before {
        inset: -0.4vw -0.6vw;
        clip-path: polygon(44% 0%, 100% 0%, 59% 100%, 0% 100%);
    }

    .center-left-block {
        margin-left: 0;
    }

    .text-wrap {
        justify-content: center;
        gap: 0vw;
        margin-top: 0;
        margin-left: 2.2vw;
        z-index: 1;
        width: 14.5vw;
    }

    .title-wrap {
        display: flex;
        flex-direction: column;
        font-size: 2.8vw;
        margin-top: 0.4vw;
        letter-spacing: -0.06vw;
        line-height: 1;
    }

    .title-text-02 {
        margin-left: 0;
        margin-top: -0.4vw;
        letter-spacing: -0.43vw;
        font-size: 3.4vw;
    }

    .descr-wrap {
        font-size: 1.12vw;
        letter-spacing: 0.16vw;
        margin-top: 0.4vw;
    }

    .img-wrap {
        width: 0;
        margin-left: 0;
    }

    .img-wrap .cup-right {
        left: -1.7vw;
        width: 13vw;
    }

    .center-right-block {
        margin-top: 1.4vw;
        margin-left: 1.3vw;
        gap: 0.21vw;
    }

    .bonus-button {
        padding: 1.1vw 2.25vw;
        border-radius: 0.9vw;
        font-size: 1.5vw;
        letter-spacing: 0.12vw;
    }
}

@media (max-width: 570px) {

    /* Левый блок */
    .left-block {
        margin-left: 1.2vw;
    }

    .logo-wrap {
        width: 22.3vw;
    }

    /* Центральный блок */
    .center-block {
        margin-left: 1.6vw;
    }

    .content-top-wrap {
        flex-direction: column;
        justify-content: center;
    }

    .images-wrap {
        margin-top: -0.6vw;
        margin-left: 1.1vw;
        gap: 1.5vw;
    }

    .team-one-logo, .team-two-logo {
        width: 4.2vw;
    }

    .wc-logo {
        margin-top: -0.2vw;
        width: 2.1vw;
    }

    .bets-content-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 1.2vw;
    }

    .date {
        display: none;
    }

    .teams-wrap {
        margin-top: -0.2vw;
        margin-left: 1.9vw;
        font-size: 1.4vw;
        letter-spacing: 0.15vw;
    }

    .coef-wrap {
        margin-top: 0.7vw;
    }

    .coef-item:not(:first-child) {
        margin-left: -0.6vw;
    }

    .coef {
        width: 9.2vw;
        font-size: 1.5vw;
    }

    .coef::before {
        inset: -0.4vw 0;
        clip-path: polygon(27% 0%, 100% 0%, 73% 100%, 0% 100%);
    }

    .result {
        margin-left: -2vw;
        width: 2.8vw;
        font-size: 0.78vw;
    }

    .result::before {
        inset: -0.4vw -0.6vw;
        clip-path: polygon(42% 0%, 100% 0%, 60% 100%, 0% 100%);
    }


    .center-left-block {
        margin-left: 0;
    }

    .text-wrap {
        gap: 0.1vw;
        margin-top: 0;
        margin-left: 2.2vw;
        width: 21vw;
    }

    .title-wrap {
        font-size: 3.8vw;
        letter-spacing: -0.12vw;
        line-height: 1;
        flex-direction: column;
        margin-top: 0.4vw;
    }

    .title-text-02 {
        letter-spacing: -0.5vw;
        font-size: 4.4vw;
        margin-top: -0.3vw;
        margin-left: 0;
    }

    .descr-wrap {
        font-size: 1.8vw;
        letter-spacing: -0.02vw;
        line-height: 1.2;
        margin-top: 0.2vw;
    }

    .center-right-block {
        margin-right: 0;
        margin-top: 2vw;
        margin-left: 1.7vw;
        gap: 0.6vw;
        z-index: 1;
        align-items: self-start;
    }

    .bonus-button {
        padding: 1.45vw 2.6vw;
        border-radius: 1.1vw;
        font-size: 2vw;
        letter-spacing: 0.29vw;
    }

    .rotate-text {
        font-size: 1.36vw;
    }
}

@media (max-width: 480px) {

    /* Левый блок */
    .left-block {
        justify-content: space-around;
        flex-direction: column;
        margin-left: 1.5vw;
        height: 60px;
        z-index: 1;
    }

    .logo-wrap {
        width: 31px;
        margin-top: -1.3vw;
    }

    .logo {
        display: none;
    }

    .logo-320 {
        display: flex;
        margin-top: 0;
        width: 31px;
    }

    .descr-wrap-mobile {
        display: flex;
        flex-direction: column;
        font-family: 'Marafont-Black', sans-serif;
        text-transform: uppercase;
        font-size: 6.7px;
        gap: 1px;
        color: #9FC8FF;
        letter-spacing: 0.07px;
        line-height: 1.1;
        margin-top: 0;
    }

    .content-top-wrap {
        flex-direction: column;
        justify-content: center;
        margin-left: -8px;
    }

    .images-wrap {
        margin-top: -2px;
        margin-left: 8px;
        gap: 8px;
    }

    .team-one-logo, .team-two-logo {
        width: 25px;
    }

    .wc-logo {
        margin-top: -1px;
        width: 12px;
    }

    .bets-content-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 6px;
    }

    .teams-wrap {
        margin-top: -3px;
        margin-left: 15px;
        font-size: 8.6px;
        letter-spacing: 0.3px;
    }

    .coef-wrap {
        margin-top: 3px;
    }

    .coef-item:not(:first-child) {
        margin-left: 0;
    }

    .coef {
        width: 54px;
        font-size: 9px;
    }

    .coef::before {
        inset: -3px 0;
        clip-path: polygon(28% 0%, 100% 0%, 72% 100%, 0% 100%);
    }

    .result {
        margin-left: -11px;
        width: 11.5px;
        font-size: 4px;
    }

    .result::before {
        inset: -3px -4px;
        clip-path: polygon(51% 0%, 100% 0%, 51% 100%, 0% 100%);
    }

    .right-block {
        display: flex;
        position: absolute;
        top: 50%;
        right: -18px;
        transform: translateY(-50%);
    }

    .rotate-text-container-mobile {
        display: none;
        position: absolute;
        bottom: 3px;
        left: 0px;
        margin: 0;
    }

    .rotate-text-1 {
        font-size: 6.5px;
        letter-spacing: 0.2px;
    }

    .rotate-text-2 {
        font-size: 6.5px;
        letter-spacing: 0.2px;
        margin-left: 5px;
    }



    /* Центральный блок */
    .center-block {
        flex-direction: column;
        flex-wrap: wrap;
        margin-left: auto;
        width: 87.6%;
        height: 60px;
        gap: 0px;
    }

    .center-left-block {
        margin-top: 1px;
        margin-left: -9px;
        height: 50%;
        justify-content: center;
        align-items: center;
        /* flex-direction: column-reverse; */
    }
    .text-wrap {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin-top: 6px;
        z-index: 1;
        height: auto;
    }

    .title-wrap {
        align-items: flex-start;
        gap: 1px;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.8px;
        margin-top: 0px;
    }

    .title-text-02 {
        display: flex;
        align-items: flex-start;
        margin-top: -2px;
        margin-left: 6px;
        font-size: 15px;
        letter-spacing: -0.2px;
    }

    .title-text-02 .letter:last-child {
        margin-top: 0;
        margin-left: 2px;
        font-size: 15.5px;
    }

    .descr-wrap {
        width: 68px;
        margin-left: 0px;
        font-size: 5px;
        line-height: 1;
        margin-top: 1.5px;
        letter-spacing: 0.1px;
    }

    .img-wrap .ball,
    .img-wrap .coin-red,
    .img-wrap .coin-blue.ball,
    .rotate-text-container-tablet,
    .img-wrap-righ,
    .img-wrap {
        display: none;
    }

    .center-right-block {
        margin-top: 5px;
        margin-left: -9px;
        margin-inline: 0;
        height: 40%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .bonus-button {
        padding: 3.5px 27px;
        border-radius: 3px;
        font-size: 7px;
        letter-spacing: 1px;
    }

    .rotate-text-container-tablet {
        display: flex;
        margin-top: -2px;
    }

    .rotate-text-1 {
        font-size: 6.5px;
        letter-spacing: 0.25px;
    }
}