.rules-promo * {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    text-align: start;
    line-height: 1.2 !important;
    white-space: normal;
    
    list-style-type: none;
    border: initial;
    border-radius: initial;
    outline: initial;
    color: initial;
    background-color: initial;
    box-shadow: initial;
    
    cursor: initial;
    appearance: initial;
}

input:focus, textarea:focus {
    outline: 0;
}

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
    position: initial;
    padding-left: initial;
    cursor: initial;
    line-height: initial;
    display: initial;
}

[type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before {
    display: inline;
    position: static;
    left: initial;
    top: initial;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: none;
}

.rules-promo {
    width: 80%;
    margin: 30px auto;
    padding: 25px 50px;

    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
}

.rules-promo__title {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.rules-promo__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 33px;
}

.rules-promo__item-title {
    font-size: 17px;
    font-weight: 800;
}

.rules-promo strong {
    font-weight: 800;
}

.rules-promo a{
    cursor: pointer;
}

.rules-promo__link_social {
    color: blue;
    text-decoration: underline;
}

.rules-promo__link_bold {
    font-weight: 800;
}

.rules-promo__details {
    margin-top: 30px;
}



@media(max-width: 1024px) {
    .rules-promo * {
        font-size: 15px;
    }
}

@media(max-width: 1024px) {
    .rules-promo {
        width: 98%;
        padding: 25px 15px;
        margin: -29px auto 0;
    }   
}

@media(max-width: 1024px) {
    .rules-promo__title {
        font-size: 26px;
    }   
}

@media(max-width: 1024px) {
    .rules-promo__list {
        margin-top: 18px;
    }   
}
