

/* Start:/local/templates/quickstep_2023_local/components/bitrix/news/faq2/bitrix/news.list/.default/style.css?17619055734853*/
.faq-block {}

.faq-block h2 {
    font-weight: bold;
    color: #004EA2;
}

.faq-block {}

.faq-tabs-block {}

.faq-tabs {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
}

.faq-tab-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.faq-tab {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: rgb(0, 78, 162);
    border: 1px solid rgba(0, 79, 163);
    border-radius: 100px;
    padding: 8px 16px;
    transition: 0.4s ease;
    cursor: pointer;
    background: transparent;
}

.faq-tab:hover,
.faq-tab.active {
    background-color: #004ea2;
    border-color: #004ea2;
    color: rgb(255, 255, 255);
}

.faq-tabs-content {}

.faq-tab-content {
    display: none;
}

.faq-tab-content:first-child {
    display: block;
}

.faq-section {
    padding-top: 40px;
}

.faq-section-title {
    font-weight: 500;
}

.faq-items-block {
    margin-top: 30px;
}

.faq-items {
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -19px;
    margin-right: -19px;
}

.faq-items-col {
    width: 50%;
    padding-left: 19px;
    padding-right: 19px;
}


.faq-item-wrapper{}

.faq-item {
    border-bottom: 1px solid #b6b5b5;
}

.faq-item:first-child {
    margin-top: 0;
}

.faq-item.active .faq-item-heading-title {
    color: #004ea2;
}

.faq-item.active .faq-item-heading-arrow:before {
    transform: translate(-50%, -50%) rotate(135deg);
}

.faq-item-heading {
    border-radius: 8px;
    height: 80px;
    padding: 12px 40px 12px 0;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}


.faq-item-heading-title {
    padding-right: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000;
    width: calc(100% - 40px);
}

.faq-item-heading-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    background-color: #EC008C;
    border-radius: 26px;
    width: 28px;
    height: 28px;
}

.faq-item-heading-arrow::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 14px 14px;
    mask-image: url('/local/templates/quickstep_2023_local/components/bitrix/news/faq2/bitrix/news.list/.default/images/svg/faq-plus.svg');
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 14px 14px;
    -webkit-mask-image: url('/local/templates/quickstep_2023_local/components/bitrix/news/faq2/bitrix/news.list/.default/images/svg/faq-plus.svg');
    background-color: #fff;
    z-index: 5;
    transition: 0.4s ease;
    pointer-events: none;
    display: block;
}

.faq-item-body {
    padding-bottom: 20px;
    display: none;
}

.faq-item-body-content {
    border-left: 1px solid #ec008c;
    padding-left: 20px;
    font-size: 12px;
    color: #000;
    line-height: 1.3;
}

/* === DESKTOP FIRST === */
/* xl <= Extra extra large (xxl) */
@media (max-width : 1399.98px) {}
/* lg <= Extra large (xl) */
@media (max-width : 1199.98px) {
    .faq-item-wrapper {}
    .faq-items-col {
        width: 100%;
    }
    .faq-tab-content {}
    .faq-section {
        padding-top: 30px;
    }
    .faq-item-heading {
        height: auto;
        padding: 22px 40px 22px 0;
    }
    .faq-tab-wrapper {
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 7px;
    }
}
/* md <= Large (lg) */
@media (max-width : 991.98px) {}
/* sm <= Medium (md) */
@media (max-width : 767.98px) {
    h2 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    .faq-tab-content {}
    .faq-section {
        padding-top: 20px;
    }
    .faq-tabs {
        margin-left: -7px;
        margin-right: -7px;
    }
    .faq-tab-wrapper {
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 7px;
    }
    .faq-tab {
        font-size: 14px;
        padding: 5px 9px;
    }
    .faq-section-title {
        margin-bottom: 12px;
    }
    .faq-items-block {
        margin-top: 12px;
    }
    .faq-items {
        margin-top: -10px;
    }
    .faq-item-heading-title {
        font-size: 14px;
    }
    .faq-item-heading {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .faq-item-heading-arrow {
        width: 16px;
        height: 16px;
    }
    .faq-item-heading-arrow::before {
        width: 8px;
        height: 8px;
        mask-size: 8px 8px;
        -webkit-mask-size: 8px 8px;
    }
    .faq-item-body-content {
        font-size: 12px;
        padding-left: 14px;
    }
}
/* xs <= Small (sm) */
@media (max-width : 575.98px) {}
/* === MOBILE FIRST === */
/* Custom (xs) */
@media (min-width : 0) {}
/* Small (sm) */
@media (min-width : 576px) {}
/* Medium (md) */
@media (min-width : 768px) {}
/* Large (lg) */
@media (min-width : 992px) {}
/* Extra large (xl) */
@media (min-width : 1200px) {}
/* Extra extra large (xxl) */
@media (min-width : 1400px) {}
/* End */
/* /local/templates/quickstep_2023_local/components/bitrix/news/faq2/bitrix/news.list/.default/style.css?17619055734853 */
