*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
.container {
    max-width: 1660px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}
body {
    font-family: 'Montserrat', sans-serif;
    background: #240c46 url("images/main-bg1.png") 50% -7% no-repeat;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    overflow-x: hidden;
}

/*Fonts*/

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Orbitron';
    src: url('fonts/Orbitron-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Russo One';
    src: url('fonts/RussoOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MullerNextTrial Regular';
    src: url('fonts/MullerNextWideTrial-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.header {
    position: relative;
    background-image: url(images/VectorLine.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 6px;
}
.sec-title {
    font-family:  "Russo One", sans-serif;;
    font-weight: 400;
    font-size: 60px;
    text-align: center;
    color: #fff;
    line-height: 120%;
}
.border-svg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    svg {
        width: 100%;
        height: 100%;
        transition: all .3s;
    }
}

.border-svg:before{
    display: block;
    content: '';
    position: absolute;
    width: 20%;
    height: 4px;
    background-color: #0ef;
    bottom: 10px;
    left: 15px;
    transition: all .3s;
    z-index: 2;
}
.border-svg:after {
    display: block;
    content: '';
    position: absolute;
    width: 4px;
    height: 20%;
    bottom: 10px;
    left: 15px;
    background-color: #0ef;
    transition: all .3s;
    z-index: 2;
}
.mechanics__list {
    .border-svg:after {
        bottom: 20px;
    }
    .border-svg:before{
        bottom:20px;
    }
    .border-svg .border-svg-arrows:before {
        top: 20px;
    }
    .border-svg .border-svg-arrows:after {
        top: 20px;
    }
}
.border-svg:hover:after {
    height: 40%;
    transition: all .3s;
    box-shadow: 0 0 10px 1px rgba(0, 238, 255, 0.7);
}
.border-svg:hover:before {
    width: 40%;
    transition: all .3s;
    box-shadow: 0 0 10px 1px rgba(0, 238, 255, 0.7);
}
.border-svg-purple:before{
    display: block;
    content: '';
    position: absolute;
    width: 20%;
    height: 4px;
    background-color: #FF6DE4;
    bottom: 10px;
    left: 15px;
    transition: all .3s;
}
.border-svg-purple:after {
    display: block;
    content: '';
    position: absolute;
    width: 4px;
    height: 20%;
    bottom: 10px;
    left: 15px;
    background-color: #FF6DE4;
    transition: all .3s;
}
.border-svg-purple:hover:after {
    height: 40%;
    transition: all .3s;
    box-shadow: 0 0 10px 1px rgba(255, 109, 228, 0.7);
}
.border-svg-purple:hover:before {
    width: 40%;
    transition: all .3s;
    box-shadow: 0 0 10px 1px rgba(255, 109, 228, 0.7);
}
.border-svg .border-svg-arrows:before{
    display: block;
    content: '';
    position: absolute;
    width: 20%;
    height: 4px;
    background-color: #0ef;
    top: 10px;
    right: 15px;
    transition: all .3s;
    z-index: 2;
}
.border-svg .border-svg-arrows:after {
    display: block;
    content: '';
    position: absolute;
    width: 4px;
    height: 20%;
    top: 10px;
    right: 15px;
    background-color: #0ef;
    transition: all .3s;
    z-index: 2;
}
.border-svg:hover .border-svg-arrows:after {
    height: 40%;
    transition: all .3s;
    box-shadow: 0 0 10px 1px rgba(0, 238, 255, 0.7);
    z-index: 2;
}
.border-svg:hover .border-svg-arrows:before {
    width: 40%;
    transition: all .3s;
    box-shadow: 0 0 10px 1px rgba(0, 238, 255, 0.7);
    z-index: 2;
}
.main-screen__timer .border-svg .border-svg-arrows:after,
.main-screen__timer .border-svg .border-svg-arrows:before {
    top: 45px;
}
.main-screen__timer .border-svg:after,
.main-screen__timer .border-svg:before {
    bottom: 45px;
}

.border-svg-purple .border-svg-arrows:before{
    display: block;
    content: '';
    position: absolute;
    width: 20%;
    height: 4px;
    background-color: #FF6DE4;
    bottom: 10px;
    right: 15px;
    transition: all .3s;
}
.border-svg-purple .border-svg-arrows:after {
    display: block;
    content: '';
    position: absolute;
    width: 4px;
    height: 20%;
    top: 20px;
    right: 15px;
    background-color: #FF6DE4;
    transition: all .3s;
}
.border-svg-purple:hover .border-svg-arrows:after {
    height: 40%;
    transition: all .3s;
    box-shadow: 0 0 10px 1px rgba(255, 109, 228, 0.7);
}
.border-svg-purple:hover .border-svg-arrows:before {
    width: 40%;
    transition: all .3s;
    box-shadow: 0 0 10px 1px rgba(255, 109, 228, 0.7);
}


.border-svg:hover svg {
    filter: drop-shadow(0 0 10px rgba(0, 238, 255, 0.8)); /* Тень */
    transition: filter 0.3s ease;
}
.border-svg-purple:hover svg {
    filter: drop-shadow(0 0 10px rgba(255, 0, 221, 0.7)); /* Тень */
    transition: filter 0.3s ease;
}


.header__row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 37px;
    padding-bottom: 70px;
}

.header__nav-list {
    display: flex;
    gap: 24px;
}
.header__nav-link {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    padding-bottom: 7px;
    transition: all .3s;
}
.header__nav-link:after {
    opacity: 0;
    transition: all .3s;
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #00EEFF;
    box-shadow: 0 0 11px 4px #0ef;
    bottom: 0;
}
.header__nav-link:hover:after {
    opacity: 1;
}
.header__btn {
    font-family: 'Russo One', sans-serif;
    display: block;
    padding: 10px 55px;
    padding-right: 56px;
    background-color: #0ef;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    clip-path: polygon(100% 0%, 100% 70%, 95% 85%, 90% 100%, 0 100%, 0 0);
    transition: all .3s;
}
.header__btn:hover {
    background-color: #f0d;
    color: #fff;
    transition: all .3s;
}
.main-screen {
    position: relative;
    padding-bottom: 76px;
    overflow: hidden;
}
.main-screen:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(images/gradient-main.png);
    background-size: 100% 100%;
    height: 492px;
    z-index: 1;
}
.main-screen__title {
    display: flex;
    flex-direction: column;
    font-family: 'Orbitron', sans-serif;
    font-weight: 600;
    font-size: 128px;
    line-height: 112%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -5px 0 #00EEFF, 5px 0 #FF6DE4;
    position: relative;
}


