.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_num-new {
    font-family: Wix Madefor Display;
    font-size: 22px;
    font-weight: 500;
    line-height: 27.72px;
    text-align: left;
    color: #093EB4;
}
.toggled-list_section .section_name {
    font-weight: 500;
    color: #23426C;
}
.toggled-list_section .section_name-new {
    font-family: Wix Madefor Display;
    font-size: 22px;
    font-weight: 500;
    line-height: 27.72px;
    text-align: left;
}
.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-new {
    transform: rotate(45deg);
}

.toggled-list_section .section_toggle-new {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #F4F4F4;
}
.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;
}

.toggled-list_section .i-program-plus-new-faq {
    color: #3079D2;
    width: 20px;
    height: 20px;
}

.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;
    cursor: pointer;
}
.toggled-list_element-header.d-flex {
    flex-direction: column;
    row-gap: 30px;
}
.faq-modal_container{
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.bordered-block {
    border-radius: 15px;
    padding: 20px;
    background: #F4F4F4;
    display: flex;
    flex-wrap: nowrap;
}
.bordered-block_header {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #3079D2;
}
.faq-modal_title {
    font-family: Wix Madefor Display;
    font-size: 22px;
    font-weight: 500;
    line-height: 27.72px;
    text-align: left;
    color: #093EB4;    
}
.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;
}

 .icon-modal-faq{
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
}
.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%;
    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-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;  
    text-decoration: underline;
}
.grid-4-1 {
    grid-template-columns: repeat(4, minmax(280px, 1fr));
}
.toggled-list_section .section_num-new {
    font-family: Wix Madefor Display;
    font-size: 22px;
    font-weight: 500;
    line-height: 27.72px;
    text-align: left;
    color: #093EB4;
}
.corporate-full-container {
    width: 950px !important;
    height: max-content;
    border-radius: 20px;
}
.toggled-list_section .section_name-new {
    font-family: Wix Madefor Display;
    font-size: 22px;
    font-weight: 500;
    line-height: 27.72px;
    text-align: left;
}
.toggled-list_section .section_header.is-active .section_toggle-new {
    transform: rotate(45deg);
}

 .toggled-list_section .section_toggle-new {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #F4F4F4;
}
.title-faq-page{
    font-family: Wix Madefor Display;
    font-size: 48px;
    font-weight: 500;
    line-height: 60.48px;
    text-align: left;
}
 .toggled-list_section .i-program-plus-new-faq {
    color: #3079D2;
    width: 20px;
    height: 20px;
}
@media (max-width: 980px) {
    .toggled-list_elements-faq{
        grid-template-columns: repeat(2, minmax(100px, 1fr))  !important;
    }
    .toggled-list_section .section_name-new {
        font-size: 16px;
        line-height: 20.72px;
    }
    .toggled-list_section .section_num-new{
        font-size: 16px;
        line-height: 20.72px;
    }
    .toggled-list_section .section_toggle-new {
        width: 30px;
        height: 30px;
    }
    .toggled-list_section .i-program-plus-new-faq {
        width: 17px;
        height: 17px;
    }
    .title-faq-page {
        font-size: 24px;
        line-height: 30.48px;
    }
    .text-faq {
        padding: 0px;
    }
    .toggled-list_element-header.d-flex {
        flex-direction: column;
        row-gap: 5px;
    }
    .bordered-block{
        padding: 15px;
        height: max-content;
        min-height: 155px;
    }
    .bordered-block_header {
        font-size: 28px;
    }
    .grid-4-1 {
        grid-template-columns: repeat(3, minmax(280px, 1fr));
    }
    .faq-modal_title {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.4;
        color: #23426C;
    }

}
@media (max-width: 767px) {
        .bordered-block_header {
        font-size: 20px;
    }
    .grid-4-1 {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }

}
@media (max-width: 479px) {

    .grid-4-1 {
        grid-template-columns: repeat(1, minmax(200px, 1fr));
    }
    .faq-modal_container {
        width: 90%;
    }
}