
.nnclub-page,
.nnclub-page button,
.nnclub-page input,
.nnclub-page textarea {
    font-family: "Geologica", sans-serif;
}

.nnclub-page {
    min-height: 100vh;
    color: #ffffff;
    background: #141414;
}

.nnclub-page a {
    color: inherit;
    text-decoration: none;
}

.nnclub-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.nnclub-shell {
    width: min(100%, 1200px);
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.nnclub-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 22px 0 10px;
}

.nnclub-header__inner {
    position: relative;
    width: 100%;
    padding: 0 28px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nnclub-brand {
    width: 96px;
}

.nnclub-brand img {
    width: 100%;
}

.nnclub-header__actions {
    position: absolute;
    top: 50%;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    transform: translateY(-50%);
}

.nnclub-header__icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
}

.nnclub-header__icon img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
}

.nnclub-header__burger {
    position: absolute;
    top: 50%;
    left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 26px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
}

.nnclub-header__burger span {
    display: block;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    opacity: 0.9;
}

.nnclub-header__burger span:nth-child(2) {
    width: 80%;
}

.nnclub-header__burger span:nth-child(3) {
    width: 60%;
}

html.nnclub-menu-open {
    overflow: hidden;
}

.nnclub-menu-window {
    position: fixed;
    inset: 0;
    z-index: 50;
    pointer-events: none;
    visibility: hidden;
}

.nnclub-menu-window.is-open {
    pointer-events: auto;
    visibility: visible;
}

.nnclub-menu-window__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nnclub-menu-window.is-open .nnclub-menu-window__backdrop {
    opacity: 1;
}

.nnclub-menu-window__panel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(300px, 92vw);
    max-width: 100%;
    background: #0e0e10;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 12px 0 40px rgba(0, 0, 0, 0.45);
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.nnclub-menu-window.is-open .nnclub-menu-window__panel {
    transform: translateX(0);
}

.nnclub-menu-window__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 12px 12px 12px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.nnclub-menu-window__close {
    display: inline-flex;
    padding: 8px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    border-radius: 8px;
}

.nnclub-menu-window__close:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.nnclub-menu-window__title {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.nnclub-menu-window__logo {
    width: 72px;
    flex-shrink: 0;
}

.nnclub-menu-window__logo img {
    width: 100%;
}

.nnclub-menu-window__cabinet {
    padding: 10px 16px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.nnclub-menu-window__cabinet-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 10px;
    background: rgba(59, 169, 239, 0.12);
    color: #3ba9ef;
    font-size: 13px;
    font-weight: 600;
    box-sizing: border-box;
}

.nnclub-menu-window__nav {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 24px;
}

.nnclub-menu-window__nav .module {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.nnclub-menu-window__nav .moduletitle {
    display: none;
}

.nnclub-menu-window__nav .modulebody {
    margin: 0;
    padding: 0;
}

.nnclub-menu-window .menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 8px;
}

.nnclub-menu-window .menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 12px;
}