.main-screen__title {
    margin-bottom: 29px;
}
.main-screen__description {
    font-family: "MullerNextTrial Regular", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
}

.main-screen__wrapper {
    display: flex;
    position: relative;
}
.main-screen__image-wrapper {
    position: absolute;
    right: -2%;
}
.main-screen__image {
    width: 100%;
    margin-top: -40%;
}
.main-screen__content {
    max-width: 60%;
}
.main-screen__description {
    width: 60%;
    margin-bottom: 35px;
}
.main-screen__timer-info {
    display: flex;
    gap: 50px;
    justify-content: center;
    font-family: "MullerNextTrial Regular", sans-serif;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    color: #0ef;
    text-shadow: 0 0 9px #0ef;
}
.main-screen__timer {
    position: relative;
    z-index: 1;
    max-width: 561px;
    width: 100%;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: #0ef;
    line-height: 120%;
    padding: 4px;
    margin-bottom: 50px;
    background-image: url(images/plashka.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 99%;
}
.main-screen__timer.cut-block:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='527' height='223' viewBox='0 0 527 223' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9535 2L2 20.961V221H506.994L525 202.987V2H20.9535Z' stroke='%2300EEFF' stroke-width='4'/%3E%3C/svg%3E%0A");
}
.main-screen__timer-date {

    font-family: "Orbitron", sans-serif;;
    font-weight: 400;
    font-size: 60px;
    text-align: center;
    color: #0ef;
    text-shadow: 0 0 7px #0ef;
}
.main-screen__timer-text {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: #0ef;
    text-shadow: 0 0 9px #0ef;
}
.main-screen__timer-wrapper {
    padding: 60px 40px;
}
.main-screen__timer-text {
    margin-bottom: 15px;
}

.main-screen__btn {
    position: relative;
    z-index: 2;
    font-family: 'Russo One', sans-serif;
    display: block;
    width: fit-content;
    padding: 17px 34px;
    background-color: #0ef;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-weight: 400;
    font-size: 24px;
    color: #000;
    clip-path: polygon(100% 0%, 100% 70%, 96% 90%, 94% 100%, 0 100%, 0 0);
    transition: all .3s;
}
.main-screen__btn:hover {
    background-color: #f0d;
    color: #fff;
    transition: all .3s;
}

