@font-face {
    font-family: roboto;
    src: url("../norkaster_fonts/norkaster_roboto-regular.woff2")
}

@font-face {
    font-family: Revalia;
    src: url("../norkaster_fonts/norkaster_revalia-regular.woff2")
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    background: url("../norkaster_img/norkaster-body-background.webp") no-repeat center center;
    background-size: cover;
    font-family: roboto;
}

.body__container {
    max-width: 1240px;
    margin: 0 auto
}

.norkaster_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background: #00042F;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
}

.norkaster_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px
}

.norkaster_header__box {
    padding-top: 60px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.norkaster_header__title {
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: Revalia;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.norkaster_header__wrap{
    background: rgba(0, 4, 47, 0.50);
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.norkaster_header__sup{
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: Revalia;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#FF9D47), to(#F38047));
    background: -o-linear-gradient(left, #FF9D47 0%, #F38047 100%);
    background: linear-gradient(90deg, #FF9D47 0%, #F38047 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}

.norkaster_header__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.norkaster_header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
.norkaster_header__text {
    color: #F1F1F1;
    font-family: Revalia;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.norkaster_header__age {
    color: #FFF;
    font-family: Revalia;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.norkaster_header {
    padding-top: 145px;
    padding-bottom: 145px;
    background: url("../norkaster_img/norkaster-header-background.webp") no-repeat center;
    background-size: cover;
}

.norkaster_header__block{
    width: 100%;
    margin: 0 auto;
}

.norkaster_header__play{
   color: #FFF;
    text-align: center;
    font-family: Revalia;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    padding: 14px 24px;
    text-transform: uppercase;
    width: 246px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#FF9D47), to(#F38047));
    background: -o-linear-gradient(left, #FF9D47 0%, #F38047 100%);
    background: linear-gradient(90deg, #FF9D47 0%, #F38047 100%);
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.norkaster_header__play:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.norkaster_about {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #00042F;
}
.norkaster_about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.norkaster_about__content {
    max-width: 589px;
    width: 100%;
}
.norkaster_about__title {
    color: #FFF;
    font-family: Revalia;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.norkaster_about__text {
    color: #F1F1F1;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}
.norkaster_about__text:last-child {
    margin-bottom: 0;
}
.norkaster_about__images {
    width: 385px;
    height: 400px;
    background: url("../norkaster_img/norkaster-about-background.webp") no-repeat center;
}
.norkaster_game {
    padding: 80px 0;
    background: rgba(0, 4, 47, 0.50);
}
.norkaster_game__title {
    color: #FFF;
    font-family: Revalia;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.norkaster_game__subtitle {
    color: #F1F1F1;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 40px;
}
.norkaster_game__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px;
}
.norkaster_game__item {
    position: relative;
    max-width: 220px;
    width: 100%;
    min-height: 250px;
}
.norkaster_game__link {
    color: #FFF;
    font-family: Revalia;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#FF9D47), to(#F38047));
    background: -o-linear-gradient(left, #FF9D47 0%, #F38047 100%);
    background: linear-gradient(90deg, #FF9D47 0%, #F38047 100%);
    width: 90%;
    position: absolute;
    bottom: 12px; 
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.norkaster_game__link:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}
.norkaster_faq {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #00042F;
}
.norkaster_faq__title {
    color: #FFF;
    font-family: Revalia;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.norkaster_disclaimer {
    padding: 80px 0;
    background: rgba(0, 4, 47, 0.50);
}
.norkaster_disclaimer__title {
    color: #FFF;
    font-family: Revalia;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.norkaster_disclaimer__text {
    color: #FFF;
    font-family: Revalia;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.norkaster_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #00042F;
}
.norkaster_footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
.norkaster_footer__content{
    max-width: 1240px;
    width: 100%;
}
.norkaster_footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
}
.norkaster_footer__link {
    color: #F1F1F1;
    text-align: center;
    font-family: Revalia;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.norkaster_footer__link:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}
.norkaster_footer__sup {
    color: #F1F1F1;
    font-family: Revalia;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}
.norkaster_footer__age {
    width: 43px;
    height: 43px;
    background: url("../norkaster_img/norkaster-footer-icon-age.webp") no-repeat center;
}

.accordion {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
}

.accordion__item {
    margin-bottom: 24px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 157, 71, 0.30)), to(rgba(243, 128, 71, 0.30)));
    background: -o-linear-gradient(left, rgba(255, 157, 71, 0.30) 0%, rgba(243, 128, 71, 0.30) 100%);
    background: linear-gradient(90deg, rgba(255, 157, 71, 0.30) 0%, rgba(243, 128, 71, 0.30) 100%);
    padding: 24px;
}

.norkaster_faq__arrow {
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    background-image: url(../norkaster_img/norkaster-faq-icon-plus.webp);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__arrow_rotated {
    background-image: url(../norkaster_img/norkaster-faq-icon-minus.webp);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__header {
    position: relative;
    color: #FBF9FA;
    font-family: Revalia;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.accordion__header::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion__text {
    max-width: 100%;
    margin-bottom: 0px;
}

.accordion__content {
    color: #CFC9D4;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}


.modal {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 10000;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal__age{
    color: #020012;
    text-align: center;
    font-family: Revalia;
    font-size: 30px;
    font-weight: 500;
    line-height: 100%; 
    text-transform: uppercase;
}

.modal__title {
    color: #FFF;
    text-align: center;
    font-family: Revalia;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.modal__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 24px;
}

.modal__titleadd {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.modal__text {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 10px;
    background: #FFF;
    border-radius: 12px;
    border: 1px solid #FFBB28;
    width: 100%;
    color: #FFBB28;
    font-size: 24px;
    font-weight: 500;
    font-family: Revalia;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 100px;
    font-family: montserrat-bold;
    border: 2px solid #FFF;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__no:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__btn:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 15px;
    border: 1px solid #4484BA;
    width: 100%;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__content {
    position: relative;
    top: 0;
    border-radius: 20px;
    background: #002B51;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px;
    max-width: 610px;
    width: 100%
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: 700
}

.modal__close:focus,
.modal__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}


.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.terms__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content__title,
.info__title {
    color: #000;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 38px; 
    text-transform: uppercase;
    margin-bottom: 24px
}

.info__head,
.terms__subtitle {
    color: #000;
    
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px
}

.terms__list{
    margin-bottom: 20px;
    padding-left: 30px;
}

.info__text,
.terms__text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; 
    margin-bottom: 20px
}

.terms__info{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; 
    margin-bottom: 15px;
}

.desc__top {
    padding-top: 120px;
    padding-bottom: 50px
}

.terms__link{
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.terms__link:hover {
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.mobile{
    display: none;
}

@media (max-width:1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .norkaster_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }


    .mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desctop{
        display: none;
    }

    .norkaster_header__wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px;
    }

    .norkaster_footer__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media (max-width:991px) {

    .norkaster_header__title{
        font-size: 30px;
    }

    .norkaster_header__subtitle{
        font-size: 16px;
    }

    .norkaster_header {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .norkaster_about__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

    .norkaster_about__content{
        max-width: 100%;
    }

    .norkaster_header__nav{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

    .norkaster_header__text{
        text-align: center;
    }
}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .norkaster_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .norkaster_header__icon{
        max-width: 154px;
    }

    .menu{
        top: 76px;
    }

    .norkaster_header__box{
        padding-top: 59px;
    }

    .norkaster_header {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .norkaster_header__play{
        padding: 12px 24px;
    }

    .desc__top {
        padding-top: 120px;
        padding-bottom: 50px
    }

    .modal__content{
        padding: 15px;
    }
    .norkaster_header__play{
        padding: 10px 20px;
        height: 38px;
        font-size: 12px;
        width: 100%;
    }

    .norkaster_header__sup{
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .norkaster_header__title{
        font-size: 18px;
        margin-bottom: 16px;
    }

    .norkaster_header__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .norkaster_header__text{
        font-size: 11px;
    }

    .norkaster_about__images{
        width: 250px;
        background-size: 250px;
        height: 260px;
    }

    body {
        background: url(../norkaster_img/norkaster-body-background-mob.webp) no-repeat center center;
        background-size: cover;
    }

    .norkaster_header__wrap{
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .norkaster_about{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .norkaster_about__title{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .norkaster_about__text{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .norkaster_about__text:last-child{
        margin-bottom: 0;
    }

    .norkaster_game{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .norkaster_game__title{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .norkaster_game__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .norkaster_game__items{
        gap: 16px;
    }
    
    .norkaster_faq__title{
        font-size: 16px;
    }

    .accordion__header{
        font-size: 16px;
    }

    .accordion__content{
        font-size: 14px;
    }

    .accordion__item{
        margin-bottom: 16px;
    }

    .norkaster_disclaimer{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .norkaster_disclaimer__title{
        font-size: 12px;
        margin-bottom: 10px;
    }

    .norkaster_disclaimer__text{
        font-size: 12px;
    }

    .norkaster_footer{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .norkaster_footer__nav{
        margin-bottom: 16px;
    }

    .norkaster_footer__wrap{
        gap: 16px;
    }
}