

/* Start:/local/templates/rtf2024/components/mx/mx.html/catalog.filter.search/style.css?17600969991322*/
.choose_category_filter .content ul li a figure,
.choose_category_filter .content ul li a figure img {
    min-width: 24px;
    width: 24px;
    min-height: 24px;
    height: 24px;
}
.franchise_filter .filter_list li a figure,
.filter_advanced_list li a img,
.choose_category_filter .content ul li a figure {
    margin-right: 8px;
}
.franchise_filter .filter_list li,
.choose_category_filter .content ul li {
    margin-bottom: 10px;
}

.filter_advanced_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
.filter_advanced_list li {
    margin-right: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}
.filter_advanced_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 0 15px;
    color: #000000;
    font-size: 16px;
    border: 1px solid transparent; }
.filter_advanced_list li a:hover {
    border: 1px solid #1e70b9; }
.filter_advanced_list li a img {
    margin-right: 9px;
    max-height: 24px;}

.fr-filter-wrapper{
    max-width: 100%;
}

.fr-filter__selectric-inputs,
.fr-filter__selectric-inputs-wrapper{
    flex-wrap: wrap;
}
.fr-filter .fr-filter__selectric-inputs-wrapper{
    align-items: flex-end;
}
/* End */


/* Start:/local/templates/rtf2024/components/bitrix/advertising.banner/bannerBlockSlider/style.css?1731509685921*/
.video_review_fr {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 49px;}
.video_review_fr .h2 {
    margin-bottom: 30px;
    color: #000; }
.video_review_fr .slider {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px; }
.video_review_fr .slider .slide {
    margin: 0 10px;
    position: relative; }
.video_review_fr .slider .slide .preview {
    width: 100%;
    height: 165px;
    border-radius: 6px;
    object-fit: cover; }
.video_review_fr .slider .slide .play_btn {
    position: absolute;
    left: 10px;
    bottom: 9px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center; }

.video_review_fr .slider .slide {
    display: block;
}

.catalogBannerSlider .slider,
.catalogBannerSlider .slider .slide img {
    height: auto;
}
/* End */


/* 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/mx/mx.html/catalog.filter/style.css?17314942401791*/
.sorts-block {
    margin-bottom: 15px;
}

.sorts-block .sorts-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 13px;
    text-align: left;
}

.sorts-block .sorts-head p:first-child {
    font-size: 21px;
    line-height: 27px
}

.sorts-block .sorts-head p:nth-child(2) {
    text-align: right;
    font-size: 18px;
    line-height: 23px
}

.sorts-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0 !important;
    margin-bottom: 0 !important
}

.sorts-block ul:not(:last-child) {
    margin-bottom: 0 !important
}

.sorts-block ul li {
    list-style: none;
    margin-right: 16px;
    padding-bottom: 12.5px
}

.sorts-block ul li a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 16px 7px;
    background: #fff;
    border-radius: 70px;
    color: #242731;
    text-align: center;
    cursor: pointer;
}

.sorts-block ul li a.active, .sorts-block ul li a:hover {
    background: #fc7337;
    color: #fff
}

.sorts-block ul li:last-child {
    margin-right: 0
}

@media (max-width: 1170px) {
    .sorts-block .sorts-head p:first-child {
        font-size: 17px
    }

    .sorts-block .sorts-head p:nth-child(2) {
        font-size: 15px;
        line-height: 27px;
    }
    .sorts-block .sorts-head p {
        idth: auto;
    }

    .sorts-block ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sorts-block ul:not(:last-child) {
        padding-bottom: 15px
    }

    .sorts-block ul li a {
        font-size: 16px;
        line-height: 18px
    }
}
/* End */


/* Start:/local/templates/rtf2024/components/bitrix/advertising.banner/catalog.kwiz/style.css?1743516681412*/
@media (max-width: 770px) {
    .main .kwiz_img-bann .desk-vis{
        display: none;
    }
    .main .kwiz_img-bann {
        text-align: center;
    }
    .main .kwiz_img-bann .mob-vis{
        margin-bottom: 20px;
    }
}
@media (min-width: 769px) {
    .main .kwiz_img-bann .mob-vis{
        display: none;
    }
    .main .kwiz_img-bann .desk-vis{
        height: auto;
        margin-bottom: 30px;
    }
}
/* End */


/* Start:/local/templates/rtf2024/components/bitrix/system.pagenavigation/pageCatalogSection/style.css?17334030272519*/
.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 */


/* Start:/local/templates/rtf2024/components/bitrix/news.list/catalogFranchisePromo/style.css?17443850841717*/
@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,
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;
}

.a101-fr-label{
    position: absolute !important;
    right: 0;
    top: 0px;
    background: #fff;
    padding: 5px 5px 3px 7px;
    border-bottom-left-radius: 18px;
    border-top-right-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?17623478524360*/
@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,
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;
}

.a101-fr-label{
    position: absolute !important;
    right: 0;
    top: 0px;
    background: #fff;
    padding: 5px 5px 3px 7px;
    border-bottom-left-radius: 18px;
    border-top-right-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;
}
.franchise_item__view{
    position: relative;
}
/* Обычные стили */
.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: auto;
        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: -102px;
        top: -23px;
        padding: 4px;
    }
}


/* Скрываем стандартный чекбокс */
.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/components/mx/mx.html/catalog.faq/style.css?17314942401578*/
.faq_section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.faq_section .inner {
    width: 100%;
    border-radius: 6px;
    background-color: #f5f5f5;
    padding: 40px;
}

.faq_section .h2 {
    text-align: left;
    margin-bottom: 25px;
}

.faq_section ul {
    width: 100%;
}

.faq_section ul li {
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.faq_section ul li .text {
    color: #242731;
    font-size: 16px;
    padding: 20px;
    padding-top: 0;
    display: none;
}

.faq_section ul li:last-child {
    margin-bottom: 0;
}

/*faq catalog*/
.faq_section ul li .nameQuestion {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    position: relative;
    padding-right: 50px;
    color: #242731;
    font-size: 16px;
    font-weight: bold;
}

.faq_section ul li .nameQuestion.active .arrow_img img {
    transform: rotate(180deg);
    margin-top: -4px;
}

.faq_section ul li .nameQuestion .image_figure {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 10px;
    width: 25px;
}

.faq_section ul li .nameQuestion .arrow_img {
    width: 26px;
    height: 26px;
    background-color: #f4f2f1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
}

.faq_section ul li .nameQuestion .arrow_img img {
    transition: .3s;
}
/* End */
/* /local/templates/rtf2024/components/mx/mx.html/catalog.filter.search/style.css?17600969991322 */
/* /local/templates/rtf2024/components/bitrix/advertising.banner/bannerBlockSlider/style.css?1731509685921 */
/* /local/components/dev/catalog.promo/templates/.default/style.css?17646649144479 */
/* /local/templates/rtf2024/components/mx/mx.html/catalog.filter/style.css?17314942401791 */
/* /local/templates/rtf2024/components/bitrix/advertising.banner/catalog.kwiz/style.css?1743516681412 */
/* /local/templates/rtf2024/components/bitrix/system.pagenavigation/pageCatalogSection/style.css?17334030272519 */
/* /local/templates/rtf2024/components/bitrix/news.list/catalogFranchisePromo/style.css?17443850841717 */
/* /local/components/dev/franchise.item/templates/.default/style.css?17623478524360 */
/* /local/templates/rtf2024/components/mx/mx.html/catalog.faq/style.css?17314942401578 */