.mechanics {
    position: relative;
    z-index: 1;
    padding-top: 54px;
    background-color: #240c46;
}
.mechanics__title {
    line-height: 120%;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 60px;
    text-align: center;
    color: #fff;
}
.mechanics__list {
    padding-top: 80px;
    display: flex;
    gap: 72px;
    justify-content: center;
    background-image: url(images/purple-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mechanics__item {
    position: relative;
    text-align: center;
    max-width: 320px;
    width: 100%;
    padding: 28px 33px;
    color: #fff;
}
.mechanics__item-img {
    margin-bottom: 12px;
}
.mechanics__item-title {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
}
.mechanics__item-description {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}
.mechanics__item-description:last-child {
    margin-bottom: 0;
}
.inherit-color-1 {
    color: #0ef;
}
.inherit-color-2 {
    color: #FF6DE4;
}
.sponsors {
    padding-top: 102px;
    overflow: hidden;
}

.sponsors__title {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 60px;
    text-align: center;
    margin-bottom: 58px;
    color: #fff;
}
.sponsors__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;

}
.sponsors__item-images:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(images/blue-circle.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    top: 15%;
    transform: scale(2);
}
.sponsors__item:nth-child(even) .sponsors__item-images:after {
    background-image: url(images/circle-purple.png);
}
.sponsors__item-images:nth-child(odd):after {
    background-position: right;
}
.sponsors__item:nth-child(even) .sponsors__item-info {
    border-color: #FF6DE4;
}
.sponsors__item:nth-child(even) {
    flex-direction: row-reverse;
}
.sponsors__item-info {
    position: relative;
    z-index: 2;
    padding: 42px 37px;
    max-width: 723px;
    height: 303px;
    width: 100%;
    background-image: url(images/plashka.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 99%;
}
.sponsors__list {
    margin-bottom: 70px;
}
.sponsors__item-info.cut-block:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='733' height='331' viewBox='0 0 733 331' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_10_21)'%3E%3Cpath d='M31.2015 10L5 36.2338V313H703.109L728 288.078V10H31.2015Z' stroke='%2300EEFF' stroke-width='4' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_10_21' x='-9' y='0' width='751' height='331' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_10_21'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_10_21' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.sponsors__item:nth-child(even) .sponsors__item-info {
    background-image: url(images/purple.png);
}
.sponsors__item-title {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 55px;
}
.sponsors__item-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.sponsors__item-main-img {
    width: 100%;
}
.sponsors__item-images {
    position: absolute;
    transform: scale(.5);
}
.sponsors__item-main-img {
    position: relative;
    z-index: 2;
}
.sponsors__item-images-1 {
    top: -47%;
    right: -16%;
    z-index: 4;
}
.sponsors__item-images-1:after {
    transform: scale(1.5);
}
.sponsors__item-images-4 {
    bottom: -43%;
    left: -22%;
    z-index: 4;
}
.sponsors__item-images-4:after {
    transform: scale(1.5);
    background-image: url(images/circle-purple.png);
}

.glitch-active{
    display: block;
    position: relative;
    animation: glitch .5s linear infinite;
}

@keyframes glitch{
    2%,64%{
        transform: translate(2px,0) skew(0deg);
    }
    2%,64%{
        transform: translate(7px,0) skew(0deg);
    }
    4%,60%{
        transform: translate(-2px,0) skew(0deg);
    }
    62%{
        transform: translate(0,0) skew(5deg);
    }
}

.glitch-active:before,
.glitch-active:after{
    display: block;
    width: 100%;
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
}
.glitch-active:before,
.glitch-active:after{
    display: block;
    width: 100%;
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
}

.glitch-active:before{
    animation: glitchTop .5s linear infinite;
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
    2%,64%{
        transform: translate(-10px,0px);
    }
    54%{
        transform: translate(15px,0px);
    }
    57%{
        transform: translate(4px,0px);
    }
    4%,60%{
        transform: translate(-7px,0px);
    }
    62%{
        transform: translate(6px,0px) skew(-13deg);
    }
    13%, 92%{
        transform: translate(30px,1px) skew(-13deg);
    }
}

.glitch-active:after{
    animation: glitchBotom .5s linear infinite;
    clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
    2%,64%{
        transform: translate(10px,0px);
    }
    54%{
        transform: translate(-15px,0px);
    }
    57%{
        transform: translate(-4px,0px);
    }
    4%,60%{
        transform: translate(7px,0px);
    }
    62%{
        transform: translate(-6px,0px) skew(-13deg);
    }
    13%, 92%{
        transform: translate(-30px,1px) skew(-13deg);
    }
}

.gifts {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
}

.gifts__leader {
    font-family: 'Russo One', sans-serif;
    position: absolute;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    max-width: 727px;
    height: 157px;
    width: 100%;
    line-height: 120%;
    padding: 20px;
    bottom: 20%;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}
.quests__description {
    font-family: "Russo One", sans-serif;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}
.gifts__place {
    color: #0ef;
}
.gifts__prize {
    color: #fff;
}
.gifts__leader .border-svg .border-svg-arrows:before {
    right: 20px;
}
.gifts__leader .border-svg .border-svg-arrows:after {
    right: 19px;
}
.gifts__leader .border-svg:after {
    left: 19px;
}
.gifts__leader .border-svg:before {
    left: 20px;
}

.gifts__title {
    margin-bottom: 40px;
}
.gifts__player {
    margin: 0 auto;
    max-width: 727px;
    padding: 30px;
    height: 161px;
    z-index: 2;
}
.gifts__top-row {
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
}
.gifts__top-row:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 352px;
    background-image: url(images/rect.png);
}
.gifts__row {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: center;
}
.gifts__img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.opacity-bg {
    position: absolute;
    left: 10px;
    z-index: -1;
    width: 97% !important;
}
.border-svg:hover svg.opacity-bg {
    filter: none;
}
.gifts__place,
.gifts__prize {
    text-align: center;
}
.gifts__el {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-family: 'Russo One', sans-serif;
    position: relative;
    z-index: 1;
    max-width: 431px;
    width: 100%;
    height: 124px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 100%;
}
.gifts__row-two {
    position: relative;
    z-index: 3;
    margin-bottom: 290px;
}
.gift-img {
    position: absolute;
    top: -325%;
    left: -25%;
    z-index: -1;
}
.gifts__el-3 .gift-img{
    top: -346%;
    left: -5%;
}
.gifts__row-three .gifts__el {
    max-width: 319px;
    height: 124px;
}
.gifts__row-three {
    position: relative;
    z-index: 2;
    gap: 60px;
    margin-bottom: 200px;
}

