@import url('../../../css2');

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #021029;
    color: #ffffff;
}

main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0a2a47;
    padding: 20px;
}

.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    margin: 0 10px;
    list-style: none;
}

.menu a {
    color: #b3d4fc;
    text-shadow: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-out;
}

.menu a:hover {
    color: #2b90fe;
}

.button {
    background-color: #ffffff;
    color: #013a63; 
    padding: 15px 30px;
    font-size: 1em;
    border: none;
    border-radius: 20px; 
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}

.button:hover {
    background-color: #ebebeb;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transform: translateY(-2px); 
}

.button-accent {
    -webkit-touch-callout: none;
    align-items: center;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(180deg, #41c6ff, #1a64fc), linear-gradient(180deg, #79cdfd, #1a64fc);
    box-shadow: 0 5px 6px 0 #11141b1f, 0 0 36.54px 0 #3a7cffab;
    background-origin: border-box;
    border: 3px solid #0000;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 300;
    height: 47px;
    justify-content: center;
    position: relative;
    transition: border .3s ease;
    user-select: none;
    text-decoration: none;
    padding: 0 50px;
}

.button-accent span {
    z-index: 8;
    text-transform: uppercase;
    font-weight: 700;
}

.button-accent:after {
    background-image: linear-gradient(180deg, #3ec2fa, #195fee);
    border-radius: 50px;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .1s ease-out;
    width: 100%;
}

.button-accent:hover::after {
    opacity: 1;
}

.banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('img/vodka-bg.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    width: 100%;
}

.banner h1 {
    font-size: 4.7rem;
    margin-bottom: 0.5em;
    text-shadow: 0 6.189px 8.252px #172e504d;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}

.banner p {
    font-size: 1.5em;
}

article {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-article {
    width: 100%;
    max-width: 1200px;
}

.main-article a {
    color: #2b90fe;
    text-decoration: none;
    transition: .1s ease-out;
}

.main-article a:hover {
    color: #195fee;
    transition: .1s ease-out;
}

.featured-posts {
    width: 100%;
    max-width: 1200px;
    display: flex;
}

.offers {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.offer-card {
    background-color: #013a63;
    border-radius: 10px;
    padding: 20px;
    width: 300px; 
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s ease;
}

.offer-card:hover {
    transform: scale(1.05);
}

.offer-card img {
    width: 100%; 
    height: auto;
    border-radius: 10px;
}

.offer-card h3 {
    color: #ffeb3b; 
}

.offer-card p {
    color: #ffffff;
}

footer {
    background-color: #0a2a47; 
    color: #ffffff;
    padding: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .offers {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1224px) {
    .main-article {
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .banner h1 {
        font-size: 3.5rem; 
    }

    .banner p {
        font-size: 1.2em;
    }

    .menu li {
        margin: 0 5px; 
    }

    .menu a {
        font-size: 1rem;
    }

    .main-article {
        padding: 20px;
    }

    .button, .button-accent {
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    header {
        flex-direction: column; 
    }

    .menu {
        flex-direction: column;
        align-items: center; 
    }

    .menu li {
        margin: 5px 0;
    }

    .main-article {
        padding: 20px;
    }

    .offers {
        flex-direction: column;
        align-items: center;
    }

    .offer-card {
        width: 80%; 
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .banner h1 {
        font-size: 2.5rem;
    }

    .banner {
        padding: 30px 20px;
    }

    .main-article {
        padding: 20px;
    }

    .button, .button-accent {
        width: 100%;
        margin: 10px 0;
        padding: 10px 0; 
    }
}

.tournament-table {
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    flex: 1;
    border-collapse: separate;
    text-align: center;
    background-color: #013a63;
}

.tournament-table td,
.tournament-table th {
    border-radius: 6px;
    border: 2px solid #262634;
    padding: .5em 0;
}

@media (max-width: 768px) {
    .tournament-table td:nth-of-type(4),
    .tournament-table th:nth-of-type(4) {
        display: none;
    }
}

.tournament-table td:first-of-type,
.tournament-table th {
    background: linear-gradient(180deg, #424242 0%, #333 100%), #000;
}

.tournament-table td {
    background: #5e5e5e;
}

.tournament-adaptive-table {
    display: table;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    flex: 1;
    border-collapse: separate;
    text-align: center;
}

.tournament-adaptive-table .thead {
    display: table-header-group;
}

.tournament-adaptive-table .tbody {
    display: table-row-group;
}

.tournament-adaptive-table .tr {
    display: table-row;
}

.tournament-adaptive-table .td,
.tournament-adaptive-table .th {
    display: table-cell;
    border-radius: 6px;
    border: 2px solid #262634;
    padding: .5em 0;
}

.tournament-adaptive-table .td:first-of-type,
.tournament-adaptive-table .th {
    background: linear-gradient(180deg, #424242 0%, #333 100%), #000;
}

.tournament-adaptive-table .td {
    background: #5e5e5e;
}

@media (max-width: 768px) {
    .tournament-adaptive-table {
        display: flex;
    }

    .t
