* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, sans-serif;
}

@font-face { 
    font-family: 'Marafont-Black'; 
    src: url('./fonts/Marafont/WOFF2/Marafont-Black.woff2') format('woff2'); 
    font-weight: 900; 
    font-style: normal; 
}

@font-face { 
    font-family: 'Marafont-ExtraBold'; 
    src: url('./fonts/Marafont/WOFF2/Marafont-ExtraBold.woff2') format('woff2'); 
    font-weight: 800; 
    font-style: normal; 
}

@font-face { 
    font-family: 'Marafont-Bold'; 
    src: url('./fonts/Marafont/WOFF2/Marafont-Bold.woff2') format('woff2'); 
    font-weight: 700; 
    font-style: normal; 
} 

body {
    background-color: #3D38F5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: 60px;
    background-image: url(./images/bg-1920.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
    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;
}

.coin-blue-left {
    position: absolute;
    top: -65px;
    left: -278px;
    width: 163px;
    /* top: -3.8vw;
    left: -13.6vw;
    width: 8.8vw; */
    animation: smooth-circle-reverse-32 infinite ease 6s 0s backwards;
}

.coin-red-left {
    position: absolute;
    top: 4px;
    left: -138px;
    width: 89px;
    /* top: -0.18vw;
    left: -8.05vw;
    width: 4.66vw; */
    animation: smooth-circle-46 infinite ease 5s 1s backwards;
}

.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 {
    display: none;
}

/* Центральный блок */
.center-block {
    position: relative;
    display: flex;
    margin-left: 73px;
}

.center-left-block {
    display: flex;
}

.text-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 0;
    margin-top: -4px;
}

.title-wrap {
    font-family: 'Marafont-Black', sans-serif;
    text-transform: uppercase;
    font-size: 31.5px;
}

.title-text-01 {
    font-family: inherit;
    color: #FFF;
}

.title-text-02 {
    font-family: inherit;
    color: #FFC70F;
    letter-spacing: -3.4px;
}

.descr-wrap {
    font-family: 'Marafont-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #9FC8FF;
    letter-spacing: 0;
    margin-top: -2px;
}

.descr-text-01, 
.descr-text-02 {
    font-family: inherit;
}

.img-wrap {
    position: relative;
    width: 0;
    height: 60px;
    margin-left: 0;
}

.img-wrap .ball {
    position: absolute;
    top: -60px;
    left: 45px;
    width: 247px;
}

.img-wrap .coin-red {
    position: absolute;
    top: 5px;
    left: 92px;
    width: 90px;
    animation: smooth-circle infinite ease-in 5s;
}

.img-wrap .coin-blue {
    position: absolute;
    top: -35px;
    left: 217px;
    width: 85px;
    animation: smooth-circle-reverse infinite ease 5s;
}

.center-right-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 316px;
    z-index: 1;
}

.bonus-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FF0C56;
    color: #FFF;
    border: none;
    margin-top: -12px;
    padding: 9px 17px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    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: 0;
    bottom: 2px;
    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;
}

.coin-blue-right {
    position: absolute;
    top: -62px;
    left: 207px;
    width: 174px;
    /* transform: rotate(-63deg); */
    animation: smooth-circle-reverse-63 infinite ease 6s 1.5s backwards;
}

.coin-red-right {
    position: absolute;
    top: -9px;
    left: 50px;
    width: 139px;
    animation: smooth-circle-0 infinite ease 5s 1.5s backwards;
}

/* Анимации для букв */
.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);
    }
}

@keyframes smooth-circle-46 {
    0% {
        transform: rotate(-68deg) rotate(180deg) translateX(8px) rotate(-180deg);
    }
    100% {
        transform: rotate(-68deg) rotate(540deg) translateX(8px) rotate(-540deg);
    }
}

@keyframes smooth-circle-reverse-32 {
    0% {
        transform: rotate(-32deg) rotate(-180deg) translateX(-8px) rotate(180deg);
    }
    100% {
        transform: rotate(-32deg) rotate(-540deg) translateX(-8px) rotate(540deg);
    }
}