.gifts__el-4 .gift-img{
    top: -193%;
    left: -19%;
}
.gifts__el-5 .gift-img{
    top: -280%;
    left: -37%;
}
.gifts__el-6 .gift-img{
    top: -298%;
    left: -42%;
}

.gifts__el-7 .gift-img{
    top: -160%;
    left: -38%;
}
.gifts__el-8 .gift-img{
    top: -165%;
    left: -40%;
}
.gifts__el-9 .gift-img{
    top: -183%;
    left: -35%;
}
.gifts__el-10 .gift-img{
    top: -175%;
    left: -42%;
}
.gifts__row-four .gifts__el {
    max-width: 238px;
}
.footer {
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer__nav {
    display: flex;
    gap: 100px;
    justify-content: center;
}
.footer__col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer__nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #fdfdfd;
    transition: all .3s;
}
.footer__nav-link:hover {
    text-decoration: underline;
    transition: all .3s;
}
.footer__nav-name {
    height: 34px;
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}
.anim-crystal {
    z-index: 1;
    position: absolute;
}
.sponsors__item-images-1 .anim-crystal:nth-child(1) {
    animation: crystalAnim1 3s infinite ease-in-out;
    left: 13%;
    top: 20%;
}
.sponsors__item-images-1 .anim-crystal:nth-child(2) {
    animation: crystalAnim2 1s infinite ease-in-out;
    left: 52%;
    top: 14%;
}
.sponsors__item-images-1 .anim-crystal:nth-child(3) {
    animation: crystalAnim3 5s infinite ease-in-out;
    left: 72%;
    top: 29%;
}

.sponsors__item-images-2 .anim-crystal:nth-child(1) {
    animation: crystalAnim3 3s infinite ease-in-out;
    left: 20%;
    top: 25%;
}
.sponsors__item-images-2 .anim-crystal:nth-child(2) {
    animation: crystalAnim4 5s infinite ease-in-out;
    left: 66%;
    top: 11%;
}
.sponsors__item-images-3 .anim-crystal:nth-child(1) {
    animation: crystalAnim1 2s infinite ease-in-out;
    left: 20%;
    top: 25%;
}
.sponsors__item-images-3 .anim-crystal:nth-child(2) {
    animation: crystalAnim5 4s infinite ease-in-out;
    left: 66%;
    top: 11%;
}
.sponsors__item-images-4 .anim-crystal:nth-child(1) {
    animation: crystalAnim1 2s infinite ease-in-out;
    left: 8%;
    top: 44%;
}
.sponsors__item-images-4 .anim-crystal:nth-child(2) {
    animation: crystalAnim4 4s infinite ease-in-out;
    left: 71%;
    top: 28%;
}


