@font-face {
    font-family: baloo2;
    src: url("../nagynyero_fonts/nagynyero_baloo2-regular.woff2")
}

@font-face {
    font-family: baloo2-bold;
    src: url("../nagynyero_fonts/nagynyero_baloo2-bold.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: #F0F0F0;
    font-family: baloo2;
}

.body__container {
    max-width: 1240px;
    margin: 0 auto
}

.nagynyero_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
}

.nagynyero_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: 15px;
    padding-bottom: 15px
}

.nagynyero_header__box {
    padding-top: 80px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}


.nagynyero_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}

.nagynyero_header__burger {
    display: none
}

.nagynyero_header__link {
    color: #020012;
    font-family: baloo2-bold;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.nagynyero_header__link:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #E900AF 
}

.nagynyero_header__title {
    color: #FFF;
    text-align: center;
    font-family: baloo2-bold;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.nagynyero_header__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
}

.nagynyero_header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.nagynyero_header__lang {
    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;
    width: 29px;
    height: 24px;
    border-radius: 5000px;
}
.nagynyero_header__lang:nth-child(1){
    background: url("../nagynyero_img/nagynyero-lang-en.webp") no-repeat 3px center;
}
.nagynyero_header__lang:nth-child(2){
    background: url("../nagynyero_img/nagynyero-lang-hu.webp") no-repeat 3px center;
}
.nagynyero_header__age {
    width: 46px;
    height: 46px;
    background: url("../nagynyero_img/nagynyero-header-icon-age.webp") no-repeat center;
}

.nagynyero_header {
    padding-top: 97px;
    padding-bottom: 97px;
    background: url("../nagynyero_img/nagynyero-header-background.webp") no-repeat center;
    background-size: cover;
}

