

/* Start:/local/components/dev/catalog.review.page/templates/.default/style.css?177218229313282*/
body.body2 {
    background-color: #F5F8FF;
}
section.reviewsList .header_block h1 {
    text-align: center;
    line-height: 44px;
    color: #0E1A2A;
    margin: 0 0 16px 0;
    opacity: 1;
    font-weight: 400;
    font-size: 54px;
}
section.reviewsList .header_block div {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    margin-bottom: 36px;
}

section.reviewsList .header_block h2{
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
}

section.reviewsList .header_block .filter_page_arrow{
    width: 52px;
    height: 52px;
    margin-right: 8px;
}

section.reviewsList .sort_cont {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
    white-space: nowrap;
    background: #F0F3F9;
    padding: 10px 12px;
    border-radius: 12px;
    position: relative;
}

section.reviewsList .sort_cont .sort_head{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
}

section.reviewsList .sort_cont .sort_head_label {
    color: #666;
    font-size: 14px;
}

section.reviewsList .sort_cont .sort_head_current {
    display: none;
}

section.reviewsList .sort_cont .sort_arrow {
    display: none;
}

section.reviewsList .sort_cont .sort_links {
    display: flex;
    align-items: center;
    gap: 15px;
}

section.reviewsList .sort-link {
    padding: 8px 14px;
    border: 1px solid #dbe2ee;
    text-decoration: none;
    color: #394357;
    font-size: 14px;
    transition: all 0.3s
    ease;
    background: white;
    border-radius: 8px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
}

section.reviewsList .sort-link:hover,
section.reviewsList .sort-link.active {
    background: #F97237;
    color: white;
    border-color: #F97237;
}

section.reviewsList .top_area{
    margin-bottom: 24px;
}

.franchises_all_list{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px 0;
}

.franchise-chip{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid #DBE2EE;
    color: #0E1A2A;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    transition: all .2s ease;
    opacity: 1;
    gap: 10px;
    border-radius: 8px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    background: #E7EBF4;
}

.franchise-chip:hover{
    border-color: #F97237;
    color: #F97237;
}
.author_city__franchise {
    opacity: 1;
    gap: 4px;
    border-radius: 3px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    display: inline-flex
;
    background: #E7EBF4;
    color: #F97237;
}

.franchise-chip__count{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 20px;
    padding: 0 6px;
    background: #E9F2FB;
    color: #1e70b9;
    border: 1px solid #D2E4F7;
    border-radius: 999px;
    font-size: 12px;
    line-height: 18px;
}

.gap-sm {
    margin-bottom: 15px;
}

.feedb_one_big {
    background: #fff;
    box-shadow: 0px 8px 16px 0px #3B23620D;
    padding: 16px;
    border-radius: 8px;
    margin-right: 15px;
    border: 1px solid #EEF2F8;
}

.author_fb_info {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.author_fb_info img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 64px;
}

.author_name {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}

.author_city {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #647080;
}

/* Мобильный город - скрыт на десктопе */
.author_city_mobile {
    display: none;
}

.bottom_infos_text {
    flex: 1 1 auto;
}
.top_info_fb {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.named_comp {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 22px;
    text-align: left;
}

.named_comp span {
    color: #1e70b9;
}


.date_fdb {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}

.text_in {
    width: 100%;
    float: left;
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #242731;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_in p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #242731;
}

.text_in.active {
    max-height: 100%;
}


.after_bottom .btn {
    margin-top: 15px;
}

.after_bottom{
    text-align: right;
}

.js-allTextSee{
    color: #1e70b9;
    text-decoration: none;
}

.js-allTextSee:hover{
    color: #155c98;
}

.js-allTextSee::after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 4 L5 7 L8 4' fill='none' stroke='%231e70b9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.js-allTextSee:hover::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 4 L5 7 L8 4' fill='none' stroke='%23155c98' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.js-allTextSee.active::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 6 L5 3 L8 6' fill='none' stroke='%231e70b9' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.js-allTextSee.active:hover::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 6 L5 3 L8 6' fill='none' stroke='%23155c98' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.btn-reset {
    border: 0;
    background: transparent;
}