@keyframes crystalAnim1 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
   100% {
        transform: translateY(0);
    }
}

@keyframes crystalAnim2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
   100% {
        transform: translateY(0);
    }
}
@keyframes crystalAnim3 {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
   100% {
       transform: translateY(0) rotate(0deg);
    }
}
@keyframes crystalAnim4 {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(25deg);
    }
   100% {
       transform: translateY(0) rotate(0deg);
    }
}
@keyframes crystalAnim5 {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-40px);
    }
   100% {
       transform: translateY(0) rotate(0deg);
    }
}
.quests__wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: center;
    margin-bottom: 60px;
}
.quests__info {
    max-width: 30%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
}
.quests__title {
    margin-bottom: 24px;
}
.leaders__title {
    margin-bottom: 24px;
}
.leaders__switcher {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 30px;
}
.leaders__btn {
    max-width: 183px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #0ef;
    padding-left: 12px;
    padding-right: 12px;
    border: none;
    background-color: #00737b;
    gap: 3px;
    height: 52px;
    cursor: pointer;
}
.leaders__btn:first-child {
    clip-path: polygon(10% 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 30%);
}
.leaders__btn:last-child {
    clip-path: polygon(50% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
}

.leaders__table {
    width: 50%;
}
.leaders__table-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #0ef;
    margin-bottom: 15px;
}
.leaders__table-top span {
    width: 100%;
}
.leaders .container {
    max-width: 1118px;
}
.leaders__table-row {
    position: relative;
    display: flex;
    align-items: center;
    height: 74px;
    background: rgba(54, 13, 107, 0.8);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}
