.content {
    overflow: hidden;
}

.faq-head {
    position: relative;
    display: block;
    padding: 190px 20px 0px;
    margin: 0px auto 120px;
    text-align: center;
}

.faq-icon {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    margin: 0px auto 10px;
}

.faq-title {
    position: relative;
    display: table;
    font-size: 38px;
    line-height: 38px;
    margin: 0px auto 125px;
    letter-spacing: 1.6px;
}

.faq-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 64px;
    background: url('../../img/design/svg/plus_gradient_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    right: 100%;
    top: -25px;
}

.faq-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 64px;
    background: url('../../img/design/svg/plus_gradient_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    left: 100%;
    bottom: -45px;
}

.faq-title span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin-top: 15px;
}



.faq-content {
    position: relative;
    display: block;
    font-size: 0px;
    width: calc(100% - 60px);
    max-width: 1096px;
    margin: 0px auto 150px;
}

.faq-content:before {
    content: '';
    position: absolute;
    display: block;
    width: 268px;
    height: 268px;
    left: -180px;
    top: -65px;
    background: url('../../img/design/faq/circle-icon.png') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.faq-content:after {
    content: '';
    position: absolute;
    display: block;
    width: 181px;
    height: 29px;
    left: calc(100% + 24px);
    top: 170px;
    background: url('../../img/design/svg/diagonal_line_landscape_icon_gradient.svg	') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
}

.faq-content > * {
    font-size: 16px;
}

.faq-cat-group {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 312px;
    margin-right: 115px;
}

.faq-cat {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    background: #efefef;
    margin-bottom: 10px;
    cursor: pointer;
}

.faq-cat:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(to right, #8e87ef, #16a6d3, #2fe19b);
    opacity: 0;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.faq-cat:hover:before {
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.faq-cat.active:before {
    opacity: 1 !important;
}

.faq-cat:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    right: 33px;
    top: calc((100% - 10px) / 2);
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -ms-transition: border 0.5s;
    transition: border 0.5s;
}

.faq-cat:hover:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;

    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -ms-transition: border 0.5s;
    transition: border 0.5s;
}

.faq-cat.active:after {
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

.faq-cat span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #222;
    line-height: 50px;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;

    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

.faq-cat:hover span {
    color: #fff;

    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

.faq-cat.active span {
    color: #fff !important;
}

.faq-res-group {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - (312px + 115px));
    padding-top: 10px;
}

.faq-res-item {
    position: relative;
    display: none;
}

.faq-res-item.active {
    display: block;
}

.faq-res {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto 30px;
}

.faq-res:before {
    content: '';
    position: absolute;
    display: block;
    width: 29px;
    height: 29px;
    left: -45px;
    top: 0px;
    border-radius: 50%;
    background: #efefef;
}

.faq-res:after {
    content: '';
    position: absolute;
    display: block;
    width: 29px;
    height: 29px;
    left: -45px;
    top: 0px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #8988ee, #18a4d5, #2cdca0);
    opacity: 0;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.faq-res:hover:after {
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.faq-res.active:after {
    opacity: 1 !important;
}

.faq-res:last-child {
    margin-bottom: 0px;
}

.faq-res-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin: 0px auto;
    cursor: pointer;

    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

.faq-res-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    left: -35px;
    top: 7px;
    z-index: 1;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: border 0.5s, -webkit-transform 0.5s, top 0.5s;
    -moz-transition: border 0.5s, -moz-transform 0.5s, top 0.5s;
    -ms-transition: border 0.5s, -ms-transform 0.5s, top 0.5s;
    transition: border 0.5s, transform 0.5s, top 0.5s;
}

.faq-res:hover .faq-res-title:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;

    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -ms-transition: border 0.5s;
    transition: border 0.5s;
}

.faq-res.active .faq-res-title:before {
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    top: 12px;

    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);

    -webkit-transition: -webkit-transform 0.5s, top 0.5s;
    -moz-transition: -moz-transform 0.5s, top 0.5s;
    -ms-transition: -ms-transform 0.5s, top 0.5s;
    transition: transform 0.5s, top 0.5s;
}

.faq-res:hover .faq-res-title {
    color: #8e87ef;

    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

.faq-res.active .faq-res-title {
    color: #8e87ef !important;
}

.faq-res-desc {
    position: relative;
    display: none;
    padding-top: 20px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

@media screen and (max-width : 768px) {
    .faq-cat-group {
        display: block;
        margin: 0px 0px 50px;
    }

    .faq-res-group {
        display: block;
        width: calc(100% - 45px);
        margin-left: 45px;
    }
}

@media screen and (max-width : 500px) {
    .faq-head {
        padding-top: 150px;
    }

    .faq-title {
        font-size: 30px;
        line-height: 30px;
    }

    .faq-title span {
        margin-top: 5px;
    }

    .faq-content {
        width: calc(100% - 40px);
    }

    .faq-cat-group {
        width: 100%;
    }
}
