.block-faqs,
section.block-faqs,
section.block-faqs:last-child{
    position: relative;
    padding: 40px 0 100px;
    background-image: linear-gradient(270deg, #6468F2 0%, #4BD1F1 100%);
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
    overflow: hidden;
}
.block-faqs .inner-faqs{
    position: relative;
    z-index: 3;
}
.block-faqs::before{
    content: '';
    background-image: url(./bg_top_faqs.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 2;
    top: -10%;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100vw;
}
.block-faqs::after{
    content: '';
    background-image: url(./bg_faqs.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100vw;
}
.block-faqs .header-faqs{
    position: relative;
    z-index: 2;
}
.block-faqs .header-faqs .title > h1,
.block-faqs .header-faqs .title > h2,
.block-faqs .header-faqs .title > h3,
.block-faqs .header-faqs .title > h4,
.block-faqs .header-faqs .title > h5,
.block-faqs .header-faqs .title > h6,
.block-faqs .header-faqs .title > p{
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 48px;
    text-align: center;
    color: var(--bg);
}
.grid-faqs {
    display: grid;
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    grid-gap: 16px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.grid-faqs details {
    padding: 40px;
    width: 100%;
    position: relative;
    background-color: var(--bg);
    transition: all 0.3s ease-in-out;
    border-radius: 56px;
    box-shadow: 49.94px 49.94px 99.89px 0px rgba(1, 16, 39, 0.16);
    border: 1px solid rgba(227, 227, 227, 0.7);
}
.grid-faqs.grid-faqs-itinerary details{
    margin-bottom: 0;
    box-shadow: none;
    border: 1px solid var(--border);
}
.grid-faqs details:hover {
    opacity: 1;
}
summary.item-faq  {
    user-select: none;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 18px 60px 6px 18px;
    margin-bottom: 0;
}
.grid-faqs-itinerary summary.item-faq .title{
    width: 100%;
}
.grid-faqs-itinerary summary.item-faq .day{
    color: var(--accent);
}
.grid-faqs-itinerary summary.item-faq .title .km{
    text-align: right;
}
details[open]>summary.item-faq{
    margin-bottom: 0;
    text-decoration: none;
}
summary.item-faq:hover .title {
    opacity: 1;
}
summary.item-faq :hover .accordion-icon {
    opacity: 1;
}
.item-faq .title {
    width: 90%;
    transition: all 250ms ease-in-out;
    word-break: break-word;
}
.item-faq .title > p,
.item-faq .title > h1,
.item-faq .title > h2,
.item-faq .title > h3,
.item-faq .title > h4,
.item-faq .title > h5,
.item-faq .title > h6{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
}
.accordion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    right: 40px;
    transition: all 150ms ease-out;
    background: rgba(230, 230, 230, 1);
    border-radius: 50%;
}
.accordion-icon svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease-in-out;
    transform: rotate(0deg);
}
.accordion-content {
    padding: 0;
}
.accordion-content > p,
.accordion-content > h1,
.accordion-content > h2,
.accordion-content > h3,
.accordion-content > h4,
.accordion-content > h5,
.accordion-content > h6 {
    margin-top: 16px;
    margin-bottom: 0;
}
.accordion-content a{
    position: relative;
    color: var(--accent);
    font-weight: 700;
    padding-right: 28px;
    text-decoration: none;
}
.accordion-content a::before{
    position: absolute;
    bottom: -4px;
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--accent);
}
.accordion-content a::after{
    position: absolute;
    content: '';
    right: 0;
    width: 22px;
    height: 22px;
    background-image: url("./ic_link.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.item-faq summary{
    list-style: none;
}
summary.item-faq::-webkit-details-marker {
    display: none;
}
details[open] .accordion-icon svg {
    transform: rotate(45deg);
}
.bottom-faqs{
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: var(--bg);
}
.bottom-faqs .description{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}
.bottom-faqs .buttons{
    display: block;
    max-width: 281px;
    margin-left: auto;
    margin-right: auto;
}
.bottom-faqs .buttons a{
    width: 100%;
    margin-bottom: 12px;
}
/* Responsive */
@media only screen and (max-width: 980px) {
    .block-faqs, section.block-faqs, section.block-faqs:last-child {
        /*background-image: url(./bg_faqs_m.svg), linear-gradient(270deg, #6468F2 0%, #4BD1F1 100%);
        background-position-y: 20vh, 0;*/
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
    }
    .block-faqs .header-faqs .title > h1, .block-faqs .header-faqs .title > h2, .block-faqs .header-faqs .title > h3, .block-faqs .header-faqs .title > h4, .block-faqs .header-faqs .title > h5, .block-faqs .header-faqs .title > h6, .block-faqs .header-faqs .title > p{
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
    }
    .grid-faqs {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        grid-gap: 16px;
    }
    .block-faqs::before {
        background-image: url(./bg_top_faqs_m.svg);
        background-size: cover;
        top: -2px;
    }
}