.nnclub-menu-window .menu li {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.nnclub-menu-window .menu a {
    display: block;
    padding: 12px 12px 12px 8px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nnclub-menu-window .menu li.selected > a,
.nnclub-menu-window .menu a:hover {
    color: #3ba9ef;
    border-bottom-color: rgba(59, 169, 239, 0.35);
}

.nnclub-hero {
    position: relative;
    padding: 110px 0 40px;
    text-align: center;
    background: radial-gradient(ellipse 62% 72% at 28% 58%, rgba(226, 22, 79, 0.32), transparent 60%),
    radial-gradient(ellipse 70% 80% at 72% 46%, rgba(73, 58, 189, 0.38), transparent 62%),
    radial-gradient(ellipse 120% 85% at 50% 36%, rgba(16, 16, 20, 0) 38%, #141414 72%),
    url("/templates/blank/images/hero-bg.jpg") center 40% / cover no-repeat,
    #141414;
}

.nnclub-hero__inner {
    position: relative;
}

.nnclub-hero__title,
.nnclub-section-title {
    margin: 0;
    background-image: linear-gradient(to bottom, #4ca6d2, #30789c);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    font-size: 60px;
    line-height: 1.04;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.nnclub-hero__title {
    margin-inline: auto;
    font-size: 60px;
}

.nnclub-section-title-level,
.nnclub-section-title-cta {
    font-size: 72px;
}

.nnclub-section-title-how {
    font-size: 95px;
}

.nnclub-hero__lead,
.nnclub-section-text,
.nnclub-cta__box p,
.nnclub-how__item p,
.nnclub-about__stat p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.54;
    font-weight: 400;
}

.nnclub-hero__lead {
    max-width: 670px;
    margin: 24px auto 40px;
}

.nnclub-button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 20px;
    border: 0;
    border-radius: 28px;
    background: linear-gradient(180deg, #e63322 0%, #e6131c 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 22px rgba(230, 19, 28, 0.28);
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.nnclub-button:hover {
    filter: brightness(1.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 14px 28px rgba(230, 19, 28, 0.36);
}

.nnclub-button:active {
    transform: translateY(1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 6px 14px rgba(230, 19, 28, 0.28);
}

.nnclub-button {
    min-width: 160px;
}

.nnclub-button--lg {
    min-width: 290px;
    min-height: 76px;
    padding: 0 34px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    background-color: #cd3024;
    border-bottom: 7px solid #a70a16;
    font-family: 'Manrope', Sans-Serif;
}

.nnclub-hero__car {
    position: relative;
    z-index: 1;
    margin: 72px auto 0;
    max-width: 860px;
    pointer-events: none;
}

.nnclub-hero__promo {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding: 6px 14px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
    font-family: 'Manrope', Sans-Serif;
    background-color: #292526;
    min-height: 52px;
    border-radius: 40px;
    border: 0;
    border-bottom: 4px solid #131314;
    min-width: 292px;
    justify-content: center;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
}

.nnclub-page .nnclub-hero__promo {
    -webkit-appearance: none;
    appearance: none;
}

.nnclub-hero__promo:hover {
    color: #ffffff;
    background-color: #5c5658;
}

.nnclub-hero__promo:focus-visible {
    outline: 2px solid #3ba9ef;
    outline-offset: 3px;
}

.nnclub-hero__promo-icon {
    position: relative;
    width: 34px;
    height: 26px;
    transition: background 0.2s ease;
    background: url(../images/yt.png) 0 0 no-repeat;
}

html.nnclub-video-modal-open,
html.nnclub-video-modal-open body {
    overflow: hidden;
}

.nnclub-video-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    box-sizing: border-box;
}

.nnclub-video-modal[hidden] {
    display: none;
}

.nnclub-video-modal.is-open {
    display: flex;
}

.nnclub-video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 10, 0.88);
    filter: none;
}

.nnclub-video-modal__dialog {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: min(960px, 100%);
    max-height: min(90dvh, 100vh - 24px);
    background: #141414;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.55);
    isolation: isolate;
    contain: layout style;
}

.nnclub-video-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-shrink: 0;
    padding: 12px 14px 12px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nnclub-video-modal__title {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nnclub-video-modal__close {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: -6px -4px -6px 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.nnclub-video-modal__close:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.nnclub-video-modal__frame {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: min(72dvh, calc(100vh - 120px));
    background: #000000;
    contain: layout;
}

.nnclub-video-modal__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    transform: translateZ(0);
}

.nnclub-gallery,
.nnclub-about,
.nnclub-cta {
    padding: 0 0 72px;
}

.nnclub-levels {
    padding: 80px 0 56px;
}

.nnclub-how {
    position: relative;
    margin-top: 0;
    padding: 56px 0 0;
    overflow: hidden;
    background: #141414;
    border-bottom: 1px solid #2b2b2b;
}

.nnclub-how::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 70% at 50% 45%, rgba(59, 169, 239, 0.08) 0%, rgba(20, 20, 20, 0) 60%),
    linear-gradient(180deg, rgba(20, 20, 20, 0.85) 0%, rgba(20, 20, 20, 0.72) 40%, rgba(20, 20, 20, 0.92) 100%),
    url("/templates/blank/images/wheel-bg.jpg") center center / auto auto no-repeat;
    pointer-events: none;
    z-index: 0;
}

.nnclub-how .nnclub-shell {
    position: relative;
    z-index: 1;
}
.nnclub-hero__subtitle {
    color: #e72228;
    font-size: 30px;
    margin: 50px 0;
}
.nnclub-hero__video {
    width: 600px;
    height: 337px;
    border-radius: 15px;
}
.nnclub-section-title {
    text-align: center;
}

.nnclub-section-title--left {
    text-align: left;
}

.nnclub-how__eyebrow {
    margin: 50px auto 16px;
    max-width: 620px;
    text-align: center;
    color: #8e8e8e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.nnclub-how__heading {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.nnclub-how__play {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 97px;
    height: 105px;
    margin-top: 5px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    background: url(../images/yt-arrow.png) 0 0 no-repeat;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.nnclub-how__play:focus-visible {
    outline: 2px solid #3ba9ef;
    outline-offset: 3px;
}

.nnclub-how__play-icon {
    width: 100%;
    height: 100%;
    display: block;
}

.nnclub-how__play-label {
    position: absolute;
    top: 95px;
    left: -180px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.nnclub-section-text {
    margin: 16px auto 0;
    text-align: center;
}

.nnclub-level-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    overflow: visible;
}

a.nnclub-level-card {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a.nnclub-level-card:focus-visible {
    outline: 2px solid #3ba9ef;
    outline-offset: 3px;
}

.nnclub-level-card {
    --lv-wx1: 24%;
    --lv-wy1: 52%;
    --lv-wx2: 78%;
    --lv-wy2: 26%;
    --lv-wx3: 44%;
    --lv-wy3: 94%;
    --lv-ang: 164deg;
    --lv-hx1: 28%;
    --lv-hy1: 48%;
    --lv-hx2: 74%;
    --lv-hy2: 32%;
    --lv-hx3: 52%;
    --lv-hy3: 78%;
    --lv-nx: 0px;
    --lv-ny: 0px;
    --lv-ns: 228px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
    border-radius: 22px;
    overflow: visible;
    background: #1a1a1a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: transform 0.25s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

.nnclub-card-1 .nnclub-level-card__body {
    background: url(../images/level-1-bg.jpg) 50% 50% no-repeat #000;
    background-size: cover;
}

.nnclub-card-2 .nnclub-level-card__body {
    background: url(../images/level-2-bg.jpg) 50% 50% no-repeat #000;
    background-size: cover;
}

.nnclub-card-3 .nnclub-level-card__body {
    background: url(../images/level-3-bg.jpg) 50% 50% no-repeat #000;
    background-size: cover;
}

.nnclub-card-4 .nnclub-level-card__body {
    background: url(../images/level-4-bg.jpg) 50% 50% no-repeat #000;
    background-size: cover;
}

.nnclub-card-5 .nnclub-level-card__body {
    background: url(../images/level-5-bg.jpg) 50% 50% no-repeat #000;
    background-size: cover;
}

.nnclub-card-6 .nnclub-level-card__body {
    background: url(../images/level-6-bg.jpg) 50% 50% no-repeat #000;
    background-size: cover;
}

.nnclub-level-card__body::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
}

.nnclub-card-1 .nnclub-level-card__body::after {
    background-image: url(../images/level-1-bg-active.jpg);
}

.nnclub-card-2 .nnclub-level-card__body::after {
    background-image: url(../images/level-2-bg-active.jpg);
}

.nnclub-card-3 .nnclub-level-card__body::after {
    background-image: url(../images/level-3-bg-active.jpg);
}

.nnclub-card-4 .nnclub-level-card__body::after {
    background-image: url(../images/level-4-bg-active.jpg);
}

.nnclub-card-5 .nnclub-level-card__body::after {
    background-image: url(../images/level-5-bg-active.jpg);
}

.nnclub-card-6 .nnclub-level-card__body::after {
    background-image: url(../images/level-6-bg-active.jpg);
}

.nnclub-level-card:hover .nnclub-card-1 .nnclub-level-card__body::after,
.nnclub-level-card:hover .nnclub-card-2 .nnclub-level-card__body::after {
    opacity: 1;
}

.nnclub-level-card__body {
    background-color: #000;
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 22px 24px 0;
    border-radius: 22px 22px 0 0;
    overflow: hidden;

}

.nnclub-level-card__body::before {

}

.nnclub-level-card__body::after {

}

.nnclub-level-card__body > * {
    position: relative;
    z-index: 2;
}

.nnclub-level-card:hover {
    transform: translateY(-2px);
}

.nnclub-level-card__head {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.nnclub-level-card__name {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nnclub-level-card--vip .nnclub-level-card__name {
    color: #ffcd3a;
}

.nnclub-level-card__crown {
    width: 18px;
    height: 13px;
    color: #ffcd3a;
}

.nnclub-level-card__count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ff2b39;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.nnclub-level-card__icon {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
}

.nnclub-level-card__visual {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 245px;
    margin: 18px 0 0;
}

.nnclub-card-2 .nnclub-level-card__visual{
    margin: 18px -24px 0 0;
    justify-content: flex-end;
}

.nnclub-level-card__visual img {
    max-width: 100%;
    transition: transform 0.35s ease;
    filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.55));
}

.nnclub-level-card:hover .nnclub-level-card__visual img {
    transform: scale(1.03);
}

.nnclub-level-card__features {
    flex-shrink: 0;
    margin-top: auto;
    list-style: none;
    margin-bottom: 0;
    padding: 0 0 16px;
    display: grid;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.nnclub-level-card__features ul,
.nnclub-level-card__features ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.nnclub-level-card__features li {
    position: relative;
    padding-left: 16px;
}

.nnclub-level-card__features li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #3ba9ef;
    transform: translateY(-50%);
    transition: background 0.25s ease;
}

.nnclub-level-card:hover .nnclub-level-card__features li::before {
    background: #ffffff;
}

.nnclub-level-card__foot {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    border-radius: 0 0 22px 22px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 22px 20px;
    background: #141414;
    border-top: 1px solid rgba(0, 0, 0, 0.45);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nnclub-level-card__prices {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.nnclub-level-card__price {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-family: 'Manrope', Sans-Serif;
}

.nnclub-level-card__price-old {
    color: rgba(255, 255, 255, 0.45);
    font-size: 20px;
    font-weight: 500;
    text-decoration: line-through;
    font-family: 'Manrope', Sans-Serif;
}

.nnclub-level-card__button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    background: linear-gradient(180deg, #e63322 0%, #e6131c 100%);
    border: 0;
    border-bottom: 4px solid #a70a16;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 8px 16px rgba(230, 19, 28, 0.35);
    font-family: "Geologica", sans-serif;
    transition: transform 0.15s ease, filter 0.2s ease, box-shadow 0.2s ease, border-bottom-width 0.1s ease;
}

.nnclub-level-card__button:hover {
    filter: brightness(1.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 12px 22px rgba(230, 19, 28, 0.4);
}

.nnclub-level-card__button:active {
    transform: translateY(1px);
    border-bottom-width: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 4px 12px rgba(230, 19, 28, 0.28);
}

.nnclub-how__grid {
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.nnclub-how__item {
    position: relative;
    padding: 0 28px 80px;
    text-align: center;
}

.nnclub-how__item + .nnclub-how__item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    border-left: 1px solid #2b2b2b;
}

.nnclub-how__number {
    position: relative;
    width: 38px;
    height: 38px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    background: radial-gradient(circle at 50% 50%, #1f1f1f 0%, #121212 100%);
    box-shadow: inset 0 0 0 1px rgba(59, 169, 239, 0.45),
    0 0 18px rgba(59, 169, 239, 0.55),
    0 0 42px rgba(59, 169, 239, 0.35);
}

.nnclub-how__item h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.nnclub-how__item p {
    max-width: 260px;
    margin-inline: auto;
}

.nnclub-page a.nnclub-how__accent {
    display: inline-block;
    margin-top: 14px;
    color: #ff2436;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #ff2436;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.nnclub-page a.nnclub-how__accent:hover {
    filter: brightness(1.1);
}

.nnclub-gallery {
    padding: 48px 0 72px;
    text-align: center;
}

.nnclub-gallery .nnclub-shell {
    background: url(../images/bmw-logo.png) 50% 30% no-repeat;

} 

.nnclub-gallery__eyebrow {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.nnclub-gallery__stats {
    display: flex;
    justify-content: center;
    gap: 75px;
    margin: 30px 0 48px;
    padding: 0;
    list-style: none;
}

.nnclub-gallery__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.nnclub-gallery__stat-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/templates/blank/images/char-icons-sprite.png);
    background-repeat: no-repeat;
}

.nnclub-gallery__stat-icon--year {
    background-position: 0 0;
}

.nnclub-gallery__stat-icon--power {
    background-position: -182px 0;
}

.nnclub-gallery__stat-icon--drive {
    background-position: -364px 0;
}

.nnclub-gallery__stat-icon--gearbox {
    background-position: -548px 0;
}

.nnclub-gallery__stat-icon--fuel {
    background-position: -730px 0;
}

.nnclub-gallery__slider {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}

.nnclub-gallery__frame {
    position: relative;
}

.nnclub-gallery__main {
    overflow: visible;
    border-radius: 0;
    background: transparent;
}

.nnclub-gallery__viewport {
    overflow: hidden;
    border-radius: 6px;
    background: #1a1a1a;
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    aspect-ratio: 970 / 650;
}

.nnclub-gallery__track {
    display: flex;
    width: calc(4 * 100%);
    height: 100%;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.nnclub-gallery__slide {
    flex: 0 0 25%;
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
}

.nnclub-gallery__slide-link {
    display: block;
    line-height: 0;
    cursor: zoom-in;
    height: 100%;
}

.nnclub-gallery__slide-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nnclub-gallery__slide-link:focus-visible {
    outline: 2px solid #3ba9ef;
    outline-offset: 2px;
}

.nnclub-gallery__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 0.2s ease;
}

.nnclub-gallery__arrow::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 500px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(
        ellipse 82% 92% at 50% 50%,
        rgba(120, 195, 232, 0.38) 0%,
        rgba(120, 195, 232, 0.22) 18%,
        rgba(75, 155, 200, 0.16) 34%,
        rgba(75, 155, 200, 0.09) 52%,
        rgba(45, 110, 150, 0.06) 68%,
        rgba(45, 110, 150, 0.03) 82%,
        rgba(45, 110, 150, 0.015) 90%,
        transparent 100%
    );
    filter: blur(52px);
    opacity: 0.88;
    transition: opacity 0.4s ease, filter 0.4s ease;
}

.nnclub-gallery__arrow:hover {
    color: #ffffff;
}

.nnclub-gallery__arrow:hover::before {
    opacity: 0.95;
    filter: blur(60px);
}

.nnclub-gallery__arrow svg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.nnclub-gallery__arrow--prev {
    left: -50px;
}

.nnclub-gallery__arrow--next {
    right: -50px;
}

.nnclub-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin: 15px auto 0;
    padding: 4px 0 10px;
    box-sizing: border-box;
}

.nnclub-gallery__thumb {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    aspect-ratio: 225 / 150;
    height: auto;
    padding: 0;
    border-radius: 6px;
    border: 1px solid transparent;
    background: #1a1a1a;
    overflow: hidden;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.nnclub-gallery__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nnclub-gallery__thumb.is-active {
    border-color: #3ba9ef;
    box-shadow: 0 0 0 1px rgba(59, 169, 239, 0.4);
}

@media (max-width: 600px) {
    .nnclub-gallery__thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: 100%;
    }
}

.nnclub-about {
    position: relative;
    padding: 64px 0 72px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nnclub-about::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    width: 420px;
    height: 220px;
    background: radial-gradient(ellipse at 50% 50%, rgba(226, 22, 79, 0.18) 0%, rgba(20, 20, 20, 0) 70%);
    transform: translate(-90%, -23%);
    pointer-events: none;
}

.nnclub-about > .nnclub-shell {
    position: relative;
}

.nnclub-about__header {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nnclub-about__header .nnclub-section-title {
    margin: 0;
    font-size: 72px;
    line-height: 1.04;
}

.nnclub-about__icon {
    width: 132px;
    height: auto;
    margin-left: 110px;
}

.nnclub-about__lead {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    line-height: 1.55;
}

.nnclub-about__lead strong {
    color: #ffffff;
    font-weight: 700;
}

.nnclub-about__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 40px;
    padding-top: 28px;
}

.nnclub-about__stat {
    position: relative;
    padding: 0 50px;
}

.nnclub-about__stat:first-child {
    padding-left: 0;
}

.nnclub-about__stat:last-child {
    padding-right: 0;
}

.nnclub-about__stat + .nnclub-about__stat::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0) 100%);
}

.nnclub-about__stat h3 {
    margin: 0 0 12px;
    color: #3ba9ef;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.nnclub-faq {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
}

.nnclub-faq details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nnclub-faq summary {
    position: relative;
    padding: 18px 28px 18px 0;
    list-style: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 18px;
}

.nnclub-faq summary::-webkit-details-marker {
    display: none;
}

.nnclub-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    transform: translateY(-50%);
    transition: color 0.2s ease;
}

.nnclub-faq details[open] summary::after {
    content: "−";
    color: #3ba9ef;
}

.nnclub-faq p {
    margin: 0;
    padding: 0 0 18px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.55;
}

.nnclub-cta {
    position: relative;
    padding: 72px 0 88px;
    text-align: center;
    overflow: hidden;
    /*background: url(../images/bg-circles.png) 50% 50% no-repeat;*/
}

.nnclub-cta__bg {
    position: relative;
    overflow: hidden;
}

.nnclub-cta__bg::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 890px;
    height: 890px;
    background: url(../images/cta-bg.png) 50% 100% no-repeat;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
    top: 5%;
}

.nnclub-cta > .nnclub-shell {
    position: relative;
}

.nnclub-cta__box {
    padding: 0;
}

.nnclub-cta__lead {
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.54;
    text-align: center;
    text-transform: uppercase;
}

.nnclub-cta__visual {
    position: relative;
    max-width: 609px;
    margin: 40px auto 36px;
}

.nnclub-cta__key {
    position: absolute;
    top: 38%;
    left: 4%;
    width: 56px;
    height: 56px;
    opacity: 0.85;
    filter: drop-shadow(0 0 24px rgba(255, 255, 255, 0.18));
}

.nnclub-cta__car {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.nnclub-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 32px;
    min-height: 46px;
    font-size: 12px;
}

.nnclub-cta__button-icon {
    width: 16px;
    height: 16px;
}

.nnclub-footer {
    padding: 18px 0 40px;
    position: relative;
}

.nnclub-footer__social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 10px 0 30px;
}

