.toggled-list {
    margin: 20px 0;
}
.toggled-list_section {
    padding: 20px 0;
}
.toggled-list_section + .toggled-list_section {
    border-top: 2px solid #d3d3d3;
}
.toggled-list_section.d-flex {
    flex-direction: column;
}
.toggled-list_section .section_header {
    font-size: 28px;
    line-height: 1.2;
    cursor: pointer;
}
.toggled-list_section .section_header .d-flex{
    flex-wrap: nowrap;
    row-gap: 20px;
    column-gap: 20px;
}
.toggled-list_section .section_num {
    font-weight: 700;
    color: #FF672D;
    min-width: 40px;
}
.toggled-list_section .section_name {
    font-weight: 500;
    color: #23426C;
}
.toggled-list_section .section_toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff672d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.toggled-list_section .section_header.is-active .section_toggle {
    transform: rotate(45deg);
}
.toggled-list_section .i-program-plus {
    color: #fff;
    width: 23px;
    height: 23px;
}
.toggled-list_elements {
    margin-top: 30px;
}
.toggled-list_element-header {
    height: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #23426C;
    height: 140px;
    cursor: pointer;
}
.toggled-list_element-header.d-flex {
    flex-direction: column;
    /* row-gap: 30px; */
}
.faq-modal_container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    /*width: 440px;*/
    max-width: calc(100% - var(--unit)*2);
    min-width: 280px;
    background: #fff;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    opacity: 0;
}
.modal-window--center.modal-window--active .faq-modal_container {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-modal_head {
    margin-bottom: 15px;
}
.faq-modal_head.d-flex {
    flex-wrap: nowrap;
    row-gap: 20px;
    column-gap: 20px;
}
.faq-modal_title {
    font-family: Wix Madefor Display;
    font-family: Wix Madefor Display;
    font-size: 22px;
    font-weight: 500;
    line-height: 27.72px;
    text-align: left;
    color: #093EB4;    
}

.faq-modal_content {
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;    
}
.faq-modal_content a {
    color: #093EB4;  
    color: #093EB4;  
    text-decoration: underline;
}

.terms_faq .grid-4-1 {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
}
.text-faq  {
    font-family: Wix Madefor Display;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 20px 0px 20px;
    line-height: 17.64px;
    text-align: left;
    color: black;
}
.text-faq b  {
    font-family: Wix Madefor Display;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    text-align: left;
    color: black;
}
@media (max-width: 980px) {
    .terms_faq .grid-4-1 {
        grid-template-columns: repeat(3, minmax(220px, 1fr));
    }
}
@media (max-width: 767px) {
    .terms_faq .grid-4-1 {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }
}










