@charset "UTF-8";

@font-face {
    font-family: beerMoney;
    src: url('../fonts/beerMoney.woff2') format("woff2")
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Regular.woff2') format("woff2"), url('../fonts/Montserrat-Regular.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Bold.woff2') format("woff2"), url('../fonts/Montserrat-Bold.woff') format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Black.woff2') format("woff2"), url('../fonts/Montserrat-Black.woff') format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Medium.woff2') format("woff2"), url('../fonts/Montserrat-Medium.woff') format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Inter, sans-serif;
    src: url('../fonts/Inter_Black.woff2') format("woff2"), url('../fonts/Inter_Black.woff') format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Inter, sans-serif;
    src: url('../fonts/Inter_Bold.woff2') format("woff2"), url('../fonts/Inter_Bold.woff') format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Inter, sans-serif;
    src: url('../fonts/Inter_Medium.woff2') format("woff2"), url('../fonts/Inter_Medium.woff') format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Inter, sans-serif;
    src: url('../fonts/Inter_Regular.woff2') format("woff2"), url('../fonts/Inter_Regular.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter, sans-serif;
    src: url('../fonts/Inter_SemiBold.woff2') format("woff2"), url('../fonts/Inter_SemiBold.woff') format("woff");
    font-weight: 600;
    font-style: normal
}

.header {
    position: fixed;
    background-color: #070b0a;
    z-index: 10;
    padding: 20px 0;
    width: 100%
}

@media (max-width: 1150px) {
    .header .logo {
        display: none
    }
}

.header .mobileLogo {
    display: none;
    width: 56px;
    position: relative;
    z-index: 33
}

@media (max-width: 1150px) {
    .header .mobileLogo {
        display: block
    }
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__inner .menu__btn {
    display: flex;
    width: 44px;
    height: 34px;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 65435;
    display: none
}

@media (max-width: 1150px) {
    .header__inner .menu__btn {
        display: flex
    }
}

.header__inner .menu__btn span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 25px;
    transition: all .3s
}

.header__inner .menu__btn .secondLine {
    width: 80%
}

.header__inner .menu__btn .thirdLine {
    width: 30%
}

.header__inner .menu__btn.active .firstLine {
    transform-origin: 0 0;
    transform: rotate(45deg)
}

.header__inner .menu__btn.active .secondLine {
    opacity: 0
}

.header__inner .menu__btn.active .thirdLine {
    width: 100%;
    transform-origin: 0 0;
    transform: rotate(-45deg)
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: all .3s
}

@media (max-width: 1150px) {
    .header__wrapper {
        position: absolute;
        transform: translate(110%);
        width: 105%;
        background-color: #070b0a;
        padding-top: 25px;
        flex-direction: column;
        min-height: 100dvh;
        z-index: 5;
        justify-content: start;
        top: 0
    }

    .header__wrapper.active {
        transform: translate(-5%)
    }
}

.header__block {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 1150px) {
    .header__block {
        flex-direction: column;
        gap: 20px
    }
}

.header__block .logo img {
    width: 56px;
    height: auto
}

.header__menu-list {
    display: flex;
    margin-left: 17px
}

@media (max-width: 1150px) {
    .header__menu-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-left: 0;
        margin-bottom: 20px
    }
}

.header__menu-list li+li {
    margin-left: 24px
}

@media (max-width: 1150px) {
    .header__menu-list li+li {
        margin-left: 0
    }
}

.header__menu-list a {
    font-size: 12px;
    font-weight: 400;
    transition: color .3s
}

@media (hover: hover) {
    .header__menu-list a:hover {
        color: #9c081b
    }
}

.header .solds {
    min-width: 177px;
    height: 46px;
    border: 1px solid #9c081b;
    background-color: #9c081b4d;
    border-radius: 12px;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-right: 15px
}

@media (max-width: 1150px) {
    .header .solds {
        margin-right: 0
    }
}

.header .solds__text {
    font-size: 12px
}

.header .solds svg {
    margin-right: 10px
}

.header__btn {
    width: 190px
}

.header__btn .connectWallet {
    padding: 15px 10px;
    font-size: 12px;
    border-radius: 12px
}

.header__btn .connectWallet__img {
    width: 15px
}

.language-switch {
    width: 125px;
    height: 46px;
    background-color: #ffffff1a;
    border-radius: 12px;
    position: relative;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 15px
}

@media (max-width: 1150px) {
    .language-switch {
        margin-right: 0
    }
}

.language-switch .language-option {
    cursor: pointer;
    color: #ffffff80;
    transition: color .3s
}

.language-switch .language-option.active,
.language-switch .language-option:hover {
    color: #fff
}

.language-switch .ru {
    margin-left: 17px
}

.language-switch .en {
    margin-right: 17px
}

.language-switch .switch {
    width: 58px;
    height: 38px;
    background-color: #ffffff4d;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    transition: all .3s ease
}

.language-switch .switch.enL {
    left: 63px
}

@media (max-width: 1150px) {
    .top {
        margin-top: 193px;
        padding-top: 96px
    }
}

@media (max-width: 755px) {
    .top {
        margin-top: 96px
    }
}

@media (max-width: 655px) {
    .top {
        margin-top: 114px
    }
}

@media (max-width: 450px) {
    .top {
        margin-top: 136px
    }
}

