.header.container {
    min-height: unset;
    height: 124px;
    display: flex;
    overflow: unset;
}

.content {
    background-image: none;
    min-height: 87vh;
    display: flex;
    justify-content: flex-start;
}

h1.rules-h1 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
}

p.rules-p {
    color: #FBFBFB;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    opacity: 0.84;
}

.top-info-block-rules {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 583.112px;
}

.object-rules-a {
    border-radius: 16px;
    background: rgb(14 14 14);
    width: 100%;
    transition: 0.3s;
}

.object-rules-a.active {
    background: #1b111f;
}

.object-rules-a.active {
    background: #1b111f;
}

svg.arrow-rules.active {
    transform: rotate(180deg);
    color: #BF0AFF;
}

.list-rules-a {
    gap: 23px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.top-info-rules {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 48px;
    cursor: pointer;
}

.left-info-rules {
    display: flex;
    align-items: center;
    gap: 34px;
}

h3.rules-h3 {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

svg.arrow-rules {
    transition: 0.3s;
    color: #737373;
}

.content-rules {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-info-rules {
    color: #FBFBFB;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 0px 48px;
    padding-top: 0px;
    padding-bottom: 44px;
}

.content-info-rules {
    display: none;
}