@font-face {
    font-family: 'Druk Cyr';
    src: url('../fonts/DrukCyr-HeavyItalic.eot');
    src: local('Druk Cyr Heavy Italic'), local('DrukCyr-HeavyItalic'),
    url('../fonts/DrukCyr-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DrukCyr-HeavyItalic.woff2') format('woff2'),
    url('../fonts/DrukCyr-HeavyItalic.woff') format('woff'),
    url('../fonts/DrukCyr-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

html, body {
    background: #171717;
    font-family: "Druk Cyr";
    font-weight: 900;
    font-style: italic;
    position: relative;
    overflow-x: hidden;
}
body {
    max-width: 540px;
    margin: auto;
}
.background {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.container {
    max-width: 390px;
    position: relative;
}
.noise {
    background: url("../img/noise.webp");
    position: absolute;
    width: 100%;
    height: 100%;
}
h1 {
    color: #ffffff;
    font-size: 65px;
    line-height: 1.2;
    margin-bottom: 0;
}
h2 {
    background: linear-gradient(to top, #FF7A00, #FFC700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 65px;
    text-shadow: 0 0 34px #FF7A00;
    line-height: 1;
    margin-bottom: 0;
}
.gradient {
    background: url("../img/gradient.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 700px;
    height: 700px;
    position: absolute;
}
.gr1 {
    top: -150px;
    right: -280px
}
.gr2 {
    top: 300px;
    left: -270px
}
.gr3 {
    top: 1150px;
    left: -270px
}
.gr4 {
    top: 750px;
    right: -280px
}
.gr5 {
    bottom: 450px;
    right: -280px
}
.gr6 {
    bottom: 50px;
    left: -280px
}
.video {
    display: inline-block;
    background: #000;
    border: 2px solid #FF7A00;
    border-radius: 17px;
    width: 243px;
}
.video video {
    width: 100%;
    height: 100%;
    border-radius: 17px;
}
.button {
    position: relative;
    display: inline-block;
}
.button .content {
    padding: 10px 15px;
    background: linear-gradient(180deg, #FFC700, #FF7A00);
    border-radius: 22px;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 50px #FF7A00, 0 0 35px #FF7A00;
}
.button .background {
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transform: translate(-5px, -5px);
    top: 0;
    left: 0;
    border-radius: 27px;
    background: linear-gradient(180deg, #FFC700, #FF7A00);
    opacity: 0.5;
    z-index: 0;
    animation: bounceButton 1.5s infinite;
}
@keyframes bounceButton {
    0% {
        transform: translate(-5px, -5px) scale(0.9);
        opacity: 0.6;
    }
    100% {
        transform: translate(-5px, -5px) scale(1.3);
        opacity: 0;
    }
}
.button h1 {
    font-size: 37px;
    line-height: 1;
    text-shadow: 0 2px 0 #D16200;
}
.button h3 {
    color: #000000;
    font-size: 37px;
    margin-bottom: 0;
    line-height: 1;
    padding-left: 15px;
    text-shadow: 0 2px 0 #D16200;
}
.bg-elems {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.coin-1 {
    position: absolute;
    top: -50px;
    right: -50px;
}
.ball-1 {
    position: absolute;
    top: 240px;
    left: -60px;
}
.ball-2 {
    position: absolute;
    top: 670px;
    right: -20px;
}
.coin-2 {
    position: absolute;
    top: 700px;
    left: 60px;
    width: 60px;
}
.coin-5 {
    position: absolute;
    top: 860px;
    right: -20px;
    width: 120px;
}
.coin-3 {
    position: absolute;
    top: 1760px;
    left: 50%;
    width: 120px;
}
.coin-4 {
    position: absolute;
    top: 1370px;
    left: -40px;
    width: 120px;
}
.cash {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.background {
    z-index: 0;
}
.bg-elems {
    z-index: 1;
}
.content-site {
    z-index: 2;
    position: relative;
}
#block-2 .swiper {
    border-radius: 17px;
    overflow: hidden;
    border: 5px solid #FF7A00
}
#block-2 .swiper img {
    width: 100%;
}
.navbar {
    display: flex;
    margin: 10px 0;
    justify-content: center;
}
.navbar .navline {
    width: 37px;
    height: 7px;
    border-radius: 9px;
    background: #FFFFFF;
    margin: 0 5px;
    transition-duration: 0.5s;
    transition-property: width, background-color;
}
.navbar .navline.current {
    width: 75px;
    background: #FF7A00;
}
.butBlock {
    position: relative;
}
.buttonArrLeft {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(0, -50%);
    animation: arrLeft 2s infinite;
}
.buttonArrRight {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0, -50%);
    animation: arrRight 2s infinite;
}
@keyframes arrLeft {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes arrRight {
    0% {
        transform: translate(50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(50%, -50%) scale(1);
    }
}
@keyframes arrTop {
    0% {
        transform: translate(0, -50%) scale(1);
    }
    50% {
        transform: translate(0, 50%) scale(1.1);
    }
    100% {
        transform: translate(0, -50%) scale(1);
    }
}
.manimg {
    pointer-events: none;
    margin-top: -150px;
    position: relative;
    max-width: 340px;
    z-index: 2;
}
#block-3 h1 {
    font-size: 35px
}
#block-3 h2 {
    font-size: 35px
}
.calculator-container {
    margin: 40px 0;
    padding: 25px;
    border: 5px solid #FF7A00;
    border-radius: 17px;
}
.calculator-container .title-day {
    font-size: 35px;
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
}
.calculator-container .week-container {
    margin-bottom: 15px;
    border: 2px solid #FF7A00;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.calculator-container .week-container .date-day-item {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.calculator-container .week-container .date-day-item.active {
    background-color: #FF7A00;
    border-radius: 50%;
    color: #000;
}
.calculator-container .title-bet {
    font-size: 35px;
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
}
.calculator-container .actions {
    padding-bottom: 10px;
    text-align: center;
}
.calculator-container .actions input.input-bet {
    background-color: transparent;
    border: 2px solid #FF7A00;
    padding: 4px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    max-width: 180px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Druk Cyr"!important;
}
.calculator-container .title-profit {
    font-size: 35px;
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
}
.calculator-container .result-win {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #000;
    background-color: #FF7A00;
    border-radius: 50px;
    padding: 9px 50px;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
}
.buttonArrTop {
    display: block;
    margin: 20px auto 50px;
    animation: arrTop 2s infinite;
}