.refine_your_results
{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: .625rem;
    border-bottom: 1px solid #4cc9e9;
}
.accordion_header
{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    border-color: #4cc9e9;
    position: relative;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    margin-top: 4px;
    line-height: 1.875rem;
}
.accordion_header.active:after
{
    content: 'Zwiń';
    background: url(../../images/arrow-top.png) no-repeat 0 0;
    background-position: 100% 50%;
}
.accordion_header:after
{
    content: 'Zwiń';
    content: 'Rozwiń';
    font-size: 11px;
    font-weight: 400;
    width: 55px;
    text-align: left;
    line-height: 10px;
    display: block;
    position: absolute;
    right: 9px;
    top: 50%;
    height: 9px;
    margin-top: -4px;
    background: url(../../images/select-arrow.png) no-repeat 0 0;
    background-position: 100% 50%;
}
.accordion div+.accordion_header {
    border-top: 1px solid #4cc9e9;
    margin-top: 1.5rem;
    padding-top: .625rem;
}