@media (max-width: 1150px) {
    .top__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

@media (max-width: 550px) {
    .top__inner {
        display: block
    }
}

.top__shadow {
    position: absolute;
    bottom: -15%;
    z-index: -1
}

.top__title {
    display: flex;
    justify-content: space-between;
    min-height: 285px
}

@media (max-width: 1150px) {
    .top__title {
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
        min-height: auto
    }
}

.top__title_content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    width: 100%
}

.top__title img {
    width: 750px
}

@media (max-width: 1150px) {
    .top__title img {
        width: 1100px
    }
}

@media (max-width: 755px) {
    .top__title img {
        width: 750px
    }
}

.top__title h1 {
    font-size: 64px;
    line-height: 1.3;
    font-family: beerMoney;
    max-width: 700px
}

@media (max-width: 1150px) {
    .top__title h1 {
        line-height: 1;
        font-size: 44px
    }
}

@media (max-width: 755px) {
    .top__title h1 {
        font-size: 42px
    }
}

@media (max-width: 450px) {
    .top__title h1 {
        font-size: 30px
    }
}

.top__title h1 span {
    text-transform: uppercase;
    color: #9c081b
}

.top__title p {
    font-family: beerMoney;
    font-size: 26px;
    line-height: 1.5;
    max-width: 265px;
    margin-top: 65px;
    margin-left: auto;
    position: relative;
    text-shadow: 0px 0px 4px #000;
    border-radius: 25px
}

.top__title p img {
    position: absolute;
    width: 100px;
    right: 0;
    transform: rotate(24deg)
}

@media (max-width: 1150px) {
    .top__title p {
        margin: 20px auto;
        top: 520px;
        right: -150px;
        background-color: #0006
    }

    .top__title p img {
        width: 60px;
        transform: rotate(-4deg);
        right: -40px;
        top: 15px
    }
}

@media (max-width: 755px) {
    .top__title p {
        top: 320px
    }
}

@media (max-width: 655px) {
    .top__title p {
        font-size: 15px;
        max-width: 150px;
        right: -180px
    }

    .top__title p img {
        width: 40px
    }
}

@media (max-width: 580px) {
    .top__title p {
        top: 0;
        right: auto;
        background-color: transparent
    }

    .top__title p img {
        width: 40px;
        transform: rotate(-20deg);
        top: 0
    }
}

.top__mell {
    left: -200px;
    align-items: baseline !important;
    justify-content: center !important;
    z-index: 0
}

@media (max-width: 1150px) {
    .top__mell {
        width: 100% !important;
        left: 0;
        top: -350px
    }
}

@media (max-width: 755px) {
    .top__mell {
        top: -250px
    }
}

.top__timer {
    max-width: 475px;
    width: 100%;
    margin-left: 30px;
    border: 2px solid red;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    font-family: Inter, sans-serif;
    padding: 10px;
    font-weight: 700;
    background-image: url('../img/timerBg.png');
    box-shadow: 0 0 25px red;
    background: #a613134d;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    
}

.top__timer.anim {
    animation: pulseTimerLive 1s linear infinite
}

@media (max-width: 1150px) {
    .top__timer {
        margin-left: 0;
        margin-top: 500px
    }
}

@media (max-width: 755px) {
    .top__timer {
        margin-top: 307px
    }
}

@media (max-width: 550px) {
    .top__timer {
        margin: 320px auto 0
    }
}

@media (max-width: 430px) {
    .top__timer {
        margin-top: 300px
    }
}

@media (max-width: 400px) {
    .top__timer {
        margin-top: 250px
    }
}

@media (max-width: 380px) {
    .top__timer {
        margin-top: 300px
    }
}

@media (max-width: 360px) {
    .top__timer {
        margin-top: 280px
    }
}

@media (max-width: 352px) {
    .top__timer {
        margin-top: 280px
    }
}

@media (max-width: 347px) {
    .top__timer {
        margin-top: 260px
    }
}

.top__timer-box {
    position: relative;
    max-width: 475px;
    width: 100%;
    z-index: 2;
}

.top__timer-box .dec {
    position: absolute;
    width: 100px;
    z-index: -1
}

@media (max-width: 550px) {
    .top__timer-box .dec {
        width: 70px
    }
}

.top__timer-box .dec-top {
    bottom: 200px;
    left: -70px;
    animation: levitation-1 10s ease-in-out infinite alternate
}

@media (max-width: 550px) {
    .top__timer-box .dec-top {
        width: 70px;
        left: 0
    }
}

.top__timer-box .dec-left {
    bottom: 0;
    left: -50px;
    width: 60px;
    animation: levitation-2 10s ease-in-out infinite alternate
}

@media (max-width: 550px) {
    .top__timer-box .dec-left {
        width: 50px;
        left: -20px
    }
}

.top__timer-box .dec-right {
    right: -100px;
    bottom: 50px;
    width: 70px;
    transform: rotate(55deg);
    animation: levitation-2 8s ease-in-out infinite alternate
}

@media (max-width: 550px) {
    .top__timer-box .dec-right {
        width: 40px
    }
}

.top__timer-top {
    display: flex;
    font-size: 7px;
    align-items: center;
    gap: 6px
}

.top__timer-top--circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff0021;
    position: relative;
    animation: pulseTimerLive 1s linear infinite alternate
}

.top__timer-top--circle:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #9c081bb3;
    z-index: -1;
    top: -2px;
    left: -2px
}

