* {
    box-sizing: border-box;
    font-family: "Inter", serif;
    color: #fff;
    padding: 0;
    margin: 0;
}

body {
    background: #500043;
}

a {
    text-decoration: none;
    cursor: pointer;
}


.max-width {
    max-width: 1280px;
    width: 100%;
}


.nav a, .menu-wrapper a {
    margin: 0 10px;
    font-size: 20px;
    font-style: italic;
    color: #fff;
    font-weight: 900;
}

.nav a:hover {
    color: #dedede;
}

.nav-mobile {
    display: none;
    cursor: pointer;
}

.menu-wrapper {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 0;
    padding: 10px;
    display: none;
    border-top: 1px solid grey;
}

.menu-wrapper a {
    margin: 10 0;
    color: #000;
}

.opened {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: menu-open 0.5s forwards;
}

.top-header {
    text-align: center;
    background: #fff;
    color: #000;
    padding: .5em 1em;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid grey;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.logo img {
    width: 50px;
}

.menu-wrapper a {
    margin: 5px 0;
}


.popup_wrapper {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000b5;
    z-index: 999;
    display: none;
}

.popup_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    max-width: 450px;
    width: 100%;
    transform: translate(-50%, -50%) scale(1);
    animation: openPopup 0.5s forwards;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    display: flex;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 10px 35px 10px;
    gap: 10px;
}

.popup_content h2 {
    text-align: center;
    font-size: 2em;
}

.popup_content * {
    color: #000;
}

.popup_actions {
    width: 100%;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_actions button {
    padding: 10px 15px;
    border: 1px solid #000;
    width: 100px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 1px 1px black;
    font-size: 2em;
}

.popup_actions button:first-child {
    background: rgb(0, 218, 0);
}

.popup_actions button:last-child {
    background: red;
}

.popup_content h1 {
    text-align: center;
}

.opened-popup {
    display: block;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 1.5em;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 2em;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.preview {
    display: flex;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    background-image: url("../assets/images/preview.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding: 3em 0;
    border-bottom: 1px solid lightgray;
}

.boxe {
    background-image: url("../assets/images/boxe.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.tennis {
    background-image: url("../assets/images/tennis.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right; 
}

.about {
    background-image: url("../assets/images/qwe.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right; 
}

.contacts {
    background-image: url("../assets/images/Contacts.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right; 
}

.football {
    background-image: url("../assets/images/football.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right; 
}

.non-bg {
    background-image: none;
}
.main-link {
    background: yellow;
    width: max-content;
    padding: 1em;
    border-radius: 30px;
    color: #500043;
    font-weight: 800;
    text-transform: uppercase;
}

.main-link:hover {
    background: #fff;
    color: yellow;
    transition: 0.5s;
}

.cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em 0;
    
}

.card {
    display: flex;
    align-items: center;
    padding: 1em;
    height: 120px;
    width: 100%;
    border-radius: 15px;
    background: #000000a9;
    margin: 1em 0;
}

.card_logo {
    width: 15%;
}

.card_logo img {
    width: 100%;
}

.card_bonus {
    width: 35%;
    text-align: center;
}

.card_rate {
    width: 15%;
    text-align: center;
}

.card_link {
    width: 35%;
}

.card_link .main-link {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 900;
}

.info {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1em;
}

.info div {
    width: 50%;
}

.info div img {
    width: 100%;
}

.info-cards {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    margin-top: 3em;
}

.info-cards_item {
    border: 1px solid yellow;
    padding: 1em;
    border-radius: 15px;
    max-width: 900px;
}

.faq {
    margin-top: 3em;
}

.disclaimer {
    padding: 1em 0;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: rgba(0, 0, 255, 0.109);
    margin: 3em 0;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    padding: 2em;
    gap: 2em;
}

.footer_nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1em;
}

.footer_links {
    display: flex;
    flex-direction: column;
}

.footer * {
    color: #000;
}

.footer_brands {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid black;
    padding: 2em 0;
    gap: 1em;
    flex-wrap: wrap;
}

.footer_brands-item {
    width: 200px;
    height: 80px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #500043;
    padding: 1em;
}

.footer_brands-item:first-child {
    margin: 0;
    color: #fff;
    font-size: 2em;
}

.footer_brands-item img {
    width: 100%;
}

.footer_links-head {
    font-weight: 900;
}



@media screen and (max-width: 765px) {
    .nav {
        display: none;
    }

    .nav-mobile {
        display: block;
    }

    .preview {
        background-image: none;
    }

    .card {
        flex-direction: column;
        height: auto;
        gap: 1em;
    }

    .card > div {
        width: auto;
    }

    .card_logo {
        width: 120px;
    }

    .card_bonus {
        padding: 1em 0;
        border-top: 1px solid rgba(255, 255, 0, 0.3);
        border-bottom: 1px solid rgba(255, 255, 0, 0.3);
    }

    .info {
        flex-direction: column;
    }

    .info div {
        width: 100%;
    }

    .footer_nav  {
        flex-direction: column;
    }
}

@keyframes menu-open {
    from {
        top: -100%;
    }

    to {
        top: 60px;
    }
}