

/* Start:/local/components/dev/catalog.promo/templates/.default/style.css?17646649144479*/
body .section-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 4px;
}

.section-title-icon{
    height: 1em;
    margin-right: 8px;
}

body .promo-cards {
    /*display: grid;*/
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

body .promo-card {
    font-family: 'Source Sans 3', sans-serif;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

body .promo-preview-text {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
}

body .promo-card > img {
    width: 100%;
    border-radius: 8px;
}

body .promo-card-content {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

body .promo-card-content h3 {
    font-size: 18px;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

body .promo-card-content p {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
}

body .promo-card-footer {
    font-weight: 400;
    font-size: 16px;
    color: rgba(69, 130, 239, 1);
    display: flex;
    align-items: center;
    margin-top: auto;
    line-height: 1;
}

body .promo-card-footer img {
    margin-right: 5px;
    height: 16px;
    width: 16px;
}

body .promo-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff6f61;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

body .catalog-promo-wrapper{
    padding: 0;
}


.promo-card-img-wrapper .banner-marker{
    top: 10px;
    /* bottom: 121px; */
    left: auto;
    right: 10px;
    font-size: 11px;
    border-radius: 16px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    color: #323232;
}
.promo-card-img-wrapper .banner-marker__inner{
    width: 16px;
    height: 16px;
}

/*
.promo-card-img-wrapper .banner-marker__content{
    right: -153px;
    top: -62px;
}

.promo-card-img-wrapper .banner-marker__content{
    min-width: 13vw;
    left: 0;
    top: -75px;
    right: auto;
}
*/
.promo-card-img-wrapper .banner-marker__content.active {
    display: flex;
    position: absolute;
    top: 0;
    right: 1px;
    left: auto;
    width: 100%;
    min-width: 190px;
    flex-direction: column;
}

.promo-card-img-wrapper img{
    border-radius: 8px;
}


.catalog-promo-wrapper{
    margin-bottom: 24px;
    display: block !important;
}

@media (min-width: 1200px) {
    body .promo-cards {
        display: grid !important;
    }
}

@media (min-width: 1200px) {
    body .promo-card {
        height: 300px;
    }
}

/*@media (min-width: 1920px) {*/
/*    body .promo-card {*/
/*        height: 350px;*/
/*    }*/
/*}*/

/*@media (max-width: 992px) {*/
/*    body .promo-cards {*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*    }*/
/*}*/

@media (max-width: 1200px) {
    body .promo-card {
        width: 250px;
        height: 300px;
    }
    /*.promo-card-img-wrapper .banner-marker{
        top: 115px;
    }*/
    /*.promo-card-img-wrapper .banner-marker__content{
        right: -141px;
        top: -55px;
        padding: 6px;
    }*/
}
@media (max-width: 768px) {
    body .promo-preview-text {
        font-size: 17px;
    }
    body .promo-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    body .promo-card {
        width: 150px;
        height: 215px;
    }
    body .promo-card-footer {
        font-size: 13px;
    }

/*
    .promo-card-img-wrapper .banner-marker{
        top: 67px;
        left: 4px;
        right: auto;
        font-size: 6px;
        padding-left: 4px;
    }*/
    .promo-card-img-wrapper .banner-marker{
        top: 2px;
        right: 2px;
    }
    .promo-card-img-wrapper .banner-marker__inner{
        width: 6px;
        height: 6px;
    }

    .promo-card-img-wrapper .banner-marker__content.active{
        font-size: 6px;
        line-height: 1.6;
        min-width: 125px;
        right: 0px;
        width: 30px;
        top: 0;
        padding: 4px;
    }

    .catalog-promo-wrapper .swiper{
        padding-right: 60px;
    }
    .body .promo-preview-text{
        font-size: 17px;
    }
    body .section-title {
        font-size: 22px;
    }
}
/* End */


/* Start:/local/templates/rtf2024/components/bitrix/news.list/catalogFranchisePromo/style.css?17852312735135*/
@media (max-width: 575.98px) {

    body .reviews_news_wrap {
        display: block;
    }

    body .reviews_news_wrap .right_side {
        max-width: 100%;
    }

    body .design2024 .franchises_list .franchises_list-container{
        grid-template-columns: repeat(2, 1fr);
    }
    body .design2024 .franchises_list .banners_slider,
    body .design2024 .franchises_list .promo-block-main {
        grid-column: 1 / 3;
    }

    body .show_more {
        margin: auto;
    }
}

@media (max-width: 767.98px) {
    body.design2024 .index-page .franchises_list.area_ajax_main > .franchises_list-wrapper > .franchises_list-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.design2024 .index-page .franchises_list.area_ajax_main > .franchises_list-wrapper > .franchises_list-container > .franchise_item,
    body.design2024 .index-page .franchises_list.area_ajax_main > .franchises_list-wrapper > .franchises_list-container > .banners_slider,
    body.design2024 .index-page .franchises_list.area_ajax_main > .franchises_list-wrapper > .franchises_list-container > .promo-block-main {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }

    body.design2024 .index-page .franchises_list.area_ajax_main .franchise_item__label {
        position: relative;
    }

    body.design2024 .index-page .franchises_list.area_ajax_main .franchise_item .approve-wrapper {
        top: -12px;
        right: 1px;
        bottom: auto;
        left: auto;
        margin-top: 0;
        z-index: 3;
    }
}

body.design2024,
main,
body .breadcrumbs_cont{
    background: #f6f8fc;
}

.index-page__ad-marker-wrap {
    display: none;
}

@media (min-width: 992px) {
    body.design2024 .index-page__ad-area--yandex-branding {
        position: relative;
        background-image: url('/local/templates/rtf2024/img/design2024/index/yandex-ad-bg.png');
        background-repeat: repeat;
        background-position: center top;
        background-attachment: fixed;
        background-size: 100% auto;
    }

    body.design2024 .index-page__ad-area--yandex-branding .index-page__ad-marker-wrap {
        position: sticky;
        top: 96px;
        z-index: 20;
        display: block;
        margin-top: 8px;
        pointer-events: none;
    }

    body.design2024 .index-page__ad-marker-wrap .banner-marker {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        z-index: 20;
        display: inline-flex;
        margin-left: 12px;
        padding: 2px 4px 2px 12px;
        border-radius: 0 17px 17px 0;
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 8px 20px rgba(36, 39, 49, .12);
        color: #323232;
        font-size: 12px;
        line-height: 1;
        pointer-events: auto;
    }

    body.design2024 .index-page__ad-marker-wrap .banner-marker__inner {
        width: 20px;
        height: 20px;
    }

    body.design2024 .index-page__ad-marker-wrap .banner-marker__content {
        top: calc(100% + 8px);
        right: auto;
        left: 0;
        min-width: 260px;
        max-width: min(320px, calc(100vw - 32px));
        line-height: 16px;
    }

    body.design2024 .index-page__ad-area--yandex-branding .index-page__slogan {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 16px 40px;
        background: rgba(246, 250, 255, .8);
        background-color: rgba(246, 250, 255, .8);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        border-radius: 16px;
    }

    body.design2024 .index-page__ad-area--yandex-branding .index-page__franchises-shell {
        margin-top: 24px;
        background: rgba(246, 250, 255, .8);
        background-color: rgba(246, 250, 255, .8);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        border-radius: 8px;
        box-sizing: border-box;
        padding: 16px;
    }
}

.fr-logo{
    display: none;
}

.franchises_list--horizontal .fr-logo{
    display: block;
}
.franchises_list--horizontal .fr-preview-image{
    display: none;
}
body .franchises_list--horizontal .franchise_item__text{
    display: block;
}

.fr-pharmacy-motivate__view{
    margin-bottom: 18px;
}

.franchise_item__hover{
    display: block;
}

.a101-fr-label{
    position: absolute !important;
    left: 0;
    right: auto;
    top: 0px;
    background: #fff;
    padding: 5px 5px 3px 7px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 6px;
    z-index: 2 !important; /* чтобы перебить стиль [data-tooltip] */
    transition: 0.3s ease-out;
}

.franchise_item:hover .a101-fr-label{
    opacity: 0;
    pointer-events: none;
}

.fr-services .h5.card__title{
    font-weight: 600;
    font-size: 17px;
}

.fr-services .card-info .card__view .image{
    min-width: initial;
    min-height: initial;
    max-height: 200px;
    width: auto;
    /*height: 135px;*/
}

.franchises_list--horizontal .franchise_item__view .image{
    display: none;
}
.franchises_list--horizontal .franchise_item__view .image.fr-logo{
    display: block;
}

/* End */


/* Start:/local/components/dev/franchise.item/templates/.default/style.css?17852312555662*/
@media (max-width: 575.98px) {

    body .reviews_news_wrap {
        display: block;
    }

    body .reviews_news_wrap .right_side {
        max-width: 100%;
    }

    body .design2024 .franchises_list .franchises_list-container{
        grid-template-columns: repeat(2, 1fr);
    }
    body .design2024 .franchises_list .banners_slider,
    body .design2024 .franchises_list .promo-block-main {
        grid-column: 1 / 3;
    }

	    body .show_more {
	        margin: auto;
	    }

    body .design2024 .franchises_list,
    body .design2024 .franchises_list .franchises_list-wrapper,
    body .design2024 .franchises_list .franchises_list-container {
        max-width: 100%;
        overflow-x: clip;
    }

    body .design2024 .franchises_list .franchise_item {
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }
}

body.design2024,
main,
body .breadcrumbs_cont{
    background: #f6f8fc;
}

.fr-logo{
    display: none;
}

.franchises_list--horizontal .fr-logo{
    display: block;
}
.franchises_list--horizontal .fr-preview-image{
    display: none;
}
body .franchises_list--horizontal .franchise_item__text{
    display: block;
}

.fr-pharmacy-motivate__view{
    margin-bottom: 18px;
}

.franchise_item__hover{
    display: block;
}

.franchise_item__hover-action {
    display: none !important;
}

.a101-fr-label{
    position: absolute !important;
    left: 0;
    right: auto;
    top: 0px;
    background: #fff;
    padding: 5px 5px 3px 7px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 6px;
    z-index: 2 !important; /* чтобы перебить стиль [data-tooltip] */
    transition: 0.3s ease-out;
}

.franchise_item .a101-fr-label{
    left: 0;
    right: auto;
    top: 0;
    z-index: 4 !important;
}

.franchise_item:hover .a101-fr-label{
    opacity: 0;
    pointer-events: none;
}

.fr-services .h5.card__title{
    font-weight: 600;
    font-size: 17px;
}

.fr-services .card-info .card__view .image{
    min-width: initial;
    min-height: initial;
    max-height: 200px;
    width: auto;
    /*height: 135px;*/
}

.franchises_list--horizontal .franchise_item__view .image{
    display: none;
}
.franchises_list--horizontal .franchise_item__view .image.fr-logo{
    display: block;
}
.franchise_item__view{
    position: relative;
}

.franchise_item__view::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 5;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #fff url("/local/components/dev/franchise.item/templates/catalog_2/img/icons/card-chevron.svg") no-repeat center / 7px 13px;
    box-shadow: 0 8px 16px rgba(36, 39, 49, 0.18);
    pointer-events: none;
    opacity: 0.8;
}

.design2024 .franchise_item:not(.no-hover):hover .franchise_item__view {
    opacity: 1;
}
/* Обычные стили */
.franchise_item .banner-marker {
    /*top: auto;
    bottom: 4px;
    left: 4px;
    right: auto;*/
    font-size: 11px;
    border-radius: 16px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    color: #323232;
}
/*
.franchise_item:hover .banner-marker {
    right: 35px;
    top: 10px;
}
*/

.franchise_item .banner-marker__inner {
    width: 16px;
    height: 16px;
}

.franchise_item .banner-marker__content {
    right: -20px;
    top: 30px;
}

/* Адаптив под max-width: 1200px */
@media (max-width: 1200px) {
    .franchise_item .banner-marker__content {
        right: -141px;
        top: -55px;
        padding: 6px;
    }
}

/* Адаптив под max-width: 768px */
@media (max-width: 768px) {
    .franchise_item .banner-marker {
        right: 1px;
        top: 5px;
        font-size: 6px;
        padding-left: 4px;
    }
    .franchise_item .banner-marker__inner {
        width: 6px;
        height: 6px;
    }
    .franchise_item .banner-marker__content {
        font-size: 6px;
        line-height: 1.6;
        max-width: 140px;
        right: 8px;
        top: 0px;
        padding: 4px;
    }

    .franchise_item .a101-fr-label{
        left: 0;
        right: auto;
        top: 0;
    }

    .franchise_item__view::after {
        top: 6px;
        right: 6px;
        width: 28px;
        height: 28px;
    }
}


/* Скрываем стандартный чекбокс */
.franchise_item__action input[type="checkbox"] {
    display: none;
}

/* Стили для контейнера label */
.franchise_item__action label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 36px;
    height: 36px;
}

/* Стили для изображения (иконки чекбокса) */
.franchise_item__action .icon {
    width: auto; /* Размер иконки, настройте под ваш SVG */
    height: 12px;
}

/* Состояние при выборе (checked) */
.franchise_item__action input[type="checkbox"]:checked + .icon {
    opacity: 1;
}

/* Эффект при наведении на label */
.franchise_item__action label:hover {
    background-color: #e9ecef; /* Легкий серый оттенок при наведении */
}

/* Эффект при наведении на label */
.franchise_item__action label:has(input[type="checkbox"]:checked) {
    background-color: rgba(69, 130, 239, 1);
}

/* Адаптивность (опционально) */
@media (max-width: 768px) {
    .franchise_item__action .icon {
        width: 20px;
        height: 20px;
    }
}

.custom-popup{
    text-align: center;
    padding: 12px;
}

/* End */


/* Start:/local/templates/rtf2024/include/multiselect/bulk_actions_styles.css?178523129213333*/
/* Стили для множественного выбора франшиз */
.franchises_bulk_actions {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    z-index: 1000;
    padding: 15px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 300px;
    opacity: 0;
    transition: all 0.3s ease;
}

.franchises_bulk_actions.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
.franchises_bulk_actions__container .franchises_bulk_send {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: none;
    background: #EB6124;
    font-weight: 500;
    color: var(--white-color);
    height: 40px;
}
.franchises_bulk_actions__close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.franchises_bulk_actions__close:hover {
    background: #f8f9fa;
    color: #495057;
}

.franchises_bulk_actions__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.franchises_bulk_clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    min-width: 56px;
    height: 56px;
    border: 0;
    border-radius: 10px;
    background: #e8ebf0;
    color: #444c56;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.franchises_bulk_clear:hover {
    background: #dde2e9;
    color: #1f2833;
}


.franchises_bulk_actions__text {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
    white-space: nowrap;
}

.selected-count {
    color: #000000;
    font-weight: 500;
}

/* Стили для чекбокса множественного выбора под франшизой */
.franchise_item__selection {
    position: relative;
    z-index: 3;
    margin: 10px 0px -16px;
    text-align: center;
    pointer-events: auto;
    width: 100%;
}

.franchise_selection_checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 0px 0px 8px 8px;
    background: #4582EF;
    border: 1px solid rgba(252, 115, 55, 0.2);
    transition: all 0.2s ease;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    z-index: 4;
    width: 100%;
}
.franchise_selection_checkbox.disabled {
    background: #B9BED0;
}