.top__timer-top--stage {
    padding: 10px;
    border-radius: 112px;
    background: linear-gradient(to bottom, #9c081b, #ff0021);
    text-transform: uppercase
}

.top__timer-top--live {
    display: flex;
    align-items: center;
    gap: 5px
}

.top__timer .countdown__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    background: linear-gradient(to bottom, #9c081b, #ff0021);
    line-height: 1;
    border-radius: 8px;
    border: 1px solid #ff0000;
    box-shadow: 0 0 4px #ff1e00;
    text-transform: uppercase;
    font-size: 24px;
    font-style: italic;
    font-weight: 900
}

@media (max-width: 550px) {
    .top__timer .countdown__box {
        width: 65px;
        font-size: 18px;
        padding: 3px
    }
}

.top__timer .countdown__box .text {
    font-size: 12px
}

@media (max-width: 550px) {
    .top__timer .countdown__box .text {
        font-size: 10px
    }
}

.top__timer #countdown {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 14px
}

.top__timer #countdown #seconds.anim {
    animation: pusleSecond 1s linear infinite
}

.top__timer-progress {
    height: 41px;
    width: 373px;
    border: 5px solid #ff0000;
    margin-top: 14px;
    border-radius: 8px;
    background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='352'%20height='20'%20fill='none'%3e%3cstyle%3epath{opacity:.1}%3c/style%3e%3cpath%20fill='url(%23paint0_linear_303_1639)'%20d='M339.56.004C328.759.152.31%200%20.31%200c-3.84%2019.679%2027.555%2019.147%20114.313%2019.66S351.42%2010.188%20351.614%207.084c.193-3.1-1.256-7.228-12.054-7.08'%20style='mix-blend-mode:overlay'/%3e%3cpath%20fill='url(%23paint1_linear_303_1639)'%20d='M346.058%202.623C347.55.565%20304.423.672%20303.532%203.676c-1.142%203.845%2026.722%202.982%2030.241%203.256%203.517.274%2010.025-1.191%2012.287-4.309z'/%3e%3cpath%20fill='url(%23paint2_linear_303_1639)'%20d='M295.659%202.42C290.394%202.012%2021.382.955%2015.876%202.01%2010.369%203.061%20144.75%208.06%20275.04%208.06c16.935%200%2024.625-5.333%2020.619-5.64z'%20style='mix-blend-mode:overlay'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_303_1639'%20x1='175.375'%20x2='176.433'%20y1='-5.7'%20y2='19.687'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23fff'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_303_1639'%20x1='324.797'%20x2='324.797'%20y1='1.076'%20y2='8.469'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23fff'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_303_1639'%20x1='156.205'%20x2='156.205'%20y1='1.387'%20y2='9.767'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23fff'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 550px) {
    .top__timer-progress {
        width: 295px
    }
}

