.header-content {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-con {
    margin-bottom: 0px;
}

h1.how-start-title {
    color: #2f2f2f;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: normal;
}

.top-rules-block {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 25px;
}


p.how-start-p {
    color: #979696;
    font-size: 14px;
    font-weight: 500;
    line-height: 176.4%;
}

.howstart {
    margin-top: 27px;
}

section.rules_info {
    color: #979696;
    font-size: 16px;
    font-weight: 600;
    line-height: 146.4%;
    max-width: 915px;
}

.content-howstart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

img.android-ico {
    margin-right: 10px;
}

h4.rules-title {
    color: #525252;
    font-size: 17px;
    padding: 10px;
    border-radius: 10px;
}

p.rules-description {
    white-space: break-spaces;
    color: white;
    display: none;
    padding: 25px;
    font-size: 14px;
    line-height: 25px;
    color: #828282;
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
}

section.rules-block {
    border-radius: 10px;
    /* background: #f19c00; */
    /* box-shadow: 0px 20px 45px 0px rgba(24, 28, 37, 0.15); */
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
}

img.select-arrow {
    filter: invert(1);
    transition: 0.3s;
}

img.select-arrow.active {
    transform: rotate(180deg);
}

a {
    color: #d5d5d5;
    cursor: pointer;
}

a:hover {
    color: #ffffff;
}

.rules-area {
    margin-top: 37px;
}

@media (max-width: 1100px){
    h1.how-start-title {
        font-size: 20px;
    }

    p.how-start-p {
        font-size: 12px;
    }

    h4.rules-title {
        font-size: 14px;
    }

    p.rules-description {
        font-size: 12px;
    }
}