.btn-lightblue {
    background: #E9F2FB;
    color: #1e70b9;
    border: 1px solid #D2E4F7;
}

.btn-lightblue:hover{
    background: #dcebfa;
    color: #155c98;
    border-color: #c7ddf5;
}

.js-allTextSee {
    display: none;
}

.stars_fb i{
    color: #FFB400;
    margin-right: 2px;
}

.answer{
    margin-top: 16px;
    border-top: 1px solid #EEF2F8;
    padding-top: 16px;
}

.answer_inside{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.answer_inside img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.answer_inside .textBlock .user_name{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0E1A2A;
}

.answer_inside .textBlock .date_fdb{
    font-size: 12px;
}

.author_city__franchise{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1e70b9;
    text-decoration: none;
}

.author_city__franchise::after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M3 2 L7 5 L3 8 Z' fill='%231e70b9'/%3E%3C/svg%3E");
}

.author_city__franchise:hover{
    color: #155c98;
}

.author_city__franchise:hover::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M3 2 L7 5 L3 8 Z' fill='%23155c98'/%3E%3C/svg%3E");
}

/* ========== МОБИЛЬНАЯ ВЕРСИЯ ========== */
@media (max-width: 768px) {
    section.reviewsList .header_block h1 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 12px 0;
        font-weight: 500;
    }

    section.reviewsList .header_block h2 {
        font-size: 24px;
        line-height: 26px;
    }

    section.reviewsList .header_block div a {
        position: absolute;
        left: 10px;
    }

    section.reviewsList .header_block .filter_page_arrow {
        width: 35px;
        height: 35px;
        margin-right: 6px;
    }

    .franchises_all_list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 8px;
        margin: 0 0 16px 0;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    .franchises_all_list::-webkit-scrollbar {
        display: none;
    }

    .franchise-chip {
        flex-shrink: 0;
        font-size: 14px;
        padding: 8px 12px;
        white-space: nowrap;
    }

    section.reviewsList .sort_cont {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0;
        background: #F0F3F9;
    }

    section.reviewsList .sort_cont .sort_head {
        /*background: #F0F3F9;*/
        padding: 10px 16px;
        border-radius: 12px;
        cursor: pointer;
        /*justify-content: space-between;*/
        width: 100%;
        position: relative;
        transition: background-color 0.2s ease;
    }

    section.reviewsList .sort_cont .sort_head:active {
        background: #e5e9f2;
    }

    /*
    section.reviewsList .sort_cont .sort_head_label {
        display: none;
    }
    */
    section.reviewsList .sort_cont .sort_head_button{
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        background: #F97237;
        opacity: 1;
        gap: 4px;
        padding: 2px 8px;
        border-radius: 8px;
    }
    section.reviewsList .sort_cont .sort_head_label{
        color: #ffffff;
    }

    section.reviewsList .sort_cont .sort_head_current {
        display: block;
        color: #0E1A2A;
        font-size: 15px;
        font-weight: 500;
        flex: 1;
    }

    section.reviewsList .sort_cont .sort_arrow {
        display: block;
        color: #666;
        transition: transform 0.2s ease;
        flex-shrink: 0;
        transform: rotate(180deg);
    }

    section.reviewsList .sort_cont[data-mobile-dropdown].active .sort_arrow {
        transform: rotate(0deg);
    }

    section.reviewsList .sort_cont .sort_links {
        display: none;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 10px;
    }

    section.reviewsList .sort_cont[data-mobile-dropdown].active .sort_links {
        display: flex;
    }

    section.reviewsList .sort-link {
        border: 1px solid #DBE2EE;
        border-radius: 8px;
        background: #fff;
        padding: 2px 8px;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        transition: all 0.2s ease;
        white-space: nowrap;
    }

    section.reviewsList .sort-link:active {
        background: #F97237;
        border-color: #F97237;
    }

    section.reviewsList .sort-link.active {
        font-weight: 500;
    }

    section.reviewsList .sort-link:hover {
        background: #F5F8FF;
        border-color: #F97237;
        color: #F97237;
    }

    .feedb_one_big {
        margin-right: 0;
        padding: 12px;
        margin-bottom: 12px;
    }

    .author_fb_info {
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 12px;
    }

    .author_fb_info img {
        max-height: 50px;
        max-width: 50px;
    }

    .author_fb_name {
        display: flex;
        flex-direction: column;
        gap: 4px;
        max-width: 45%;
    }

    .author_city {
        display: none;
    }

    .author_city_mobile {
        display: block;
        font-size: 13px;
        line-height: 18px;
        color: #647080;
        margin-bottom: 12px;
    }

    .author_name {
        font-size: 15px;
        line-height: 20px;
    }

    .author_city {
        font-size: 13px;
        line-height: 18px;
    }

    .date_fdb {
        font-size: 13px;
    }

    .text_in {
        max-height: 96px;
        font-size: 14px;
        line-height: 20px;
    }

    .text_in p {
        font-size: 14px;
        line-height: 20px;
    }

    .stars_fb i {
        font-size: 14px;
    }

    .js-allTextSee {
        font-size: 16px;
    }

    .answer {
        margin-top: 12px;
        padding-top: 12px;
    }

    .named_comp {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .answer_inside img {
        width: 32px;
        height: 32px;
    }

    .answer_inside .textBlock .user_name {
        font-size: 13px;
    }

    .answer_inside .textBlock .date_fdb {
        font-size: 11px;
    }

    .answer_inside_text {
        font-size: 13px;
        line-height: 18px;
    }
}