.nagynyero_header__play{
   color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: baloo2-bold;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 69px;
    padding: 12px 24px;
    text-transform: uppercase;
    width: 300px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: #7ED800;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nagynyero_header__play:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}


.nagynyero_info {
    padding-top: 80px;
    padding-bottom: 80px;
}
.nagynyero_info__title {
    color: #020012;
    text-align: center;
    font-family: baloo2-bold;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.nagynyero_info__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: 24px;
}
.nagynyero_info__item {
    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;
    max-width: 292px;
    width: 100%;
    min-height: 173px;
    padding: 16px;
    background: #FFF;
    border-radius: 30px;
    gap: 13px;
}
.nagynyero_info__content{
    width: 100%;
}
.nagynyero_info__head {
    color: #020012;
    font-family: baloo2-bold;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}

.nagynyero_info__item:nth-child(1)::before {
    content: "";
    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;
    width: 100%;
    max-width: 100px;
    height: 100px;
    background: url("../nagynyero_img/nagynyero-information-image-1.webp") no-repeat center;
}

.nagynyero_info__item:nth-child(2)::before {
    content: "";
    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;
    width: 100%;
    max-width: 100px;
    height: 100px;
    background: url("../nagynyero_img/nagynyero-information-image-2.webp") no-repeat center;
}

.nagynyero_info__item:nth-child(3)::before {
    content: "";
    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;
    width: 100%;
    max-width: 100px;
    height: 100px;
    background: url("../nagynyero_img/nagynyero-information-image-3.webp") no-repeat center;
}

.nagynyero_info__item:nth-child(4)::before {
    content: "";
    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;
    width: 100%;
    max-width: 100px;
    height: 100px;
    background: url("../nagynyero_img/nagynyero-information-image-4.webp") no-repeat center;
}




.nagynyero_faq {
    padding-top: 80px;
    padding-bottom: 80px;
}
.nagynyero_faq__title {
    color: #020012;
    font-family: baloo2-bold;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.nagynyero_faq__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.nagynyero_faq__item {
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
}
.nagynyero_faq__head {
    color: #020012;
    font-family: baloo2-bold;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.nagynyero_faq__text {
    color: #020012;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.nagynyero_responsibly {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
.nagynyero_responsibly__wrap {
    max-width: 900px;
    margin: 0 auto;
}
.nagynyero_responsibly__title {
    color: #020012;
    font-family: baloo2-bold;
    font-size: 60px;
    font-weight: 500;
    line-height: 120%; /* 72px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.nagynyero_responsibly__text {
    color: #020012;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}
.nagynyero_responsibly__items {
    padding-left: 30px;
}
.nagynyero_responsibly__info {
    color: #020012;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}
.nagynyero_responsibly__link {
    color: #020012;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    -webkit-text-decoration-line: underline; 
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nagynyero_responsibly__link:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nagynyero_ready {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
.nagynyero_ready__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../nagynyero_img/nagynyero-join-background.webp") no-repeat center left;
    padding-top: 130px;
    padding-bottom: 130px;
}
.nagynyero_ready__content {
    max-width: 600px;
    width: 100%;
}
.nagynyero_ready__title {
    color: #020012;
    font-family: baloo2-bold;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 72px */
    text-transform: uppercase;
    margin-bottom: 30px;
}
.nagynyero_ready__link {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    font-family: baloo2-bold;
    text-transform: uppercase;
    height: 48px;
    font-family: baloo2-bold;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    padding: 12px 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: 100px;
    background: #7ED800;
    width: 300px;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nagynyero_ready__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.header__lang {
    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;
    border: 1px solid #7ED800;
    width: 32px;
    height: 32px;
}

.nagynyero_about {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FFF;
}
.nagynyero_about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../nagynyero_img/nagynyero-what-background.webp") no-repeat center left;
}
.nagynyero_about__content {
    max-width: 600px;
}
.nagynyero_about__title {
    color: #020012;
    font-family: baloo2-bold;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.nagynyero_about__inner {
    margin-bottom: 15px;
}
.nagynyero_about__text {
    color: #020012;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.nagynyero_about__items {
    padding-left: 20px;
}
.nagynyero_about__item {
    color: #020012;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
}

.nagynyero_contact {
    padding-top: 80px;
    padding-bottom: 80px;
}
.nagynyero_contact__wrap {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.nagynyero_contact__title {
    color: #020012;
    text-align: center;
    font-family: baloo2-bold;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.nagynyero_contact__subtitle{
    color: #020012;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
}
.nagynyero_contact__form {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nagynyero_contact__input {
    color: #020012;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border: none;
    height: 46px;
    padding: 14px 20px;
    width: 100%;
    border-radius: 100px;
    background: #FFF;
    margin-bottom: 20px;
}
.nagynyero_contact__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #020012;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border: none;
    height: 46px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 100px;
    background: #FFF;
    margin-bottom: 20px;
    resize: none;
}
.nagynyero_contact__btn {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-family: baloo2-bold;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    padding: 12px 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: 100px;
    background: #7ED800;
    width: 300px;
    border: none;
    cursor: pointer;
    margin-bottom: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.nagynyero_contact__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #FFF;
}
.nagynyero_contact__messages {
    font-size: 20px;
    display: none;
    color: #000;
}

.nagynyero_games {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
.nagynyero_games__title {
    color: #020012;
    font-family: baloo2-bold;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.nagynyero_games__subtitle {
    color: #020012;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 24px;
}
.nagynyero_games__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: 20px;
}
.nagynyero_games__item {
    max-width: 367px;
    width: 100%;
}
.nagynyero_games__img {
    margin-bottom: 10px;
}
.nagynyero_games__name {
    color: #020012;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    line-height: 120%; 
    margin-bottom: 20px;
}
.nagynyero_games__link {
    color: #fff;
    font-family: baloo2-bold;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 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: 100px;
    background: #7ED800;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nagynyero_games__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #FFF;
}

.nagynyero_about {
    padding-top: 80px;
    padding-bottom: 80px;
}
.nagynyero_about__title {
    color: #020012;
    font-family: baloo2-bold;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.nagynyero_about__subtitle {
}

.nagynyero_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}
.nagynyero_footer__logo {
    margin-bottom: 20px;
}
.nagynyero_footer__inner {
    margin-bottom: 20px;
}
.nagynyero_footer__head {
    color: #020012;
    font-family: baloo2-bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.nagynyero_footer__text {
    color: #020012;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; 
}
.nagynyero_footer__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
}
.nagynyero_footer__link {
    color: #020012;
    font-family: baloo2-bold;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.nagynyero_footer__link:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #E900AF;
}
.nagynyero_footer__email {
    color: #020012;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 20px;
}
.nagynyero_footer__sup {
    color: #020012;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.nagynyero_footer__age{
    width: 46px;
    height: 46px;
    background: url(../nagynyero_img/nagynyero-header-icon-age.webp) no-repeat center;
    margin-bottom: 20px;
}

.footer__nav{
    margin-bottom: 20px;
}

.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: baloo2-bold;
    font-size: 30px;
    font-weight: 500;
    line-height: 100%; 
    text-transform: uppercase;
}

.modal__title {
    color: #020012;
    text-align: center;
    font-family: baloo2-bold;
    font-size: 30px;
    font-weight: 500;
    line-height: 100%; 
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal__subtitle{
    color: #020012;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.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: 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;
    background: #FFC107;
    width: 100%;
    color: #020012;
    font-size: 16px;
    font-weight: 500;
    font-family: baloo2-bold;
    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: 30px;
    background: #E7E7E7;
    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: 20px;
    max-width: 420px;
    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: #020012;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 38px; 
    text-transform: uppercase;
    margin-bottom: 24px
}

.info__head,
.terms__subtitle {
    color: #020012;
    
    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: #020012;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; 
    margin-bottom: 20px
}

.terms__info{
    color: #020012;
    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
    }

    .nagynyero_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .nagynyero_header__links {
        display: none
    }

    .nagynyero_header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px
    }

    .nagynyero_header__burger.active_menu .bar:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px
    }

    .nagynyero_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .nagynyero_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
        -ms-transform-origin: 5px;
        transform-origin: 5px
    }

    .nagynyero_header__line {
        height: 2px;
        background-color: #020012;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        background: #FFF;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 76px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desctop{
        display: none;
    }

    .nagynyero_ready__content{
        max-width: 46vw;
    }

    .nagynyero_ready__wrap {
        background: url(../nagynyero_img/nagynyero-join-background.webp) no-repeat center left;
        padding-top: 100px;
        padding-bottom: 100px;
        background-size: 450px
    }

    .nagynyero_header__wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px;
    }

    .nagynyero_ready__title{
        font-size: 40px;
    }

    .nagynyero_about__content{
        max-width: 46vw;
    }

    .nagynyero_about__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        background: url(../nagynyero_img/nagynyero-what-background.webp) no-repeat center left;
        background-size: 450px;
    }

    .nagynyero_about__title{
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .nagynyero_ready__content{
        max-width: 100%;
    }

    .nagynyero_ready__wrap {
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nagynyero_ready__mob{
        max-width: 320px;
        width: 100%;
        min-height: 209px;
        background: url("../nagynyero_img/nagynyero-join-background.webp") no-repeat center;
        background-size: 320px;
        margin-bottom: 30px;
    }

    .nagynyero_ready__content{
        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;
    }

    .nagynyero_responsibly__title{
        font-size: 50px;
    }

     .nagynyero_about__content{
        max-width: 100%;
    }

    .nagynyero_about__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        background: url(../nagynyero_img/nagynyero-what-background.webp) no-repeat center bottom;
        background-size: 320px;
        padding-bottom: 240px;
    }

}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .nagynyero_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .nagynyero_header__icon{
        max-width: 154px;
    }

    .menu{
        top: 76px;
    }

    .nagynyero_header__box{
        padding-top: 70px;
    }

    .nagynyero_header__title{
        font-size: 34px;
        margin-bottom: 20px;
    }

    .nagynyero_header__subtitle{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .nagynyero_info__title{
        font-size: 20px;
        margin-bottom: 24px;
        font-size: 32px;
    }

    .nagynyero_info{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .nagynyero_ready__title{
        font-size: 32px;
        text-align: left;
    }

    .nagynyero_info__item{
        gap: 13px;
    }

    .nagynyero_info__head{
        margin-bottom: 13px;
    }


    .nagynyero_ready{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .nagynyero_ready__link{
        width: 100%;
    }

    .nagynyero_ready__link{
        padding: 12px 42px;
    }

    .nagynyero_ready__mob{
        border-radius: 30px;
    }

    .nagynyero_contact__title{
        font-size: 32px;
        margin-bottom: 20px;
        text-align: left;
    }

    .nagynyero_header {
        padding-top: 60px;
        padding-bottom: 60px;
        background: url(../nagynyero_img/nagynyero-header-background-mob.webp) no-repeat center;
        background-size: cover;
    }

    .nagynyero_info__items{
        gap: 8px;
    }

    .nagynyero_ready__link{
        font-size: 16px;
    }

    .nagynyero_responsibly__title{
        font-size: 30px;
        margin-bottom: 24px;
        text-align: left;
    }

    .nagynyero_contact__subtitle{
        margin-bottom: 20px;
        text-align: left;
        font-size: 16px;
    }

    .nagynyero_contact__input{
        margin-bottom: 10px;
    }

    .nagynyero_contact__btn{
        width: 100%;
    }

    .nagynyero_header__play{
        padding: 12px 24px;
    }

    .nagynyero_faq {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .nagynyero_faq__title{
        text-align: left;
        font-size: 32px;
    }

    .nagynyero_responsibly {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .nagynyero_responsibly__text{
        font-size: 14px;
    }

    .nagynyero_responsibly__info{
        font-size: 14px;
    }

    .nagynyero_responsibly__link{
        font-size: 14px;
    }

    .nagynyero_contact{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .nagynyero_footer__items{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .desc__top {
        padding-top: 120px;
        padding-bottom: 50px
    }

    .nagynyero_games{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .nagynyero_games__title{
        margin-bottom: 20px;
        font-size: 32px;
        text-align: left;
    }

    .nagynyero_games__subtitle{
        font-size: 16px;
        text-align: left;
    }

    .nagynyero_about {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .nagynyero_about__title{
        font-size: 32px;
    }
}