.leaders__table-place {
    display: flex;
    align-items: center;
}
.leaders__table-place-img {
    position: absolute;
    left: -17%;
    object-fit: none;
}
.leaders__table-main {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.leaders {
    background-image: url(images/ship.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    padding-bottom: 72px;
}
.leaders__table-row div {
    width: 100%;
}
.leaders__btn.active {
    background-color: #00EEFF;
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #240c46;
}
.leaders__btn.active svg path {
    fill: #240c46;
}
.partners {
    padding-top: 80px;
    margin-bottom: 80px;
}
.partners__title {
    margin-bottom: 24px;
}
.partners__row {
    position: relative;
    width: 1142px;
    height: 596px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    background-image: url(images/bg-partners.png);
    background-position: 50% 115%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}
.leaders__table-place-count {
    display: block;
    margin-left: 20px;
    width: 100%;
}
.partners__row .border-svg:after {
    bottom: 30px;
    left: 40px;
}
.partners__row .border-svg:before {
    bottom: 30px;
    left: 40px;
}
.partners__row .border-svg .border-svg-arrows:before {
    top: 25px;
    right: 40px;
}
.partners__row .border-svg .border-svg-arrows:after {
    top: 25px;
    right: 40px;
}
.header__burger {
    display: none;
    border: none;
    background-color: inherit;
}
.header__mob-login {
     display: none;
}
.partners__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    z-index: 2;
}
.quest__detail-description {
    white-space: pre-line;
}
.partners__top-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.partners__bottom-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.mob-border {
    display: none;
}
.mob-prize {
    display: none;
}
.gifts__row-five {
    margin-top: 200px;
}
.gifts__bottom-info {
    font-weight: 400;
    font-size: 18px;
    color: #5c3490;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1190px;
}
.quests__text--red {
    color: red;
}
.main-screen__image-wrapper:before {
    content: '';
    position: absolute;
    width:220%;
    height: 100%;
    top: -15%;
    left: -75%;
    background-image: url(images/main-pseudo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: -1;
}
.main-screen__image-wrapper:before {
    transform: var(--pseudo-translate, translate(0, 0));
}
.partners__top-row-two {
    gap: 40px;
}


.quest {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(images/quest-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}
.quest__title {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #0ef;
    margin-bottom: 30px;
}
.quest__wrapper {
    position: relative;
    background-image: url(images/quest-wrapper.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 60px;
    min-height: 845px;
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.quest__slide-btn {
    background-color: inherit;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.quest__slide-btn-prev {
    left: -60px;
}
.quest__slide-btn-next {
    right: -60px;
}
.quest  .main-screen__btn {
    margin: 0 auto;
}
.quest__slide-btn:hover svg {
    filter: drop-shadow(0 0 10px rgba(0, 238, 255, 0.8)); /* Тень */
    transition: filter 0.3s ease;
    cursor: pointer;
}
.quest__item {
    position: relative;
    max-width: 386px;
    height: 349px;
    padding: 34px 27px;
    width: 100%;
}
.quest__name {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}
.quest__info {
    position: relative;
    z-index: 2;
}
.quest__row {
    display: flex;
    align-items: center;
    gap: 20px;
}
.quest__date-start,
.quest__date-end {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}
.quest__prize {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 12px;
}
.quest__link {
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0ef;
}
.quest__description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    white-space: pre-line;
}
.quest__info:hover {
    cursor: pointer;
}
.quest__info:hover ~ .border-svg:after,
.quest__detail-info:hover ~ .border-svg:after{
    height: 40%;
    transition: all .3s;
    box-shadow: 0 0 10px 1px rgba(0, 238, 255, 0.7);
    z-index: 2;
}
.quest__info:hover ~ .border-svg:before,
.quest__detail-info:hover ~ .border-svg:before {
    width: 40%;
    transition: all .3s;
    box-shadow: 0 0 10px 1px rgba(0, 238, 255, 0.7);
    z-index: 2;
}


.quest__info:hover ~ .border-svg .border-svg-arrows:after,
.quest__detail-info:hover ~ .border-svg .border-svg-arrows:after {
    height: 40%;
    transition: all .3s;
    box-shadow: 0 0 10px 1px rgba(0, 238, 255, 0.7);
    z-index: 2;
}
.quest__info:hover ~ .border-svg .border-svg-arrows:before,
.quest__detail-info:hover ~ .border-svg .border-svg-arrows:before {
    width: 40%;
    transition: all .3s;
    box-shadow: 0 0 10px 1px rgba(0, 238, 255, 0.7);
    z-index: 2;
}


.quest__info:hover ~ .border-svg svg,
.quest__detail-info:hover ~ .border-svg svg {
    filter: drop-shadow(0 0 10px rgba(0, 238, 255, 0.8)); /* Тень */
    transition: filter 0.3s ease;
}
.quest__list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}
.quest__detail {

    position: relative;
    max-width: 808px;
    height: 729px;
    padding: 60px;
}
.quest__detail-info {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.quest__detail-description {
    overflow-y: auto;
    max-height: 300px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.quest__logo {
    max-height: 40px;
}
.quest__detail-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quest__detail-title {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

.quest__detail-close-btn {
    width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    border: none;
    background-color: #00EEFF;
    border-radius: 50%;
    cursor: pointer;
}
.quest__detail-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.quest__detail-date-start,
.quest__detail-date-end{
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

.quest__detail-prize {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.quest__detail-link {
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0ef;
}
.quest__detail-description {
    margin-top: 40px;
}

.quest__detail {
    display: none;
}


@media screen and (max-width: 768px) {
    body {
        background-image: url("images/mob-bg.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0 0;
    }

    .container {
        position: relative;
        max-width: 360px;
        width: 100%;
    }

    .header {
        position: fixed;
        background: none;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 10;
    }

    .header:before {
        content: '';
        z-index: 10;
        position: absolute;
        bottom: -19px;
        width: 100%;
        left: 0;
        height: 30px;
        background-image: url(images/mob-vector.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .header__nav {
        top: 80px;
        background-color: #240c46;
        width: 100%;
        height: 100%;
    }

    .header.active {
        .header__nav {
            top: 0;
            background-color: #240c46;
            width: 100%;
            left: 0;
        }
    }

    .header__nav {
        position: fixed;
        left: -500%;
        transition: all .4s;
        z-index: 3;
        height: 100vh;
    }

    .header__burger {
        z-index: 10;
        display: block;
    }

    .header__logo-link {
        z-index: 10;
    }

    .header__row {
        padding-bottom: 30px;
        padding-top: 15px;
    }

    .header__btn {
        display: none;
    }

    .header__nav-list {
        background-color: #240c46;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 15px;
        max-width: 360px;
        margin: 0 auto;
        margin-top: 106px;
    }

    .header__swg-open {
        display: none;
    }

    .header.active .header__mob-login,
    .header.active .header__mob-login .header__btn {
        display: block;
    }

    .header.active .header__swg-close {
        display: none;
    }

    .header.active .header__swg-open {
        display: block;
    }

    .main-screen__wrapper {
        flex-direction: column;
        max-height: 710px;
    }

    .main-screen__image {
        position: relative;
        margin-top: -65%;
        z-index: 1;
    }

    .main-screen__content {
        max-width: 100%;
    }

    .main-screen__image-wrapper {
        position: static;
    }

    .main-screen__title {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 40px;
        text-shadow: -3px 0 #00EEFF, 3px 0 #FF6DE4;
    }

    .main-screen__description {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .main-screen__timer-wrapper {
        padding: 0;
    }

    .main-screen__timer-text {
        font-size: 28px;
        margin-bottom: 0;
    }

    .main-screen__timer-date {
        font-size: 28px;
    }

    .main-screen__timer-wrapper {
        padding: 28px;
        line-height: 100%;
    }

    .main-screen {
        margin-top: 75px;
    }

    .main-screen__content {
        display: contents;
    }

    .main-screen__btn {
        position: relative;
        z-index: 9;
        margin-top: -68%;
        order: 1;
    }

    .mechanics__title {
        font-size: 24px;
    }

    .mechanics {
        padding-top: 80px;
    }

    .mechanics__list {
        padding-top: 20px;
        gap: 24px;
    }

    .mechanics__list {
        flex-direction: column;
    }

    .header.scrolled {
        background-color: #240C46;
    }

    .partners {
        padding-top: 34px;
    }

    .sec-title {
        font-size: 24px;
    }

    .partners__row {
        position: absolute;
        top: -167px;
        left: -109%;
        transform: scale(.27);
    }

    .gifts {
        padding-top: 130px;
    }

    .gifts__row {
        flex-direction: column;
    }

    .gifts__top-leader .gifts__leader {
        max-width: 330px;
    }

    .gifts__leader {
        height: auto;
        font-size: 14px;
        padding: 25px;
    }

    .gifts__top-row {
        margin-bottom: 0;
    }

    .gift-img {
        width: 100%;
        left: 50% !important;
        top: -200% !important;
        transform: translateX(-50%) !important;
    }

    .pc-border {
        display: none;
    }

    .mob-border {
        display: block;
    }

    .gifts__el {
        font-size: 14px;
    }

    .mob-prize {
        display: block;
        margin-bottom: 80px;
    }

    .pc-prize {
        display: none;
    }

    .opacity-bg {
        left: 0;
        z-index: -1;
        top: 0;
        width: 100% !important;
        height: 150% !important;
    }

    .gifts__leader .opacity-bg {
        width: 100% !important;
        height: 100% !important;
    }

    .gifts__row-two .opacity-bg {
        height: 120% !important;
    }

    .border-svg .border-svg-arrows:before,
    .border-svg:before {
        height: 2px;
    }

    .border-svg:after,
    .border-svg .border-svg-arrows:after {
        width: 2px;

    }

    .gifts__leader .border-svg:before,
    .gifts__leader .border-svg:after {
        left: 10px;
    }

    .gifts__leader .border-svg .border-svg-arrows:before,
    .gifts__leader .border-svg .border-svg-arrows:after {
        right: 10px;
    }


    .gifts__row {
        margin-bottom: 140px;
    }

    .gifts__row {
        gap: 140px;
    }

    .gifts__el-2 {
        margin-top: 110px;
    }

    .gifts__row-two .border-svg .border-svg-arrows:before,
    .gifts__row-three .border-svg .border-svg-arrows:before,
    .gifts__row-four .border-svg .border-svg-arrows:before {
        top: 35px;
        right: 10px;
    }

    .gifts__row-two .border-svg .border-svg-arrows:after,
    .gifts__row-three .border-svg .border-svg-arrows:after,
    .gifts__row-four .border-svg .border-svg-arrows:after {
        top: 35px;
        right: 10px;
    }

    .gifts__row-two .border-svg:after,
    .gifts__row-three .border-svg:after,
    .gifts__row-four .border-svg:after {
        bottom: 35px;
        left: 10px;
    }

    .gifts__row-two .border-svg:before,
    .gifts__row-three .border-svg:before,
    .gifts__row-four .border-svg:before {
        bottom: 35px;
        left: 10px;
    }

    .gifts__el-4 .gift-img {
        top: -166% !important;
    }

    .gifts__el-5 .gift-img,
    .gifts__el-6 .gift-img {
        top: -152% !important;
    }

    .gifts__row-four .gifts__el {
        max-width: 100%;
    }

    .gifts__row.gifts__row-four .opacity-bg {
        height: 175% !important;
    }

    .gifts__el-7 .gift-img,
    .gifts__el-8 .gift-img {
        top: -130% !important;
    }

    .gifts__el-9 .gift-img {
        top: -105% !important;
    }

    .gifts__el-10 .gift-img {
        top: -132% !important;
    }

    .quests__wrapper {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }

    .quests__img {
        width: 100%;
    }

    .gifts {
        padding-bottom: 0;
    }

    .quests {
        position: relative;
        margin-top: -100px;
        z-index: 1;
    }

    .leaders__switcher {
        flex-wrap: wrap;
    }

    .leaders__table {
        width: 100%;
    }

    .leaders__btn {
        font-size: 10px;
        width: 30%;
        padding: 0;
    }

    .leaders__btn.active {
        font-size: 10px;
    }

    .leaders__table-main {
        gap: 20px;
    }

    .leaders__btn-img {
        width: 20%;
    }

    .leaders__btn-img svg {
        transform: scale(.5);
    }

    .leaders {
        background-image: url(images/SHIP1.png);
        background-size: cover;
        padding-bottom: 300px;
    }

    .footer__nav {
        flex-direction: column-reverse;
        gap: 60px;
    }

    .footer__nav-name {
        margin-bottom: 20px;
    }

    .main-screen__image-wrapper:before {
        width: 202%;
        top: 30%;
        left: -60%;
        background-size: contain;
    }

    .leaders__table-place-img {
        position: static;
        width: 80px;
    }

    .leaders__table-place-count {
        margin-left: 0;
    }

    .mechanics__list {
        .border-svg:before {
            bottom: 15px;
        }
    }

    .main-screen__timer-info {
        gap: 20px;
        font-size: 14px;
        margin-top: -15px;
    }

    .main-screen__timer .border-svg:after, .main-screen__timer .border-svg:before {
        bottom: 30px;
    }

    .main-screen__timer .border-svg .border-svg-arrows:after, .main-screen__timer .border-svg .border-svg-arrows:before {
        top: 30px;
    }
    .mechanics__list .border-svg:after,
    .mechanics__list .border-svg:before {
        bottom: 10px;
    }
    .mechanics__list .border-svg .border-svg-arrows:before,
    .mechanics__list .border-svg .border-svg-arrows:after {
        top: 10px;
    }
    .mechanics__list .mechanics__item:last-child .border-svg:after,
    .mechanics__list .mechanics__item:last-child .border-svg:before {
        bottom: 15px;
        left: 10px;
    }
    .mechanics__list .mechanics__item:last-child .border-svg .border-svg-arrows:before,
    .mechanics__list .mechanics__item:last-child .border-svg .border-svg-arrows:after {
        top: 15px;
        right: 10px;
    }
    .gifts__bottom-info {
        position: relative;
        z-index: 3;
        margin-top: -150px;
        font-size: 14px;
    }
    .gifts {
        margin-bottom: 150px;
    }
    .quests__info {
        max-width: 100%;
    }
    .quests__description {
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .quest__wrapper {
        padding: 0;
        background: none;
        min-height: 100%;
        margin-bottom:20px;
    }
    .quest__title {
        margin-bottom: 0;
        font-size: 16px;
    }
    .quest__item {
        padding: 50px 22px 0px 22px;
    }
    .quest {
        padding-top: 90px;
    }
    .quest__name {
        font-size: 14px;
    }
    .quest__row {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
    }
    .quest__date-start, .quest__date-end {
        margin-bottom: 0;
        line-height: 120%;
    }
    .quest__prize {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .quest__description {
        margin-top: 10px;
    }
    .quest__logo {
        max-height: 30px;
    }
    .quest__slide-btn {
        transform: scale(.3) translate(0, -150%);
    }
    .quest__item .border-svg:before,
    .quest__item .border-svg:after{
        bottom: 40px;
    }
    .quest__item .border-svg .border-svg-arrows:before,
    .quest__item .border-svg .border-svg-arrows:after{
        top: 40px;
    }
    .quest__description {
        -webkit-line-clamp: 3;
    }
}
