*:focus {
    outline: none;
}
.sp-seo-faq ul {
	padding: 0;
}
.sp-seo-faq li {
	list-style: none;
}
.faq-question {
	position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-top: 8px;
    background-color: #fff;
	padding: 24px;
}
.faq-question:hover {
    box-shadow: 5px 5px 25px 0 rgb(0 0 0 / 5%);
}
.faq-link {
    position: relative;
    cursor: pointer;
    margin: -24px;
    padding: 24px 50px 24px 24px;
    font-size: 18px;
    line-height: 1.5;
	list-style: none;
}
.faq-link:after {
    position: absolute;
    content: "";
    top: 31px;
    right: 38px;
    pointer-events: none;
    width: 13px;
    height: 12px;
    transition: .25s;
    background: url(/catalog/view/theme/default/image/faq.png) no-repeat 50%;
}
.faq-text {
	font-size: 16px;
	margin-top: 10px;
}
.faq-text ul li:before {
	content: '✓\00a0';
    display: inline-block;
}
.faq-title{
	font-family: var(--font-bold);
    color: var(--main-color-hover);
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 5px solid var(--main-color-hover);
    margin: 40px 0;
    padding-bottom: 20px;
}

@media (max-width: 970px) {
    .faq-title {
        font-size: 20px;
        text-transform: uppercase;
        border-bottom: 3px solid var(--main-color-hover);
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
}