.faq-component {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 15px 15px -1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 100%;
    width: 100%;
}

@media (max-width: 820px) {
    .faq-component {
        margin-bottom:30px
    }
}

.faq-component .faq-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}
.faq-component {
    background: #1a1e2b;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
    border: 1px solid #3a415a;
    color: #c8cedd;
    line-height: 1.6;
}

.faq-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #3a415a;
    padding-bottom: 15px;
}

.faq-caption {
    color: #f8d56b;
    font-size: 2rem;
    margin: 0;
}

.btn-light {
    background: #232838;
    color: #f8d56b;
    border: 1px solid #3a415a;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-light:hover {
    background: #2d3347;
    color: #fff;
}

.faq-item {
    margin-bottom: 25px;
    background: #232838;
    border-radius: 8px;
    overflow: hidden;
    border-left: 4px solid #4a7dff;
}

.caption {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #2d3347;
}

.caption-block {
    display: flex;
    align-items: center;
    color: #f8d56b;
    font-weight: 600;
    font-size: 1.1rem;
}

.icc {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #f8d56b;
}

.faq-content {
    padding: 20px;
    display: none;
}

.faq-content p {
    margin-bottom: 15px;
}

.faq-content a {
    color: #4a7dff;
    text-decoration: none;
}

.faq-content a:hover {
    text-decoration: underline;
}

/* Активный элемент */
.faq-item.active .faq-content {
    display: block;
}

.faq-item.active .caption {
    background: #3a415a;
}
.faq-component .faq-head .faq-link {
    font-size: 16px
}

@media (max-width: 500px) {
    .faq-component .faq-head {
        flex-direction:column
    }

    .faq-component .faq-head .faq-link {
        margin-top: 15px
    }
}

.faq-component .faq-caption {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.faq-component .faq-item {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid hsla(0,0%,59.2%,.087);
    margin-bottom: 15px
}

.faq-component .faq-item .caption {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
 
}

.faq-component .faq-item .caption-block {
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 15px 15px -1px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    height: 34px;
   
    position: relative;
    border-radius: 4px 4px 4px 0;
}

.faq-component .faq-item .caption-block:before {
   
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-color: transparent #2d281d transparent transparent;
    border-style: solid;
    border-width: 0 10px 10px 0;
}

.faq-component .faq-item .caption-block svg {
    margin-right: 8px
}

.faq-component .faq-item .caption-block .icon-faq {
    font-size: 18px
}

.faq-component .faq-item .faq-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: .1px
}

.faq-component .faq-item .faq-content p:last-child {
    margin-bottom: 0
}

.faq-component .faq-item .badge {
    padding: 1px 4px;
    margin: 0 2px;
    background: #373f4e;
    border-radius: 3px
}

.faq-component .faq-item .underline {
    border-bottom: 1px solid hsla(0,0%,100%,.5)
}

.faq-component .guides-list .btn {
    padding: 6px 10px;
    margin: 8px 8px 0 0
}

.faq-component .guides-list .btn svg {
    margin-right: 5px
}

.faq-component .guides-list .btn:last-child {
    margin-right: 0
}