@keyframes smooth-circle {
  0% {
        transform: rotate(180deg) translateX(8px) rotate(-180deg)
    }

    100% {
        transform: rotate(540deg) translateX(8px) rotate(-540deg)
    }
}

@keyframes smooth-circle-reverse {
   0% {
        transform: rotate(-180deg) translateX(-8px) rotate(180deg)
    }

    100% {
        transform: rotate(-540deg) translateX(-8px) rotate(540deg)
    }
}

@keyframes smooth-circle-reverse-63 {
    0% {
        transform: rotate(-63deg) rotate(-180deg) translateX(-8px) rotate(180deg);
    }
    100% {
        transform: rotate(-63deg) rotate(-540deg) translateX(-8px) rotate(540deg);
    }
}

@keyframes smooth-circle-0 {
    0% {
        transform: rotate(180deg) translateX(8px) rotate(-180deg);
    }
    100% {
        transform: rotate(540deg) translateX(8px) rotate(-540deg);
    }
}

@media (max-width: 1920px) {

    /* Левый блок */
    .left-block {
        margin-left: 14.8vw;
    }

    .logo-wrap {
        width: 10.5vw;
    }

    .coin-red-left {
        top: 0.25vw;
        left: -7.14vw;
        width: 4.6vw;
    }

    .coin-blue-left {
        top: -3.5vw;
        left: -14.5vw;
        width: 8.6vw;
    }

    /* Центральный блок */
    .center-block {
        margin-left: 3.85vw;
    }

    .text-wrap {
        gap: 0;
        margin-top: -0.3vw;
    }

    .title-wrap {
        font-size: 1.67vw;
        letter-spacing: -0.03vw;
    }

    .title-text-02 {
        letter-spacing: -0.19vw;
    }

    .descr-wrap {
        font-size: 0.7vw;
        letter-spacing: 0.02vw;
    }

    .img-wrap {
        width: 0;
        margin-left: 0;
    }

    .img-wrap .ball {
        top: -3.1vw;
        left: 2.5vw;
        width: 12.9vw;
    }

    .img-wrap .coin-red {
        top: 0.3vw;
        left: 4.6vw;
        width: 4.6vw;
    }

    .img-wrap .coin-blue {
        top: -1.8vw;
        left: 12vw;
        width: 4.4vw;
    }

    .center-right-block {
        margin-left: 16.6vw;
    }

    .bonus-button {
        margin-top: -0.5vw;
        padding: 0.5vw 0.95vw;
        border-radius: 0.4vw;
        font-size: 0.8vw;
        letter-spacing: 0.07vw;
    }

    .rotate-text-container {
        bottom: 0.15vw;
    }

    .rotate-text {
        font-size: 0.4vw;
    }

    /* Правый блок*/
    .right-block {
        width: 0;
    }

    .coin-blue-right {
        top: -3.4vw;
        left: 10.6vw;
        width: 9.2vw;
    }

    .coin-red-right {
        top: -0.45vw;
        left: 2.6vw;
        width: 7.2vw;
    }
}

@media (max-width: 1366px) {

    .banner {
        background-size: 140% 100%;
        background-position: top center;
    }

    /* Левый блок */
    .left-block {
        margin-left: 0.6vw;
    }

    .img-wrap-left {
        display: none;
    }

    .logo-wrap {
        width: 14.7vw;
    }

    /* Центральный блок */
    .center-block {
        margin-left: 6.12vw;
    }

    .text-wrap {
        justify-content: center;
        gap: 0;
        margin-top: -0.5vw;
    }

    .title-text-02 {
        letter-spacing: -0.35vw;
    }

    .title-wrap {
        font-size: 2.5vw;
        letter-spacing: -0.19vw;
        line-height: 1.2;
    }

    .descr-wrap {
        font-size: 1vw;
        letter-spacing: 0.02vw;
        line-height: 1.2;
    }

    .img-wrap {
        margin-left: 0;
    }

    .img-wrap .ball {
        top: -4.36vw;
        left: 2.6vw;
        width: 18vw;
    }

    .img-wrap .coin-red {
        top: 0.4vw;
        left: 5.5vw;
        width: 6.5vw;
    }

    .img-wrap .coin-blue {
        top: -2.5vw;
        left: 15.9vw;
        width: 6.1vw;
    }

    .center-right-block {
        margin-left: 22.4vw;
    }

    .bonus-button {
        margin-top: -0.82vw;
        padding: 0.65vw 1.35vw;
        border-radius: 0.4vw;
        font-size: 1.2vw;
        letter-spacing: 0.04vw;
    }

    .rotate-text-container {
        bottom: 0.15vw;
    }

    .rotate-text {
        font-size: 0.57vw;
    }

    /* Правый блок*/
    .right-block {
        display: none;
    }
}

