/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.main-page-text-about ul {
    margin-left: 20px;
}

.bf-collections-top, .bf-collections-maintext {
    width: 70%;
    margin: 0 auto;
}

.bf-collections-top p {
    font-size: 1rem;
    line-height: calc(1em + 8px);
    color: var(--basic_text_black);
    font-family: var(--theme-font-family), Arial, sans-serif;
}

/* Блок вопросов */
.bf-collections-maintext .bf-list-q {
    position: relative;
    list-style: decimal;
    margin-bottom: 20px;
    padding: 18px 20px;
    border: 1px solid #e6e6e6;
    border-left: 5px solid #f8c301;
    border-radius: 10px;
    background: #fafafa;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

/* Последний вопрос */
.bf-collections-maintext .bf-list-q:last-child {
    margin-bottom: 0;
}

/* Ответ */
.bf-collections-maintext .bf-list-a {
    display: block;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #d9d9d9;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
}

/* Небольшая иконка перед ответом */
.bf-collections-maintext .bf-list-a::before {
    content: "✔";
    color: #2fa84f;
    font-weight: 700;
    margin-right: 8px;
}

/* Мобильные */
@media (max-width:767px){

    .bf-collections-maintext .bf-list-q{
        font-size:16px;
        padding:15px;
        margin-bottom:15px;
    }

    .bf-collections-maintext .bf-list-a{
        font-size:15px;
    }

}

/* Обертка таблицы */
.bf-collection-amino-table-wrapper{
    width:100%;
    overflow-x:auto;
    margin:35px 0;
    border:1px solid #e8e8e8;
    border-radius:12px;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.06);
}

/* Таблица */
.bf-collection-amino-table{
    width:100%;
    border-collapse:collapse;
    min-width:800px;
    font-size:15px;
    line-height:1.6;
}

/* Шапка */
.bf-collection-amino-table thead{
    background:#071515;
}

.bf-collection-amino-table thead th{
    color:#fff;
    font-size:16px;
    font-weight:700;
    text-align:left;
    padding:18px 22px;
    border-right:1px solid rgba(255,255,255,.15);
}

.bf-collection-amino-table thead th:last-child{
    border-right:none;
}

/* Ячейки */
.bf-collection-amino-table td{
    padding:16px 22px;
    color:#444;
    border-bottom:1px solid #ececec;
    vertical-align:top;
}

/* Первый столбец */
.bf-collection-amino-table tbody td:first-child{
    font-weight:600;
    color:#222;
}

/* Чередование строк */
.bf-collection-amino-table tbody tr:nth-child(even){
    background:#fafafa;
}

/* Наведение */
.bf-collection-amino-table tbody tr{
    transition:.25s;
}

.bf-collection-amino-table tbody tr:hover{
    background:#fff8d9;
}

/* Последняя строка */
.bf-collection-amino-table tbody tr:last-child td{
    border-bottom:none;
}

/* Мобильные устройства */
@media (max-width:767px){

    .bf-collection-amino-table-wrapper{
        border-radius:8px;
        margin:25px 0;
    }

    .bf-collection-amino-table{
        font-size:14px;
        min-width:700px;
    }

    .bf-collection-amino-table thead th{
        padding:14px 16px;
        font-size:15px;
    }

    .bf-collection-amino-table td{
        padding:14px 16px;
    }

}

/* Список */
.bf-collection-list{
    list-style:none;
    margin:20px 0;
    padding-left:12px;
}

/* Пункты */
.bf-collection-list li{
    position:relative;
    padding-left:34px;
    margin-bottom:14px;
    line-height:1.7;
    font-size:16px;
}

/* Последний пункт */
.bf-collection-list li:last-child{
    margin-bottom:0;
}

/* Маркер */
.bf-collection-list li::before{
    content:"";
    position:absolute;
    left:12px;
    top:12px;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#f8c301;
    box-shadow:0 0 0 5px rgba(248,195,1,.18);
}

/* Мобильные */
@media (max-width:767px){

    .bf-collection-list{
        padding-left:15px;
    }

    .bf-collection-list li{
        padding-left:30px;
        font-size:15px;
        margin-bottom:12px;
    }

    .bf-collection-list li::before{
        width:20px;
        height:20px;
        font-size:12px;
    }

}




/* Общий блок */
.article-faq-style{
    margin:35px 0;
}

/* Карточка */
.article-faq-item{
    background:#fff;
    border:1px solid #e8e8e8;
    border-left:5px solid #f8c301;
    border-radius:12px;
    margin-bottom:18px;
    overflow:hidden;
    transition:.25s;
    box-shadow:0 5px 18px rgba(0,0,0,.05);
}

/* Наведение */
.article-faq-item:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(0,0,0,.08);
}

/* Вопрос */
.article-faq-question{
    position:relative;
    padding:18px 22px 18px 60px;
    font-size:20px;
    font-weight:700;
    color:#071515;
    background:#fafafa;
    line-height:1.45;
}

/* Иконка */
.article-faq-question::before{
    content:"?";
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    width:28px;
    height:28px;
    border-radius:50%;
    background:#f8c301;
    color:#071515;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:18px;
}

/* Ответ */
.article-faq-answer{
    padding:18px 22px;
    border-top:1px solid #ececec;
    font-size:16px;
    line-height:1.8;
    color:#555;
}

/* Последний блок */
.article-faq-item:last-child{
    margin-bottom:0;
}

/* Мобильные устройства */
@media (max-width:767px){

    .article-faq-item{
        border-radius:10px;
    }

    .article-faq-question{
        padding:16px 16px 16px 52px;
        font-size:17px;
    }

    .article-faq-question::before{
        width:24px;
        height:24px;
        left:16px;
        font-size:16px;
    }

    .article-faq-answer{
        padding:16px;
        font-size:15px;
        line-height:1.7;
    }

}