
.faq {
    padding: 120px 0;
}

.faq__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.faq__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 60px;
}

.faq__accordion {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    border-bottom: 4px solid #e8e8e8;
}

.faq__accordion-title {
    color: #333;
    width: 100%;
    font-family: "Comfortaa", sans-serif;
    font-size: 28px !important;
    font-weight: 600;
    line-height: 32px;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    min-height: 120px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 !important;
}

.faq__accordion-title:not(:first-child) {
    border-top: 4px solid #e8e8e8;
}

.faq__accordion-content {
    padding: 0 0 20px 0;
}

.faq__accordion-content-block {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    padding: 0 !important;
}

.faq__accordion-text {
    color: #777;
    font-family: "Comfortaa", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.ui-accordion-header-icon {
    background: rgba(0, 0, 0, 0) !important;
    min-width: 27px;
    min-height: 27px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 15px;
}

.ui-accordion-header-icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 27px;
    background: #777;
    top: 0;
    right: 11px;
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -webkit-transition: background .3s linear, -webkit-transform .3s linear;
    transition: background .3s linear, -webkit-transform .3s linear;
    transition: transform .3s linear, background .3s linear;
    transition: transform .3s linear, background .3s linear, -webkit-transform .3s linear;
}

.ui-accordion-header-icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 5px;
    background: #777;
    top: 11px;
    right: 0;
    -webkit-transition: background .3s linear, -webkit-transform .3s linear;
    transition: background .3s linear, -webkit-transform .3s linear;
    transition: transform .3s linear, background .3s linear;
    transition: transform .3s linear, background .3s linear, -webkit-transform .3s linear;
}

.ui-icon-triangle-1-s::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 27px;
    background: #fd8706;
    top: 0;
    right: 11px;
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg);
}

.ui-icon-triangle-1-s::after {
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 5px;
    background: #fd8706;
    top: 11px;
    right: 0;
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg);
}

@media screen and (max-width: 1279px) {
    .faq {
        padding: 60px 0;
    }

    .faq__content {
        gap: 35px;
    }

    .faq__accordion {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .faq__accordion-title {
        font-size: 20px !important;
        line-height: 24px;
        min-height: 85px;
    }

    .faq__accordion-text {
        font-size: 16px;
        line-height: 20px;
    }

    .ui-accordion-header-icon {
        min-width: 20px;
        min-height: 20px;
        margin-left: 20px;
    }

    .ui-accordion-header-icon::before {
        width: 4px;
        height: 20px;
        right: 8px;
    }

    .ui-accordion-header-icon::after {
        width: 20px;
        height: 4px;
        top: 8px;
    }

    .ui-icon-triangle-1-s::before {
        width: 4px;
        height: 20px;
        right: 8px;
    }

    .ui-icon-triangle-1-s::after {
        width: 20px;
        height: 4px;
        top: 8px;
    }
}

@media screen and (max-width: 967px) {
    .faq {
        padding: 45px 0;
    }

    .faq__content {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .faq__accordion {
        width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .faq__accordion-title {
        font-size: 18px !important;
        line-height: 20px;
        min-height: 65px;
    }

    .faq__accordion-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 655px) {
    .faq__accordion-title {
        font-size: 16px !important;
    }

    .faq__accordion-text {
        font-size: 12px;
    }
}