@media (max-width: 1024px) {

    .banner {
        background-image: url(./images/bg-1024.png);
        background-size: 100% 100%;
    }

    /* Левый блок */
    .left-block {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin-left: 0.8vw;
        height: 60px;
        gap: 0;
    }

    .logo-wrap {
        width: 14.3vw;
        margin-top: 0.5vw;
    }

    .rotate-text-container-tablet {
        display: flex;
        margin-bottom: 0.3vw;
    }

    .rotate-text {
        font-size: 0.75vw;
    }

    /* Центральный блок */
    .center-block {
        margin-left: 4.76vw;
        width: 100%;
    }

    .text-wrap {
        justify-content: center;
        gap: 0.4vw;
        margin-top: -0.5vw;
    }

    .title-text-02 {
        letter-spacing: -0.43vw;
    }

    .title-wrap {
        font-size: 3.3vw;
        letter-spacing: -0.22vw;
    }

    .descr-wrap {
        font-size: 1.2vw;
        letter-spacing: 0.14vw;
    }

    .img-wrap {
        margin-left: 0;
    }

    .img-wrap .ball {
        top: -3.4vw;
        left: 0.5vw;
        width: 17.96vw;
    }

    .img-wrap .coin-red {
        top: 1.4vw;
        left: 3.3vw;
        width: 6.55vw;
    }

    .img-wrap .coin-blue {
        top: -1.5vw;
        left: 13.8vw;
        width: 6.1vw;
    }

    .center-right-block {
        margin-left: auto;
        margin-right: 1.65vw;
    }

    .bonus-button {
        margin-top: 0;
        padding: 0.85vw 1.75vw;
        border-radius: 0.6vw;
        font-size: 1.55vw;
        letter-spacing: 0.1vw;
    }

    .rotate-text-container {
        display: none;
    }

    /* Правый блок*/
    .right-block {
        display: none;
    }
}

@media (max-width: 768px) {

    .banner {
        background-image: url(./images/bg-768.png);
    }

    /* Левый блок */
    .left-block {
        margin-left: 1.1vw;
    }

    .logo-wrap {
        width: 19.1vw;
        margin-top: 0.7vw;
    }

    .rotate-text-container-mobile {
        margin-bottom: 0.4vw;
    }

    .rotate-text {
        font-size: 1.03vw;
    }

    /* Центральный блок */
    .center-block {
        margin-left: 5.3vw;
    }

    .text-wrap {
        justify-content: center;
        gap: 0.4vw;
        margin-top: 0.2vw;
        align-items: start;
    }

    .title-wrap {
        display: flex;
        flex-direction: column;
        font-size: 2.2vw;
        letter-spacing: 0;
        line-height: 1.1;
    }

    .title-text-02 {
        letter-spacing: -0.2vw;
        font-size: 2.5vw;
    }

    .descr-wrap {
        display: flex;
        flex-direction: column;
        font-size: 1.1vw;
        letter-spacing: -0.05vw;
        line-height: 1.1;
    }

    .img-wrap {
        width: 0;
        margin-left: 0;
    }

    .img-wrap .ball {
        top: -4.3vw;
        left: 5.5vw;
        width: 23.7vw;
    }

    .img-wrap .coin-red {
        top: 1.9vw;
        left: 9.2vw;
        width: 8.7vw;
    }

    .img-wrap .coin-blue {
        top: -1.9vw;
        left: 23vw;
        width: 8.2vw;
    }

    .center-right-block {
        margin-right: 4.1vw;
    }

    .bonus-button {
        padding: 1.2vw 2.95vw;
        border-radius: 0.8vw;
        font-size: 1.3vw;
        letter-spacing: 0.26vw;
    }
}

