/* ===== FAQ ===== */

.ta-left {
    text-align: left;
}

.newhowto-slogan2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #ffb50e;
    text-align: center;
    padding: 20px 0 20px;
}

/* ===== Аккордеон (как на ArenaBuy) ===== */
.panel-group .panel {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    background-image: linear-gradient(0deg, #1d1f2400, #1c1e23);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.41);
    border: 1px solid #ca9011;
    min-height: 70px;
    max-width: 900px;
    margin: 0 auto;
}

.panel-heading {
    max-height: 70px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: 0.3s;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    display: table;
    height: 70px;
    padding: 0 15px;
}

.panel-title a {
    color: #ffffff;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.panel-heading .coll_line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    z-index: 2;
    opacity: 0;
}

.panel-heading .coll_line.active:after {
    opacity: 0.2;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
    transition: .35s;
}

.panel-body {
    padding: 18px 15px;
    color: #ffffff;
    font-size: 15px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #505050;
}

.panel-group .panel+.panel {
    margin-top: 20px;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

/* ===== АДАПТИВ ===== */
@media (max-width: 700px) {
    .newhowto-slogan2 {
        font-size: 22px;
    }

    .panel-title {
        font-size: 16px;
        line-height: 16px;
    }

    .panel-body {
        font-size: 14px;
        padding: 15px;
    }
}

@media (max-width: 400px) {
    .newhowto-slogan2 {
        font-size: 18px;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-body {
        font-size: 13px;
        padding: 12px 15px;
    }
}