

/* Start:/local/templates/teboil/css/faq.css?17841885095962*/
.faq {
    width: 100%;
    height: 100%;
    padding: 50px 0;
    font-family: "Montserrat";
}

.faq-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
}

.faq-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.faq-search__wrapper {
    align-items: center;
    border-bottom: 2px solid #9aa1ad;
    display: flex;
    padding: 12px 6px 12px 12px;
    position: relative;
    transition: border-color 0.2s;
}

.faq-search__count {
    font-weight: 400;
    font-size: 18px;
    color: #070707;
}


.faq-search__wrapper:focus-within {
    border-color: #004798;
}

.faq-search__icon {
    color: #9aa1ad;
    left: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.2s;
}

.faq-search__input {
    padding-left: 32px;
    transition: padding-left 0.2s;
}

.faq-search__clear {
    margin-left: 12px;
}

.faq-search__input:not(:placeholder-shown) {
    padding-left: 0;
}

.faq-search__input:not(:placeholder-shown) ~ .faq-search__icon {
    opacity: 0;
    pointer-events: none;
}

.faq-search__input {
    background: transparent;
    border: 0;
    color: #000000;
    flex: 1;
    font-size: 16px;
    line-height: 1.4;
    outline: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
}

.faq-search__input::placeholder {
    color: #9aa1ad;
}

.faq-search__clear {
    align-items: center;
    background: transparent;
    border: 0;
    color: #9aa1ad;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 24px;
    justify-content: center;
    padding: 0;
    transition: color 0.2s;
    width: 24px;
}

.faq-search__clear:hover {
    color: #000000;
}


.faq-section__trigger {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 32px 5px;
    width: 100%;
}

.faq-section__title {
    margin-right: 16px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 28px;
    color: #000000;
}

.faq-section__icon {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 20px;
    justify-content: center;
    position: relative;
    width: 20px;
}

.faq-section__icon::before,
.faq-section__icon::after {
    background: #9aa1ad;
    border-radius: 1px;
    content: '';
    display: block;
    position: absolute;
    transition: transform 0.25s ease;
}

.faq-section__icon::before {
    height: 2px;
    width: 14px;
}

.faq-section__icon::after {
    height: 14px;
    width: 2px;
}

.faq-section.is-open .faq-section__icon::after {
    transform: rotate(90deg);
}

.faq-section__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-section__content-inner {
    padding-bottom: 20px;
}

.faq-dropdown {
    background: #F0F4F9;
}

.faq-dropdown + .faq-dropdown {
    margin-top: 6px;
}

.faq-dropdown__trigger {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 1.4;
    padding: 24px;
    text-align: left;
    width: 100%;
    color: #000000;
}

.faq-dropdown__trigger:hover {
    color: #004798;
}

.faq-dropdown.is-open .faq-dropdown__trigger {
    color: #004798;
}

.faq-dropdown__title {
    margin-right: 16px;
    font-weight: 700;
}

.faq-dropdown__icon {
    border-right: 2px solid #9aa1ad;
    border-top: 2px solid #9aa1ad;
    flex-shrink: 0;
    height: 8px;
    margin-top: -3px;
    transform: rotate(135deg);
    transition: transform 0.25s ease;
    width: 8px;
}

.faq-dropdown.is-open .faq-dropdown__icon {
    margin-top: 3px;
    transform: rotate(-45deg);
}

.faq-dropdown__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-dropdown__content-inner {
    color: #555b67;
    font-size: 16px;
    line-height: 1.55;
    padding: 0 24px;
}

.faq-dropdown__content-inner p {
    margin: 0 0 8px;
}

.faq-dropdown__content-inner p:last-child {
    margin-bottom: 0;
}

.faq-highlight {
    background: #00479826;
    color: inherit;
    padding: 0 2px;
}

.faq-empty {
    padding: 20px 0 200px 0;
}

.faq-empty__text {
    color: #141720;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.faq-empty__query {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.faq-empty__list {
    color: #141720;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    list-style: disc;
    margin: 0;
    margin-left: 8px;
    padding-left: 20px;
    text-align: left;
}

.faq-empty__list li {
    margin-bottom: 4px;
}

.faq-empty__list li:last-child {
    margin-bottom: 0;
}

.faq-is-loading {
    opacity: 0.6;
    pointer-events: none;
}

@media (max-width: 1919px) {
    .faq-search {
        margin-bottom: 28px;
    }

    .faq-section__trigger {
        font-size: 20px;
    }

    .faq-dropdown__trigger {
        font-size: 17px;
        padding: 16px 18px;
    }

    .faq-dropdown__content-inner {
        font-size: 15px;
        padding: 0 18px 16px;
    }
}

@media (max-width: 767px) {
    .faq-search {
        flex-direction: column;
        align-items: start;
        gap: 6px;
    }

    .faq-search__wrapper {
        width: 100%;
        padding: 10px 14px;
    }

    .faq-search__input {
        font-size: 15px;
    }

    .faq-section__trigger {
        font-size: 18px;
    }

    .faq-dropdown__trigger {
        font-size: 16px;
        padding: 14px 16px;
    }

    .faq-dropdown__content-inner {
        font-size: 14px;
        padding: 0 16px 14px;
    }

    .faq-empty {
        padding: 60px 16px;
    }

    .faq-empty__text {
        font-size: 18px;
    }

    .faq-empty__hint {
        font-size: 14px;
    }
}

/* End */
/* /local/templates/teboil/css/faq.css?17841885095962 */
