@import"https://fonts.googleapis.com/css?family=Source+Code+Pro:400";

.header {
    border-radius: 0 0 32px 32px;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: sticky;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: 9000
}

@media (min-width:1250px) {
    .header {
        padding-bottom: 30px;
        padding-top: 30px
    }
}

.header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0
}

.header.active,
.header.active-nav {
    background: #141414
}

@media (min-width:1250px) {
    .header.active-nav:not(.active) {
        background: transparent
    }
}

.header__logo {
    align-items: center;
    display: flex;
    gap: 8px;
    position: relative;
    z-index: 1000
}

@media (min-width:1250px) {
    .header__logo {
        gap: 16px
    }
}

.header__logo-img svg {
    height: 21px;
    width: 34px
}

@media (min-width:960px) {
    .header__logo-img svg {
        height: 30px;
        width: 50px
    }
}

.header__logo-label {
    color: #fafafa;
    font-size: clamp(.875rem, .7228rem + .6477vw, 1.5rem);
    font-weight: 700
}

.header__logo-label span {
    font-weight: 600
}

.header__nav {
    background: transparent;
    border-radius: 0 0 32px 32px;
    left: 0;
    padding: 32px 20px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    transition: all .3s;
    width: 100%;
    z-index: 10
}

@media (min-width:1250px) {
    .header__nav {
        background: transparent;
        border-radius: 0;
        padding: 0;
        pointer-events: all;
        position: static;
        transform: translateY(0) !important;
        width: auto
    }
}

.header__nav.active {
    background: #141414;
    bottom: auto;
    opacity: 1;
    pointer-events: all;
    transform: translateY(-32px)
}

.header__nav.active .header__nav-item {
    opacity: 1;
    transition-delay: .1s
}

