@font-face {
    font-family: Bungee;
    font-style: bold;
    font-weight: 400;
    font-display: swap;
    src: url(../buenosjuegos-fonts/buenosjuegos-bungee-regular.woff2) format("woff2")
}

@font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../buenosjuegos-fonts/buenosjuegos-barlow-semibold.woff2) format("woff2")
}

h1,
h2,
h3,
h4,
p {
    margin: 0
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #19140E;
    color: #fff
}

html,
body {
    overflow-x: hidden
}

ul {
    list-style: none;
    padding: 0
}

.hero-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    max-width: 1240px;
    margin: 0 auto 70px
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.hero-background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-container,
.container,
.buenosjuegos-navbar-container,
.buenosjuegos-container-faq {
    max-width: 1240px;
    margin: 0 auto
}

.about-container {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.buenosjuegos-navbar {
    background: linear-gradient(180deg, #19140E 0%, #3D3121 100%)
}

.buenosjuegos-navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px
}

.buenosjuegos-container-faq {
    padding: 0 24px
}

.buenosjuegos-navbar .container {
    background: #ffffff33;
    padding: 8px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    position: relative;
    max-width: 1340px;
    z-index: 10;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    backdrop-filter: blur(10px)
}

.buenosjuegos-nav {
    display: flex;
    gap: 32px;
    margin: 0;
    align-items: center
}

.buenosjuegos-navbar nav a {
    font-family: Barlow;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: opacity .3s ease;
    color: #ECA100
}

.buenosjuegos-navbar nav a:hover {
    color: #fff;
    font-weight: 600
}

.buenosjuegos-navbar nav a.active {
    color: #fff;
    font-weight: 700
}

.buenosjuegos-navbar .buenosjuegos-logo {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Bungee;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    text-transform: uppercase
}

.buenosjuegos-burger {
    display: none;
    cursor: pointer
}

.buenosjuegos-hero {
    background-size: cover;
    background-position: center;
    padding: 32px 16px 0
}

.buenosjuegos-infohero {
    display: flex;
    padding-left: 24px;
    padding-right: 24px
}

.buenosjuegos-infohero-about {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 24px;
    padding-bottom: 149px
}

.buenosjuegos-hero h1 {
    font-family: Bungee;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    text-transform: uppercase
}

.buenosjuegos-hero p {
    font-family: Barlow;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px
}

.buenosjuegos-hero-about h1 {
    font-family: Playfair Display;
    font-size: 64px;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 120%
}

.buenosjuegos-hero-about p {
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    margin-bottom: 24px
}

.buenosjuegos-descr_block {
    max-width: 608px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 40px 0
}

.buenosjuegos-btn {
    font-family: Bungee;
    font-weight: 600;
    font-style: Bold;
    font-size: 20px;
    background: #ECA100;
    color: #1F1F1F;
    padding: 8px 10px;
    border: none;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity .3s ease;
    text-transform: lowercase
}

.buenosjuegos-btn-signup {
    font-family: Barlow;
    font-weight: 600;
    font-style: Bold;
    font-size: 20px;
    background: #ECA100;
    color: #1F1F1F;
    padding: 8px 48px;
    border: none;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity .3s ease;
    text-align: center;
}

.buenosjuegos-btn-game {
    font-family: Barlow;
    font-weight: 600;
    font-style: Bold;
    font-size: 20px;
    background: #ECA100;
    color: #1F1F1F;
    padding: 8px 48px;
    border: none;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity .3s ease
}

.buenosjuegos-btn-login {
    font-family: Bungee;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 7px 53px;
    border: 2px solid #FFFFFF;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity .3s ease
}

.buenosjuegos-btn:hover {
    opacity: .7
}

.buenosjuegos-about {
    padding: 0 16px
}

.buenosjuegos-about .container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center
}

.buenosjuegos-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 70px
}

.buenosjuegos-p_container-list {
    display: flex;
    gap: 24px;
    margin: 0;
    justify-content: center
}

