/*------======================|  текст... |======================------*/

div.block-left-content-rules
{
    display: inline-block;
}

div.rules
{
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 16px;
}

div.rules-header-title
{
    display: inline-block;
}

#rules-header-title-text-0
{
    font-size: 18pt;
    margin: 0;
}

#rules-header-title-text-1
{
    font-size: 12px;
    color: rgb(47, 47, 47);
    margin-top: 2px;
}

div.rules-text
{
    display: inline-block;
    width: 100%;
}

p.rules-title
{
    display: inline-block;
    margin: 0;
    font-size: 26px !important;
    line-height: 50px !important;
    width: 100%;
    padding-top: 30px;
}

p.rules-condition
{
    display: inline-block;
    margin: 0;
    width: 98%;
    padding-left: 2%;
    transition: all 0.5s ease-out 0s;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

p.rules-punishment
{
    display: inline-block;
    color: gray;
    margin: 0;
    width: 98%;
    padding-left: 2%;
    transition: all 0.5s ease-out 0s;
}

span.punishment
{
    display: inline-block;
    font-weight: 800;
}

p.rules-condition:hover
{
    background: #e8e8e8;
    transition: all 0.5s ease-out 0s;
}
p.rules-condition:hover + p.rules-punishment
{
    color: #d14233;
    background: #e0e0e0;
    transition: all 0.5s ease-out 0s;

}

p.rules-punishment:hover
{
    color: #d14233;
    background: #e0e0e0;
    transition: all 0.5s ease-out 0s;
}