.top__timer-progress:before {
    position: absolute;
    content: "";
    width: 20%;
    height: 100%;
    background: linear-gradient(to bottom, #8a0010, #de0010);
    top: 0;
    left: 0;
    z-index: -1
}

.top__timer-progress--info {
    width: 162px;
    border: 1px solid #db031b;
    border-radius: 12px;
    font-size: 7px;
    font-weight: 700;
    text-align: center;
    padding: 2px;
    background: #00000080;
    box-shadow: 0 -1px 6px #00000094;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.top__timer-progress--info span {
    font-size: 8px
}

.top__timer-footer {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    width: 100%;
    font-size: 8px;
    margin-top: 11px;
    margin-bottom: 4px;
    font-weight: 700
}

@media (max-width: 550px) {
    .top__timer-footer {
        width: 295px
    }
}

.top__timer-footer span {
    color: #ff0021
}

.top__btn {
    margin-top: 27px;
    max-width: 475px;
    width: 100%
}

.top__btn .connectWallet {
    padding: 29px 10px;
    font-size: 25px;
    gap: 17px;
    border-radius: 22px
}

@media (max-width: 475px) {
    .top__btn .connectWallet {
        font-size: 18px
    }
}

.top__btn .connectWallet__img {
    width: 32px
}

@media (max-width: 475px) {
    .top__btn .connectWallet__img {
        width: 23px
    }
}

.top__text {
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    max-width: 475px
}

.top__text span {
    color: #ff0021
}

@keyframes pulseTimerLive {
    to {
        transform: scale(.95)
    }
}

@keyframes pulse {
    0% {
        r: 9;
        fill-opacity: .3
    }

    50% {
        r: 11;
        fill-opacity: .5
    }

    to {
        r: 9;
        fill-opacity: .3
    }
}

@keyframes pulseSmall {
    0% {
        r: 5
    }

    50% {
        r: 7
    }

    to {
        r: 5
    }
}

@keyframes running-contour {
    0% {
        background-position: 0 0, 8px 100%, 0 8px, 100% 0
    }

    to {
        background-position: 8px 0, 0 100%, 0 0, 100% 8px
    }
}

@keyframes pusleSecond {
    to {
        opacity: 0
    }
}

@keyframes pulseTop {
    to {
        transform: scale(.8) translateY(-50%)
    }
}

.arrowAnim {
    animation: arrowAnim .7s ease-in-out infinite alternate
}

@keyframes arrowAnim {
    0% {
        transform: translateY(0) scale(1)
    }

    to {
        transform: translateY(5px) scale(.9)
    }
}

@keyframes topArrowAnim {
    to {
        opacity: 0
    }
}

@keyframes shine {
    0% {
        transform: rotate(30deg) translate(-400px)
    }

    90% {
        transform: rotate(30deg) translate(-400px)
    }

    to {
        transform: rotate(30deg) translate(400px)
    }
}

@keyframes levitation-1 {
    to {
        transform: translate(30%, -40%) rotate(50deg) scale(.9)
    }
}

@keyframes levitation-2 {
    to {
        transform: translate(-30%, -40%) rotate(50deg) scale(.9)
    }
}

@keyframes rotate {
    to {
        transform: rotate(30deg)
    }
}

.about {
    width: 100%;
    overflow: hidden
}

.about__mell {
    width: 620px
}

@media (max-width: 1150px) {
    .about__mell {
        order: 2;
        margin-top: 60px;
        width: auto
    }
}

.about__inner {
    display: flex
}

@media (max-width: 1150px) {
    .about__inner {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.about__info {
    margin-top: 70px
}

@media (max-width: 1150px) {
    .about__info {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        width: 100%
    }
}

.about__title {
    font-family: beerMoney;
    font-size: 66px;
    margin-left: -50px;
    text-transform: uppercase
}

.about__title span {
    color: #9c081b
}

.about__title-mob {
    display: none
}

@media (max-width: 1150px) {
    .about__title {
        display: none
    }

    .about__title-mob {
        display: block
    }
}

.about__item {
    padding: 34px;
    background-color: #9c081b;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 19px;
    box-shadow: 0 0 20px #ff0015;
    max-width: 495px;
    margin-top: 100px;
    transform: rotate(6.05deg);
    position: relative
}

@media (max-width: 530px) {
    .about__item {
        font-size: 12px;
        padding: 25px
    }
}

@media (max-width: 430px) {
    .about__item {
        padding: 14px;
        margin-top: 75px
    }
}

.about__item-img img {
    width: 64px
}

@media (max-width: 530px) {
    .about__item-img img {
        width: 50px
    }
}

.about__item-decor {
    position: absolute;
    top: -155px;
    right: 100px;
    width: 133px
}

@media (max-width: 1150px) {
    .about__item-decor {
        width: 80px;
        top: -90px
    }
}

@media (max-width: 430px) {
    .about__item-decor {
        width: 60px;
        top: -75px
    }
}

.about__item-second {
    margin-top: 10px;
    transform: rotate(-2.56deg);
    margin-left: 150px
}

@media (max-width: 1270px) {
    .about__item-second {
        margin-left: 50px
    }
}

@media (max-width: 1150px) {
    .about__item-second {
        margin-left: 0;
        align-self: flex-end
    }
}

.about__item-second .about__item-decor {
    bottom: -71px;
    top: auto;
    width: 265px;
    left: -75px
}

@media (max-width: 1150px) {
    .about__item-second .about__item-decor {
        bottom: -46px;
        top: auto;
        width: 216px;
        left: -31px
    }
}

@media (max-width: 430px) {
    .about__item-second .about__item-decor {
        width: 140px;
        left: 0;
        bottom: -36px
    }
}

.roadmap {
    background-image: url('../img/roadmapBg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    overflow: hidden
}

@media (max-width: 1150px) {
    .roadmap {
        background-image: none
    }
}

.roadmap__bg {
    display: none
}

@media (max-width: 1150px) {
    .roadmap__bg {
        display: block
    }
}

.roadmap__shadow {
    position: absolute;
    bottom: 0;
    z-index: 1
}

.roadmap__inner {
    position: relative
}

@media (max-width: 1150px) {
    .roadmap__inner {
        margin-top: -240px
    }
}

@media (max-width: 888px) {
    .roadmap__inner {
        margin-top: -140px
    }
}

.roadmap__title {
    text-align: center
}

.roadmap__title h2 {
    font-family: beerMoney;
    font-size: 66px;
    font-weight: 400;
    display: inline-block;
    padding: 10px;
    max-width: 465px;
    width: 90%;
    background-image: linear-gradient(90deg, white 50%, transparent 50%), linear-gradient(90deg, white 50%, transparent 50%), linear-gradient(0, white 50%, transparent 50%), linear-gradient(0, white 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 3px, 8px 3px, 3px 8px, 3px 8px;
    border-radius: 16px;
    animation: running-contour .5s linear infinite
}

@media (max-width: 790px) {
    .roadmap__title h2 {
        font-size: 29px
    }
}

.roadmap__title-mob {
    display: none
}

@media (max-width: 1150px) {
    .roadmap__title {
        display: none
    }

    .roadmap__title-mob {
        display: block
    }
}

.roadmap__items {
    max-width: 775px
}

@media (max-width: 1150px) {
    .roadmap__items {
        max-width: 100%
    }
}

.roadmap__items-last {
    display: flex;
    align-items: end
}

@media (max-width: 1150px) {
    .roadmap__items-last {
        flex-direction: column;
        align-items: center
    }
}

.roadmap__items-text {
    max-width: 450px;
    margin-left: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 2
}

@media (max-width: 1150px) {
    .roadmap__items-text {
        margin-top: 18px;
        margin-left: 0
    }
}

@media (max-width: 575px) {
    .roadmap__items-text {
        font-size: 12px
    }
}

.roadmap__item {
    background-image: url('../img/roadmapitem.png');
    max-width: 567px;
    background-size: 100% 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-repeat: no-repeat;
    background-position: center;
    padding: 58px 26px 16px;
    position: relative;
    margin-top: 33px;
    z-index: 2;
    overflow: hidden;
    min-height: 257px;
    border-bottom: 1px solid #9c081b;
    border-left: 1px solid #9c081b;
    border-radius: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

@media (max-width: 575px) {
    .roadmap__item {
        padding: 16px;
        min-height: 200px
    }
}

@media (max-width: 440px) {
    .roadmap__item {
        min-height: 150px;
        border-radius: 24px;
        background-image: url('../img/roadmapitemMob.png')
    }
}

@media (max-width: 665px) {
    .roadmap__item {
        margin-right: 42px
    }
}

.roadmap__item:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 150%;
    background-color: #fff3;
    filter: blur(25px);
    top: -20%;
    z-index: 4444;
    transform: rotate(30deg) translate(-400px);
    animation: shine 8s linear infinite
}

.roadmap__item-num {
    position: absolute;
    top: 0;
    right: 0;
    font-family: beerMoney;
    font-size: 44px;
    font-weight: 400;
    background-color: #9c081b;
    border-radius: 30px 12px 12px 30px;
    width: 36.5%;
    text-align: center;
    padding: 4px;
    box-shadow: 1px 1px 10px #9c081b;
    height: 19.38%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 575px) {
    .roadmap__item-num {
        font-size: 28px
    }
}

.roadmap__item-title {
    font-size: 30px;
    font-weight: 900
}

@media (max-width: 575px) {
    .roadmap__item-title {
        font-size: 16px;
        max-width: 200px
    }
}

@media (max-width: 440px) {
    .roadmap__item-title {
        font-size: 12px;
        max-width: 180px
    }
}

@media (max-width: 380px) {
    .roadmap__item-title {
        max-width: 160px
    }
}

.roadmap__item-info li {
    padding-left: 18px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media (max-width: 575px) {
    .roadmap__item-info li {
        font-size: 12px
    }
}

@media (max-width: 440px) {
    .roadmap__item-info li {
        font-size: 10px
    }
}

.roadmap__item-info li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    top: 10px;
    font-size: 36px
}

.roadmap__item:nth-child(2n) {
    margin-left: auto
}

.roadmap__item:nth-child(2n):before {
    animation-delay: 4s
}

@media (max-width: 665px) {
    .roadmap__item:nth-child(2n) {
        margin-left: 42px;
        margin-right: 0
    }
}

#roadmapInfo8 {
    padding: 60px 61px 178px 52px;
    font-style: italic;
    background-image: url('../img/carBgLamp.svg');
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: 900;
    text-shadow: 0px 4px 18px #000;
    font-size: 48px;
    transform: rotate(-3deg);
    margin: 100px auto 0;
    max-width: 700px
}

@media (max-width: 1150px) {
    #roadmapInfo8 {
        margin: 50px auto
    }
}

@media (max-width: 740px) {
    #roadmapInfo8 {
        font-size: 40px;
        padding: 60px 61px 216px 52px
    }
}

@media (max-width: 650px) {
    #roadmapInfo8 {
        font-size: 35px
    }
}

@media (max-width: 580px) {
    #roadmapInfo8 {
        font-size: 30px
    }
}