@media (max-width: 570px) {

    .banner {
        background-image: url(./images/bg-570.png);
    }

    /* Левый блок */
    .left-block {
        margin-left: 1.4vw;
    }

    .logo-wrap {
        width: 25.8vw;
        margin-top: 0.95vw;
    }

    .rotate-text-container-mobile {
        margin-bottom: 0.5vw;
    }

    .rotate-text {
        font-size: 1.38vw;
    }

    /* Центральный блок */
    .center-block {
        margin-left: 3.2vw;
    }

    .text-wrap {
        gap: 0.6vw;
        margin-top: 0.5vw;
    }

    .title-wrap {
        font-size: 3.1vw;
        letter-spacing: -0.12vw;
        line-height: 1;
    }

    .title-text-02 {
        letter-spacing: -0.34vw;
        font-size: 3.5vw;
    }

    .descr-wrap {
        display: flex;
        flex-direction: column;
        font-size: 1.4vw;
        letter-spacing: 0vw;
        line-height: 1.2;
    }

    .img-wrap .ball {
        top: -3.8vw;
        left: -0.2vw;
        width: 25.7vw;
    }

    .img-wrap .coin-red {
        top: 2.9vw;
        left: 3.9vw;
        width: 9.3vw;
    }

    .img-wrap .coin-blue {
        top: -0.9vw;
        left: 18.8vw;
        width: 8.6vw;
    }

    .center-right-block {
        margin-right: 1.8vw;
        z-index: 1;
    }

    .bonus-button {
        padding: 1.5vw 1.8vw;
        border-radius: 1.1vw;
        font-size: 1.8vw;
        letter-spacing: 0.29vw;
    }
}

@media (max-width: 480px) {

    .banner {
        background-image: url(./images/bg-320.png);
    }

    /* Левый блок */
    .left-block {
        justify-content: space-around;
        margin-left: 2.6vw;
    }

    .logo-wrap {
        width: 125px;
        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;
    }

    .rotate-text-container-mobile {
        display: none;
    }

    .right-block {
        display: flex;
        position: absolute;
        top: 50%;
        right: -18px;
        transform: translateY(-50%);
    }

    .img-wrap-right {
        display: none;
    }

    .rotate-text-container-mobile {
        position: absolute;
        top: 50%;
        right: -11px;
        display: flex;
        flex-direction: column;
        transform: rotate(-90deg) translateY(-50%);
        margin: 0;
        height: 0px;
        width: 60px;
    }

    .rotate-text {
        font-size: 7.5px;
    }

    /* Центральный блок */
    .center-block {
        flex-direction: column;
        margin-left: auto;
        width: 37.9%;
        height: 60px;
        gap: 3px;
    }

    .center-left-block {
        height: 50%;
        justify-content: space-between;
    }

    .text-wrap {
        justify-content: flex-start;
        gap: 0;
        margin-top: 2px;
        z-index: 1;
    }

    .title-wrap {
        align-items: flex-start;
        gap: 1px;
        font-size: 15px;
        line-height: 1;
        letter-spacing: -1.4px;
    }

    .title-text-02 {
        display: flex;
        align-items: flex-start;
        margin-left: 0;
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .title-text-02 .letter:last-child {
        margin-left: 4px;
        font-size: 15.5px;
    }

    .descr-wrap,
    .img-wrap .ball,
    .img-wrap .coin-red,
    .img-wrap .coin-blue.ball,
    .rotate-text-container-tablet
     {
        display: none;
    }

    .ball-320 {
        display: flex;
        position: absolute;
        top: 0px;
        left: -89px;
        width: 101px;
    }

    .center-right-block {
        margin-right: auto;
        margin-left: 0;
    }

    .bonus-button {
        padding: 6.5px 10px;
        border-radius: 6px;
        font-size: 8px;
        letter-spacing: 1.7px;
    }
}