.nnclub-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.75);
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.22);
    transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nnclub-footer__social-link:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.55);
    transform: translateY(-1px);
}

.nnclub-footer__social-link svg {
    width: 17px;
    height: 17px;
}

.nnclub-footer__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.nnclub-footer__bottom {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-top: 30px;
}

.nnclub-footer__brand {
    width: 64px;
    flex: 0 0 auto;
}

.nnclub-footer__brand img {
    width: 100%;
    display: block;
}

.nnclub-footer__text {
    flex: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Manrope', Sans-Serif;
}

#car-key {
    position: absolute;
    top: 45%;
    left: 15%;
    width: 56px;
    height: 56px;
    z-index: 1;
    will-change: transform;
}

#car-key::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.52) 38%, transparent 68%);
    filter: url(#nnclub-car-key-glow);
    pointer-events: none;
    z-index: -1;
}

#car-key img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.85;
}

.nnclub-footer__payments {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.nnclub-footer__payment {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.nnclub-footer__payment--visa {
    color: #1a1f71;
    background: #ffffff;
    padding: 3px 6px;
    border-radius: 2px;
    font-style: italic;
    font-size: 11px;
    letter-spacing: 0.02em;
}

.nnclub-footer__payment--mc {
    position: relative;
    width: 34px;
    height: 20px;
}

.nnclub-footer__payment-mc {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.nnclub-footer__payment-mc span {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 999px;
}

.nnclub-footer__payment-mc span:first-child {
    left: 0;
    background: #eb001b;
}

.nnclub-footer__payment-mc span:last-child {
    right: 0;
    background: #f79e1b;
    mix-blend-mode: multiply;
}

.nnclub-footer__payment--age {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.85);
    font-size: 10px;
    font-weight: 700;
}

.nnclub-footer__links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 34px;
    justify-content: space-between;
}

.nnclub-footer__links a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
    font-family: 'Manrope', Sans-Serif;
}