.franchise_selection_checkbox:hover {
    background: #EC6124;
    border-color: #EC6124;
}

.franchise_selection_checkbox:has(input[type="checkbox"]:checked) {
    background: #fc7337;
    border-color: #fc7337;
}

.franchise_selection_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkbox-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    background: #fff;
    transition: all 0.2s ease;
    color: transparent;
    position: relative;
    z-index: 5;
}

.franchise_selection_checkbox input[type="checkbox"]:checked + .checkbox-icon,
.franchise_selection_checkbox input[type="checkbox"]:checked ~ .checkbox-icon {
    background: #fff;
    border-color: #fff;
    color: #fc7337;
}

.franchise_selection_checkbox > input[type="checkbox"].has-custom-checkbox + label[for] {
    display: none !important;
    pointer-events: none;
}

.checkbox-text {
    font-weight: 500;
    user-select: none;
    position: relative;
    z-index: 5;
}

#modalFreeConsult.bulk-consult-modal.send_request.fancybox-content {
    width: auto;
    max-width: 459px;
    padding: 40px 10px 0;
    overflow: hidden;
}

@media (max-width: 480px) {
    #modalFreeConsult.bulk-consult-modal.send_request.fancybox-content {
        max-width: calc(100vw - 12px);
    }
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-family: "PT Sans", Arial, sans-serif;
}

