/* ====================== FAQ page ====================== */

.faq {
    width: 100%;
    padding: 100px 0;
    background-color: #0d5d9bee;
}

.page-template-page-faq .site-footer {
    margin-top: 40px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 62px;
    padding-top: 69px;
    padding-bottom: 69px;
    border-radius: 60px;
    background-color: #ffffff;
}

.faq-header {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-left: 30px;
    margin-right: 30px;
}

.faq-header__title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #1b2024;
}

.faq-header__description {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #000000;
}

.faq-header__searchbox {
    position: relative;
}

.faq-header__search__input {
    width: 100% !important;
    margin-bottom: 8px !important;
    padding: 15px 70px 15px 33px !important;
    border-radius: 60px !important;
    font-weight: 500 !important;
    line-height: 180% !important;
}

.faq-header__search__icon {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 30px;
    top: 18px;
}

.faq-header__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 0;
    list-style: none;
}

.faq-header__link {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 175%;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
}

.faq-header__link,
.faq-header__link:visited{
    color: #000;
}

.faq-header__link.active,
.faq-header__link:hover {
    color: #0d5d9b;
}



@media (min-width: 768px) {
    .faq {
        padding: 205px 0 526px;
    }

    .faq-container {
        gap: 55px;
        /* margin-left: 48px; */
        /* margin-right: 48px; */
        padding: 64px 116px calc(128px - 16px);
        border-radius: 140px;

        max-width: 1344px;
        margin-left: auto;
        margin-right: auto;
    }

    .faq-header {
        max-width: 882px;
        width: 100%;
        gap: 16px;
        margin: auto;
    }

    .faq-header__title {
        width: 100%;
        font-weight: 700;
        font-size: 48px;
        letter-spacing: -0.01em;
    }

    .faq-header__description {
        opacity: 0.75;
    }

    .faq-header__links {
        gap: 32px;
    }

    .faq-header__link {
        font-size: 18px;
        line-height: 150%;
    }

    
}





.col--search-message{
    text-align: center;
    margin-bottom: 32px;
    margin-top: 13px;
}
.col--search-message h3{
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 600;
}

.col--pagination{

}
.col--pagination .col__wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 60px;
    position: relative;
}
.col--pagination .page-numbers{
    width: 12px;
    margin-left: 6px;
    margin-right: 6px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    background: transparent;
    border-radius: 100%;
    color: #000;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
    text-decoration: none;
    outline: 0 !important;
}
.col--pagination .page-numbers:not(.current):hover{
    /* text-decoration: underline; */
}
.col--pagination .page-numbers.current{
    width: 24px;
    background: #2457B8;
    margin-left: 3px;
    margin-right: 3px;
    color: #FFF;
}

.col--pagination .page-numbers.next,
.col--pagination .page-numbers.prev{
    height: auto;
    width: auto;
    position: absolute;
}
.col--pagination .page-numbers.next i,
.col--pagination .page-numbers.prev i{
    font-size: 0.875rem;
    margin-top: 2px;
}
.col--pagination .page-numbers.next{
    right: 0;
    left: auto;
}
.col--pagination .page-numbers.next i{
    margin-left: 10px;
}
.col--pagination .page-numbers.prev{
    left: 0;
    right: auto;
}
.col--pagination .page-numbers.prev i{
    margin-right: 10px;
}


.col--not-found{
    text-align: center;
}

.col--not-found img{
    padding: 7px;
    margin-bottom: 32px;
}
.col--not-found h3{
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 17px;
}
.col--not-found p{
    font-size: 1.25rem;
    line-height: 1.4;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.col--not-found p a {
    color: #0d5d9b;
}

.col--not-found p a:hover {
    text-decoration: none;
}
.col--not-found ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.col--not-found ul li {
    margin: 8px;
}
.col--not-found ul li a, .col--not-found ul li button{
    font-size: 1.25rem;
    text-decoration: none;
    color: #0D5D9B;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: inline-block;
    cursor: pointer;
}

.col--not-found .container-fluid{
    width: calc(100vw);
    max-width: 1344px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.col--not-found .container-fluid .row{
    margin: 0 -24px;
}
.col--not-found .container-fluid .col{
    padding: 0 24px;
}

.row--posts > div{
    opacity: 1;
    transition: opacity .3s .4s ease;
}
.row--posts.js--container-loading > div{
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.row--posts.js--container-loading{
    position: relative;
}
.row--posts::before{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    background-image: url(../../img/loader.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s .1s ease, visibility .0s .3s ease;
}
.row--posts.js--container-loading::before{
    opacity: 1;
    visibility: visible;
    transition: opacity .2s .1s ease, visibility .0s .1s ease;
}


.row--posts.js--container-loading > div:nth-child(1){
    transition: opacity .3s .0s ease;
}
.row--posts.js--container-loading > div:nth-child(2){
    transition: opacity .3s .075s ease;
}
.row--posts.js--container-loading > div:nth-child(3){
    transition: opacity .3s .150s ease;
}
.row--posts.js--container-loading > div:nth-child(4){
    transition: opacity .3s .225s ease;
}
.row--posts.js--container-loading > div:nth-child(5){
    transition: opacity .3s .3s ease;
}
.row--posts.js--container-loading > div:nth-child(6){
    transition: opacity .3s .375s ease;
}
.row--posts.js--container-loading > div:nth-child(7){
    transition: opacity .3s .450s ease;
}

@media (min-width: 992px) {
    .faqs-suggestions ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .faqs-suggestions ul li:nth-child(odd) {
        text-align: right;
    }

    .faqs-suggestions ul li:nth-child(even) {
        text-align: left;
    }
    
    .faqs-suggestions ul li button {
        text-align: inherit;
    }
}