* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

ul, ol {
    list-style-type: none;
}

a {
    display: inline-block;
}

body {
    font-family: "Montserrat", sans-serif;
    background: #ffffff;
    color: #3E3E4A;
    font-size: 16px;
    line-height: 1.6;
}

/* HERO */

.j6de-hero {
    padding: 40px 0 40px;
}

.j6de-hero h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
}

.j6de-hero__text + .j6de-hero__text{
    margin-top: 10px;
}

/* betting */

.j6de-betting-list {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    width: 100%;
    margin: 40px auto 0;
}

.j6de-betting-card {
    position: relative;
    padding: 24px 14px 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(62, 62, 74, 0.2);
}

.j6de-betting-card:nth-child(1) {
    border-top: 1px solid rgba(62, 62, 74, 0.2);
}

.j6de-betting-card:nth-child(1) .j6de-betting-likes .likes::before {
    content: '578';
}

.j6de-betting-card:nth-child(2) .j6de-betting-likes .likes::before {
    content: '214';
}

.j6de-betting-card__left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.j6de-betting-number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.j6de-betting-logo {
    max-width: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.j6de-betting-box {
    margin-left: 20px;
}

.j6de-betting-box ul {
    list-style-type: none;
    margin-bottom: 10px;
}

.j6de-betting-box ul li {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.j6de-betting-box ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3E3E4A;
}

.j6de-betting-card__right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.j6de-link {
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    padding: 2px;
    color: #0068FF;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: .2s;
}

.j6de-link:hover {
    border-color: #0068FF;
}

.j6de-betting-likes {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.j6de-betting-likes img {
    width: 16px;
}

.j6de-rating {
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #0068FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #0068FF;
}

.j6de-btn {
    background: linear-gradient(0deg, #0068FF 1.54%, #00FEFE 94.45%);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    transition: .2s;
}

.j6de-btn:hover {
    box-shadow: 0px 1px 7px 0px rgb(0 104 255 / 80%);
}

/* ARTICLES */

.j6de-articles {
    padding: 40px 0;
    text-align: center;
}

.j6de-articles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
    list-style-type: none;
}

.j6de-article-pic {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.j6de-article-pic img {
    width: 100%;
}

.j6de-article-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.j6de-article-link {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 2px;
    color: #0068FF;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: .2s;
}

.j6de-article-link:hover {
    border-color: #0068FF;
}

.j6de-article-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* STRATEGY */

.j6de-strategy {
    padding: 40px 0;
}

.j6de-strategy h2 {
    text-align: center;
    margin-bottom: 20px;
}

.j6de-strategy p + p {
    margin-top: 10px;
}

/* Brands */

.j6de-brands {
    background: #3E3E4A;
    padding: 24px 0;
}

.j6de-brands-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
}

/* Page Articles */

.j6de-articles-box {
    padding: 40px 0 60px;
}

.j6de-articles-box h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
}

.j6de-articles-box .j6de-article-pic {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 20px;
}

/* Info */

.j6de-info-box {
    padding: 40px 0 60px;
}

.j6de-info-box h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.j6de-info-box h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 14px;
}

.j6de-info-box p {
    margin-bottom: 10px;
}

.j6de-info-box ul {
    padding-left: 20px;
    list-style-type: disc;
}

.j6de-info-box li {
    margin-bottom: 10px;
}

.j6de-info-box strong {
    font-weight: 700;
    color: #0068FF;
}

/* betting */

.j6de-betting-block {
    padding: 100px 0;
}

.j6de-betting-block h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
}

.j6de-betting-block .j6de-article-pic {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}

/* disclaimer */

.j6de-disclaimer-box {
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #00FEFE;
    padding: 24px 20px;
    border-radius: 10px;
    background: #E4F4FF;
}

.j6de-disclaimer-box p + p {
    margin-top: 4px;
}

/* MOBILE */

@media (max-width:768px) {

    .j6de-hero h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .j6de-nav {
        position: absolute;
        top: 66px;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 20px;
        display: none;
        box-shadow: 0px 4px 7px 0px rgb(0 104 255 / 40%);
    }

    .j6de-nav.active {
        display: flex;
    }

    .j6de-burger {
        display: flex;
    }

    .j6de-betting-card {
        flex-direction: column;
        gap: 20px;
        padding: 24px 4px 24px 4px;
    }

    .j6de-betting-card__left {
        flex-direction: column;
    }

    .j6de-betting-card__right {
        gap: 12px;
    }

    .j6de-link {
        font-size: 10px;
        line-height: 14px;
        text-align: center;
    }

    .j6de-btn {
        font-size: 12px;
        line-height: 16px;
    }

    .j6de-betting-number {
        top: 20px;
        transform: none;
    }

    .j6de-rating {
        min-width: 50px;
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .j6de-articles-grid {
        grid-template-columns: 1fr;
    }

    .j6de-articles-box h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .j6de-info-box h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .j6de-betting-block {
        padding: 40px 0 60px;
    }

}