@media (max-width: 540px) {
    #roadmapInfo8 {
        font-size: 28px
    }
}

@media (max-width: 500px) {
    #roadmapInfo8 {
        font-size: 20px;
        padding: 60px 52px 155px
    }
}

@media (max-width: 420px) {
    #roadmapInfo8 {
        font-size: 20px;
        padding: 60px 28px 104px
    }
}

@media (max-width: 402px) {
    #roadmapInfo8 {
        font-size: 18px;
        padding: 34px 21px 125px
    }
}

.tokenomics {
    width: 100%;
    overflow: hidden
}

.tokenomics__inner {
    display: flex;
    gap: 10px;
    margin-top: 65px
}

@media (max-width: 1150px) {
    .tokenomics__inner {
        flex-direction: column;
        align-items: center;
        margin-top: 35px
    }
}

.tokenomics__info {
    padding: 17px;
    border: 1px dotted #9c081b;
    border-radius: 24px
}

@media (max-width: 575px) {
    .tokenomics__info {
        padding: 12px
    }
}

.tokenomics__info-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 17px;
    padding-left: 22px;
    margin-top: 22px;
    transition: all .3s;
    position: relative
}

.tokenomics__info-title--first {
    padding-left: 0
}

.tokenomics__info-title .decor {
    position: absolute;
    top: -2px;
    right: 0;
    width: 30px;
    transition: transform .3s ease;
    cursor: pointer
}

.tokenomics__info-title .decor path {
    transition: all .3s
}

.tokenomics__info-title--hover {
    display: inline-block;
    padding-right: 80px;
    max-width: 430px;
    width: 100%
}

@media (max-width: 575px) {
    .tokenomics__info-title--hover {
        max-width: 290px;
        padding-right: 0
    }
}

@media (hover: hover) {
    .tokenomics__info-title--hover:hover {
        color: #9c081b
    }

    .tokenomics__info-title--hover:hover .decor path {
        fill: #9c081b
    }
}

.tokenomics__info-title:before {
    position: absolute;
    content: "";
    padding: 3px;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #9c081b;
    left: 0;
    top: 45%;
    transform-origin: center;
    transform: translateY(-50%)
}

