#rules {
    min-height: 999px;
    margin-top: 1rem;
}

#rules p {
    margin: 0;
}

h1, .h1 {
    font-family: var(--second-family), sans-serif;
    font-weight: 400 !important;
    font-size: 35px !important;
    line-height: 114% !important;
    color: #faf9f9 !important;
    margin-bottom: 20px !important;
}

.rules-item {
    margin: 20px 0 0 0;
    padding: 20px 0 20px 0;
    border-top: 1px solid #2a3345;
}

.rules-item:last-child {
    border-bottom: 1px solid #2a3345;
}

p.title {
    font-family: var(--font-family), sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #faf9f9;
}

p.text {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #e3e3e3;
}

.rules-r-item {
    margin-top: 5rem !important;
}

.r-icon {
    margin-bottom: 20px;
}

.r-title {
    font-family: var(--font-family), sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #faf9f9;
    margin-bottom: 10px !important;
}

.r-text {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #e3e3e3;
}

.hint-block {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #32b5c9;
    border-radius: 10px;
    background: #1c273e;
    padding: 2rem;
    margin: 5rem 0 2rem 0;
}

.hint-text {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #7f8590;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 22px !important;
        line-height: 109% !important;
        margin-bottom: 30px !important;
    }

    .rules-item {

    }

    p.title {
        font-weight: 700;
        font-size: 15px;
        line-height: 133%;
        color: #faf9f9;
        margin-bottom: 20px !important;
    }

    p.text {
        font-weight: 400;
        font-size: 13px;
        line-height: 123%;
        color: #e3e3e3;
    }

    .rules-r-item {
        margin-top: 3rem !important;
    }

    .r-title {
        font-weight: 700;
        font-size: 15px;
        line-height: 133%;
        color: #faf9f9;
    }

    .r-text {
        font-weight: 400;
        font-size: 13px;
        line-height: 123%;
        color: #e3e3e3;
    }

    .hint-block {
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        color: #32b5c9;
    }

    .hint-text {
        font-weight: 400;
        font-size: 13px;
        line-height: 123%;
        text-align: center;
        color: #7f8590;
        margin-top: 1rem;
    }
}
