
.top-rules-block {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    background: #0E1014;
}

.head {
    overflow: unset;
}

.head {
    min-height: 86px;
    height: 86px;
}

.header-panel {
    margin-top: 25px;
}



.header {
    background: black;
}

p.how-start-p {
    color: #9C9C9C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.5%;
    max-width: 100%;
}

.howstart {
    max-width: 1200px;
    width: 1200px;
    margin-top: 64px!important;
}

section.rules_info {
    color: #979696;
    font-size: 16px;
    font-weight: 600;
    line-height: 146.4%;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

h2.how-start-title.h2-text {
    margin-top: 64px;
}

.how-start-title {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 91.594%;
}

.content-howstart {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 85vh;
    justify-content: center;
}

img.android-ico {
    margin-right: 10px;
}

h4.rules-title {
    color: white;
    font-size: 17px;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
}

a.a-link {
    color: #46b4a2;
}

cn {
    background: rgba(217, 217, 217, 0.16);
    border-radius: 100%;
    width: 30px;
    font-size: 15px;
    height: 30px;
    font-family: Montserrat;
    display: flex;
    line-height: 0px;
    margin-right: 25px;
    align-items: center;
    justify-content: center;
}

p.rules-description {
    white-space: inherit;
    display: none;
    padding: 25px;
    font-size: 17px;
    line-height: 25px;
    color: #525252;
    background: #f4f4f4;
}

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: brightness(0.5); */
    transition: 0.3s;
    filter: grayscale(1);
}

img.select-arrow.active {
    transform: rotate(180deg);
}

.rules-area {
    margin-top: 60px;
}

@media (max-width: 1200px){
    .howstart{
        width: calc(100% - 40px);
    }
}

@media (max-width: 900px){
    .header-panel {
        margin-top: 0px;
    }
}