@media (max-width: 575px) {
    .tokenomics__info-title:before {
        padding: 2px;
        border: 3px solid #9c081b;
        top: 68%;
        transform: translateY(-50%)
    }
}

@media (max-width: 575px) {
    .tokenomics__info-title {
        font-size: 16px;
        padding-top: 12px
    }
}

.tokenomics__info-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    position: relative
}

@media (max-width: 575px) {
    .tokenomics__info-text {
        font-size: 12px
    }
}

.tokenomics__info-text span {
    font-weight: 900
}

.tokenomics__info-text p+p {
    margin-top: 24px
}

.tokenomics__box {
    width: 50%
}

@media (max-width: 1150px) {
    .tokenomics__box {
        width: 100%
    }
}

.tokenomics__box-mobile {
    display: none
}

.tokenomics__box ul {
    padding: 0
}

.tokenomics__box ul li {
    padding-left: 22px;
    list-style: none;
    position: relative
}

.tokenomics__box ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    left: 5px;
    top: 10px;
    font-size: 36px
}

.pathAnim {
    animation: garlandEffect 1s infinite alternate;
    animation-delay: 0s
}

.pathAnim:nth-child(odd) {
    animation-delay: .5s
}

@keyframes garlandEffect {
    0% {
        fill: #faff65
    }

    25% {
        fill: green
    }

    50% {
        fill: #00f
    }

    75% {
        fill: #fff
    }

    to {
        fill: #7fffd4
    }
}

.how {
    width: 100%;
    overflow: hidden
}

.how__img {
    position: relative
}

.how__img-title {
    position: absolute;
    font-size: 120px;
    font-weight: 400;
    font-family: beerMoney;
    line-height: 1.2;
    width: 550px;
    text-align: center;
    transform: rotate(-12deg);
    top: 130px;
    right: 15%;
    text-shadow: 0 3px 13px rgba(0, 0, 0, .9);
    background-image: url('../img/howTitleBg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5px 10px 25px
}

@media (max-width: 1150px) {
    .how__img-title {
        font-size: 80px;
        width: 350px;
        right: 150px;
        top: 80px
    }
}

@media (max-width: 850px) {
    .how__img-title {
        font-size: 35px;
        width: 178px;
        right: 80px;
        top: 50px
    }
}

@media (max-width: 550px) {
    .how__img-title {
        top: 35px;
        right: 50px
    }
}

@media (max-width: 455px) {
    .how__img-title {
        right: 20px;
        font-size: 28px;
        width: 150px;
        top: 31px
    }
}

.how__items {
    display: flex;
    flex-direction: column;
    align-items: center
}

.how__item {
    margin-top: 60px;
    max-width: 648px;
    width: 100%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 20px 50px;
    position: relative;
    background-image: linear-gradient(90deg, white 50%, transparent 50%), linear-gradient(90deg, white 50%, transparent 50%), linear-gradient(0, white 50%, transparent 50%), linear-gradient(0, white 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 3px, 8px 3px, 3px 8px, 3px 8px;
    border-radius: 16px;
    animation: running-contour .5s linear infinite
}

@media (max-width: 775px) {
    .how__item {
        padding-left: 85px
    }
}

@media (max-width: 575px) {
    .how__item {
        padding: 10px 10px 10px 50px;
        min-height: 125px;
        margin-top: 30px
    }
}

.how__item-decor {
    position: absolute;
    width: 100px;
    left: -50px;
    animation: rotate 8s linear infinite alternate
}

.how__item-decor:nth-child(2n) {
    animation-delay: 4s
}

@media (max-width: 775px) {
    .how__item-decor {
        left: -20px
    }
}

@media (max-width: 575px) {
    .how__item-decor {
        width: 55px
    }
}

.how__item-decor.big {
    width: 200px;
    bottom: 0;
    left: -150px
}

@media (max-width: 1000px) {
    .how__item-decor.big {
        width: 100px;
        left: -50px;
        bottom: 20px
    }
}

@media (max-width: 775px) {
    .how__item-decor.big {
        left: -20px
    }
}

@media (max-width: 575px) {
    .how__item-decor.big {
        left: -10px;
        width: 60px;
        bottom: auto
    }
}

.how__item-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 12px
}

@media (max-width: 575px) {
    .how__item-title {
        font-size: 16px
    }
}

.how__item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width: 575px) {
    .how__item-text {
        font-size: 12px
    }
}

.how__item:nth-child(2n) {
    margin-left: auto
}

.how ul {
    padding: 0
}

.how ul li {
    padding-left: 22px;
    list-style: none;
    position: relative
}

.how ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    left: 5px;
    top: 10px;
    font-size: 36px
}

.how .marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    padding: 10px 0;
    background-color: red;
    box-shadow: 0 0 40px red
}

.how .marquee .runStroke {
    display: inline-block;
    animation: scollLine 60s linear infinite;
    color: #000;
    font-weight: 700;
    font-size: 22px
}

@keyframes scollLine {
    to {
        transform: translate(-100%)
    }
}

.how__subTitle {
    text-align: center;
    margin-top: 86px;
    font-size: 32px;
    font-weight: 700;
    font-family: inter
}

@media (max-width: 1150px) {
    .how__subTitle {
        font-size: 28px
    }
}

@media (max-width: 970px) {
    .how__subTitle {
        font-size: 22px;
        margin-top: 40px
    }
}