.buenosjuegos-p_container-img1 {
    background-image: url(../buenosjuegos-img/buenosjuegos-mushroom.png);
    width: 261px;
    height: 250px
}

.buenosjuegos-p_container-img2 {
    background-image: url(../buenosjuegos-img/buenosjuegos-bee.png);
    width: 261px;
    height: 250px
}

.buenosjuegos-p_container-img3 {
    background-image: url(../buenosjuegos-img/buenosjuegos-kotel.png);
    width: 261px;
    height: 250px
}

.buenosjuegos-p_container-list h3 {
    font-family: Bungee;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase
}

.buenosjuegos-p_container-list-item p {
    font-family: Barlow;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-align: center
}

.buenosjuegos-p_container-list-item {
    border-radius: 25px;
    border: 1px solid #584500;
    background-image: url(../buenosjuegos-img/buenosjuegos-back.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 442px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 0 50px
}

.buenosjuegos-p_container-descr {
    max-width: 192px
}

.buenosjuegos-about-us {
    padding: 70px 16px
}

.buenosjuegos-about-info {
    display: flex;
    gap: 48px
}

.buenosjuegos-about-info_img {
    background-image: url(../buenosjuegos-img/buenosjuegos-pharaon.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    aspect-ratio: 545/426;
    border-radius: 30px
}

.buenosjuegos-about-info_img_why {
    background-image: url(../buenosjuegos-img/buenosjuegos-girl.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    aspect-ratio: 545/492;
    border-radius: 30px
}

.buenosjuegos-about-info-descr-container h2,
.buenosjuegos-cards-list-item h2 {
    font-family: Bungee;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 28px
}

.buenosjuegos-cards-list {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    gap: 24px
}

.buenosjuegos-cards-list-item h2 {
    text-align: center
}

.buenosjuegos-cards-list-item p {
    font-family: Barlow;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px
}

.buenosjuegos-cards {
    padding: 40px 20px
}

.buenosjuegos-cards-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    list-style: none;
    padding: 0
}

.buenosjuegos-cards-list-item {
    padding: 0 24px;
    border-radius: 20px;
    min-height: 380px;
    border: 1px solid #584500;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.buenosjuegos-cards-list-item:nth-child(1) {
    background: linear-gradient(rgba(48, 38, 26, .74), rgba(48, 38, 26, .74)), url(../buenosjuegos-img/buenosjuegos-card1.webp);
    background-position: center;
    background-size: cover;
    min-height: 423px
}

.buenosjuegos-cards-list-item:nth-child(2) {
    background: linear-gradient(rgba(48, 38, 26, .74), rgba(48, 38, 26, .74)), url(../buenosjuegos-img/buenosjuegos-card2.webp);
    background-position: center;
    background-size: cover;
    min-height: 423px
}

.buenosjuegos-cards-list-item:nth-child(3) {
    background: linear-gradient(rgba(48, 38, 26, .74), rgba(48, 38, 26, .74)), url(../buenosjuegos-img/buenosjuegos-card3.webp);
    background-position: center;
    background-size: cover;
    min-height: 423px
}

.buenosjuegos-cards-list-item:nth-child(4) {
    background: linear-gradient(rgba(48, 38, 26, .74), rgba(48, 38, 26, .74)), url(../buenosjuegos-img/buenosjuegos-card4.webp);
    background-position: center;
    background-size: cover;
    min-height: 423px
}

.buenosjuegos-list-item-text1,
.buenosjuegos-list-item-text2,
.buenosjuegos-list-item-text3,
.buenosjuegos-list-item-text4 {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 16px
}

.buenosjuegos-cards-list-item h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0
}

.buenosjuegos-cards-list-item p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    opacity: .9
}

@media (max-width:900px) {
    .buenosjuegos-cards-list {
        grid-template-columns: 1fr
    }
}

.buenosjuegos-title-about {
    font-family: Bungee;
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center
}

.buenosjuegos-about-list {
    list-style: disc;
    padding-left: 20px
}

.buenosjuegos-about-list2 {
    margin: 0
}

