.default-post{
    margin-top: clamp(20px, 4.762vw - 8.571px, 60px);
}
.page-inpage{
    margin-top: clamp(26px, 2.941vw + 8.353px, 46px);
}
.default-post .schema-faq{
    counter-reset: section;
}
.default-post .schema-faq .schema-faq-section{
    counter-increment: section;
    margin: 12px 0 0;
    background: #fff;
    border-radius: 4px;
    transition: background 0.4s;
    overflow: hidden;
}
.default-post .schema-faq .schema-faq-section:first-child{
     margin: 0;
}
.default-post .schema-faq .schema-faq-question{
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(8px, 1.029vw + 1.824px, 15px);
    padding: clamp(14px, 2.353vw - 0.118px, 30px) 74px clamp(14px, 2.353vw - 0.118px, 30px) clamp(14px, 2.353vw - 0.118px, 30px);
    position: relative;
    font-size: clamp(16px, 0.588vw + 12.471px, 20px);
    line-height: 1.25em;
    color: #333;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.4s;
}
.default-post .schema-faq .schema-faq-question::after{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: clamp(14px, 2.353vw - 0.118px, 30px);
    top: 0;
    width: auto;
    height: 100%;
    font-size: 34px;
    font-weight: 400;
    z-index: 10;
    content: '+';
    transform-origin: 50% 50%;
    transition: all 0.4s;
}
.default-post .schema-faq .schema-faq-answer{
    margin: 0;
    display: none;
    padding: clamp(16px, 2.857vw - 1.143px, 40px) clamp(28px, 3.810vw + 5.143px, 60px);
    font-size: 18px;
    line-height: 1.5em;
    color: #333;
}
.default-post .schema-faq .schema-faq-section.current{
    box-shadow: 0 0 15px 3px rgba(0,0,0,0.05);
}
.default-post .schema-faq .current .schema-faq-question{
    color: #fff;
    background: rgba(1,123,229,0.8);
}
.default-post .schema-faq .current .schema-faq-question::after{
    transform: rotate(45deg);
    color: #fff;
}
.default-post .schema-faq .current .schema-faq-answer{
    display: block;
}
@media screen and (max-width: 1280px) {
    .default-post .schema-faq .schema-faq-answer{
        font-size: 16px;
    }
}
@media screen and (max-width: 810px) {
    .default-post .schema-faq .schema-faq-question::after{
        font-size: 28px;
    }
}
@media screen and (max-width: 600px) {
    .default-post .schema-faq .schema-faq-question{
        font-size: 15px;
    }
    .default-post .schema-faq .schema-faq-answer{
        font-size: 14px;
    }
}