* {
    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-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: rgba(5, 0, 161, 1);
    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: 283px;
}

.img-wrap-left {
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 60px;
}

.logo-wrap {
    display: flex;
    align-items: center;
    width: 203px;
}

.logo {
    width: 100%;
}

.rotate-text-container-mobile,
.rotate-text-container-tablet,
.descr-wrap-mobile,
.ball-320,
.img-wrap-left {
    display: none;
}

/* Центральный блок */
.center-block {
    position: relative;
    display: flex;
    margin-left: 54px;
}

.center-left-block {
    display: flex;
    align-items: center;
}

.text-wrap {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: -4px;
}

.title-wrap {
    font-family: 'Marafont-Black', sans-serif;
    text-transform: uppercase;
    font-size: 41.5px;
}

.title-text-01 {
    font-family: inherit;
    color: #FFF;
}

.title-text-02 {
    font-family: inherit;
    color: #FFC70F;
    letter-spacing: -6px;
    font-size: 42.5px;
}

.descr-wrap {
    font-family: 'Marafont-Medium', sans-serif;
    text-transform: uppercase;
    margin-top: 7px;
    margin-left: 16.5px;
    width: 134px;
    font-size: 16.5px;
    color: #FFF;
    letter-spacing: 3.4px;
    line-height: 1.2;
}

.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: 11px;
    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: 8px;
    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);
    }
}

@media (max-width: 1920px) {

    /* Левый блок */
    .left-block {
        margin-left: 14.8vw;
    }

    .logo-wrap {
        width: 10.5vw;
    }

    /* Центральный блок */
    .center-block {
        margin-left: 2.9vw;
    }

    .text-wrap {
        gap: 0;
        margin-top: -0.15vw;
    }

    .title-wrap {
        font-size: 2.2vw;
        letter-spacing: -0.03vw;
    }

    .title-text-02 {
        letter-spacing: -0.32vw;
        }

    .descr-wrap {
        margin-top: 0.2vw;
        margin-left: 0.8vw;
        width: 7vw;
        font-size: 1vw;
        line-height: 1;
        letter-spacing: 0.04vw;
    }

    .img-wrap {
        width: 5.2vw;
    }

    .img-wrap .cup-right {
        left: -0.16vw;
        width: 5.4vw;
    }

    .center-right-block {
        margin-left: 0.7vw;
    }

    .bonus-button {
        padding: 0.6vw 3.95vw;
        border-radius: 0.5vw;
        font-size: 0.9vw;
        letter-spacing: 0.07vw;
    }

    .rotate-text-container {
        right: -6.3vw;
        bottom: 0.45vw;
    }

    .rotate-text {
        font-size: 0.4vw;
    }

    /* Правый блок*/
    .right-block {
        width: 0;
    }
}

@media (max-width: 1366px) {

    /* Левый блок */
    .left-block {
        margin-left: 1.3vw;
    }

    .logo-wrap {
        width: 14.7vw;
    }

    /* Центральный блок */
    .center-block {
        margin-left: 3.36vw;
    }

    .text-wrap {
        justify-content: center;
        gap: 0;
        margin-top: -0.3vw;
    }

    .title-text-02 {
        letter-spacing: -0.44vw;
        font-size: 3.1vw;
    }

    .title-wrap {
        font-size: 3.03vw;
        letter-spacing: 0.02vw;
        line-height: 1;
    }

    .descr-wrap {
        margin-top: 0.1vw;
        margin-left: 1.15vw;
        width: 9.5vw;
        font-size: 1.38vw;
        letter-spacing: 0.09vw;
        line-height: 1;
    }

    .img-wrap {
        width: 7.5vw;
    }

    .img-wrap .cup-right {
        left: 0.05vw;
        width: 7.5vw;
    }

    .center-right-block {
        margin-left: 1.9vw;
    }

    .bonus-button {
        margin-top: 0;
        padding: 0.77vw 5.68vw;
        border-radius: 0.7vw;
        font-size: 1.43vw;
        letter-spacing: -0.08vw;
    }

    .rotate-text-container {
        right: -8.9vw;
        bottom: 0.55vw;
    }

    .rotate-text {
        font-size: 0.57vw;
    }
}

