

/* Start:/local/templates/unileverpro/css/faq.css?17143788042466*/
.faq {
    padding-bottom: 108px;
}
.faq__wrapper {

}
.faq__header {
    margin-bottom: 47px;
}
.faq__list {

}
.faq__item {

}
.faq__item:not(:last-child) {
    margin-bottom: 76px;
}
.faq__item-headline {

    position: relative;
}
.faq__item-icon {
    width: 52px;
    height: 52px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;    

    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: -10px;
    left: -85px;
}
.faq__item-icon::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 8px;
    border-right-width: 8px;
    border-top: 13px solid #26245D;
    transition: .3s;
}
.faq__item-icon._active::before {
    transform: rotate(-180deg);
}
.faq__item-header {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000; 

    padding-bottom: 26px;
    box-sizing: border-box;
    border-bottom: 1px solid #DADADA;       
}
.faq__item-content {
    padding-top: 34px;
    display: none;
}
.faq__item-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
}
@media screen and (max-width: 1440px) {
    .faq__item-icon {
        left: 0;
    }
    .faq__item-headline,
    .faq__item-content {
        padding-left: 104px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1059px) {
    .faq__item-content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 21px;
    }
    .faq__item-header {
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;        
    }
}
@media screen and (max-width: 768px) {
    .faq__item-headline,
    .faq__item-content {
        padding-left: 0;
    }
    .faq__item-header {
        padding-left: 54px;
    }
    .faq__item-icon {
        width: 41px;
        height: 41px;
    }
    .faq__item-icon::before {
        border-left-width: 5px;
        border-right-width: 5px;
        border-top: 9px solid #26245D;
    }
    .faq__item-content {
        padding-top: 24px;
    }
    .faq__item-content p {
        font-weight: 300;
        font-size: 14px;
        line-height: 26px;
    }
    .faq__item-header {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;      
    }
    .faq__item:not(:last-child) {
        margin-bottom: 24px;
    }
}
/* End */
/* /local/templates/unileverpro/css/faq.css?17143788042466 */
