ul,
summary {
    list-style-type: none;
}

summary::marker, summary::-webkit-details-marker {
    color:transparent;
    z-index:-5;
}

details {
    /*
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3 ease;
    */
    height: 3.5rem;
}

details.details-qa-1[open] {
    height: 305px;
}
details.details-qa-2[open] {
    height: 375px;
}
details.details-qa-3[open] {
    height: 405px;
}
details.details-qa-4[open] {
    height: 350px;
}
details.details-qa-5[open] {
    height: 165px;
}

.flat-accordion1.has-btns-arrow .flat-toggle .toggle-details-title::after, .flat-accordion.has-btns-arrow .flat-toggle .toggle-details-title::after {
    display: none;
}

.flat-accordion1.has-btns-arrow .flat-toggle .toggle-details-title::before, .flat-accordion.has-btns-arrow .flat-toggle .toggle-details-title::before {
    position: absolute;
    content: "\e904";
    font-family: "icomoon";
    font-size: 8px;
    color: var(--main);
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1150px) {
    .col-xl-8 .flat-accordion .flat-toggle .toggle-details-title {
        font-size: 18px;
        line-height: 21.6px;
    }
}

.flat-accordion1 .flat-toggle1 .toggle-details-title, .flat-accordion1 .flat-toggle .toggle-details-title, .flat-accordion .flat-toggle1 .toggle-details-title, .flat-accordion .flat-toggle .toggle-details-title {
    background-color: #F5F5F5;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: var(--main);
    padding: 14px 20px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-accordion1.style-default .toggle-details-title, .flat-accordion.style-default .toggle-details-title {
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: var(--main);
    padding: 15px 0px;
    padding-right: 0px;
    padding-right: 15px;
    border-bottom: 1px solid var(--line);
}

.flat-accordion1 .flat-toggle1 .toggle-details-content, .flat-accordion1 .flat-toggle .toggle-details-content, .flat-accordion .flat-toggle1 .toggle-details-content, .flat-accordion .flat-toggle .toggle-details-content {
    /* display: none; */
    padding: 35px;
    border: 1px solid var(--line);
}

.flat-accordion1.style-default .toggle-details-content, .flat-accordion.style-default .toggle-details-content {
    padding: 24px 0 22px;
    border: 0;
}

.flat-accordion1 .flat-toggle1 .toggle-details-title:hover, .flat-accordion1 .flat-toggle .toggle-details-title:hover, .flat-accordion .flat-toggle1 .toggle-details-title:hover, .flat-accordion .flat-toggle .toggle-details-title:hover {
    color: var(--primary);
}

.flat-accordion1.has-btns-arrow .flat-toggle .toggle-details-title.active::before, .flat-accordion.has-btns-arrow .flat-toggle .toggle-details-title.active::before {
    transform: rotate(180deg);
}