

/* Start:/bitrix/templates/targetsms/components/bitrix/system.pagenavigation/blog/style.css?17760944292082*/
.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
}

.pagination-count {
    font-size: 14px;
    color: #666;
}

.count-text {
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #242424;
}

.per-page-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.per-page-selector label {
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #242424;
}

.per-page-select {
    background: none;
    cursor: pointer;
    border: none;
    font-family: Geist;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #242424A6;
    text-align: center;
    width: 40px;
}

.per-page-select:focus {
    outline: none;
    border-color: #007bff;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pagination-link {
    color: #242424;
    text-decoration: none;
    transition: all 0.2s
    ease;
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    width: fit-content;
    height: 20px;
    display: flex
;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    min-width: 20px;
}

.pagination-link:hover,
.pagination-link.active {
    background: #F5F5F5;
    color: #AA41E0;
}

.pagination-link.disabled {
    color: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
}

.pagination-link.disabled:hover {
    background: #f8f9fa;
    border-color: #ddd;
    color: #6c757d;
}
.pagination .pagination-first,
.pagination .pagination-last{
    display: none;
}
@media (max-width: 400px) {
    .pagination .pagination-first,
    .pagination .pagination-last{
        display: block;
    }
    .pagination-count,
    .per-page-selector{
        display: none;
    }
    .pagination-container {
        justify-content: center;
    }
}


/* End */


/* Start:/bitrix/templates/targetsms/components/bitrix/news/faq/bitrix/news.list/.default/style.css?17760944292152*/
.faq_group_list{

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.section-group{
    border: 2px solid #AA41E0;
    padding: 40px 48px;
    border-radius: 20px;
    width: 100%;
    max-width: 800px;
    display: flex
;
    gap: 20px;
    flex-direction: column;
    position: relative;
}
.section-group:after{
    content: "";
    position: absolute;
    left: 48%;
    bottom: -23px;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
    display: block;
    transform: rotate(90deg);
}
.section-group:last-child:after{
    display: none;
}
.section-group h2{
    font-family: Geist;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    margin: 0px 0px 12px 0;
}
.item a{
    font-family: Geist;
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    text-decoration: none;
    color: #242424A6;
}
.item a:hover{
    color: #AA41E0;
}
.faq_title{
    font-family: Geist;
    font-weight: 600;
    font-size: 60px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
}
@media (max-width: 1280px) {
    .faq_title{
        font-size: 48px;
        margin-bottom: 40px;
    }
    .line_partners {
        height: 60px!important;
        background-position: top!important;
    }
    .section-group h2 {
        font-size: 24px;
    }
    .item a {
        font-size: 16px;
    }
    .section-group{
        padding: 24px 28px;
        gap: 16px;

    }
    }
@media (max-width: 992px) {
    .section-group {
        max-width: 600px;
    }
}
@media (max-width: 768px) {
    .section-group {
        max-width: 512px;
    }
    .section-group{
        padding: 20px;
        gap: 8px;
    }
    .section-group h2 {
        margin-bottom: 4px;
        font-size: 20px;
    }
    .faq_group_list {
        gap: 20px;
    }
    .section-group:after {
        bottom: -13px;
        width: 20px;
    }
    .faq_title {
        font-size: 36px;
        margin-bottom: 32px;
    }
}

/* End */
/* /bitrix/templates/targetsms/components/bitrix/system.pagenavigation/blog/style.css?17760944292082 */
/* /bitrix/templates/targetsms/components/bitrix/news/faq/bitrix/news.list/.default/style.css?17760944292152 */