/* End */


/* Start:/local/templates/rtf2024/components/bitrix/system.pagenavigation/pageReview/style.css?17627684242519*/
.bottom_filter_catalog {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}


.bottom_filter_catalog .show_more.show_more_mod {
    width: 220px;
}

.bottom_filter_catalog .see_catalog {
    position: absolute;
    right: 15px;
    color: #000000;
    font-size: 16px;
    border-bottom: 1px dashed #000;
    padding-bottom: 2px;
}

.bottom_filter_catalog .see_catalog:hover {
    border-color: transparent;
}

.bottom_filter_catalog.bottom_filter_catalog_mod {
    justify-content: space-between;
}

.bottom_filter_catalog.bottom_filter_catalog_mod .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_filter_catalog.bottom_filter_catalog_mod .navigation .nav-item_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: transparent;
    margin-right: 10px;
    padding: 0;
    width: 34px;
    height: 34px;
    position: relative;
    border: 1px solid transparent;
    font-size: 14px;
}

/*.bottom_filter_catalog.bottom_filter_catalog_mod .navigation .nav-item_btn:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: -11px;*/
/*    height: 2px;*/
/*    background-color: #242731;*/
/*    width: 0;*/
/*}*/

.bottom_filter_catalog.bottom_filter_catalog_mod .navigation .nav-item_btn:last-child {
    margin-right: 0;
}

.bottom_filter_catalog.bottom_filter_catalog_mod .navigation .nav-item_btn:hover {
    border-radius: 6px;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

.bottom_filter_catalog.bottom_filter_catalog_mod .navigation .nav-item_btn:hover:before {
    width: 100%;
}

.bottom_filter_catalog.bottom_filter_catalog_mod .navigation .nav-item_btn.active {
    border-radius: 6px;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

.bottom_filter_catalog.bottom_filter_catalog_mod .navigation .nav-item_btn.active:before {
    width: 100%;
}

.bottom_filter_catalog.bottom_filter_catalog_mod .navigation .dots_text {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-pager .show_more{
    display: none;
}

.top-section-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.showMoreCatalogSection{
    min-width: 200px;
}
/* End */
/* /local/components/dev/catalog.review.page/templates/.default/style.css?177218229313282 */
/* /local/templates/rtf2024/components/bitrix/system.pagenavigation/pageReview/style.css?17627684242519 */