.nnclub-footer__links a:hover {
    color: #ffffff;
}

@media (max-width: 1023px) {
    .nnclub-hero__title,
    .nnclub-section-title {
        font-size: 42px;
    }

    .nnclub-about__header .nnclub-section-title {
        font-size: 42px;
    }

    .nnclub-level-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nnclub-gallery__arrow--prev {
        left: -20px;
    }

    .nnclub-gallery__arrow--next {
        right: -20px;
    }
}

@media (max-width: 767px) {
    .nnclub-shell {
        padding: 0 16px;
    }

    .nnclub-header {
        padding: 16px 0 10px;
    }

    .nnclub-brand {
        width: 80px;
    }

    .nnclub-header__actions {
        right: 16px;
    }

    .nnclub-header__burger {
        left: 16px;
    }

    .nnclub-hero {
        padding: 84px 0 28px;
    }

    .nnclub-cta__box {
        border-radius: 22px;
    }

    .nnclub-hero__car {
        margin: 0 auto -20px;
        max-width: 520px;
    }

    .nnclub-hero__promo {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    .nnclub-video-modal__dialog {
        max-height: min(92dvh, 100%);
        border-radius: 12px;
    }

    .nnclub-video-modal__frame {
        max-height: min(68dvh, calc(100dvh - 140px));
    }
    .nnclub-hero__subtitle {
        order: 5;
        margin: 0 0 50px 0;
    }
    .nnclub-hero__video {
        width: 100%;
        height: 200px;
        order: 6;
    }
    .nnclub-hero__title,
    .nnclub-section-title {
        font-size: 30px;
    }

    .nnclub-gallery__eyebrow {
        font-size: 11px;
    }

    .nnclub-hero__lead,
    .nnclub-section-text,
    .nnclub-about__lead,
    .nnclub-cta__box p,
    .nnclub-cta__lead,
    .nnclub-how__item p,
    .nnclub-faq p,
    .nnclub-about__stat p,
    .nnclub-footer__text {
        font-size: 12px;
    }

    .nnclub-faq summary {
        font-size: 13px;
    }

    .nnclub-levels {
        padding: 48px 0 40px;
    }

    .nnclub-gallery {
        padding: 20px 0 44px;
    }

    .nnclub-gallery__arrow::before {
        width: 50px;
    }

    .nnclub-about {
        padding: 36px 0 44px;
    }

    .nnclub-cta {
        padding: 24px 0 44px;
    }

    .nnclub-how {
        padding: 44px 0 44px;
    }

    .nnclub-how__grid {
        margin-top: 40px;
        gap: 32px;
    }

    .nnclub-how__item {
        padding: 10px 0 40px 0;
        border-bottom: 1px solid #2b2b2b;
    }

    .nnclub-how__item + .nnclub-how__item::before {
        display: none;
    }

    .nnclub-how__play {
        width: 48px;
        height: 34px;
        display: none;
    }

    .nnclub-how__play-label {
        position: static;
        display: block;
        margin-top: 10px;
        padding-left: 0;
        transform: none;
    }

    .nnclub-how__play-label::before {
        display: none;
    }

    .nnclub-level-grid,
    .nnclub-how__grid,
    .nnclub-about__stats {
        grid-template-columns: 1fr;
    }

    .nnclub-gallery__stats {
        gap: 22px;
        flex-wrap: wrap;
    }

    .nnclub-gallery__stat.is-active {
        display: none;
    }

    .nnclub-gallery__arrow--prev {
        left: 6px;
    }

    .nnclub-hero__inner {
        display: flex;
        flex-direction: column;
    }

    .nnclub-hero__inner .nnclub-hero__title{
        order: 1;
    }

    .nnclub-hero__inner .nnclub-hero__lead{
        order: 5;
        font-size: 14px;
    }

    .nnclub-hero__inner .nnclub-hero__car{
        order: 2;
        margin: 20px auto 20px;
    }

    .nnclub-hero__inner .nnclub-hero__promo{
        order: 4;
        margin-top: 15px;
    }

    .nnclub-hero__inner .nnclub-button{
        order: 3;
    }

    .nnclub-gallery__arrow--next {
        right: 6px;
    }

    .nnclub-gallery__arrow {
        width: 28px;
        height: 28px;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 999px;
    }

    .nnclub-about__header {
        justify-content: space-between;
        flex-direction: column;
    }

    .nnclub-about__header .nnclub-section-title {
        font-size: 30px;
    }

    .nnclub-about__icon {
        margin-left: 0;
    }

    .nnclub-about__stats {
        gap: 22px;
        padding-top: 22px;
        text-align: center;
    }

    .nnclub-about__stat {
        padding: 0;
    }

    .nnclub-about__stat + .nnclub-about__stat::before {
        display: none;
    }

    .nnclub-about::before {
        width: 100%;
        transform: translate(-50%, -23%);
    }

    .nnclub-about__icon{
        margin-top: -20px;
    }

    .nnclub-about__lead {
        text-align: center;
    }


    .nnclub-faq {
        grid-template-columns: 1fr;
        column-gap: 0;
        padding: 0 30px;
    }

    .nnclub-faq summary {
        padding: 10px 28px 10px 0;
    }

    #car-key {
        display: none;
    }

    .nnclub-cta__visual {
        max-width: 100%;
    }

    .nnclub-cta__key {
        width: 40px;
        height: 40px;
        left: 2%;
    }

    .nnclub-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .nnclub-footer__links {
        padding-left: 0;
        gap: 14px;
    }

    .nnclub-footer__social {
        justify-content: space-around;
        gap: 14px;
    }
}