@media (max-width: 1024px) {

    /* Левый блок */
    .left-block {
        margin-left: 1.7vw;
    }

    .logo-wrap {
        width: 16.5vw;
    }

    /* Центральный блок */
    .img-wrap-left,
    .img-wrap {
        display: flex;
        width: 8vw;
    }

    .cup-left {
        position: absolute;
        top: 50%;
        left: -1.2vw;
        width: 10vw;
        transform: translateY(-47%);
    }

    .center-block {
        margin-left: 4.6vw;
        width: 100%;
    }

    .center-left-block {
        margin-left: 0.55vw;
    }

    .text-wrap {
        flex-direction: column;
        justify-content: center;
        gap: 0;
        margin-top: 0;
    }

    .title-text-02 {
        letter-spacing: -0.41vw;
        margin-left: 0.5vw;
        font-size: 3.1vw;
    }

    .title-wrap {
        font-size: 3.2vw;
        letter-spacing: -0.16vw;
    }

    .descr-wrap {
        font-size: 1.4vw;
        letter-spacing: 0.06vw;
        width: fit-content;
        margin-top: 0;
        margin-left: 0;
    }

    .img-wrap .cup-right {
        left: 0;
        width: 10vw;
    }

    .center-right-block {
        flex-direction: column;
        gap: 0.21vw;
        margin-left: 5.2vw;
        margin-right: 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: 2.3vw;
    }

    .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: 4.3vw;
    }

    .center-left-block {
        margin-left: 0;
    }

    .text-wrap {
        justify-content: center;
        gap: 0vw;
        margin-top: 0;
        z-index: 1;
    }

    .title-wrap {
        display: flex;
        font-size: 4.1vw;
        letter-spacing: 0;
        line-height: 1;
    }

    .title-text-02 {
        margin-left: 0.8vw;
        letter-spacing: -0.4vw;
        font-size: 3.9vw;
    }

    .descr-wrap {
        display: flex;
        flex-direction: column;
        font-size: 1.8vw;
        letter-spacing: 0.15vw;
        line-height: 1;
    }

    .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: 12.7vw;
        gap: 0.21vw;
    }

    .bonus-button {
        padding: 1.1vw 2.25vw;
        border-radius: 1vw;
        font-size: 1.5vw;
        letter-spacing: 0.12vw;
    }
}

@media (max-width: 570px) {

    /* Левый блок */
    .left-block {
        margin-left: 3vw;
    }

    .logo-wrap {
        width: 22.2vw;
    }

    /* Центральный блок */
    .center-block {
        margin-left: 6.9vw;
    }

    .center-left-block {
        margin-left: 0;
    }

    .text-wrap {
        gap: 0.1vw;
        margin-top: 0;
    }

    .title-wrap {
        font-size: 3.8vw;
        letter-spacing: -0.12vw;
        line-height: 1;
        flex-direction: column;
    }

    .title-text-02 {
        letter-spacing: -0.53vw;
        font-size: 4.4vw;
        margin-top: -0.3vw;
        margin-left: 0;
    }

    .descr-wrap {
        display: flex;
        flex-direction: column;
        font-size: 1.8vw;
        letter-spacing: -0.02vw;
        line-height: 1.2;
    }

    .img-wrap .cup-right {
        left: -2.4vw;
        width: 19.5vw;
    }

    .center-right-block {
        margin-right: 0;
        margin-top: 2vw;
        margin-left: 19.1vw;
        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: 2.95vw;
        height: 60px;
        z-index: 1;
    }

    .logo-wrap {
        width: 98px;
        margin-top: 0;
    }

    .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;
    }

    .right-block {
        display: flex;
        position: absolute;
        top: 50%;
        right: -18px;
        transform: translateY(-50%);
    }

    .rotate-text-container-mobile {
        display: flex;
        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;
        margin-left: auto;
        width: 45.7%;
        height: 60px;
        gap: 0px;
    }

    .center-left-block {
        margin-top: 6px;
        height: 50%;
        justify-content: space-between;
        align-items: flex-start;
    }

    .text-wrap {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        gap: 0;
        margin-top: 0;
        z-index: 1;
    }

    .title-wrap {
        align-items: flex-start;
        gap: 1px;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.6px;
    }

    .title-text-02 {
        display: flex;
        align-items: flex-start;
        margin-top: -3px;
        margin-left: 0;
        font-size: 16px;
        letter-spacing: 0.8px;
    }

    .title-text-02 .letter:last-child {
        margin-top: 1px;
        margin-left: 3px;
        font-size: 15.5px;
    }

    .descr-wrap {
        width: 50px;
        margin-left: 2px;
        font-size: 7px;
        line-height: 1;
    }

    .img-wrap .ball,
    .img-wrap .coin-red,
    .img-wrap .coin-blue.ball,
    .rotate-text-container-tablet,
    .img-wrap-righ,
    .img-wrap {
        display: none;
    }

    .img-wrap-left {
        display: flex;
        position: absolute;
        top: 0px;
        left: -84px;
        width: 0;
    }

    .cup-left {
        position: absolute;
        top: 50%;
        left: 0;
        width: 102px;
        transform: translateY(-47%);
    }

    .center-right-block {
        margin-top: 1px;
        margin-inline: 0;
    }

    .bonus-button {
        padding: 3.5px 35px;
        border-radius: 3px;
        font-size: 10px;
        letter-spacing: 1px;
    }
}