.header__nav-list {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media (min-width:1250px) {
    .header__nav-list {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 10px
    }
}

.header__nav-item {
    opacity: 0;
    transition: all .3s
}

@media (min-width:1250px) {
    .header__nav-item {
        margin-bottom: 0;
        opacity: 1
    }
}

.header__nav-item:last-child {
    margin-bottom: 0
}

.header__nav-item.mobile {
    display: block
}

@media (min-width:1250px) {
    .header__nav-item.mobile {
        display: none
    }
}

.header__nav-item.desktop {
    display: none
}

@media (min-width:1250px) {
    .header__nav-item.desktop {
        display: block
    }
}

.header__nav-link {
    background: transparent;
    border-radius: 13px;
    color: #fff6;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    transition: all .3s
}

@media (min-width:960px) {
    .header__nav-link {
        color: #fff;
        padding: 20px
    }

    .header__nav-link:hover {
        background: #f5f5f50d
    }
}

.header__nav-link:hover {
    color: #fff
}

.header__nav-trigger {
    background: transparent !important;
    display: flex;
    flex-direction: column;
    padding: 22px 20px;
    position: relative;
    z-index: 1000
}

@media (min-width:1250px) {
    .header__nav-trigger {
        display: none
    }
}

.header__nav-trigger .line {
    background: #fff;
    border-radius: 2px;
    height: 2px;
    transition: all .3s;
    width: 18px
}

.header__nav-trigger .line.middle {
    margin: 3px 0
}

.header__nav-trigger.active .line.middle {
    opacity: 0
}

.header__nav-trigger.active .line.top {
    transform: rotate(45deg) translate(2px, -2px);
    transform-origin: center left
}

.header__nav-trigger.active .line.bottom {
    transform: rotate(-45deg) translateY(3px);
    transform-origin: center left
}

.header__action {
    display: none;
    font-size: 20px;
    font-weight: 700
}

@media (min-width:1250px) {
    .header__action {
        display: inline-flex
    }
}

.header .backdrop {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1
}

@media (min-width:1250px) {
    .header .backdrop {
        display: none
    }
}

.header .empty {
    display: none
}

@media (min-width:1250px) {
    .header .empty {
        display: inline-block
    }
}

.footer {
    margin-bottom: 0 !important;
    padding-bottom: 48px;
    padding-top: 48px
}

.footer__nav {
    align-items: center;
    display: flex;
    gap: 40px;
    margin-bottom: 16px
}

@media (min-width:960px) {
    .footer__nav {
        margin-bottom: 30px
    }
}

.footer__logo {
    align-items: center;
    display: flex;
    flex: none;
    gap: 16px
}

.footer__logo-img svg {
    height: 21px;
    width: 34px
}

@media (min-width:960px) {
    .footer__logo-img svg {
        height: 30px;
        width: 50px
    }
}

.footer__logo-label {
    color: #fafafa;
    display: flex;
    font-size: clamp(.875rem, .7228rem + .6477vw, 1.5rem);
    font-weight: 700
}

@media (min-width:960px) {
    .footer__logo-label {
        display: none
    }
}

.footer__logo-label span {
    font-weight: 500
}

.footer__nav-list {
    align-items: center;
    display: none;
    width: 100%
}

@media (min-width:960px) {
    .footer__nav-list {
        display: flex
    }
}

.footer__nav-action {
    display: none;
    margin-left: auto
}

@media (min-width:960px) {
    .footer__nav-action {
        display: inline-flex;
        font-size: 20px;
        font-weight: 700
    }
}

.footer__nav-link {
    font-size: 20px;
    padding: 20px;
    text-transform: uppercase
}

.footer__actions-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media (min-width:768px) {
    .footer__actions-wrap {
        flex-direction: row
    }
}

@media (min-width:960px) {
    .footer__actions-wrap {
        flex-direction: row-reverse
    }
}

.footer__actions {
    display: flex;
    gap: 32px
}

@media (min-width:768px) {
    .footer__actions {
        margin-left: auto
    }
}

@media (min-width:960px) {
    .footer__actions {
        margin-left: 0;
        margin-right: auto
    }
}

.footer__action {
    font-size: 14px;
    font-weight: 600;
    max-width: 150px
}

@media (min-width:960px) {
    .footer__action {
        font-size: 20px;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

.footer__support {
    font-size: 18px;
    font-weight: 600
}

.footer__description-wrap {
    display: flex;
    flex-direction: column;
    margin: 32px 0
}

@media (min-width:960px) {
    .footer__description-wrap {
        flex-direction: row;
        justify-content: space-between;
        margin: 30px 0
    }
}

.footer__description {
    color: #f5f5f54d;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    max-width: 750px
}

@media (min-width:960px) {
    .footer__description {
        font-size: 20px;
        margin-bottom: 0
    }
}

.footer__payments {
    align-items: center;
    display: flex;
    gap: 37px
}

.footer__payments svg {
    height: 25px;
    width: auto
}

.footer__owner-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media (min-width:960px) {
    .footer__owner-info {
        flex-direction: row;
        gap: 16px
    }
}

.footer__owner-info-item {
    color: #f5f5f54d;
    font-size: 14px;
    font-weight: 500
}

@media (min-width:960px) {
    .footer__owner-info-item {
        font-size: 20px
    }
}

.loader {
    background: radial-gradient(#421828, #141414);
    font-family: Source Code Pro, monospace;
    font-weight: 400;
    height: 100vh;
    overflow: hidden;
    padding: 30px 0 0 30px;
    text-align: center;
    transition: all .5s;
    width: 100%;
    z-index: 9999
}

.loader,
.word {
    left: 0;
    position: absolute;
    top: 0
}

.word {
    bottom: 0;
    color: #fb2777;
    font-size: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    margin: auto;
    right: 0;
    text-shadow: 0 0 10px rgba(251, 39, 119, .5), 0 0 5px rgba(251, 39, 119, .5)
}

.word span {
    display: inline-block;
    transform: translate(100%) scale(.9);
    transition: transform .5s
}

.word .done {
    color: #fb2777;
    transform: translate(0) scale(1)
}

.overlay {
    background-image: linear-gradient(transparent, #0a100a80 50%);
    background-size: 1000px 2px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.hide {
    opacity: 0;
    z-index: -1
}

::-webkit-scrollbar {
    background: #191919;
    border-radius: 11px;
    margin: 3px 2px;
    width: 11px
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
    -webkit-transition: all .3s;
    transition: all .3s
}

::-webkit-scrollbar-thumb {
    background: #ffffff0d;
    border: 3px solid #191919;
    border-radius: 7px
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff4d
}

.page {
    height: 100vh;
    margin-right: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    scroll-behavior: smooth;
    z-index: 1
}

.container {
    padding-left: 28px;
    padding-right: 28px
}

@media (min-width:768px) {
    .container {
        padding-left: 56px;
        padding-right: 56px
    }
}

@media (min-width:1700px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 2300px;
        padding-left: 104px;
        padding-right: 104px
    }
}

@media (min-width:768px) {
    .content {
        padding-top: 34px
    }
}

@media (min-width:1250px) {
    .content {
        padding-top: 54px
    }
}

.hide {
    opacity: 0;
    transition: all .3s
}

.competition-popup-wrap {
    align-items: center;
    background-color: #00000080;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.competition-popup {
    background: #141414;
    border-radius: 16px;
    box-shadow: 0 4px 4px #00000040;
    max-width: 344px;
    overflow: hidden;
    position: relative
}

@media (min-width:768px) {
    .competition-popup {
        max-width: 676px
    }
}

.competition-popup__close {
    color: #ffffff80;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    transition: all .3s;
    width: 24px;
    z-index: 1000
}

.competition-popup__close:hover {
    color: #fff
}

.competition-popup__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px
}

@media (min-width:768px) {
    .competition-popup__content {
        gap: 24px;
        padding: 24px
    }
}

.competition-popup__img {
    border-radius: 16px;
    height: auto;
    width: 100%
}

.competition-popup__title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center
}

@media (min-width:768px) {
    .competition-popup__title {
        font-size: 24px
    }
}

.competition-popup__description {
    color: #ffffff80;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center
}

@media (min-width:768px) {
    .competition-popup__description {
        font-size: 16px
    }
}

.competition-popup__action {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.competition-popup__action a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

@media (min-width:768px) {
    .competition-popup__action {
        font-size: 20px
    }
}