@media (max-width: 575px) {
    .how__subTitle {
        font-size: 16px;
        margin-top: 30px
    }
}

.how__adress {
    font-family: inter;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    gap: 8px
}

@media (max-width: 1150px) {
    .how__adress {
        font-size: 20px
    }
}

@media (max-width: 970px) {
    .how__adress {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .how__adress {
        font-size: 14px
    }
}

@media (max-width: 440px) {
    .how__adress {
        font-size: 12px;
        margin-top: 15px
    }
}

@media (max-width: 385px) {
    .how__adress {
        font-size: 10px
    }
}

.how__adress span {
    border: 1px solid #9c081b;
    padding: 10px;
    border-radius: 12px;
    cursor: default
}

@media (max-width: 1150px) {
    .how__adress span {
        padding: 7px
    }
}

@media (max-width: 575px) {
    .how__adress span {
        border-radius: 8px
    }
}

.how__adress .copyBtn {
    transition: all .3s;
    cursor: pointer
}

@media (max-width: 1150px) {
    .how__adress .copyBtn {
        width: 46px;
        height: 46px
    }
}

@media (max-width: 970px) {
    .how__adress .copyBtn {
        width: 40px;
        height: 40px
    }
}

@media (max-width: 575px) {
    .how__adress .copyBtn {
        width: 37px;
        height: 37px
    }
}

@media (max-width: 440px) {
    .how__adress .copyBtn {
        width: 34px;
        height: 34px
    }
}

@media (max-width: 385px) {
    .how__adress .copyBtn {
        width: 31px;
        height: 31px
    }
}

.how__adress .copyBtn-bg,
.how__adress .copyBtn-img {
    transition: all .3s
}

@media (hover: hover) {
    .how__adress .copyBtn:hover .copyBtn-bg {
        fill: #fff
    }

    .how__adress .copyBtn:hover .copyBtn-img {
        fill: #9c081b
    }
}

.how .token__solds {
    text-align: center;
    margin-top: 26px;
    font-family: inter;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 100px
}

@media (max-width: 1150px) {
    .how .token__solds {
        font-size: 28px
    }
}

@media (max-width: 970px) {
    .how .token__solds {
        font-size: 22px;
        margin-top: 13px
    }
}

@media (max-width: 970px) {
    .how .token__solds {
        font-size: 16px
    }
}

.how .progress {
    background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='352'%20height='20'%20fill='none'%3e%3cstyle%3epath{opacity:.1}%3c/style%3e%3cpath%20fill='url(%23paint0_linear_303_1639)'%20d='M339.56.004C328.759.152.31%200%20.31%200c-3.84%2019.679%2027.555%2019.147%20114.313%2019.66S351.42%2010.188%20351.614%207.084c.193-3.1-1.256-7.228-12.054-7.08'%20style='mix-blend-mode:overlay'/%3e%3cpath%20fill='url(%23paint1_linear_303_1639)'%20d='M346.058%202.623C347.55.565%20304.423.672%20303.532%203.676c-1.142%203.845%2026.722%202.982%2030.241%203.256%203.517.274%2010.025-1.191%2012.287-4.309z'/%3e%3cpath%20fill='url(%23paint2_linear_303_1639)'%20d='M295.659%202.42C290.394%202.012%2021.382.955%2015.876%202.01%2010.369%203.061%20144.75%208.06%20275.04%208.06c16.935%200%2024.625-5.333%2020.619-5.64z'%20style='mix-blend-mode:overlay'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_303_1639'%20x1='175.375'%20x2='176.433'%20y1='-5.7'%20y2='19.687'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23fff'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_303_1639'%20x1='324.797'%20x2='324.797'%20y1='1.076'%20y2='8.469'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23fff'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_303_1639'%20x1='156.205'%20x2='156.205'%20y1='1.387'%20y2='9.767'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23fff'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    width: 700px;
    height: 77px;
    margin: 0 auto;
    border: 3px solid #db031b;
    border-radius: 15px;
    position: relative;
    font-size: 15px;
    font-family: inter;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1150px) {
    .how .progress {
        font-size: 13px;
        width: 550px;
        height: 55px
    }
}

@media (max-width: 970px) {
    .how .progress {
        width: 85%;
        height: 40px
    }
}

.how .progress img {
    width: 150px;
    position: absolute;
    left: -50px;
    animation: rotate 5s linear infinite alternate
}

@media (max-width: 1150px) {
    .how .progress img {
        width: 115px
    }
}

@media (max-width: 970px) {
    .how .progress img {
        width: 85px
    }
}

.how .progress:before {
    position: absolute;
    content: "";
    width: 53%;
    height: 100%;
    background: linear-gradient(to bottom, #8a0010, #de0010);
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 3px
}

.how .progress__text {
    width: 300px;
    height: 30px;
    border-radius: 22px;
    border: 1px solid #db031b;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 970px) {
    .how .progress__text {
        width: 200px;
        height: 18px;
        font-size: 10px
    }
}

.how .progress__text span {
    color: #ffffff80
}

.slot {
    width: 100%;
    overflow: hidden
}

.slot__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500
}

@media (max-width: 1150px) {
    .slot__wrapper {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 575px) {
    .slot__wrapper {
        font-size: 12px;
        margin-top: 23px
    }
}

.slot__box {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

@media (max-width: 1150px) {
    .slot__box {
        width: 100%
    }
}

.slot__box-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 1150px) {
    .slot__box-left {
        align-items: center;
        width: 100%
    }
}

.slot__box-text {
    text-align: center;
    max-width: 518px;
    font-weight: 700
}

@media (max-width: 1150px) {
    .slot__box-text {
        max-width: 100%;
        width: 100%
    }
}

.slot__box-text--last {
    text-align: center;
    max-width: 100%;
    font-size: 35px;
    font-family: beerMoney;
    margin-top: 30px
}

.slot__box #slotText2 {
    font-size: 24px;
    font-weight: 900;
    text-align: center
}

.slot__box-title {
    padding: 0 0 0 22px;
    position: relative;
    margin-top: 16px
}

@media (max-width: 575px) {
    .slot__box-title {
        font-size: 16px
    }
}

.slot__box-title:before {
    position: absolute;
    content: "";
    padding: 3px;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #9c081b;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 575px) {
    .slot__box-title:before {
        padding: 2px;
        border: 3px solid #9c081b
    }
}

@media (max-width: 1150px) {
    .slot__box-img {
        width: 100%
    }
}

.footer {
    margin-top: 163px;
    font-family: Inter, sans-serif;
    margin-bottom: 50px
}

@media (max-width: 1150px) {
    .footer {
        margin-top: 100px
    }
}

@media (max-width: 575px) {
    .footer {
        margin-bottom: 22px
    }
}

.footer a {
    transition: color .3s
}

.footer a:hover {
    color: #ccc
}

.footer__top {
    padding: 15px 60px;
    background-color: #9c081b;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__top img {
    width: 56px
}

@media (max-width: 700px) {
    .footer__top {
        align-items: start;
        padding: 15px
    }
}

.footer__box {
    display: flex;
    gap: 15px
}

@media (max-width: 700px) {
    .footer__box {
        flex-direction: column
    }
}

html {
    box-sizing: border-box
}

*,
*:after,
*:before {
    box-sizing: inherit
}

ul[class],
ol[class] {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
    font-size: inherit
}

ul[class] {
    list-style: none
}

img {
    width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

a {
    text-decoration: none
}

html,
body {
    height: 100%;
    scroll-behavior: smooth
}

body {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    background-color: #070b0a;
    overflow-x: hidden;
    min-width: 320px
}

a {
    color: inherit;
    text-decoration: none
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    position: relative
}

.main {
    flex: 1 0 auto;
    width: 100%;
    overflow: hidden
}

.footer {
    flex: 0 0 auto;
    width: 100%;
    overflow: hidden
}

.container {
    max-width: 1276px;
    padding: 0 15px;
    margin: 0 auto
}

.bigCircle {
    animation: pulse .8s linear infinite
}

.smallCircle {
    animation: pulseSmall .8s linear infinite
}

.connectWallet {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    gap: 8px;
    background-color: #9c081b;
    box-shadow: 0 1px 13px #9c081b;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    transition: transform .3s
}

@media (hover: hover) {
    .connectWallet:hover {
        transform: scale(1.05) rotate(-5deg)
    }
}

.btnLock {
    display: none;
    position: absolute
}

.lock {
    cursor: no-drop;
    position: relative
}

.lock .btnLock {
    display: block;
    z-index: 2;
    height: 100%
}

.lock .top__btn-box {
    filter: blur(1.5px)
}

.redTitle {
    text-align: center;
    margin-top: 20px
}

@media (max-width: 790px) {
    .redTitle {
        margin-top: 0
    }
}

.redTitle h2 {
    font-size: 66px;
    font-weight: 400;
    font-family: beerMoney;
    display: inline-block;
    padding: 16px 100px;
    background-color: #9c081b;
    transform: rotate(1.56deg);
    box-shadow: 0 0 19px #ff0015;
    background: #9c081b;
    background-image: linear-gradient(90deg, white 50%, transparent 50%), linear-gradient(90deg, white 50%, transparent 50%), linear-gradient(0, white 50%, transparent 50%), linear-gradient(0, white 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 3px, 8px 3px, 3px 8px, 3px 8px;
    border-radius: 16px;
    animation: running-contour .5s linear infinite
}

@media (max-width: 790px) {
    .redTitle h2 {
        font-size: 29px;
        padding: 10px;
        width: 100%
    }
}

section {
    padding-top: 110px
}

.dnone {
    display: none !important
}

.free_img {
    width: 0px;
    height: 0px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.collaps {
    display: grid;
    transition: all ease .5s;
    grid-template-rows: 1fr;
    position: relative
}

.collaps div {
    overflow: hidden
}

.collaps-button {
    cursor: pointer
}

.hide {
    grid-template-rows: 0fr
}

.modal__copy {
    position: fixed;
    bottom: 20px;
    right: 40px;
    width: 400px;
    height: 150px;
    border: 3px solid #9c081b;
    border-radius: 25px;
    display: none;
    align-items: center;
    justify-content: center;
    background: #a613134d;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden;
    font-size: 30px;
    transform: translate(200%);
    transition: transform .5s, opacity .5s;
    z-index: 444;
    text-shadow: 0 0 2px #000;
    box-shadow: 0 0 12px #ff0015
}

.modal__copy.loaded {
    display: flex
}

.modal__copy.show {
    transform: translate(0)
}

.modal__copy.hide {
    opacity: 0
}