#modalFreeConsult.bulk-consult-modal .modal_name {
    margin-bottom: 18px;
    color: #242731;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.18;
    text-align: center;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .block {
    position: relative;
    width: 100%;
    margin-bottom: 14px;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .block:last-child {
    margin-bottom: 0;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .block .string_input,
#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .block textarea {
    display: block;
    width: 100%;
    min-width: 0;
    border: 1px solid #E3E7EE;
    border-radius: 8px;
    background: #F9FAFB;
    color: #242731;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    box-sizing: border-box;
    outline: none;
    transition: border-color .2s ease, background-color .2s ease;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .block .string_input:focus,
#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .block textarea:focus {
    border-color: var(--tf-orange0, #EB6124);
    background: #fff;
    box-shadow: 0 0 0 2px rgba(235, 97, 36, 0.14);
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .block .string_input {
    height: 46px;
    padding: 0 14px;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .block textarea {
    height: 88px;
    padding: 14px;
    resize: none;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .iti {
    width: 100%;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .phone_multicode {
    padding-left: 116px !important;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .iti__selected-flag {
    min-width: 94px;
    padding: 0 12px;
    border-right: 1px solid #E3E7EE;
    border-radius: 8px 0 0 8px;
    background: #EEF2F8;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .changeCityButton {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #585858;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .error_msg_own {
    display: none;
    margin-top: 8px;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .block.has-error .error_msg_own {
    display: block;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .freeConsultSendBulk {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 10px 16px;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

#modalFreeConsult #freeConsultFormBulk.main_form .freeConsultSendBulk:not(:disabled) {
    border-color: var(--tf-orange0, #EB6124);
    background: var(--tf-orange0, #EB6124);
    color: #fff;
}

#modalFreeConsult #freeConsultFormBulk.main_form .freeConsultSendBulk:not(:disabled):hover {
    border-color: var(--tf-orange10, #D34A0E);
    background: var(--tf-orange10, #D34A0E);
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .block-form-check {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: 2px;
    padding: 12px;
    border: 1px solid #E3E7EE;
    border-radius: 8px;
    background: #F9FAFB;
    box-sizing: border-box;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .block-form-check .form-group {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .form-check-input {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin: 1px 0 0;
    border: 1px solid #B9BED0;
    border-radius: 4px;
    background-color: #fff;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    box-sizing: border-box;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .form-check-input::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: translate(-50%, -62%) rotate(-45deg);
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .form-check-input:focus {
    border-color: var(--tf-orange0, #EB6124);
    box-shadow: 0 0 0 2px rgba(235, 97, 36, 0.14);
    outline: none;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .form-check-input:checked {
    border-color: var(--tf-orange0, #EB6124);
    background-color: var(--tf-orange0, #EB6124);
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .form-check-input.tf-consent-checkbox-error {
    border-color: #FFDACA;
    background-color: #FFDACA;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .form-check-input.tf-consent-checkbox-error:checked {
    border-color: var(--tf-orange0, #EB6124);
    background-color: var(--tf-orange0, #EB6124);
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .form-check-input:checked::before {
    opacity: 1;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .form-check-label {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    color: #242731;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
}

#modalFreeConsult.bulk-consult-modal #freeConsultFormBulk.main_form .form-check-label a {
    color: var(--tf-orange10, #D34A0E);
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 992px) {
    .franchises_bulk_actions {
        bottom: 60px;
    }
}
.franchises_bulk_actions.with-cookie-popup {
    bottom: 80px;
}

/* Мобильные стили */
@media (max-width: 768px) {
    .franchises_bulk_actions {
        left: 50%;
        right: auto;
        min-width: auto;
        max-width: calc(100vw - 20px);
        transform: translateX(-50%) translateY(100px);
    }

    .franchises_bulk_actions__container {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        justify-content: space-between;
    }

    .franchises_bulk_actions__text {
        text-align: center;
        font-size: 13px;
        order: 1;
        flex: 1;
        min-width: 0;
    }

    .franchises_bulk_actions button {
        width: 100%;
        font-size: 14px;
        padding: 10px 15px;
    }

    .franchises_bulk_clear {
        width: 100%;
        min-width: 0;
        height: 44px;
        order: 2;
        margin-left: auto;
    }

    .franchises_bulk_send {
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        margin-top: 12px;
    }

    .franchises_bulk_actions__close {
        top: 6px;
        right: 6px;
    }

    .franchise_item__selection {
        margin-top: 10px;
        z-index: 3;
    }

    .franchise_selection_checkbox {
        padding: 6px 10px;
        font-size: 13px;
        gap: 6px;
        z-index: 4;
    }

    .checkbox-icon {
        width: 18px;
        height: 18px;
        z-index: 5;
    }

    .checkbox-text {
        font-size: 13px;
        z-index: 5;
    }
}

/* Очень маленькие экраны */
@media (max-width: 480px) {
    .franchises_bulk_actions {
        left: 50%;
        right: auto;
        bottom: 60px;
        padding: 12px 15px;
        min-width: auto;
        transform: translateX(-50%) translateY(100px);
        width: 100%;
    }
    .franchise_item__info-text {
        max-width: 50%;
    }
    button.franchises_bulk_clear{
        width: 15%;
    }
    .franchises_bulk_actions__text{
        width: 20%;
        align-items: center;
        justify-content: left;
        display: flex;
        font-size: 18px;
    }
    .franchises_bulk_actions__container {
        flex-direction: row;
        align-items: stretch;
        gap: 0px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .franchises_bulk_send{
        margin-top: 5px;
    }
    .franchises_bulk_actions button {
        font-size: 18px;
        padding: 8px 12px;
    }

    .franchise_selection_checkbox {
        padding: 6px 4px;
        font-size: 12px;
        gap: 3px;
    }

    .checkbox-icon {
        width: 16px;
        height: 16px;
        z-index: 5;
    }
    .franchises_bulk_actions.with-cookie-popup {
        bottom: 110px;
    }
}

/* End */
/* /local/components/dev/catalog.promo/templates/.default/style.css?17646649144479 */
/* /local/templates/rtf2024/components/bitrix/news.list/catalogFranchisePromo/style.css?17852312735135 */
/* /local/components/dev/franchise.item/templates/.default/style.css?17852312555662 */
/* /local/templates/rtf2024/include/multiselect/bulk_actions_styles.css?178523129213333 */
