*:focus {
    outline: none;
}
.sp-seo-faq ul {
	padding: 0;
}
.sp-seo-faq li {
	list-style: none;
}
.faq-question {
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    padding: 20px;
    border-bottom: 1px solid #EBF1F1;
}
.faq-question:hover {
	    box-shadow: 0px 15px 15px #eee;
}
.faq-link {
position: relative;
    cursor: pointer;
    margin: -24px;
    padding: 30px 24px 30px 40px;
    font-size: 20px;
    line-height: 1.5;
    list-style: none;
    font-weight: 400;
    text-transform: uppercase;
}


.faq-link:hover{
    color: #239EBA;
}

.faq-question.active .faq-link{
    color: #239EBA;
}

.faq-question.active .faq-link:after {
    background: url(/catalog/view/theme/default/image/faq-arrow-active.svg) no-repeat 50%;

}


.faq-link:after {
    position: absolute;
    content: "";
    top: 40px;
    left: 8px;
    pointer-events: none;
	width: 18px;
    height: 10px;
    transition: .25s;
    background: url(/catalog/view/theme/default/image/faq-arrow.svg) no-repeat 50%;
}
.faq-text {
font-size: 16px;
    margin-top: 10px;
    color: #343737;
    line-height: 28px;
    padding-left: 16px;
    font-weight: 300;
}
.faq-text ul li:before {
	content: '✓\00a0';
    display: inline-block;
}
.faq-title{
	color: #000;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
	display: none;
}