@media (max-width: 479px) {
    .nnclub-shell {
        padding: 0 14px;
    }

    .nnclub-how .nnclub-shell {
        padding: 0 0;
    }

    .nnclub-hero__title,
    .nnclub-section-title {
        font-size: 32px;
    }

    .nnclub-section-title-how {
        font-size: 48px;
    }

    .nnclub-how {
        border-bottom: none;
    }

    .nnclub-about__header .nnclub-section-title {
        font-size: 48px;
    }

    .nnclub-gallery .nnclub-section-title{
        font-size: 48px;
        display: flex;
        flex-direction: column;
    }

    .nnclub-how::before {
        background: radial-gradient(ellipse 80% 70% at 50% 45%, rgba(59, 169, 239, 0.08) 0%, rgba(20, 20, 20, 0) 60%),
        linear-gradient(180deg, rgba(20, 20, 20, 0.85) 0%, rgba(20, 20, 20, 0.72) 40%, rgba(20, 20, 20, 0.92) 100%),
        url(/templates/blank/images/wheel-bg.jpg) center 50px / auto auto no-repeat;
    }

    .nnclub-how__number{
        margin: 0 auto 35px;
    }

    .nnclub-hero__lead,
    .nnclub-section-text,
    .nnclub-about__lead,
    .nnclub-cta__box p,
    .nnclub-cta__lead {
        font-size: 14px;
    }

    .nnclub-level-card {
        min-height: 0;
        height: auto;
    }

    .nnclub-level-card__body {
        padding: 16px 14px 0;
    }

    .nnclub-level-card__visual {
        min-height: 200px;
    }

    .nnclub-level-card__features {
        font-size: 12px;
        gap: 8px;
    }

    .nnclub-level-card__features ul {
        gap: 8px;
    }

    .nnclub-level-card__foot {
        flex-wrap: wrap;
        justify-content: center;
        padding: 14px 14px 16px;
        gap: 12px;
    }

    .nnclub-level-card__button {
        order: 3;
        margin-left: auto;
    }

    .nnclub-level-card__prices {
        justify-content: center;
        order: 1;
    }

    .nnclub-faq summary {
        font-size: 12px;
    }

    .nnclub-footer__social {
        gap: 14px;
    }

    .nnclub-footer__brand {
        width: auto;
        margin: 20px auto 10px;
    }

    .nnclub-footer .nnclub-shell{
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }

    .nnclub-footer__payments {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
}