.buenosjuegos-about-info-descr-container {
    max-width: 603px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between
}

.buenosjuegos-about-info-descr-container p {
    font-family: Barlow;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 22px
}

.buenosjuegos-list_title {
    margin-bottom: 0 !important
}

.buenosjuegos-p_container_list {
    margin-top: 0;
    padding-left: 1em;
    list-style: disc
}

.buenosjuegos-text h2 {
    font-family: Bungee;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase
}

.buenosjuegos-populargames {
    background: linear-gradient(180deg, #19140E 0%, rgba(25, 20, 14, .61) 17.98%, rgba(25, 20, 14, 0) 50.97%, rgba(25, 20, 14, .61) 81.26%, #19140E 100%), url(../buenosjuegos-img/buenosjuegos-egypt.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 16px
}

.buenosjuegos-text-game {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

/* === Чёрный блок для игры === */
.buenosjuegos-game-block {
    position: relative;
    background: #000;
    width: 100%;
    max-width: 836px;
    aspect-ratio: 836 / 602;
    border-radius: 22px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Смотрим тут */

.qeq {
    display: contents;
    position: relative;
    background: #000;
    width: 100%;
    max-width: 836px;
    aspect-ratio: 836 / 602;
    border-radius: 22px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.buenosjuegos-populargames .buenosjuegos-text-game h2 {
    font-family: Bungee;
    font-weight: 400;
    font-style: Regular;
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase
}

.buenosjuegos-p_container-list-game {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0;
    justify-content: center
}

.buenosjuegos-p_container-list-item-game {
    background: #00000047;
    backdrop-filter: blur(15px);
    padding: 20px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.buenosjuegos-star {
    background-image: url(../buenosjuegos-img/buenosjuegos-icons/star.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    margin-right: 4px
}

.buenosjuegos-list-item-game-descr {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.buenosjuegos-list-item-game-descr h3 {
    font-family: Barlow;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center
}

.buenosjuegos-list-item-game-descr p {
    font-family: Barlow;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center
}

.buenosjuegos-rating {
    display: flex;
    align-items: center;
    align-items: flex-end
}

.buenosjuegos-btn-games {
    font-family: Bungee;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #C64C14 0%, #A21914 100%);
    color: #fff;
    padding: 8px 85px;
    border: none;
    text-decoration: none;
    box-shadow: 0 0 4px 0 #52110b inset;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity .3s ease;
    text-align: center
}

.buenosjuegos-btn-games:hover {
    opacity: .7
}

.buenosjuegos-btn-games a {
    color: #fff;
    text-decoration: none
}

.buenosjuegos-faq {
    padding-bottom: 0
}

.buenosjuegos-faq_title {
    font-family: Bungee;
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    line-height: 38px;
    text-align: center
}

.faq-accordion {
    margin-bottom: 60px
}

.accordion-item {
    transition: all .3s ease-in-out
}

.accordion-header {
    background: linear-gradient(180deg, #19140E 0%, #3D3121 100%);
    font-family: Bungee;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 28px;
    border-radius: 25px;
    width: 100%;
    padding: 25px;
    border: 1px solid #584500;
    text-align: left;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.accordion-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ECA100;
    border-bottom: 2px solid #ECA100;
    transform: rotate(45deg);
    transition: transform .3s ease-in-out;
    margin-left: 20px
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out, padding .3s ease-in-out
}

.accordion-content p {
    font-family: Barlow;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding-bottom: 20px;
    color: #fff;
    line-height: 1.6;
    padding: 0 25px 25px
}

.accordion-item.active {
    border-radius: 15px;
    background: linear-gradient(180deg, #19140E 0%, #3D3121 100%);
    margin-bottom: 20px;
    border: 1px solid #584500
}

.accordion-item.active .accordion-header {
    background: transparent;
    border-bottom: none;
    border-radius: 0;
    border: none;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px
}

.accordion-item.active .accordion-icon {
    transform: rotate(-135deg)
}

.accordion-item.active .accordion-content {
    max-height: 200px
}

.buenosjuegos-responsible-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px
}

.buenosjuegos-responsible-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin: 0;
    background: linear-gradient(180deg, #19140E 0%, #3D3121 100%);
    border: 1px solid #584500;
    border-radius: 22px;
    padding: 24px
}

.buenosjuegos-responsible-list h3 {
    font-family: Bungee;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 38px
}

.buenosjuegos-responsible-list p {
    max-width: 1120px;
    margin: 0 auto;
    font-family: Barlow;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center
}

.buenosjuegos-responsible {
    padding-bottom: 70px;
    padding-top: 50px
}

.buenosjuegos-responsible-list img {
    padding-bottom: 10px
}

.buenosjuegos-contacts {
    padding-top: 40px
}

.buenosjuegos-contacts-title {
    font-family: Bungee;
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    padding-bottom: 70px
}

.contact-container {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 0 10px
}

.form-wrapper {
    flex: 2;
    max-width: 65%
}

.image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.image-wrapper img {
    max-width: 100%;
    height: auto
}

.form-wrapper input,
.form-wrapper textarea {
    width: 100%;
    padding: 18px 25px;
    margin-bottom: 20px;
    background-color: #E0E0E0;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box
}

.form-wrapper input::placeholder,
.form-wrapper textarea::placeholder {
    color: #555;
    opacity: 1
}

.form-wrapper textarea {
    resize: none
}

.form-wrapper button {
    width: 100%;
    padding: 18px 25px;
    background-color: #E5A00D;
    color: #1c1c1c;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .3s ease
}

.form-wrapper button:hover {
    background-color: #d4950c
}

@media (max-width:900px) {
    .contact-container {
        flex-direction: column-reverse
    }

    .image-wrapper {
        order: -1;
        max-width: 297px;
        width: 100%;
        margin: 0 auto 30px
    }

    .form-wrapper {
        max-width: 100%
    }
}

footer {
    background: linear-gradient(180deg, #19140E 0%, #3D3121 100%);
    padding: 50px 0
}

.buenosjuegos-footer-grid {
    padding: 0 24px;
    max-width: 1240px;
    margin: 0 auto
}

.buenosjuegos-footer-grid h2 {
    font-family: Bungee;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    margin-bottom: 24px
}

.buenosjuegos-footer-grid p {
    font-family: Barlow;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    margin-bottom: 30px
}

.buenosjuegos-block_1 {
    display: flex;
    gap: 40px
}

.buenosjuegos-footer-list {
    list-style: disc !important;
    padding-left: 15px
}

.buenosjuegos-links-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 16px
}

.buenosjuegos-partners {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 0;
    flex-wrap: wrap
}

.buenosjuegos-coopyright {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-right: 16px;
    padding-left: 16px
}

.buenosjuegos-coopyright a {
    font-family: Barlow;
    font-weight: 400;
    color: #ECA100;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    text-decoration-style: solid
}

.buenosjuegos-coopyright p {
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    line-height: 155%
}

.buenosjuegos-block_1 div {
    width: 50%
}

.buenosjuegos-policy {
    display: flex;
    gap: 56px;
    margin: 0
}

.hover-opacity:hover {
    opacity: .7;
    transition: opacity .3s ease
}

.buenosjuegos-popupauth {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 600px;
    z-index: 8;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    align-items: center;
    justify-content: center
}

.buenosjuegos-popupauth.active {
    opacity: 1;
    visibility: visible
}

.buenosjuegos-popupauth__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.buenosjuegos-popupauth__content {
    position: relative;
    z-index: 2;
    background: #303030;
    border-radius: 20px;
    padding: 30px;
    width: 600px;
    box-sizing: border-box;
    margin: 15px;
    backdrop-filter: blur(10px)
}

.buenosjuegos-popupauth__item {
    display: none
}

.buenosjuegos-popupauth__item.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.buenosjuegos-popupauth_link-forgot {
    font-family: Barlow;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #ffffffcc;
    margin-bottom: 20px
}

.buenosjuegos-popupauth_link-sign-log {
    font-family: Bungee;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #fff
}

.button_sign {
    background: transparent;
    border: none;
    cursor: pointer
}

.buenosjuegos-popupauth-help {
    display: flex;
    gap: 10px;
    justify-content: center
}

.buenosjuegos-popupauth__title {
    font-family: Bungee;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff
}

.buenosjuegos-popupauth__form {
    display: flex;
    flex-direction: column;
    width: 72%
}

.buenosjuegos-popupauth__input {
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    color: #02101B
}

.buenosjuegos-popupauth__button {
    font-family: Bungee;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #C64C14 0%, #A21914 100%);
    color: #fff;
    padding: 8px 90px;
    border: none;
    text-decoration: none;
    box-shadow: 0 0 4px 0 #52110b inset;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity .3s ease;
    margin-bottom: 20px
}

.buenosjuegos-popupauth__button:hover {
    opacity: .8
}

.tx-16 {
    font-family: Bungee;
    font-size: 16px
}

.text-center {
    text-align: center
}

.mb-20 {
    margin-bottom: 20px
}

.w100 {
    background: none;
    color: #fff;
    border: none;
    cursor: pointer
}

.tx-main {
    font-size: 16px;
    color: #fff;
    margin-top: 20px
}

.status {
    font-family: Bungee;
    border-radius: 30px;
    margin-top: 15px;
    padding: 10px;
    background-color: green;
    display: none
}

.form.active .status {
    display: block
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@media(max-width:1064px) {
    .buenosjuegos-p_container-list {
        flex-wrap: wrap
    }
}

@media(max-width:983px) {
    .buenosjuegos-navbar .container {
        margin-bottom: 50px
    }

    .buenosjuegos-hero h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 120%
    }

    .buenosjuegos-hero p {
        font-size: 17px;
        font-style: normal;
        max-width: 702px
    }

    .buenosjuegos-hero-about h1 {
        font-size: 44px;
        font-weight: 700;
        line-height: 120%
    }

    .buenosjuegos-hero-about p {
        font-size: 17px;
        font-style: normal;
        max-width: 702px
    }

    .buenosjuegos-about .container {
        flex-wrap: wrap;
        justify-content: center
    }

    .buenosjuegos-btn-container {
        display: none
    }

    .buenosjuegos-burger {
        display: block;
        background: none;
        padding: 0;
        border: none
    }

    .buenosjuegos-nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 55px;
        right: 0;
        width: 100%;
        background: linear-gradient(180deg, #19140E 0%, #3D3121 100%);
        border-radius: 8px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
        z-index: 1000;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .buenosjuegos-nav a {
        padding: 10px 16px
    }

    .buenosjuegos-nav.active {
        display: flex
    }

    .buenosjuegos-navbar .container {
        padding: 10px 16px
    }

    .buenosjuegos-about-info {
        flex-wrap: wrap
    }
}

@media(max-width:665px) {
    .buenosjuegos-descr_block {
        gap: 10px
    }

    .buenosjuegos-navbar .container {
        margin-bottom: 24px
    }

    .buenosjuegos-infohero {
        display: flex;
        padding-left: 16px
    }

    .buenosjuegos-hero h1 {
        font-size: 24px
    }

    .buenosjuegos-hero p {
        font-size: 18px;
        font-style: normal
    }

    .buenosjuegos-about {
        padding: 32px 16px
    }

    .buenosjuegos-populargames .buenosjuegos-text-game h2 {
        font-size: 24px
    }

    .buenosjuegos-about-info h2 {
        font-size: 24px
    }

    .buenosjuegos-about-info-descr-container p {
        font-size: 14px
    }

    .buenosjuegos-block_1 {
        display: flex;
        flex-direction: column;
        gap: 76px
    }

    .buenosjuegos-block_1 div {
        width: 100%
    }

    .buenosjuegos-partners {
        flex-wrap: wrap;
        gap: 30px
    }

    .buenosjuegos-coopyright {
        flex-direction: column-reverse;
        gap: 30px;
        justify-content: space-between
    }

    .buenosjuegos-policy {
        display: flex;
        justify-content: space-between
    }

    .buenosjuegos-hero-about h1 {
        font-size: 37px
    }

    .buenosjuegos-text h2 {
        font-size: 24px
    }

    .buenosjuegos-p_container-list h3 {
        font-size: 18px
    }

    .buenosjuegos-p_container-list-item p {
        font-size: 14px
    }

    .buenosjuegos-hero-about p {
        font-size: 15px;
        font-style: normal;
        margin-bottom: 24px
    }

    .buenosjuegos-infohero-about {
        padding-bottom: 67px;
        padding-top: 43px
    }

    .buenosjuegos-p_container {
        font-size: 15px
    }

    .buenosjuegos-footer-grid {
        flex-wrap: wrap;
        gap: 20px
    }

    .accordion-header {
        font-size: 15px
    }

    .faq-accordion {
        margin-bottom: 40px
    }

    .buenosjuegos-popupauth__form {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .buenosjuegos-p_container-list-game {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        width: 100%;
        align-items: stretch
    }

    .buenosjuegos-p_container-list-item-game {
        background: #00000047;
        backdrop-filter: blur(15px);
        padding: 12px;
        border-radius: 14px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        flex-basis: calc(50% - 20px);
        flex-grow: 1;
        flex-shrink: 1;
        max-width: 320px;
        box-sizing: border-box;
        justify-content: space-between
    }

    .buenosjuegos-p_container-list-item-game img {
        width: 100%;
        height: auto;
        border-radius: 8px
    }

    .buenosjuegos-star {
        background-image: url(../buenosjuegos-img/buenosjuegos-icons/star.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 22px;
        height: 22px;
        margin-right: 4px
    }

    .buenosjuegos-list-item-game-descr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 8px
    }

    .buenosjuegos-list-item-game-descr h3 {
        font-family: Barlow;
        font-weight: 500;
        font-size: 20px
    }

    .buenosjuegos-list-item-game-descr p {
        font-family: Barlow;
        font-weight: 400;
        font-size: 18px
    }

    .buenosjuegos-rating {
        display: flex;
        align-items: center
    }

    .buenosjuegos-btn-games {
        font-family: Bungee;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        width: 100%;
        padding: 12px 20px;
        text-decoration: none;
        box-sizing: border-box;
        border-radius: 10px;
        cursor: pointer;
        transition: opacity .3s ease;
        text-align: center
    }

    .buenosjuegos-about-info {
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
        border-radius: 16px
    }

    .buenosjuegos-faq_title {
        font-size: 24px
    }

    .hero-container {
        background: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url(../buenosjuegos-img/buenosjuegos-hero-mob.webp);
        background-repeat: no-repeat;
        background-size: cover
    }

    .buenosjuegos-descr_block {
        padding: 50px 0
    }
}

@media(max-width:360px) {
    .buenosjuegos-about-info {
        background-image: url(../buenosjuegos-img/buenosjuegos-about-mob.webp);
        min-height: 790px;
        padding-bottom: 0
    }

    .buenosjuegos-about-info-descr-container p {
        margin-bottom: 10px
    }

    .buenosjuegos-navbar .container {
        margin: 0
    }

    .buenosjuegos-popupauth__content {
        padding: 20px
    }

    .buenosjuegos-descr_block {
        padding: 34px 0
    }

    .buenosjuegos-about-info h2 {
        line-height: 100%;
        margin-bottom: 20px
    }

    .buenosjuegos-navbar .buenosjuegos-logo {
        font-size: 14px
    }
}

.policy-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: Barlow;
}

.policy-section {
    margin-bottom: 45px
}

.policy-section h2 {
    font-family: 'Bungee', sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400
}

.policy-section ul {
    list-style: disc;
    padding-left: 20px
}

.policy-section li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6
}

@media (max-width:768px) {
    .policy-section h2 {
        font-size: 16px
    }
}