* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Barlow', sans-serif;
    background: url('../images/body.jpg') center bottom / cover fixed no-repeat;
    color: #ffffffc7;
    line-height: 1.5;
}

.noWrapper {
    background: #0f0f11;
    width: 1170px;
    margin: 50px auto;
    box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.45);
    border-radius: 0;
    overflow: hidden;
}

h1,
h2,
h3,
h4 {
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .noWrapper {
        width: 96%;
        margin: 30px auto;
    }
}

@media (max-width: 768px) {
    .noWrapper {
        width: 100%;
        margin: 0;
        box-shadow: none;
    }
}

.game{
    max-width: 100%;
    width: 98%;
    height: 590px;
    display: block;
    margin: 0 auto 15px auto;
}

.noHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px;
    flex-wrap: wrap;
    background: transparent;
}

.noLogo a {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}

.noLogo img {
    height: 48px;
    width: auto;
}

.noNav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.noNavMenu {
    display: flex;
    gap: 28px;
    list-style: none;
}

.noNavMenu li a {
    text-decoration: none;
    color: #ffffffc7;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s;
}

.noNavMenu li a:hover {
    color: #9f1735;
}

.noBtn {
    background: linear-gradient(90deg, #661126 0%, #9f1735 100%);
    border-radius: 9px;
    padding: 10px 24px;
    display: inline-block;
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.noBtnOutline {
    background: transparent;
    border: 1px solid #9f1735;
    color: #ffffffc7;
}

.noBtn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.noMenuIcon {
    display: none;
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
}

.noCloseMenu {
    display: none;
}

@media (max-width: 992px) {
    .noHeader {
        padding: 20px 24px;
    }

    .noCloseMenu {
        display: inline-block;
    }

    .noNavMenu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 70%;
        height: 100%;
        background: #0f0f11;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 0.4s;
        z-index: 999;
        gap: 40px;
        box-shadow: 5px 0 30px rgba(0, 0, 0, 0.6);
    }

    .noNavMenu.active {
        left: 0;
    }

    .noMenuIcon {
        display: block;
    }

    .noNav {
        gap: 20px;
    }

    .noCloseMenu {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 28px;
        color: #9f1735;
        cursor: pointer;
    }
}

@media (max-width: 600px) {
    .noNavMenu {
        width: 85%;
    }
}


.noTitle {
    font-family: 'TEKO', 'Barlow', sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #aaaaaa;
    letter-spacing: 1px;
    position: relative;
}

.noTitle span {
    color: #9f1735;
}

.noTitle:before {
    content: url('../images/note.png');
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}

.noSectionTitle {
    font-family: 'TEKO', 'Barlow', sans-serif;
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 300;
}

.noSectionTitle span {
    color: #9f1735;
    font-weight: 700;
}

.noText {
    font-family: 'Barlow', sans-serif;
    color: #ffffffc7;
    font-size: 17px;
    line-height: 1.5;
}


.noBanner {
    background: url('../images/hero.jpg') center center / cover no-repeat;
    padding: 100px 50px;
    position: relative;
}

.noBannerContent {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.noBannerTitle {
    font-family: 'TEKO', 'Barlow', sans-serif;
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 18px;
    line-height: 1.2;
}

.noBannerText {
    font-size: 18px;
    margin-bottom: 32px;
}


.noAbout {
    padding: 70px 40px;
    display: flex;
    gap: 50px;
    align-items: center;
    flex-wrap: wrap;
}

.noAboutLeft {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.noAboutRight {
    flex: 1;
}

.noFeatureItem {
    background: #17171b;
    box-shadow: 0px 1px 59px 0px rgba(0, 0, 0, 0.18);
    padding: 24px 18px;
    text-align: center;
    transition: 0.3s;
}

.noFeatureItem img {
    width: 56px;
    margin-bottom: 16px;
}

.noFeatureItem h4 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}

.noFeatureItem p {
    font-size: 15px;
}


.noGamesSection {
    padding: 20px 40px 70px;
}

.noGamesGrid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.noGameCard {
    background: #17171b;
    box-shadow: 0px 1px 59px 0px rgba(0, 0, 0, 0.18);
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
    transition: 0.3s;
}

.noGameCard img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.noGameStars {
    color: #9f1735;
    margin: 10px 0;
    font-size: 18px;
}

.noGameCard h3 {
    font-size: 28px;
    color: #ffffff;
    margin: 8px 0;
}

.noGameCard p {
    margin: 12px 0 20px;
}


.noFaq {
    padding: 20px 40px 80px;
}

.noFaqGrid {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
}

.noFaqItem {
    background: #17171b;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.noFaqQuestion {
    padding: 18px 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1f1f25;
}

.noFaqQuestion i {
    color: #9f1735;
    transition: 0.3s;
}

.noFaqAnswer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    background: #17171b;
    color: #ffffffc7;
}

.noFaqAnswer p {
    padding: 20px 0;
}

.noFaqItem.active .noFaqAnswer {
    max-height: 300px;
}


.noFooter {
    background: #0a0a0c;
    padding: 50px 40px 30px;
    border-top: 1px solid #25252c;
}

.noFooterTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.noFooterLogo a {
    display: flex;
    align-items: center;
    gap: 7px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.noFooterLogo img {
    height: 42px;
}

.noFooterLinks {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.noFooterLinks a,
.noFooterMenu a {
    text-decoration: none;
    color: #ffffffc7;
    transition: 0.2s;
}

.noFooterLinks a:hover,
.noFooterMenu a:hover {
    color: #9f1735;
}

.noFooterMenu {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.noFooterText {
    text-align: center;
    border: 1px solid #9f1735;
    padding: 12px;
    margin: 25px 0;
    border-radius: 6px;
    background: rgba(159, 23, 53, 0.05);
}

.noCopyright {
    text-align: center;
    font-size: 15px;
    color: #aaa;
}

.noContactSection {
    padding: 60px 40px;
    background: transparent;
}

.noContactContainer {
    max-width: 800px;
    margin: 0 auto;
    background: #17171b;
    box-shadow: 0px 1px 59px 0px rgba(0, 0, 0, 0.18);
    padding: 50px 40px;
}

.noContactHeader {
    text-align: center;
    margin-bottom: 40px;
}

.noContactHeader .noText {
    max-width: 500px;
    margin: 15px auto 0;
}

.noContactForm {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.noFormRow {
    display: flex;
    gap: 20px;
}

.noFormGroup {
    position: relative;
    flex: 1;
}

.noFormGroup input,
.noFormGroup textarea {
    width: 100%;
    padding: 16px 16px 8px 44px;
    background: #0f0f11;
    border: 1px solid #2a2a30;
    color: #ffffffc7;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    transition: 0.3s;
    outline: none;
}

.noFormGroup textarea {
    padding-top: 16px;
    resize: vertical;
}

.noFormGroup label {
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 15px;
    pointer-events: none;
    transition: 0.2s;
}

.noFormGroup textarea~label {
    top: 18px;
    transform: none;
}

.noFormGroup input:focus~label,
.noFormGroup input:valid~label,
.noFormGroup textarea:focus~label,
.noFormGroup textarea:valid~label {
    top: 6px;
    transform: none;
    font-size: 11px;
    color: #9f1735;
}

.noFormGroup i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9f1735;
    font-size: 18px;
}

.noFormGroup textarea~i {
    top: 18px;
    transform: none;
}

.noFormCheck {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 5px 0;
}

.noFormCheck input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #9f1735;
}

.noFormCheck label {
    color: #ffffffc7;
    font-size: 14px;
}

.noFormCheck a {
    color: #9f1735;
    text-decoration: none;
}

.noFormCheck a:hover {
    text-decoration: underline;
}

.noSubmitBtn {
    background: linear-gradient(90deg, #661126 0%, #9f1735 100%);
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 14px;
    text-align: center;
    width: 100%;
}

.noPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.noPopupContent {
    background: #17171b;
    padding: 40px 50px;
    text-align: center;
    max-width: 450px;
    width: 90%;
    border: 1px solid #9f1735;
    animation: noFadeIn 0.3s ease;
}

.noPopupContent i {
    font-size: 70px;
    color: #9f1735;
    margin-bottom: 20px;
}

.noPopupContent h3 {
    font-size: 28px;
    color: white;
    margin-bottom: 15px;
}

.noPopupContent p {
    color: #ffffffc7;
    margin-bottom: 25px;
}

.noPopupClose {
    background: linear-gradient(90deg, #661126 0%, #9f1735 100%);
    border: none;
    cursor: pointer;
    padding: 10px 30px;
}

@keyframes noFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 700px) {
    .noContactSection {
        padding: 40px 20px;
    }

    .noContactContainer {
        padding: 30px 20px;
    }

    .noFormRow {
        flex-direction: column;
        gap: 28px;
    }
}


.noLegalSection {
    padding: 60px 40px;
    background: transparent;
}

.noLegalContainer {
    max-width: 1000px;
    margin: 0 auto;
    background: #17171b;
    box-shadow: 0px 1px 59px 0px rgba(0, 0, 0, 0.18);
    padding: 50px 50px;
}

.noLegalHeader {
    text-align: left;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 2px solid #2a2a30;
}

.noLegalHeader .noSectionTitle {
    margin-bottom: 12px;
}

.noLegalMeta {
    font-family: 'Barlow', sans-serif;
    color: #9f1735;
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.noLegalHeader .noText {
    font-size: 17px;
    max-width: 800px;
}

.noLegalContent {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.noLegalBlock {
    background: #0f0f11;
    padding: 24px 28px;
    border-left: 3px solid #9f1735;
    transition: 0.2s;
}



.noLegalBlock h3 {
    font-family: 'TEKO', 'Barlow', sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.noLegalBlock p {
    font-family: 'Barlow', sans-serif;
    color: #ffffffc7;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.noLegalBlock p:last-child {
    margin-bottom: 0;
}

.noLegalBlock strong {
    color: #ffffff;
    font-weight: 600;
}

.noLegalEmail {
    color: #9f1735;
    text-decoration: none;
    border-bottom: 1px dotted #9f1735;
    transition: 0.2s;
}

.noLegalEmail:hover {
    color: #ffc010;
    border-bottom-color: #ffc010;
}

@media (max-width: 800px) {
    .noLegalSection {
        padding: 40px 20px;
    }

    .noLegalContainer {
        padding: 30px 25px;
    }

    .noLegalBlock {
        padding: 18px 20px;
    }

    .noLegalBlock h3 {
        font-size: 20px;
    }

    .noLegalBlock p {
        font-size: 15px;
    }
}

@media (max-width: 550px) {
    .noLegalContainer {
        padding: 25px 18px;
    }

    .noLegalBlock {
        padding: 15px 16px;
    }
}




































@media (max-width: 800px) {
    .noAbout {
        flex-direction: column;
    }

    .noBanner {
        padding: 60px 30px;
    }

    .noTitle {
        font-size: 34px;
    }
}

@media (max-width: 550px) {
    .noAboutLeft {
        grid-template-columns: 1fr;
    }

    .noGamesGrid {
        flex-direction: column;
    }

    .noFooterTop {
        flex-direction: column;
    }

    .noBannerTitle {
        font-size: 42px;
    }

    .noNav .noBtn {
        display: none;
    }

    .noLogo a {
        font-size: 18px;
    }
    .game{
        height: 485px;
    }
}

.noBtnCenter {
    text-align: center;
    margin-top: 30px;
}