

/* Start:/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/style_2023.css?176426256196248*/
@import url('/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/css/table.css');
@import url('/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/fonts/sourcesans3/sourcesans3.css');

/* page */

.franchise_page {
    font-family: 'PT Sans', sans-serif !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr) 51px 285px;
    grid-column-gap: 38px;
    grid-row-gap: 0;
    grid-template-rows: auto auto auto auto 1fr;
    /*padding-top: 20px;*/
}

.franchise_page > * {
    align-self: start;
}

.franchise_page__top_actions {
    display: flex;
    justify-content: right;
    grid-area: 1 / 2 / 2 / 5;
    gap: 8px;
    width: max-content;
}

.franchise_page__action_btn {
    display: inline-flex;
    align-items: center;
    line-height: 1.3;
    font-size: 16px;
    text-decoration: none;
    color: #686868;
    padding: 7px 24px;
    border-radius: 8px;
    border: 1px solid #F4F2F1;
    background-color: transparent;
    cursor: pointer;
    gap: 8px;
    transition: all 0.25s linear;
    white-space: nowrap;
    min-width: 1px;
    flex-shrink: 0;
}

.franchise_page__action_btn:hover {
    background-color: #F4F2F1;
}

.franchise_page__action_btn.isDisabled {
    opacity: 0.8;
}

.franchise_page__action_btn__icon {
    width: 16px;
    height: 16px;
}

.franchise_page__action_btn__share_text {
    display: none;
    height: 100% !important;
}

.franchise_page__action_btn__share--active {
    color: #62B91E;
    border-color: #62B91E;
}

.franchise_page__action_btn__share--active .franchise_page__action_btn__icon {
    filter: invert(50%) sepia(72%) saturate(487%) hue-rotate(51deg) brightness(106%) contrast(93%);
}

.franchise_page__action_btn__favorite--active,
.franchise_page__action_btn__compare--active{
    color: #1E70B9;
    border-color: #1E70B9;
}

.franchise_page__action_btn__favorite--active .franchise_page__action_btn__icon,
.franchise_page__action_btn__compare--active .franchise_page__action_btn__icon{
    color: #1E70B9;
    filter: invert(31%) sepia(84%) saturate(937%) hue-rotate(178deg) brightness(100%) contrast(87%);
}

.franchise_page__title {
    display: flex;
    font-size: 32px;
    line-height: 1.2;
    grid-area: 2 / 1 / 3 / 5;
    /*margin: 20px 0 30px 0;*/
    margin-top: unset;
    margin-bottom: 24px;
    font-weight: 400;
}
@media (max-width: 991.98px) {
    .franchise_page__title {
        margin-bottom: 16px;
    }
}

.franchise_page__title_text {
    display: flex;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.franchise_page__title__icons {
    display: inline;
}

.franchise_page__title__icon {
    width: 24px;
    margin-left: 5px;
    cursor: pointer;
    object-fit: initial;
}

.franchise_page__invest-info {
    display: grid;
    grid-template-columns: 1fr 130px;
    grid-area: 3 / 3 / 4 / 5;
    margin-bottom: 28px;
}

.franchise_page__invest-info__logo {
    position: relative;
    grid-area: 2 / 2;
    grid-row: span 2;
    width: 130px;
    height: 130px;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    padding: 10px;
}

.franchise_page__logo__icon {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    cursor:pointer;
}

.franchise_page__invest-info__logo_img {
    display: block;
    max-width: 100%;
}

.franchise_page__invest-info__item {
    grid-area: 2 / 1;
}

.franchise_page__invest-info__item:first-child {
    grid-area: 1 / 1;
    margin-bottom: 16px;
}

.franchise_page__invest-info__title {
    color: #686868;
    font-size: 15px;
    line-height: 1.3;
}

.franchise_page__invest-info__value {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
}

.franchise_page__promotion {
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #FAECBC;
    color: #22272F;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.franchise_page__promotion__icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.franchise_page__promotion__link {
    color: #242731;
    text-decoration: none;
    margin-left: auto;
    font-size: 13px;
    border-bottom: 1px dashed;
    transition: all 0.25s linear;
    font-weight: 400;
}

.franchise_page__promotion__link:hover {
    border-bottom-color: transparent;
}

.franchise_page__contacts {
    grid-area: 4 / 3 / 3 / 5;
    margin-bottom: 28px;
    position: relative;
    top: 0;
    transition: all 0.25s linear;
}

.franchise_page__contacts-bottom {
    display: flex;
    flex-flow: row wrap;
    column-gap: 0;
    padding: 4px;
    border-radius: 8px;
    background: #F4F2F1;
}

.franchise_page__contact-bottom-left {
    display: flex;
    width: 50%;
    padding: 20px 28px;
    flex-direction: column;
    row-gap: 24px;
    border-radius: 6px;
    background: #FFF;
}

.franchise_page__contact__title {
    color: #242731;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.franchise_page__contact-bottom {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.franchise_page__contact-bottom__wrap {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    row-gap: 0;
}

.franchise_page__contact-bottom__link {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    width: 100%;
    margin-top: auto;
}

.franchise_page__contact-bottom-right {
    width: 50%;
    padding: 28px 32px;
    flex-direction: column;
    align-items: center;
}

.franchise_page__contact-bottom-btn {
    margin: 8px 0 20px 0;
}

.franchise_page__contacts__form {
    width: 100%;
}

.contacts__form-row {
    margin-bottom: 12px;
}

.contacts__form-input {
    display: flex;
    height: 40px;
    width: 100%;
    padding: 11px 12px;
    align-items: center;
    align-self: stretch;

    border: none;
    border-radius: 4px;
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
}

.contacts__form-agreement {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    column-gap: 10px;
    justify-content: flex-start;
}

.agreement_img {
    width: 30px;
    height: 22px;
}

.agreement_text {
    font-size: 14px;
    line-height: 1.2;
    color: #686868;
}

.franchise_page__contact_block {
    padding: 20px 24px;
    border-radius: 8px;
    background-color: #F4F2F1;
}

.franchise_page__contact {
    display: flex;
    margin-bottom: 20px;
}

.franchise_page__contact__photo {
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 16px;
}

.franchise_page__contact__content {
    line-height: 1.3;
}

.franchise_page__contact__text {
    color: #686868;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
}

.franchise_page__contact__text-upper {
    text-transform: uppercase;
}

.franchise_page__contact__name {
    color: #242731;
    font-size: 17px;
    font-weight: 700;
}

.franchise_page__contact__btn {
    border-radius: 8px;
    border-color: transparent;
    background: linear-gradient(180deg, #F4742C 0%, #E85B1D 100%);
    box-shadow: 0 12px 20px -16px #EC6124;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding: 15px 24px;
    cursor: pointer;
    transition: all 0.25s linear;
}

.franchise_page__contact__btn-full {
    width: 100%;
}

.franchise_page__contact__btn:hover,
.franchise_page__contact__btn:active {
    background: linear-gradient(0deg, rgba(255, 168, 0, 0.40) 0%, rgba(255, 168, 0, 0.40) 100%), linear-gradient(180deg, #F4742C 0%, #E85B1D 100%);
    box-shadow: 0 16px 30px -16px rgba(236, 97, 36, 0.80);
}

.franchise_page__contact__buttons {
    display: flex;
    flex-direction: column;
    position: relative;
    /*padding-bottom: 20px;*/
    /*margin-bottom: 20px;*/
    row-gap: 16px;
}

/*.franchise_page__contact__buttons:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    height: 1px;*/
/*    width: calc(100% + 48px);*/
/*    left: -24px;*/
/*    background-color: #E4E4E4;*/
/*}*/

.franchise_page__contact__link {
    display: inline-flex;
    align-items: center;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #24516E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    cursor: pointer;
}

.franchise_page__contact__link span {
    border-bottom: 1px dashed;
    transition: all 0.25s linear;
}

.franchise_page__contact__link:hover span {
    border-bottom-color: transparent;
}

.franchise_page__contact__link__img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.franchise_page__contact__socials {
    display: flex;
    color: #686868;
    font-size: 14px;
    line-height: 1.2;
}

.franchise_page__contact__socials__icons {
    margin-left: auto;
    display: flex;
    gap: 12px;
}

.franchise_page__contact__socials__icon {
    display: block;
    width: 32px;
    height: 32px;
    text-decoration: none;
}

.franchise_page__contact__socials__icon--wa {
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/wa-icon.svg");
}

.franchise_page__contact__socials__icon--wa:hover {
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/wa_hover-icon.svg");
    transition: all 0.25s linear;
}

.franchise_page__contact__socials__icon--tg {
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/tg-icon.svg");
}

.franchise_page__contact__socials__icon--tg:hover {
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/tg_hover-icon.svg");
    transition: all 0.25s linear;
}

.franchise_page__top_bnr {
    display: flex;
    grid-area: 3 / 1 / 5 / 3;
    grid-row: span 3;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.franchise_page__info {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    grid-area: 12 / 3 / 4 / 5;
    font-size: 14px;
    line-height: 1.3;
    top: 0;
    position: relative;
    transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.franchise_page__info--pinned {
    position: sticky;
    top: 400px;
    transition: all 0.2s linear;
    transform: translateY(10%);
}

.franchise_page__contacts--pinned {
    position: sticky;
    top: 90px;
    transition: all 0.2s linear;
    transform: translateY(10%);
}

.franchise_page__contacts--pinned .franchise_page__promotion {
    display: none;
}


.franchise_page__right_block {
    display: grid;
    grid-area: 5 / 3 / 12 / 5;
    /*width: max-content;*/
    width: 100%;
    margin-bottom: 40px;
    position: sticky;
    top: 0;
}

.franchise_page__right_block--pinned {top: 90px;}
.franchise_page__right_block--pinned2 {top: 170px;}

.franchise_page__info__item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 36px;
    row-gap: 8px;
    font-size: 17px;
}

.franchise_page__info__item:before {
    content: '';
    position: absolute;
    left: 8px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
}

.franchise_page__info__item--weight {
    font-weight: 700;
}

.franchise_page__info__item--ok:before {
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/guard-icon.svg");
}

.franchise_page__info__item--time:before {
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/cup-icon.svg");
}

.franchise_page__info__item--fire:before {
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/fire-icon.svg");
}

.franchise_page__info__item--work:before {
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/right-icon.svg");
}
.franchise_page__info__item--a101:before {
    background-image: url("/upload/uf/b0e/3zt4ift20y5r2nj2eajopr8ylgnwanas.svg");
}

.franchise_page__menu {
    grid-area: 9 / 1 / 6 / 3;
    width: 100%;
    height: 40px;

    display: flex;
    align-items: flex-start;
    gap: 32px;
    font-size: 17px;
    line-height: 1.3;
    border-bottom: 1px solid #E4E4E4;

    flex-flow: row nowrap;
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.franchise_page__menu_wrap {
    display: flex;
    /*gap: 32px;*/
    width: 100%;
    text-wrap: nowrap;
    overflow-x: auto;
    /*padding-bottom: 20px;
    margin-bottom: -20px;*/
    margin-bottom: unset;
    padding-bottom: unset;
    cursor: pointer;
}
@media (min-width: 1200px) {
    .franchise_page__menu_wrap {
        gap: 32px;
        max-width: calc(100vw - 32px - 80px - 60px - 200px);
    }
}
@media (max-width: 1199.98px) {
    .franchise_page__menu_wrap {
        gap: 16px;
    }
}
@media (max-width: 767.98px) {
    .franchise_page__menu_wrap {
        max-width: calc(100vw - 32px);
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .franchise_page__menu_wrap {
        max-width: calc(100vw - 32px - 40px - 48px - 200px);
    }
}

/*.pinned_header__menu .franchise_page__menu_wrap > *:first-child {*/
/*    padding-left: 12px;*/
/*}*/

/*.pinned_header__menu .franchise_page__menu_wrap > *:last-child {*/
/*    padding-right: 12px;*/
/*}*/

.franchise_page__menu a {
    color: var(--black-color);
    padding-bottom: 18px;
    border-bottom: 2px solid transparent;
    transition: all 0.25s linear;
}
@media (min-width: 1200px) {
    .franchise_page__menu a {
        font-size: 15px;
    }
}
@media (max-width: 991.98px) {
    .franchise_page__menu a {
        font-size: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .franchise_page__menu a {
        font-size: 14px;
    }
}

.franchise_page__menu a:hover,
.franchise_page__menu a:focus {
    padding-bottom: 18px;
    border-bottom-color: #686868;
}

.franchise_page__menu .active {
    border-bottom-color: #EC6124
}

.franchise_page__content {
    grid-area: 11 / 1 / 11 / 3;
}

.franchise_page__ask_seller {
    display: none;
}

/*** content ***/

.franchise_page__content__title {
    color: #242731;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    word-wrap: break-word;
    text-wrap: wrap;
}

.franchise_page__content__title--center {
    text-align: center;
}

.franchise_page__content__text {
    /*display: flex;
    flex-direction: column;*/
    width: 100%;
    color: #242731;
    font-size: 17px;
    line-height: 1.4;
}

.franchise_page__content p,
.franchise_page__content ul,
.franchise_page__content ol,
.franchise_page__content img {
    margin-top: 0;
}

.franchise_page__content-chapter {
    margin-bottom: 40px;
}

.block_investments .franchise_page__content__text,
.block_profit .franchise_page__content__text {
    padding-left: 80px;
}

.franchise_page__photo,
.franchise_page__video,
.franchise_page__questions,
.franchise_page__video_review,
.franchise_page__review {
    position: relative;
    overflow: hidden;
    padding: 40px 40px 20px 40px;

    border-radius: 8px;
    background: #F4F2F1;
}

.franchise_page__review {
    height: content-box;
}

.slide-video, .slide-photo {
    overflow: hidden;
}

.franchise_page__content > ul, ol {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    row-gap: 8px;
    margin-left: -10px;
}

.franchise_page__content > p {
    margin-top: 0;
}

/*.franchise_page__content__text ul, .franchise_page__content__text ol {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-flow: column wrap;*/
/*    justify-content: flex-start;*/
/*    margin-left: -10px;*/
/*}*/

.franchise_page__content__text li {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.6;
    font-size: 17px;
}

.franchise_page__content__text .greenCheckList > li {
    margin-bottom: 0;
    line-height: 1.6;
}

.design2024 .franchise_page__content__text img:not(.slide-review__header-img) {
    margin-top: unset;
    margin-bottom: unset;
}

.phenix__faq .franchise_page__content__text img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 8px;
}


body .franchise_page__content h2,
body .franchise_page__content h3 {
    margin-top: 40px;
}


.design2024 .franchise_page__color_block {
    margin-bottom: 40px;
}

body .franchise_page__content .franchise_page__color_block h2,
body .franchise_page__content .franchise_page__color_block h3 {
    margin-top: 10px;
}

.franchise_page__content__text .images_block {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    margin-bottom: 1em;
}

.design2024 .franchise_page__content__text .images_block img{
    margin: 0;
}

.img2 img{
    width: calc(50% - 10px);
    margin: 0;
    flex-wrap: nowrap;
    object-fit: cover;
}

.img3 img{
    width: calc(33% - 10px)!important;
    margin: 0;
    flex-wrap: nowrap;
    object-fit: cover;
}

.img4 img{
    width: calc(25% - 10px)!important;
    margin: 0;
    flex-wrap: nowrap;
    object-fit: cover;
}

table td img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

.franchise_page__photo {
    margin-bottom: 40px;
    margin-top: 0;
}

.franchise_page__content__text .fr-text-2-cols {
    display: block; /*inline-flex*/
    columns: 2;
    -webkit-columns: 2;
}

.franchise_page__content__text .fr-text-3-cols {
    display: block; /*inline-flex*/
    columns: 3;
    -webkit-columns: 3;
}

.fr-text-cols--item {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 48%;
}

/* Стили для модального окна */
.video-modal {
    display: none; /* скрыто по умолчанию */
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.video-modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 60%;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}


@media screen and (max-width: 768px) {

    .franchise_page__content h2,
    .franchise_page__content h3 {
        margin-top: 20px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .franchise_page__color_block h2,
    .franchise_page__color_block h3 {
        margin-top: 0;
        padding-left: 45px;
    }

    .franchise_page__content__text .images_block img{
        width: 100%;
    }

    .franchise_page__content__text .fr-text-2-cols, .franchise_page__content__text .fr-text-3-cols {
        margin-top: 0;
    }

    body .franchise_page__content__title{
        font-size: 18px;
    }

    .franchise_page__photo {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .franchise_page__content__text .fr-text-2-cols {
        columns: 1;
        -webkit-columns: 1;
    }

    .franchise_page__content__text .fr-text-3-cols {
        columns: 1;
        -webkit-columns: 1;
    }

    .franchise_page__top_action_wrap{
        display: none;
    }

}

@media screen and (max-width: 480px) {
    .franchise_page__content__text .fr-text-2-cols, .franchise_page__content__text .fr-text-3-cols {
        display:block;
    }

    .fr-text-cols--item {
        height: 100%;
    }
}

/**/

.franchise_page__color_block {
    display: flex;
    flex-flow: column wrap;
    height: auto;
    padding: 28px 0 28px 32px;
}

.block_investments, .block_profit {
    border-radius: 3px;
    background-position: left 32px top 28px, left 0 top 0;
    background-repeat: no-repeat;
    background-size: 60px 60px, auto;
    border-left: 6px solid #1E70B9;
}

.block_investments {
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/investments-icon.svg"), linear-gradient(90deg, rgba(98, 185, 30, 0.08) 0%, rgba(98, 185, 30, 0.00) 100%);
    border-left: 6px solid #62B91E;
}

.block_profit {
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/profit-icon.svg"), linear-gradient(90deg, rgba(30, 112, 185, 0.08) 0%, rgba(30, 112, 185, 0.00) 100%);
    border-left: 6px solid #1E70B9;
}

.franchise_page__content__title_color {
    word-wrap: break-word;
    text-wrap: wrap;
    padding-left: 70px;
    padding-top: 15px;
}

.investments_highlight {
    background: #d8efc7;
    color: #242731;
}

.profit_highlight {
    background: #b9dcfb;
    color: #242731;
}

.franchise_page__bnr_video {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 28px 32px;
    gap: 32px;
    height: 234px;
    width: 100%;

    border-radius: 8px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/images/img5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
}

.franchise_page__bnr_video__text {
    color: #FFF;
    font-size: 28px;
    line-height: 1.2;
    width: 600px;
    text-align: left;
    word-wrap: wrap;
}

.franchise_page__bnr_video__btn {
    display: inline-flex;
    flex-flow: row nowrap;
    height: 52px;
}

.franchise_page__content__img {
    border-radius: 8px;
    display: block;
    max-width: 100%;
    margin: 12px auto;
}

.franchise_page__top_bnr__img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.franchise_page__top_bnr__video {
    height: 385px;
}

.franchise_page__video-item {
    position: relative;
    height: 434px;
    border-radius: 8px;
}

.franchise_page__numbers {
    display: flex;
    padding: 12px;
    align-items: flex-start;
    border-radius: 8px;
    background: radial-gradient(94.94% 62.11% at -0.00% 0%, #3394CA 0%, rgba(51, 148, 202, 0.00) 100%), #1E70B9;
}

.franchise_page__numbers-left {
    display: flex;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    min-width: 250px;
}

.franchise_page__numbers-right {
    display: flex;
    flex-flow: row wrap;
    gap: 4px;
    padding: 8px 12px;
}

.franchise_page__numbers__title {
    color: #FFFFFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

.franchise_page__numbers__btn {
    display: flex;
    width: 235px;
    padding: 12px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.12);
}

.franchise_page__numbers__btn:hover {
    background: rgba(255, 255, 255, 0.20);
    transition: all 0.25s linear;
}

.franchise_page__numbers__btn a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration-line: underline;
}

.franchise_page__numbers__item {
    display: flex;
    flex-flow: row wrap;
    min-width: 30%;
    padding: 12px 20px;
    border-radius: 6px;
    background: #FFFFFF;

    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex: 1 0 0;
}

.franchise_page__numbers__item-title {
    color: #686868;
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
    word-wrap: break-word;
}

.franchise_page__numbers__item-text {
    color: #242731;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.0;
    width: 100%;
    word-wrap: break-word;
}

.franchise_page__numbers__btn__img {
    width: 28px;
    height: 28px;
}

.franchise_page__photo-wrap {
    color: #242731;
}

.franchise_page__slider_arrow {
    position: absolute;
    background: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/slider_arrow-icon.svg");
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border: none;
    cursor: pointer;
    transition: all 0.25s linear;
}

.franchise_page__slider_arrow:hover,
.franchise_page__slider_arrow:focus {
    background: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/slider_arrow_hover-icon.svg");
}

.franchise_page__slider_arrow-prev {
    transform: scale(-1, 1);
    left: -100px;
}

.franchise_page__slider_arrow-next {
    right: -100px;
}

.franchise_page__slider_arrow-prev-review {
    transform: scale(-1, 1);
    left: -100px;
}

.franchise_page__slider_arrow-next-review {
    right: -100px;
}

.franchise_page__slider_preview-wrap {
    position: absolute;
    bottom: -97px;
    left: 0;
    width: 100%;
    z-index: 1;
    gap: 12px;
    align-items: center;
    display: flex;
    background: linear-gradient(180deg, rgba(36, 39, 49, 0.00) 0%, rgba(36, 39, 49, 0.50) 100%);
    justify-content: center;
    padding: 24px 0 16px;
    transition: all 0.25s linear;
    border-radius: 8px;
}

.franchise_page__photo .franchise_page__slider_arrow-prev,
.franchise_page__photo .franchise_page__slider_arrow-next {
    top: calc(50% - 20px);
}

.franchise_page__top_bnr:hover .franchise_page__slider_preview-wrap,
.franchise_page__top_bnr:focus .franchise_page__slider_preview-wrap {
    bottom: 0;
}

.franchise_page__top_bnr:hover .franchise_page__slider_arrow-prev,
.franchise_page__top_bnr:focus .franchise_page__slider_arrow-prev,
.franchise_page__photo:hover .franchise_page__slider_arrow-prev,
.franchise_page__photo:focus .franchise_page__slider_arrow-prev,
.franchise_page__video:hover .franchise_page__slider_arrow-prev,
.franchise_page__video:focus .franchise_page__slider_arrow-prev,
.franchise_page__video_review:hover .franchise_page__slider_arrow-prev,
.franchise_page__video_review:focus .franchise_page__slider_arrow-prev-review{
    left: 20px;
}

.franchise_page__top_bnr:hover .franchise_page__slider_arrow-next,
.franchise_page__top_bnr:focus .franchise_page__slider_arrow-next,
.franchise_page__photo:hover .franchise_page__slider_arrow-next,
.franchise_page__photo:focus .franchise_page__slider_arrow-next,
.franchise_page__video:hover .franchise_page__slider_arrow-next,
.franchise_page__video:focus .franchise_page__slider_arrow-next,
.franchise_page__video_review:hover .franchise_page__slider_arrow-next,
.franchise_page__video_review:focus .franchise_page__slider_arrow-next {
    right: 20px;
}

.franchise_page__review:hover .franchise_page__slider_arrow-prev-review,
.franchise_page__review:focus .franchise_page__slider_arrow-prev {
    left: -20px;
}

.franchise_page__review:hover .franchise_page__slider_arrow-next-review,
.franchise_page__review:focus .franchise_page__slider_arrow-next-review {
    right: -20px;
}

.franchise_page__slider_preview {
    position: relative;
    width: 56px;
    height: 56px;
    border: none;
    border-radius: 8px;
    background: none;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s linear;
}

.franchise_page__slider_preview[data-type="video"]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/css/owl.video.play.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
}

.franchise_page__slider_preview img {
    max-height: 100%;
}

.owl-dots {
    padding: 10px;
}

.franchise_page__photo__img {
    max-width: 384px;
    max-height: max-content;
    border-radius: 8px;
}

.franchise_page__scroll_to_top {
    z-index: 100;
}

.franchise_page__scroll_to_top__btn {
    min-width: 48px;
    min-height: 48px;
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/top-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    outline: none;

    position: fixed;
    bottom: 11px;
    right: 11%;
}

@media screen and (max-width: 768px){
    .franchise_page__scroll_to_top__btn{
        bottom: 122px;
    }
}

.scroll .franchise_page__scroll_to_top__btn{
    bottom: 67px;
}

.franchise_page__scroll_to_top__btn-hide {
    display: none;
}

.franchise_page__scroll_to_top__btn:hover {
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/top_hover-icon.svg");
}

.franchise_page__pinned_header {
    z-index: 1010;
    display: none;
    justify-content: center;
    align-items: center;
    height: 68px;
    box-shadow: var(--shadow2);
    background-color: var(--page-header-bg);
}

.franchise_page__pinned_header__wrapper {
    display: flex;
    /*column-gap: 44px;*/
    min-height: 68px;
    height: 68px;
    /*justify-content: center;*/
    align-items: center;
    padding: 0 10px;
}
@media (min-width: 1200px) {
    .franchise_page__pinned_header__wrapper {
        column-gap: 40px;
    }
}
@media (max-width: 1199.98px) {
    .franchise_page__pinned_header__wrapper {
        column-gap: 20px;
    }
}

.franchise_page__pinned_header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    column-gap: 40px;
    /*padding: 0 10px;*/
}

.franchise_page__search__form {
    position: relative;
    display: flex;
    /*width: 212px;*/
    min-width: 200px;
    width: 100%;
    min-height: 40px;
    height: 40px;
    /*padding: 11px 12px;*/
    padding: unset;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    /*background: #F4F2F1;*/
    background-color: var(--white-color);
}

.search__form_input {
    color: #686868;
    width: 162px;
    font-size: 14px;
    line-height: 1.3;
    border: none;
    outline: none;
    background: #F4F2F1;
}
@media (max-width: 991.98px) {
    .search__form_input {
        width: 100%;
        height: 32px;
        padding: 0 92px 0 12px;
        outline: none;
        border: none;
        border-radius: 8px;
        background: #F0F0F4;
        color: #686868;
        font-size: 12px;
        line-height: 1.3;
    }
}

.search__form_btn {
    width: 18px;
    height: 18px;
    background: #F4F2F1;
    background: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/loupe-icon.svg") no-repeat 50% 50%;
    background-size: 18px 18px;
    border: none;
    outline: none;
    cursor: pointer;
}

.pinned_header__logo_img {
    /*width: 56px;
    max-height: 56px;*/
}
@media (min-width: 1200px) {
    .pinned_header__logo_img {
        min-width: 60px;
        width: 60px;
        min-height: 60px;
        height: 60px;
    }
}
@media (max-width: 1199.98px) {
    .pinned_header__logo_img {
        min-width: 48px;
        width: 48px;
        min-height: 48px;
        height: 48px;
    }
}

.pinned_header__menu {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
    align-self: flex-end;
    /*overflow: hidden;
    -webkit-overflow-scrolling: touch;*/
}

.pinned_header__menu a {
    padding-bottom: 21px;
    border-bottom: 2px solid transparent;
    transition: all 0.25s linear;
    cursor: pointer;
}

.pinned_header__menu a:hover {
    border-bottom-color: #686868;
    opacity: 0.7;
}

.pinned_header__menu .active {
    border-bottom-color: #EC6124;
}

.franchise_page__content__text-faq {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    transition: .3s;
}

.franchise_page__content__text-faq ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100%;
}

.franchise_page__content__text-faq ul li {
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 20px;
}

.franchise_page__content__text-faq ul li .nameQuestion {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 100px 20px 20px;
    position: relative;
    color: #242731;
    font-size: 17px;
    font-weight: 700;
}

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

.franchise_page__content__text-faq 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;
    right: 0;
    margin-right: 20px;
    transform: rotate(90deg);
}

.franchise_page__content__text-faq ul li .text {
    color: #242731;
    font-size: 17px;
    padding: 0 20px 20px 20px;
    display: none;
}

.franchise_page__content__text-faq ul li .nameQuestion.active .arrow_img img {
    transform: rotate(180deg);
    margin-top: -4px;
    top: 2px;
    position: relative;
}

.franchise_page__content__text-faq ul li .nameQuestion .arrow_img img {
    transition: .3s;
    width: 8px;
    margin: 0;
}


/** tooltip **/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 14px;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: .95
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: rgb(104, 104, 104);
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: rgb(104, 104, 104);
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: rgb(104, 104, 104);
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: rgb(104, 104, 104);
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background: rgb(104, 104, 104);
    box-shadow: 0 8px 16px -12px rgba(195, 195, 195, 0.30);
    backdrop-filter: blur(4px);
}

.owl-carousel .owl-video-tn {
    background-size: cover;
}

.owl-carousel .owl-video-play-icon {
    width: 52px;
    height: 52px;
    margin-left: -26px;
    margin-top: -26px;
}

.franchise_page__top_bnr .owl-carousel .owl-stage-outer {
    margin-bottom: 0;
}
/*
.owl-carousel .owl-stage-outer {
    margin-bottom: 20px;
}
*/

.mobile-logo {
    display: none;
}

@-webkit-keyframes slideTooltip {
    from {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideTooltip {
    from {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.franchise_page__invest-info__logo .hint {
    position: absolute;
    top: 0;
    right: 0;
}


@media screen and (max-width: 1023px) {

    header {
        padding-top: 0;
    }

    main {
        margin-top: 58px;
        margin-bottom: 95px;
    }

    .franchise_page {
        padding-top: 0;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        position: relative;
    }

    .franchise_page__header-top {
        align-items: center;
        padding-top: 8px;
    }

    .franchise_page__tflogo_img {
        width: 180px;
        height: 24px;
    }

    .franchise_page__header__tflogo_text {
        font-size: 12px;
    }

    .franchise_page__header__search_form {
        width: 365px;
    }

    .franchise_page__header__search_form_input {
        font-size: 14px;
    }

    .franchise_page__header_phone {
        font-size: 18px;
    }

    .franchise_page__header__main_menu a {
        font-size: 14px;
        margin-right: 25px;
    }


    .franchise_page__header__registration a {
        font-size: 14px;
    }

    .franchise_page__crumbs_wrap {
        grid-area: 1 / 1 / 1 / 5;
        height: 24px;
        width: 100%;

        display: flex;
        flex-flow: row nowrap;
        gap: 0;

        margin-bottom: 12px;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .franchise_page__top_actions {
        grid-area: 7 / 1 / 7 / 5;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 20px;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .franchise_page__top_action_wrap {
        text-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 10px;
        margin-bottom: -20px;
    }

    .franchise_page__action_btn {
        justify-content: center;
    }

    .franchise_page__action_btn__favorite,
    .franchise_page__action_btn__compare {
        padding: 7px 25px;
    }

    .franchise_page__title {
        font-size: 22px;
        grid-area: 3 / 1 / 3 / 5;
    }

    .franchise_page__title_text {
        font-size: 22px;
        margin: 0 0 20px 0;
    }

    .franchise_page__title__icon {
        width: 20px;
        margin-left: 4px;
    }

    .franchise_page__invest-info {
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 50px;
        grid-template-columns: 1fr;
        grid-area: 4 / 1 / 4 / 5;
        margin-bottom: 16px;
    }

    .franchise_page__invest-info__logo {
        width: 96px;
        height: 96px;
        padding: 8px;
    }

    .franchise_page__invest-info__item:first-child {
        margin-bottom: 0;
    }

    .franchise_page__invest-info__title {
        font-size: 13px;
    }

    .franchise_page__invest-info__value {
        font-size: 18px;
    }

    .franchise_page__promotion {
        display: inline-flex;
        width: 100%;
        padding: 12px;
    }

    .franchise_page__contacts {
        grid-area: 6 / 1 / 6 / 1;
        margin-bottom: 20px;
        transition: none;
        width: 100%;
    }

    .franchise_page__contact__title {
        font-size: 22px;
    }

    .franchise_page__contact {
        margin-bottom: 12px;
    }

    .franchise_page__contact__photo {
        width: 48px;
        height: 48px;
    }

    .franchise_page__contact__socials__icon {
        width: 40px;
        height: 40px;
    }

    .franchise_page__top_bnr {
        width: 100%;
        grid-area: 2 / 1 / 2 / 5;
        margin-bottom: 16px;
    }

    .owl-carousel .owl-item img {
        margin: 0 auto;
    }

    .franchise_page__info {
        grid-area: 6 / 2 / 6 / 2;
        margin-bottom: 20px;
        transition: none;
    }

    .franchise_page__info__item {
        padding-left: 28px;
    }

    .franchise_page__info__item:before {
        left: 0;
    }

    .franchise_page__menu {
        grid-area: 5 / 1 / 5 / 5;
        align-items: center;
        gap: 0;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .franchise_page__content {
        grid-area: 10 / 1 / 10 / 5;
    }

    /*** content ***/
    .franchise_page__content__title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .franchise_page__content-chapter {
        margin-bottom: 20px;
    }

    .franchise_page__photo,
    .franchise_page__video,
    .franchise_page__questions,
    .franchise_page__video_review,
    .franchise_page__review {
        padding: 20px 20px 5px 20px;
    }

    .franchise_page__bnr_video__text {
        font-size: 24px;
    }

    .franchise_page__scroll_to_top__btn {
        right: 10px;
    }

    .franchise_page__pinned_header img,
    .franchise_page__pinned_header form {
        display: flex;
    }

    .pinned_header__logo_img {
        width: 48px;
        height: 48px;
    }

    .franchise_page__content__text-faq ul li .nameQuestion {
        padding: 20px 50px 20px 20px;
        position: relative;
    }

    .franchise_page__content__text-faq p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .franchise_page__info--pinned {
        position: static;
    }

    .franchise_page__contacts--pinned {
        position: static;
    }

    .franchise_page__contacts--pinned .franchise_page__promotion {
        display: flex;
    }

    .mobile-logo {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .franchise_page__video-item {
        height: 50vw;
    }

    .favourites {
        display: none;
    }

    .franchise_page {
        /*grid-template-columns: 1fr;
        grid-template-rows: 1fr;*/ /* старые стили - дают уезжающий контент за края */

        display: flex;
        flex-direction: column;
    }

    .franchise_page__top_actions {
        grid-area: 7 / 1 / 7 / 5;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 20px;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .franchise_page__top_action_wrap {
        text-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 10px;
        /*margin-bottom: -20px;*/
        margin-bottom: unset;
    }

    .franchise_page__action_btn {
        padding: 7px 11px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .franchise_page__action_btn__favorite,
    .franchise_page__action_btn__compare {
        padding: 7px 25px;
    }

    .franchise_page__action_btn__share {
        height: 36px;
    }

    .franchise_page__action_btn__icon {
        width: 16px;
        height: 16px;
    }

    .franchise_page__title {
        font-size: 22px;
        grid-area: 3 / 1 / 3 / 5;
        margin: 0 0 20px 0;
        display: block;
    }

    .franchise_page__title__icon {
        width: 20px;
        margin-left: 4px;
    }

    .franchise_page__invest-info {
        display: inline-flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
        width: 100%;
    }

    .franchise_page__invest-info__item {
        width: 50%;
    }

    .franchise_page__invest-info__logo {
        display: none;
    }


    .franchise_page__promotion {
        display: inline-flex;
        width: 100%;
        padding: 12px;
    }

    .franchise_page__contacts {
        grid-area: 6 / 1 / 6 / 5;
        margin-bottom: 20px;
    }

    .franchise_page__contacts-bottom {
        flex-flow: column wrap;
        margin: 0 -16px 20px -16px;
    }

    .franchise_page__contact-bottom-left {
        width: 100%;
        padding: 8px 12px;
        flex-direction: column;
        row-gap: 16px;
        margin-bottom: 20px;
    }

    .franchise_page__contact__title {
        font-size: 22px;
    }

    .franchise_page__contact-bottom {
        flex-direction: row;
        width: 100%;
    }

    .franchise_page__contact-bottom__link {
        row-gap: 16px;
    }

    .franchise_page__contact-bottom-right {
        width: 100%;
        padding: 0 12px;
        margin-bottom: 16px;
    }

    .franchise_page__contact-bottom-btn {
        margin: 15px 0 24px 0;
    }

    .franchise_page__contact__buttons:after {
        width: calc(100% + 32px);
        left: -16px;
    }

    .agreement_img {
        width: 20px;
        height: 20px;
    }

    .agreement_text {
        line-height: 1.2;
        color: #686868;
    }

    .franchise_page__contact_block {
        padding: 16px;
    }

    .franchise_page__contact__photo {
        width: 48px;
        height: 48px;
    }

    .franchise_page__contact {
        margin-bottom: 12px;
    }


    .franchise_page__contact__socials__icon {
        width: 40px;
        height: 40px;
    }

    .franchise_page__top_bnr {
        width: 100%;
        grid-row: 1;
        grid-area: 2 / 1 / 2 / 5;
        margin-bottom: 16px;
    }

    .owl-carousel .owl-item img {
        margin: 0 auto;
    }

    .franchise_page__info {
        grid-area: 8 / 1 / 8 / 5;
        margin-bottom: 20px;
    }

    .franchise_page__info__item {
        padding-left: 28px;
        font-size: 14px;
        line-height: 1.3;
    }

    .franchise_page__info__item:before {
        left: 0;
    }

    .franchise_page__menu {
        grid-area: 5 / 1 / 5 / 5;
        height: 40px;
        width: 100%;

        display: flex;
        flex-flow: row nowrap;
        gap: 0;
        font-size: 14px;
        margin-bottom: 20px;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    /*.franchise_page__menu_wrap {
        display: flex;
        gap: 16px;
        flex-flow: row nowrap;
        padding-bottom: 20px;
        margin-bottom: -20px;
        width: 800px;
        text-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
        font-size: 17px;
    }*/

    .franchise_page__menu_wrap a {
        padding-bottom: 19px;
        white-space: nowrap;
        color: #000;
    }

    .franchise_page__menu a:hover,
    .franchise_page__menu a:focus {
        padding-bottom: 19px;
    }

    .franchise_page__content {
        grid-area: 10 / 1 / 10 / 5;
        width: 100%;
    }

    .franchise_page__ask_seller {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 8px;
        flex-wrap: wrap;
        grid-area: 9 / 1 / 9 / 5;
        margin-bottom: 20px;
    }

    .franchise_page__ask_seller-item {
        height: 48px;
        padding: 0px 36px;
        margin-bottom: 6px;
        border-radius: 8px;
        border: none;
        background: #E6F2FE;
        text-align: center;
        color: #242731;
        font-size: 16px;
        line-height: 1.3;
        display: inline-flex;
        align-items: center;
    }

    /*** content ***/
    .franchise_page__content__title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .franchise_page__content__text {
        font-size: 15px;
    }

    .franchise_page__photo,
    .franchise_page__video,
    .franchise_page__questions,
    .franchise_page__video_review,
    .franchise_page__review {
        padding: 20px 20px 5px 20px;
        margin: 0 -16px 20px -16px;
    }

    .franchise_page__color_block {
        padding: 12px 0;
        margin: 0 -16px 20px -16px;
    }

    .block_investments,.block_profit {
        background-position: left 12px top 12px, left 0 top 0;
        background-size: 32px 32px, auto;
        padding-left: 12px;
        padding-right: 16px;
    }

    .franchise_page__content__title_color {
        padding-top: 3px;
        padding-left: 35px;
    }

    .franchise_page__bnr_video {
        padding: 16px;
        gap: 24px;
        height: 100%;
        width: 100%;
        align-items: center;
        background-position: right;
    }

    .franchise_page__bnr_video__text {
        font-size: 16px;
        width: 100%;
    }

    .franchise_page__bnr_video__btn {
        padding: 15px 24px;
        width: 100%;
        display: block;
    }

    .franchise_page__top_bnr__video {
        height: 185px;
    }

    .franchise_page__numbers {
        padding: 8px;
        align-items: center;
        flex-direction: column;
        margin: 0 -16px 20px -16px;
    }

    .franchise_page__numbers-left {
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
        width: 100%;
        margin-bottom: 12px;
    }

    .franchise_page__numbers-right {
        flex-flow: column wrap;
        padding: 0;
        width: 100%;
    }

    .franchise_page__numbers__item {
        display: block;
        flex-direction: column;
    }

    .franchise_page__numbers__item-title{
        padding-bottom: 10px;
    }

    .franchise_page__numbers__title {
        font-size: 22px;
    }

    .franchise_page__numbers__btn {
        width: 100%;
        padding: 12px 18px;
    }

    .franchise_page__numbers__btn a {
        font-size: 15px;
    }

    .franchise_page__numbers__btn__img {
        width: 24px;
        height: 24px;
    }

    .franchise_page__slider_arrow {
        display: none;
    }

    .franchise_page__slider_preview-wrap {
        display: none;
    }

    .franchise_page__slider_preview {
        display: none;
    }

    .franchise_page__photo__img {
        width: 100%;
        max-height: max-content;
    }

    /*.franchise_page__pinned_header__wrapper {
        height: 48px;
    }*/

    .franchise_page__pinned_header img,
    .franchise_page__pinned_header form {
        display: none;
    }

    .franchise_page__pinned_header-fixed {
        column-gap: 16px;
        position: fixed;
        left: 0;
        top: 0;
        display: flex;
        margin: 0 -12px;
        width: calc(100% + 24px);
    }

    .pinned_header__logo_img {
        width: 48px;
        height: 48px;
    }

    .pinned_header__menu {
        width: 100%;
        gap: 16px;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .franchise_page__content__text-faq {
        justify-content: center;
    }

    .franchise_page__content__text-faq ul li .nameQuestion {
        padding: 20px 50px 20px 20px;
        position: relative;
    }

    .franchise_page__content__text-faq p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .mobile-logo {
        display: block;
    }

    .franchise_page__content__text li {
        font-size: 15px;
    }

}

@media screen and (max-width: 420px) {

    .franchise_page__title {
        margin: 0 0 16px 0;
    }

    .franchise_page__title_text {
        margin: 0;
    }

    .franchise_page__title__icons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 375px) {

    .franchise_page__action_btn__share_text {
        display: none !important;
    }

    .franchise_page__title {
        display: block;
    }

    .franchise_page__title_text {
        display: inline;
    }
}

@media screen and (max-width: 360px) {
    .franchise_page__action_btn__favorite,
    .franchise_page__action_btn__compare {
        max-width: 40%;
    }
}


hr{
    display: none;
}

/*body h2,
body h3{
    color: #242731;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}*/
.franchise_page h1,
.franchise_page .h1,
.franchise_page h2,
.franchise_page .h2,
.franchise_page h3,
.franchise_page .h3,
.franchise_page h4,
.franchise_page .h4,
.franchise_page h5,
.franchise_page .h5,
.franchise_page h6,
.franchise_page .h6 {
    margin-top: unset;
    margin-bottom: 20px;
    text-align: left;
}
@media (min-width: 992px) {
    .franchise_page h2,
    .franchise_page .h2,
    .franchise_page h3,
    .franchise_page .h3 {
        font-size: 32px;
    }
}
@media (max-width: 991.98px) {
    .franchise_page h2,
    .franchise_page .h2,
    .franchise_page h3,
    .franchise_page .h3 {
        font-size: 24px;
    }
}

/*body .h3{
    text-align: left;
}*/

.franchise_page ul,
.franchise_page ol {
    padding-left: 24px;
}
.franchise_page ul:not(:last-child),
.franchise_page ol:not(:last-child) {
    margin: 0 0 20px;
}
.franchise_page ul:last-child,
.franchise_page ol:last-child {
    margin: 0;
}

/*body p{
    margin-bottom: 1em;
}*/
.franchise_page p {
    margin-top: 0;
    line-height: 1.3;
}
.franchise_page p:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .franchise_page p {
        font-size: 17px;
    }
    .franchise_page__content p:not(:last-child),
    .franchise_page__content ul:not(:last-child),
    .franchise_page__content ol:not(:last-child)
        /*.franchise_page__content img:not(:last-child) */
    {
        margin-bottom: 16px;
    }
}
@media (max-width: 991.98px) {
    .franchise_page p {
        font-size: 15px;
    }
    .franchise_page__content p:not(:last-child),
    .franchise_page__content ul:not(:last-child),
    .franchise_page__content ol:not(:last-child)
        /*.franchise_page__content img:not(:last-child) */
    {
        margin-bottom: 8px;
    }
}

.fade {
    display: none
}

.report-order {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 26px 30px;
    border-radius: 4px;
    padding-right: 35%;
    background: url(/local/templates/rtf20/img/dev/report-order.png) no-repeat 91% center #e2f2ff;
    color: #222
}

.report-order h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    padding-top: 10px;
    color: #212121
}

.report-order p {
    padding-bottom: 6px;
    line-height: 110%;
    color: #222
}

.report-order ul, .report-order ol {
    font-size: 16px;
    line-height: 23px;
}

.report-order button {
    margin-top: 30px;
    margin-left: 10px
}

.order-btn[disabled] {
    background: #ddd !important
}

.order-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fc7337;
    -webkit-box-shadow: 0 .49825px 1.99298px rgba(0, 0, 0, .15);
    box-shadow: 0 .49825px 1.99298px rgba(0, 0, 0, .15);
    border-radius: 2px;
    width: 214px;
    height: 42px;
    font-weight: 700;
    font-size: 20px;
    line-height: 99.4%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff
}

.order-btn:hover {
    background: #f35e1e
}

.report-ord {
    background: #f6f8fc;
    border-radius: 5.51361px;
    width: 100%;
    max-width: 602px;
    padding: 51px 65px 43px;
    color: #202e35
}

.report-ord h3 {
    font-weight: 700;
    font-size: 32.7976px;
    line-height: 108.62%;
    text-align: center;
    margin-bottom: 35px !important
}

.report-ord .errorBlock {
    padding-bottom: 20px;
    text-align: center;
    margin-top: -10px
}

.report-ord form .center-form {
    padding-bottom: 16px
}

.report-ord form .center-form input, .report-ord form .center-form textarea {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16.6px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 1.72013px;
    border: 0;
    padding: 14px 18px 15px;
    color: #a5acaf;
    font-size: 15.5357px;
    line-height: 110%;
    font-family: inherit
}

.report-ord form .center-form input::-webkit-input-placeholder, .report-ord form .center-form textarea::-webkit-input-placeholder {
    color: #a5acaf;
    font-size: 15.5357px;
    line-height: 110%
}

.report-ord form .center-form input::-moz-placeholder, .report-ord form .center-form textarea::-moz-placeholder {
    color: #a5acaf;
    font-size: 15.5357px;
    line-height: 110%
}

.report-ord form .center-form input:-ms-input-placeholder, .report-ord form .center-form textarea:-ms-input-placeholder {
    color: #a5acaf;
    font-size: 15.5357px;
    line-height: 110%
}

.report-ord form .center-form input::-ms-input-placeholder, .report-ord form .center-form textarea::-ms-input-placeholder {
    color: #a5acaf;
    font-size: 15.5357px;
    line-height: 110%
}

.report-ord form .center-form input::placeholder, .report-ord form .center-form textarea::placeholder {
    color: #a5acaf;
    font-size: 15.5357px;
    line-height: 110%
}

.report-ord form .center-form input.has-error, .report-ord form .center-form textarea.has-error {
    border: 1px solid red
}

.report-ord form .center-form textarea {
    height: 87px
}

.report-ord form .order-btn {
    margin-left: auto;
    margin-right: auto;
    width: 276px
}

.report-ord .bottom-form {
    font-size: 12.0833px;
    line-height: 16px;
    text-align: center
}

.report-ord .bottom-form p {
    font-size: 12.0833px;
    line-height: 16px
}

.report-ord .bottom-form .order-btn {
    margin-bottom: 23px
}

.report-ord .fancybox-close-small {
    cursor: pointer;
    width: 11px !important;
    height: 11px !important;
    opacity: .6;
    top: 24px;
    right: 24px
}

#thanks {
    padding-top: 50px;
    padding-bottom: 20px
}

.fancybox-bg {
    background: rgba(0, 0, 0, .27)
}

@media (max-width: 660px) {
    .report-order {
        background-position: 97% center;
        background-size: 140px
    }

    .report-ord {
        padding: 40px 22px 22px
    }
}

@media (max-width: 480px) {
    .report-order {
        background-position: left 97% bottom 84px;
        padding-left: 20px;
        padding-right: 20px;
        background-size: 125px
    }

    .report-order h3 {
        padding-top: 0;
        font-size: 20px;
        line-height: 116.12%
    }

    .report-order .report-order-inner {
        max-width: 280px
    }

    .report-order ol, .report-order p, .report-order ul {
        font-size: 16px;
        line-height: 23px;
        padding-bottom: 15px
    }

    .report-order .order-btn {
        margin-top: 90px;
        margin-right: auto;
        margin-left: auto
    }

    .report-ord h3 {
        font-size: 20px;
        line-height: 116.12%;
        margin-bottom: 28px !important
    }

    .order-btn {
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        max-width: 241px;
        height: 40px
    }
}
/*
@media(min-width: 600px) {
    body .owl-carousel .owl-item img {
        height: 300px;
        object-fit: cover;
    }
}

@media(min-width: 1420px) {
    body .owl-carousel .owl-item img {
        height: 450px;
    }
}

@media(min-width: 1800px) {
    body .owl-carousel .owl-item img {
        height: 534px;
    }
}
*/
body .owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.franchise_page__photo .owl-carousel .owl-item img {
    object-fit: cover;
    height: 289px;
    min-height: 289px;
}

.franchise_page__slider_arrow.franchise_page__slider_arrow-prev.disabled,
.franchise_page__slider_arrow.franchise_page__slider_arrow-next.disabled,
.franchise_page__slider_arrow.franchise_page__slider_arrow-prev-review.disabled,
.franchise_page__slider_arrow.franchise_page__slider_arrow-next-review.disabled,
.franchise_page__slider_arrow__list.disabled {
    display: none!important;
}

.franchise_page__video-item .play_btn {
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    bottom: calc(50% - 31px);
    cursor: pointer;
    display: flex;
    left: calc(50% - 17px);
    height: 34px;
    justify-content: center;
    position: absolute;
    width: 34px;
    z-index: 2
}


.franchise_page__video-item .play_btn {
    background-color: red
}


.franchise_page__video-item .play_btn .preview {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto
}

.franchise_page__top_action_wrap{
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}

.breadcrumbs li {
    word-wrap: break-word;

}

.franchise_page__search__form-btn{
    display: flex;
    flex-shrink: 0;
    position: relative;
    right: 6px;
    border: none;
    background: transparent;
}

.franchise_page__search__form-btn img{
    width: 16px;
    height: 16px;
}

.js-search-clear{
    display: none;
    opacity: 0.6;
    top: 2px;
}

@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap";@font-face {
    font-family: HeliosCond;
    src: url(/local/templates/rtf20/components/bitrix/catalog.element/products/fonts/HeliosCond.eot);
    src: url(/local/templates/rtf20/components/bitrix/catalog.element/products/fonts/HeliosCond.eot?#iefix) format("embedded-opentype"),url(/local/templates/rtf20/components/bitrix/catalog.element/products/fonts/HeliosCond.ttf) format("truetype"),url(/local/templates/rtf20/components/bitrix/catalog.element/products/fonts/HeliosCond.woff) format("woff"),url(/local/templates/rtf20/components/bitrix/catalog.element/products/fonts/HeliosCond.woff2) format("woff2"),url(/local/templates/rtf20/components/bitrix/catalog.element/products/fonts/HeliosCond.svg#MyFont) format("svg")
}

@font-face {
    font-family: HeliosCondBold;
    src: url(/local/templates/rtf20/components/bitrix/catalog.element/products/fonts/HeliosCondBold.eot);
    src: url(/local/templates/rtf20/components/bitrix/catalog.element/products/fonts/HeliosCondBold.eot?#iefix) format("embedded-opentype"),url(/local/templates/rtf20/components/bitrix/catalog.element/products/fonts/HeliosCondBold.ttf) format("truetype"),url(/local/templates/rtf20/components/bitrix/catalog.element/products/fonts/HeliosCondBold.woff) format("woff"),url(/local/templates/rtf20/components/bitrix/catalog.element/products/fonts/HeliosCondBold.woff2) format("woff2"),url(/local/templates/rtf20/components/bitrix/catalog.element/products/fonts/HeliosCondBold.svg#MyFont) format("svg")
}

.fransh-stars {
    font-family: source sans pro,sans-serif;
    background: url(/local/templates/rtf20/components/bitrix/catalog.element/products/img/back-rait.svg) no-repeat left center;
    background-size: cover;
    padding: 65px 54px;
    width: 100%;
    max-width: 858px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    grid-area: 11 / 1 / 10 / 3;
}

.fransh-stars .fransh-stars-inner {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 21px 123px 21px 30px;
    -webkit-box-shadow: 5px 3px 10px 2px rgba(0,0,0,.9);
    box-shadow: 5px 3px 10px 2px rgba(0,0,0,.9)
}

.fransh-stars .fransh-stars-inner .fransh-rait {
    width: 160px;
    position: absolute;
    right: -55px;
    top: -40px
}

.fransh-stars .fransh-stars-inner .fransh-rait img {
    max-width: 100%
}

.fransh-stars .fransh-stars-inner p {
    margin-top: 0;
    margin-bottom: 0
}

.fransh-stars .fransh-stars-inner .fransh-cont .fransh-times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px
}

.fransh-stars .fransh-stars-inner .fransh-cont .fransh-times p {
    font-family: HeliosCondBold;
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 33px;
    color: #184b9b;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 700;
    margin-bottom: 0
}

.fransh-stars .fransh-stars-inner .fransh-cont .fransh-times p.cent {
    color: #3d95e7
}

.fransh-stars .fransh-stars-inner .fransh-cont .fransh-times p.min {
    color: #69b7c6
}

.fransh-stars .fransh-stars-inner .fransh-cont .fransh-times .stars {
    height: 33px;
    width: 107px;
    min-width: 107px
}

.fransh-stars .fransh-stars-inner .fransh-cont .fransh-times .stars .stars-inner {
    background: url(/local/templates/rtf20/components/bitrix/catalog.element/products/img/Union.svg) repeat-x left center;
    width: 100%;
    height: 100%;
    background-size: 22px
}

.fransh-stars .fransh-stars-inner .fransh-cont .fransh-times .stars.one .stars-inner {
    width: 22px
}

.fransh-stars .fransh-stars-inner .fransh-cont .fransh-times .stars.two .stars-inner {
    width: 45px
}

.fransh-stars .fransh-stars-inner .fransh-cont .fransh-times .stars.three .stars-inner {
    width: 67px
}

.fransh-stars .fransh-stars-inner .fransh-cont .fransh-times .stars.four .stars-inner {
    width: 88px
}

.fransh-stars .fransh-stars-inner .fransh-cont .fransh-times .stars.five .stars-inner {
    width: 100%
}

.fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto
}

.fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait .numb {
    font-family: HeliosCondBold;
    font-size: 50px;
    line-height: 56px;
    background: -o-linear-gradient(316.49deg,#eea349 29.41%,#ef7f39 78.76%);
    background: linear-gradient(133.51deg,#eea349 29.41%,#ef7f39 78.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    display: table;
    -ms-grid-row-span: 2;
    grid-row: 2 span;
    padding-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait .numb:before {
    content: '';
    font-size: 27px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/local/templates/rtf20/components/bitrix/catalog.element/products/img/numb.svg) no-repeat center center;
    margin-top: 26px;
    background-size: contain
}

.fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait p {
    font-family: HeliosCond;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    color: #1f2532;
    padding-right: 36px
}

.fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait .text-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 2px
}

.fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait .text-nm {
    font-family: HeliosCondBold;
    font-size: 17px;
    line-height: 18px;
    text-transform: uppercase
}

.fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait:last-child p {
    padding-right: 0
}

@media(max-width: 1430px) {
    .fransh-stars .fransh-stars-inner {
        padding-right:125px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .fransh-times p {
        font-size: 25px;
        line-height: 30px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .fransh-times .stars {
        height: 30px
    }

    .fransh-stars .fransh-stars-inner .fransh-rait {
        width: 160px;
        right: -50px;
        top: -24px
    }

    .fransh-stars .fransh-stars-inner .fransh-rait img {
        max-width: 100%
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait .text-nm {
        font-size: 17px;
        line-height: 20px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait p {
        padding-right: 24px
    }
}

@media(max-width: 1112px) {
    .fransh-stars {
        padding-left:22px;
        padding-right: 22px
    }

    .fransh-stars .fransh-stars-inner {
        padding-right: 155px;
        -webkit-box-shadow: 6px 5px 10px 2px rgba(0,0,0,.3);
        box-shadow: 6px 5px 10px 2px rgba(0,0,0,.3)
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .fransh-times {
        display: block
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .fransh-times p {
        font-size: 25px;
        line-height: 30px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .fransh-times .stars {
        height: 30px
    }

    .fransh-stars .fransh-stars-inner .fransh-rait {
        width: 160px;
        right: 0;
        top: auto;
        bottom: 63px
    }

    .fransh-stars .fransh-stars-inner .fransh-rait img {
        max-width: 100%
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top {
        display: block
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait {
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        margin-bottom: 7px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait .numb {
        -ms-grid-row-span: 1;
        grid-row: 1 span;
        font-size: 46px;
        line-height: 53px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait .numb:before {
        width: 17px;
        height: 17px;
        background-size: contain;
        margin-top: 27px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait .text-in {
        padding-bottom: 7px;
        white-space: nowrap
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait .text-nm {
        font-size: 16px;
        line-height: 18px;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        -ms-grid-column-span: 2;
        grid-column: 2 span;
        margin-top: -4px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait p {
        padding-right: 24px
    }
}

@media(max-width: 560px) {
    .fransh-stars {
        padding:48px 18px 32px;
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px);
        background-image: url(/local/templates/rtf20/components/bitrix/catalog.element/products/img/back-rait-mob.png)
    }

    .fransh-stars .fransh-stars-inner {
        padding: 16px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .fransh-times {
        position: relative
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .fransh-times p {
        font-size: 20px;
        line-height: 23px;
        width: 255px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .fransh-times .stars {
        height: 30px;
        position: absolute;
        top: 18px;
        left: 110px
    }

    .fransh-stars .fransh-stars-inner .fransh-rait {
        width: 120px;
        right: 5px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .top-items {
        padding-right: 90px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait .text-in {
        font-size: 16px;
        line-height: 18px
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .top-items .rait-top .numb-rait .text-nm {
        font-size: 16px;
        line-height: 18px;
        padding-right: 0
    }

    .fransh-stars .fransh-stars-inner .fransh-cont .fransh-times {
        padding-bottom: 5px
    }
}

@media(max-width: 560px) {
    .fransh-stars .fransh-stars-inner .fransh-rait {
        bottom:0
    }
}

.franchise_page .franchise_page__top_actions{
    display: none;
}

@media(max-width: 1024px) {
    .fransh-stars {
        max-width: 100%;
        grid-area: 7 / 1 / 9 / 5;
    }
    .franchise_page .franchise_page__top_actions{
        display: flex;
    }
}

@media(max-width: 768px) {
    .fransh-stars {
        max-width: 100%;
        grid-area: 8 / 1 / 7 / 5;
    }
    .block_investments .franchise_page__content__text,
    .block_profit .franchise_page__content__text{
        padding-left: 0; /*45*/
        padding-top: 0;
    }
}

.blurring img:not(.notblurring){
    filter: blur(4px);
}

.notblurring img{
    filter: none !important;
}

.franchise_page__top_actions.mobile{
    display: none;
}

img{
    max-width: 100%;
}

.jn-proved-items .swiper-container.jn-places{
    padding: 5px 0;
}

@media screen and (max-width: 768px){
    .breadcrumbs-wrapper .breadcrumbs__detail_btns{
        display: none;
    }
    .franchise_page__top_actions.mobile{
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 24px;
    }
    .franchise_page__info{
        top: 0;
        margin-top: 10px;
    }
    .pinned_header__menu a:hover{
        border-bottom-color: #EC6124;
    }
}

.slick-track {
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 768px) {
    body .recommend_categories .slick-list {
        padding: 0;
    }
}

/* Информация предоставлена */

.official_info_wrap {
    position: relative;
    overflow: hidden;
    /*padding: 4px;*/
    border-radius: 8px;
    background: #f4f2f1;

    padding: unset;
    box-shadow: var(--shadow);
}

.official_info {
    padding: 20px;
    border-radius: 8px;
    background: #ffffff;
}

.official_info__title {
    color: #242731;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
}

.official_info__title-icon {
    background: url(/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/icons/official-img.svg) no-repeat center center;
    background-size: 100%;
    width: 17px;
    height: 17px;
    margin-left: 5px;
}

.official_info-date-mark {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.official_info-date-mark p {
    width: fit-content;
    margin-bottom: 0;
}

.pulse-button-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 0;
}

.pulse-button {
    min-width: 60px;
    min-height: 60px;
    background-color: #4582EF;
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/images/btn-main1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 30px;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(69, 130, 239.64);
    transition: all 0.1s ease-in-out 0s;
    cursor: pointer;
    outline: none;

    position: absolute;
    bottom: 100px;
    /*right: 130px;*/
    right: 215px;
}

button.pulse-button:hover::after,
button.pulse-button:hover::before,
button.pulse-button:hover{
    opacity: 1;
    animation: none;
    background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/images/btn-hover1.svg");
}

button.pulse-button::after,
button.pulse-button::before{
    content: '';
    width: 60px;
    height: 60px;
    background-color: #4582EF;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(69, 130, 239.64);
    transition: all 0s ease-in-out 0s;

    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
button.pulse-button::before{
    animation: ring 2.5s infinite;
}

button.pulse-button::after {
    animation: btn 2.5s infinite;
}

@keyframes ring {
    0%, 100% {
        transform: scale(0.6);
        opacity: 1;
    }
    50% {
        transform: scale(1.65);
        opacity: 0;
    }
}

@keyframes btn {
    0%, 100% {
        transform: scale(1.0);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* form download*/

.reports-download {
    right: 190px; /*right: 29px;*/
    bottom: 67px;
    width: 430px;
    z-index: 1;

    background-color: white;
    box-shadow: 0 8px 24px 0 rgba(69, 130, 239, 0.38);
    padding: 26px 22px 0 22px;
    border-radius: 8px;
    background-image: url("/img/stamp1.png");
    background-repeat: no-repeat;
    background-position: bottom 50px right 0px;
    background-size: 178px;

    font-family: 'Source Sans Pro', sans-serif;
}

.reports__form-drawn {
    color: #888D9D;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.30;
    margin-bottom: 8px;
}

.reports__form-list-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

ul.reports__form-list {
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
    list-style: none !important;
}

ul.reports__form-list li {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

ul.reports__form-list li::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: -2px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOCAxLjk5OTk3TDYgMTRMMC41IDguNDk5OTdMMS45MSA3LjA4OTk3TDYgMTEuMTdMMTYuNTkgMC41ODk5NjZMMTggMS45OTk5N1oiIGZpbGw9IiMwMEE5QzciLz4KPC9zdmc+Cg==");
    background-size: 18px 14px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.reports__form-title-img {
    margin-right: 5px;
}
/* end form download*/

/* form request*/
.reports {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 490px;

    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(27, 27, 27, 0.25);
    padding: 32px;
    border-radius: 8px;

    font-family: 'Source Sans Pro', sans-serif;
}

.btn_close {
    position: absolute;
    transition: 0.3s;
    right: 16PX;
    top: 16px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTcgMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGlkPSImIzIwODsmIzE5MDsmIzIwODsmIzE4NjsmIzIwODsmIzE5MDsmIzIwOTsmIzEzNjsmIzIwODsmIzE4NjsmIzIwODsmIzE5MDsvQ29tcG9uZW50IDEiPgo8cGF0aCBpZD0iTGluZSA2IiBkPSJNMSAxNkwxNiAxLjAwMDAxIiBzdHJva2U9IiM4QjhCOEIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iTGluZSA3IiBkPSJNMSAxTDE2IDE2IiBzdHJva2U9IiM4QjhCOEIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.btn_close:hover {
    color: black;
}

.reports__form-title {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
}

.reports__form--row {
    margin-bottom: 16px;
}

.reports__form-input {
    height: 45px;
    width: 100%;
    padding: 10px 16px;
    border-radius: 8px;
    background: #F1F2F3;

    text-align: left;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #c0c0c0;
}

.main_form .block button.reports__form-btn,
.reports__form-btn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 1;

    padding: 6px 50px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(180deg, #1BC5E6 0%, #00A9CA 100%);
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    margin: 24px auto 0px auto;
}

.reports__form-btn{
    width: 288px;
    height: 44px;
    padding: 10px 28px 10px 24px;
    border-radius: 8px;

}

.btn_img {
    width: 24px;
    height: 24px;
}

.reports__form-agreement {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 10px;
    justify-content: flex-start;
}

.agreement_img {
    width: 18px;
    height: 22px;
}

.agreement_text {
    display: flex;
    width: 404px;
    flex-direction: column;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #656565;
}

.popup {
    position: fixed;
    display: none;
    z-index: 10;
}
.popup.popup__download {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: formIn;
}
/*.popup.popup__download.reports-download.open {*/
/*    bottom: 45%;*/
/*}*/
.popup.popup__report.reports.open {
    bottom: unset !important;
    width: auto;
    padding: 20px;
}

.franchise_page__dl_text{
    max-width: 290px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #888DA0;
}

.franchise_page__dl_text a{
    color: #4582EF;
    text-decoration: underline;
}
.fancybox-content.js-popup-download,
#pdfPopup{
    max-width: 450px;
    padding: 40px 25px;
    border-radius: 8px;
}
.franchise_page__info__gold{
    color: #E29451;
}

@keyframes formIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* end form request*/

@media screen and (max-width:1920px){
    .pulse-button {
        right: 410px;
    }

    .reports-download {
        right: 350px;
    }
    .reports {
        z-index: 1000;
    }
}

@media screen and (max-width:1600px){
    .pulse-button {
        right: 240px;
    }
    .reports-download {
        right: 190px;
    }
    .reports {
        z-index: 1000;
    }
}

@media screen and (max-width:1023px){
    .pulse-button {
        right: 90px;
    }

    .reports-download {
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%);
    }
    .reports {
        z-index: 1000;
    }
}

@media screen and (max-width:768px){
    .pulse-button {
        right: 80px;
        bottom: 140px;
    }

    .reports-download {
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%);
    }
}

@media screen and (max-width:495px){

    .pulse-button {
        bottom: 130px;
        right: 40px;
    }

    .reports-download {
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%);
        width: calc(100% - 40px);
    }

    .reports {
        right: 20px !important;
        width: calc(100% - 40px) !important;
    }


}

@media screen and (max-width:320px){

    .pulse-button {
        bottom: 130px;
        right: 20px;
    }

    .reports-download {
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%);
        width: calc(100% - 30px);
    }

    .reports {
        right: 15px;
        width: calc(100% - 30px);
    }

    .reports__form-title {
        font-size: 22px;
    }

    .reports__form-btn {
        padding: 6px 28px;
    }
}

.franchise_page i {
    font-style: italic;
}


.report-dl-wrapper{
    position: relative;
    width: 100%;
    max-width: 860px;
    padding: 20px;
    box-shadow: 0px 9px 16px 0px #4B7DDF24;
    border-radius: 8px;
}

.report-ld-ul{
    width: 80%;
    max-width: 745px;
    display: flex;
    flex-wrap: wrap;
}

.report-ld-ul .col{
    position: relative;
    width: 50%;
    padding-left: 30px;
}

.report-ld-ul .col:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-left: 30px;
    background: #fff;
    opacity: 0.6;
    box-shadow: 1px 1px 12px 12px #fff;
    z-index: -1;
}

.report-ld-ul .col div{
    display: list-item;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    margin-top: 10px;
}

.report-ld-ul .col div.report-dl-spoiler{
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #888DA0;
    padding-top: 10px;
}

.report-dl-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;

}

.report-ld-ul-btn{
    display: block;
    max-width: 254px;
    height: 38px;
    padding: 10px 16px 10px 16px;
    border-radius: 8px;
    gap: 10px;
    background: linear-gradient(180deg, #1BC5E6 0%, #00A9CA 100%);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-left: -20px;
    margin-top: 20px;
    z-index: 10;
    position: relative;
}

.report-dl-spoiler{
    list-style-type: none;
}


.report-dl-wrapper .bg-left {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.report-dl-wrapper .bg-right {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.report-dl-wrapper .bg-img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.report-ld-ul-btn__mob {
    display: none;
}

.bg-right-mob,
.bg-img-mob{
    display: none;
}

@media screen and (max-width:768px){
    .report-ld-ul-btn,
    .report-dl-wrapper .bg-left,
    .report-dl-wrapper .bg-right,
    .report-dl-wrapper .bg-img {
        display: none;
    }
    .bg-right-mob,
    .bg-left-mob,
    .report-ld-ul-btn.report-ld-ul-btn__mob,
    .bg-img-mob{
        display: block;
    }
    .report-ld-ul .col{
        width: 100%;
    }

    .report-dl-wrapper .bg-left-mob {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .report-dl-wrapper .bg-right-mob {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    .report-dl-wrapper .bg-img-mob {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    .report-ld-ul-btn{
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .report-ld-ul .col{
        padding-left: 20px;
    }
    .report-ld-ul{
        width: 100%
    }
    .report-dl-title{
        text-align: center;
    }

}
.franchise_page.blockquote.bg-info:last-child {
    margin-bottom: 0;
}

.blockFranchiseBannerNew,
.blockFranchiseBanner{
    display: grid!important;
    grid-area: 4 / 3 / 4 / 5;
    margin-bottom: 28px;
    margin-top: 0!important;
}

/*
#stoimost-i-usloviya,#o-companii,#photo-video-wrapper,#usloviya-zapuska,#otzivy,#voprosi {
    margin-top: -65px !important;
    padding-top: 65px !important;
}*/

.franchise_page__menu_wrap а{
    color: #666 !important;
}

#o-companii .franchise_page__content__text h2{
    margin-top: 0px;
}

.js-scrolling-menu-item{
    color: #000;
}
.js-scrolling-menu-item.active{
    border-bottom-color: #EC6124;
}

@media screen and (max-width: 768px){
    .js-scrolling-menu-item{
        border-color: transparent !important;
    }
    .js-scrolling-menu-item{
        position: relative;
    }
    .js-scrolling-menu-item:before{
        position: absolute;
        bottom: 0px;
        z-index: 10;
        content: "";
        height: 2px;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        background: #ea5f20;
    }
    .js-scrolling-menu-item.active:before{
        opacity: 1;
    }
    .franchise_page__video-item iframe{
        height: 100%;
    }
}



/*body ul:not(:last-child),*/
/*body ol:not(:last-child){*/
/*    margin-bottom: 0px !important;*/
/*}*/

/*body button {
    transition: 0s;
}*/

/*body a{
    transition: none;
}*/

.franchise_page__review--phenix,
.franchise_page__questions--phenix,
.official_info--phenix
{
    display: none;
}

h2 a{
    color: #000;
}

.fr-banner-image img{
    height: auto;
    max-width: 100%;
}

/* Аякс блоки нижние */
.recommend_categories {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 47px; }
.recommend_categories .h2 {
    margin-bottom: 27px; }
.recommend_categories .slider_wrap {
    width: 100%;
    position: relative; }
.recommend_categories .slider_wrap .slider {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px; }
.recommend_categories .slider_wrap .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
.recommend_categories .slider_wrap .arrow img {
    width: 20px; }
.recommend_categories .slider_wrap .arrow.arrow_left {
    left: 0; }
.recommend_categories .slider_wrap .arrow.arrow_right {
    right: 0; }
.recommend_categories .slide {
    position: relative;
    width: 295px;
    margin: 0 10px; }
.recommend_categories .slide:hover .overlay {
    background-color: rgba(0, 0, 0, 0.3); }
.recommend_categories .slide img {
    width: 100%;
    height: 189px;
    border-radius: 6px;
    object-fit: cover; }
.recommend_categories .slide p {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    color: #ffffff;
    font-size: 24px;
    padding: 0 25px; }
.recommend_categories .slide .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    transition: .3s; }


.recommend_categoriesNew .slide p.countEl,
.recommend_categoriesNew .slide p.name {
    background-color: #00aeef;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    color: #ffffff;
    line-height: 1.2;
    height: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: auto;
    transform: none;
    width: max-content;
    z-index: 3;
}
.recommend_categoriesNew .slide p.name {
    bottom: 10px;
    font-size: 16px;
    max-width: 100%;
}
.recommend_categoriesNew .slide p.countEl {
    background-color: #ffffff;
    border-radius: 18px;
    color: #000000;
    display: flex;
    font-size: 14px;
    right: 10px;
    top: 10px;
}
.recommend_categoriesNew .slide p.countEl > img {
    margin-right: 10px;
    height: 15px;
    width: 22px;
}
.seen_franchiseNew .slider_wrap .arrow.arrow_left,
.recommend_categoriesNew .slider_wrap .arrow.arrow_left {
    left: -15px;
}
.seen_franchiseNew .slider_wrap .arrow.arrow_right,
.recommend_categoriesNew .slider_wrap .arrow.arrow_right {
    right: -15px;
}
@media (max-width: 991.98px) {
    .design2024 .recommend_categories .slide img {
        height: 189px;
    }
}


button.get_bus_plan {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 290px;
    height: 46px;
    border-radius: 6px;
    background-color: #1e70b9;
    color: #ffffff;
    font-size: 18px;
    z-index: 10;
    bottom: 68px;
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
}
.blockFranchiseBannerNew {
    background-color: #d3ebff;
    padding: 20px;
}
.blockFranchiseBannerNew .blockButton {
    background-color: transparent;
}
.blockFranchiseBannerNew figure img {
    border-radius: 6px;
    min-height: 172px;
}
.blockFranchiseBannerNew .blockName {
    overflow: hidden;
    height: 57px;
    justify-content: space-between;
    margin-bottom: 15px;
}
.blockFranchiseBannerNew .blockName .title {
    color: #000000;
    font-family: 'FuturaPT-Medium', sans-serif;
    font-size: 26px;
    line-height: 1.0;
    letter-spacing: -1.3px;
    margin-bottom: 0;
    width: calc(100% - 60px);
}
.blockFranchiseBannerNew .blockName .blockButton {
    padding: 0;
    width: 52px;
    border: none;
    cursor: pointer;
}
.blockFranchiseBanner a .detailButton,
.blockFranchiseBanner a .blockButton,
.blockFranchiseBanner a,
.blockFranchiseBanner .title,
.blockFranchiseBannerNew,
.blockFranchiseBannerNew .blockName,
.blockFranchiseBannerNew figure,
.blockFranchiseBanner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.approve-wrapper{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 20px;
    /*z-index: 20000;*/
    box-shadow: 4px 4px 8px 0px #37B9CB61;
    width: 123px;
    height: 33px;
    /* left: -7px; */
    padding: 8px 11px 9px 11px;
    border-radius: 8px 0px 8px 8px;
    position: absolute;
    bottom: 0;
    right: -4px;
    background: #fff;
    color: #000;
}

.franchise_item .approve-wrapper{
    bottom: -10px;
}

.approve-wrapper img{
    max-height: 100%;
}

.js-popup-download,
#pdfPopup {
    display: none;
}

.approve-wrapper_text{
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-align: left;
}

.reports__form-bottom{
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #888DA0;
    margin-top: 20px;
}

.logo .image {
    opacity: 1;
}

.pinned_header__search .input-wrapper-search.has-icon-r .input {
    padding-right: 48px;
}

.author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px;
    margin-bottom: 28px;
}
.author-block img {
    display: block;
    margin-right: 20px;
    min-width: 150px;
    width: 150px;
    border-radius: 5px;
}
.author-block h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
}
.franchise_page__training_and_support p.h3.lh {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
}
@media (max-width: 767.98px) {
    .author-block {
        display: block;
        padding-left: 14px;
        padding-right: 14px;
        text-align: center;
    }
    .design2024 .author-block img {
        display: block;
        min-width: 150px;
        width: 150px;
        margin: 0 auto 20px;
        border-radius: 5px;
    }
    .author-name,
    .author-name h4 {
        text-align: center;
    }
}

/* Стили модалки вдля видео */
.fancybox-content.video_modal {
    max-width: 800px;
    width: 100%;
    padding: 0px;
}

.fancybox-content.video_modal .modal_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 800px;
}

.video_modal .modal_cont .blockDataFranchise {
    width: 100%;
}
.videoModalInDetail .modal_cont .blockDataFranchise {
    margin-bottom: 0;
    padding: 15px;
}
.videoModalInDetail .modal_cont .blockName .imgBlock {
    margin-right: 0;
    display: flex;
}
.videoModalInDetail .modal_cont .blockName {
    padding: 0;
}
.videoModalInDetail .modal_cont .blockDataFranchise .blockLogo {
    display: flex;
    width: 100%;
    align-items: center;
}
#video_modal.videoModalInDetail .fancybox-close-small {
    top: 20px;
    right: 20px;
}
.videoModalInDetail .modal_cont .blockButton {
    margin-bottom: 15px;
    max-width: 240px;
    width: 100%;
}
.videoModalInDetail .modal_cont .blockButton button {
    align-items: center;
    border: none;
    border-radius: 6px;
    background-color: red;
    color: #ffffff;
    display: flex;
    font-size: 18px;
    height: 40px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%;
}
.video_modal .modal_cont a.titleBlock {
    align-items: center;
    font-size: 24px;
    padding-left: 20px;
    width: calc(100% - 120px);
    max-width: 500px;
}

.video_modal .modal_cont .blockDataFranchise .blockLogo a {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 20px;
    width: calc(100% - 140px);
    color: #000;
    border: none;
}

.blockLogo a:focus{
    outline: none;
}


/* Стили для PROD LANDING */


.is-prod-landing .header_search,
.is-prod-landing .header-search,
.is-prod-landing .header-contacts,
.is-prod-landing .header-fr-choose,
.is-prod-landing .franchise_page__info #banner,
.is-prod-landing footer,
.is-prod-landing .franchise_page__review__share,
.is-prod-landing .pinned_header__menu,
.is-prod-landing .pinned_header__search,
.is-prod-landing .blockSliderAjaxSectionAndSimilarFr,
.is-prod-landing .breadcrumbs_cont,
.is-prod-landing .breadcrumbs_cont.breadcrumbs_mobile,
.is-prod-landing .franchise_page__top_actions.mobile,
.is-prod-landing .header-mobile-action,
.is-prod-landing #otzivy-detail,
.is-prod-landing .header-bottom
{
    display: none;
}

.is-prod-landing .main{
    margin-top: 68px;
}

.franchise_page__video-item{
    background: #000;
}


.franchise_page__numbers-left  .franchise_page__numbers__btn__img{
    margin-bottom: 0;
}

.franchise_page h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}


.cont_block{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.cont_block div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    padding-bottom: 0;
}

.franchise_info_section .standrt_cont .cont_block div .h3{
    text-align: center;
}

.cont_block.cont2 div{
    width: calc(50% - 5px);
}

.cont_block.cont3 div{
    width: calc(33.33% - 5px);
}

.cont_block.cont4 div{
    width: calc(25% - 5px);
}

.cont_block  .blockForFormButton ul {
    margin-bottom: 20px !important;
}

.cont_block  .blockForFormButton {
    padding-bottom: 2px;
}

.cont_block .h3{
    font-weight: 400;
    font-size: 24px;
}

.design2024 .franchise_page__content__text .cont_block img{
    margin-top: 0.4em;
    margin-bottom: 1em;
}

.center {
    text-align: center;
    margin: 0 auto;
}

/* End */


/* Start:/local/components/mx/mx.record.list/templates/a101_slider/style.css?17328692617721*/
.jn-item{
    color: inherit;
}
.jn-item:hover{
    color: inherit;
}
.jn-item{
    color: inherit;
}
.jn-item:hover{
    color: inherit;
}

.section_link{
    position: absolute;
    top: 10px;
    right: 10px;
    max-height: 10px;
}

.jn-item{
    position: relative;
}

.a101_link{
    display: flex;
    align-items: center;
    color: #686868;
}
.a101_link:hover{
    color: #1e70b9;
}
.a101_link img{
    max-height: 25px;
    margin: 0 10px;
}


.franchise_page__content.phenix__content .jn-like-imgs img{
    display: block;
}

/*fixes design2024*/
.jn-proved .swiper-navigation {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
    height: 56px;
    margin-top: -28px;
}
.jn-proved .swiper-button-prev,
.jn-proved .swiper-button-next {
    position: absolute;
    top: 0;
    min-width: 56px;
    width: 56px;
    min-height: 56px;
    height: 56px;
    margin-top: unset;
    color: var(--black-color);
    transition: var(--transition);
}
.jn-proved .swiper-button-prev::after,
.jn-proved .swiper-button-next::after {
    content: none;
}
.jn-proved .swiper-button-prev .btn,
.jn-proved .swiper-button-next .btn {
    min-width: 56px;
    width: 56px;
    min-height: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: var(--shadow3);
    background-color: var(--white-06-color);
}
.jn-proved .swiper-button-prev:hover .btn,
.jn-proved .swiper-button-next:hover .btn {
    min-width: 56px;
    width: 56px;
    min-height: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: var(--shadow-transparent);
    background-color: var(--text-color-a101);
}
.jn-proved .swiper-button-prev .icon,
.jn-proved .swiper-button-next .icon {
    min-width: 20px;
    width: 20px;
    min-height: 20px;
    height: 20px;
    fill: var(--text-color-a101);
    stroke: var(--text-color-a101);
}
.jn-proved .swiper-button-prev:hover .icon,
.jn-proved .swiper-button-next:hover .icon {
    fill: var(--white-color);
    stroke: var(--white-color);
}
.jn-proved .swiper-button-prev.swiper-button-disabled,
.jn-proved .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
.jn-proved .swiper-button-prev,
.jn-proved .swiper-rtl .swiper-button-next {
    right: auto;
}
.jn-proved .swiper-button-prev .icon,
.jn-proved .swiper-rtl .swiper-button-next .icon {
    transform: rotate(180deg);
}
.jn-proved .swiper-button-next,
.jn-proved .swiper-rtl .swiper-button-prev {
    left: auto;
}
.jn-proved .swiper-button-next .icon,
.jn-proved .swiper-rtl .swiper-button-prev .icon {
    transform: rotate(0deg);
}
@media (min-width: 1200px) {
    .jn-proved .swiper-button-prev,
    .jn-proved .swiper-rtl .swiper-button-next {
        left: 12px;
    }
    .jn-proved .swiper-button-next,
    .jn-proved .swiper-rtl .swiper-button-prev {
        right: 12px;
    }
}
@media (max-width: 767.98px) {
    .jn-proved .swiper-navigation {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .jn-proved .swiper-button-prev,
    .jn-proved .swiper-rtl .swiper-button-next {
        left: 24px;
    }
    .jn-proved .swiper-button-next,
    .jn-proved .swiper-rtl .swiper-button-prev {
        right: 24px;
    }
}

.jn-proved .swiper-pagination {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jn-proved .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 10px;
    background: var(--swiper-nav-06-color);
    transition: 0.2s linear;
}
.jn-proved .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--swiper-nav-color);
}
.jn-proved .mini-slider__img {
    object-fit: contain;
}
@media (min-width: 992px) {
    .jn-proved .swiper-pagination .swiper-pagination-bullet {
        min-width: 10px;
        width: 10px;
        min-height: 10px;
        height: 10px;
        margin: 0 4px;
    }
    .jn-proved .swiper-pagination-fraction,
    .jn-proved .swiper-pagination-custom,
    .jn-proved .swiper-horizontal > .swiper-pagination-bullets,
    .jn-proved .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 28px;
    }
    .jn-proved .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .jn-proved .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
}
@media (max-width: 991.98px) {
    .jn-proved .swiper-pagination .swiper-pagination-bullet {
        min-width: 8px;
        width: 8px;
        min-height: 8px;
        height: 8px;
        margin: 0 3px;
    }
    .jn-proved .swiper-pagination-fraction,
    .jn-proved .swiper-pagination-custom,
    .jn-proved .swiper-horizontal > .swiper-pagination-bullets,
    .jn-proved .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -4px;
    }
    .jn-proved .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .jn-proved .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
    .jn-proved .mini-slider__button--next {
        right: -6px;
    }
    .jn-proved .mini-slider__button--prev {
        left: -6px;
    }
}

.jn-proved .jn-proved-items {
    margin: unset;
}
.jn-proved .jn-proved-items .jn-item {
    display: flex;
    gap: 32px;
    margin: unset;
    padding: 24px 40px 48px;
    border-radius: 8px;
    box-shadow: var(--shadow2);
}
.jn-proved .jn-proved-items .jn-item sup {
    position: static;
}

.jn-proved .basic-slider-wrap {
    margin: -12px;
}
.jn-proved .basic-slider {
    padding: 12px;
}
.jn-proved .jn-proved-items .jn-item .jn-like-imgs {
    max-width: unset;
    margin: unset;
    border-radius: 8px;
}
.jn-proved .jn-like-imgs__view {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
@media (min-width: 992px) {
    .jn-proved .jn-like-imgs,
    .jn-proved .jn-like-imgs__view {
        min-width: 285px;
        width: 285px;
        min-height: 232px;
        height: 232px;
    }
}
@media (max-width: 767.98px) {
    .jn-proved .jn-proved-items .jn-item {
        flex-direction: column;
        gap: 12px;
        min-width: 260px;
        width: 260px;
        padding: 12px 12px 20px;
    }
    .jn-proved .jn-like-imgs,
    .jn-proved .jn-like-imgs__view {
        min-width: 228px;
        width: 228px;
        min-height: 185px;
        height: 185px;
    }
    .jn-proved .jn-inf-block,
    .jn-proved .jn-like-info {
        min-width: 228px;
        width: 228px;
    }
    .jn-proved .jn-inf-block {
        flex: 1;
    }
    .jn-proved .jn-proved-items .jn-item .jn-bottom-more {
        align-items: flex-end;
    }
    .jn-proved .jn-bottom-more .btn {
        min-width: 100%;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .jn-proved .jn-like-imgs,
    .jn-proved .jn-like-imgs__view {
        min-width: 214px;
        width: 214px;
        min-height: 174px;
        height: 174px;
    }
}
.jn-proved .jn-proved-items .jn-item .jn-like-bottom {
    padding: 20px 0 0;
}
.jn-proved .jn-proved-items .jn-item .jn-like-bottom:not(:last-child) {
    margin-bottom: 20px;
}

.jn-proved .jn-inf-block {
    display: flex;
    flex-direction: column;
    gap: unset;
}
.jn-proved .jn-bottom-more {
    flex: 1;
    align-items: flex-end;
}
/* End */


/* Start:/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/style.css?176426256141147*/
/*common*/
.body2 {
	background-color: var(--tf-gray0-bg);
}/*
.tf-franchise.tf-common-css-new a:not(.btn):visited {
	color: rgb(0, 0, 238);
}*/
.tf-franchise a {
	color: inherit;
	text-decoration: underline;
}

@media (min-width: 1440px) {
	.nav-breadcrumbs-wrapper .container,
	.tf-common-css-new .container,
	.tf-common-css-new.container {
		max-width: 1920px;
		padding-right: calc(40px + 5.2vw);
		padding-left: calc(40px + 5.2vw);
	}
}/*
.tf-franchise__sidebar .tf-franchise-info {
	max-height: unset;
}*/
.body2 .link-default {
	color: var(--tf-link-default);
}
.link.link-tdu.link-default {
	text-decoration-color: var(--tf-link-default);
}

.body2 p {
	line-height: 1.4;
}
.body2 ul,
.body2 ol {
	line-height: 1.4;
}

.flex-1 {
	flex: 1;
}

.bg-highlight {
	display: inline-flex;
	padding-right: 4px;
	padding-left: 4px;
}
.bgc-lightgreen0 {
	background-color: var(--tf-lightgreen0);
}
.bgc-lightblue0 {
	background-color: var(--tf-lightblue0);
}

.tf-common-css-new .btn {
	min-height: 52px;
	height: 52px;
	padding: 0 15px;
	border-radius: 8px;
	box-shadow: none;
	font-weight: 500;
	font-size: 17px;
}
.tf-common-css-new .btn-primary {
	box-shadow: unset;
	background: var(--tf-orange0);
	color: var(--white-color);
}
.tf-common-css-new .btn-primary .icon {
	fill: var(--white-color);
	stroke: var(--white-color);
}
.tf-common-css-new .btn-primary:hover {
	background: var(--tf-orange10);
	color: var(--white-color);
}
.tf-common-css-new .btn-primary:active,
.tf-common-css-new .btn-primary.active {
	box-shadow: unset;
	background: var(--tf-orange0);
	color: var(--white-color);
}

.tf-common-css-new .btn-outline {
	border: 1px solid var(--tf-gray30);
	box-shadow: unset;
	background: transparent;
	color: var(--black-color);
}
.tf-common-css-new .btn-outline .icon {
	fill: var(--black-color);
	stroke: var(--black-color);
}
.tf-common-css-new .btn-outline:hover {
	border-color: var(--black-color);
	background: transparent;
	color: var(--black-color);
}
.tf-common-css-new .btn-outline:active,
.tf-common-css-new .btn-outline.active {
	box-shadow: unset;
	border-color: var(--black-color);
	background: transparent;
	color: var(--black-color);
}

.tf-common-css-new .btn-icon .icon {
	fill: var(--black-color);
	stroke: var(--black-color);
}
.tf-common-css-new .btn-icon .text-content {
	display: none;
}

.tf-common-css-new .preloader-wrapper {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	min-width: 100%;
	min-height: 52px;
	height: 52px;
	padding: unset;
	border: unset;
	border-radius: unset;
	box-shadow: unset;
	background-color: transparent;
}
.tf-common-css-new .preLoaderPersonal {
	z-index: 1;
	top: unset;
	left: unset;
	transform: unset;
}
@media (min-width: 992px) {
	.body2,
	.body2 p {
		font-size: 16px;
	}

	.tf-common-css-new .btn {
		min-height: 64px;
		height: 64px;
		font-size: 20px;
		line-height: 24px;
	}

	.tf-common-css-new .btn-icon {
		min-width: 64px;
		width: 64px;
	}
	.tf-common-css-new .btn-icon .icon {
		min-width: 24px;
		width: 24px;
		min-height: 24px;
		height: 24px;
	}

	.tf-common-css-new .preloader-wrapper {
		min-height: 64px;
		height: 64px;
	}

}
@media (max-width: 991.98px) {
	.body2,
	.body2 p {
		font-size: 14px;
	}
	.tf-common-css-new .btn-icon {
		min-width: 52px;
		width: 52px;
	}
	.tf-common-css-new .btn-icon .icon {
		min-width: 20px;
		width: 20px;
		min-height: 20px;
		height: 20px;
	}
}

.tf-common-css-new .input,
.tf-common-css-new select,
.tf-common-css-new .selectric {
	min-height: 52px;
	height: 52px;
	border: 1px solid var(--tf-gray0-outline);
	background-color: var(--white-color);
	color: var(--black-color);
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.tf-common-css-new .input:focus,
.tf-common-css-new select:focus,
.tf-common-css-new .selectric:focus {
	border-color: 1px solid var(--tf-gray30);
}

/*.tf-franchise__main .img-wrapper {
	position: relative;
	display: inline-flex;
	min-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
}
.tf-franchise__main .img-wrapper::before {
	content: '';
	z-index: 1;
	position: absolute;
	inset: 0;
	background-color: rgba(17, 17, 17, 0.2);;
}
.tf-franchise__main .image,
.tf-franchise__main img {
	min-width: 100%;
	width: 100%;
	height: auto;
}*/

.tf-franchise-quiz {
	position: relative;
	display: flex;
	max-width: 660px;
	overflow: hidden;
	background: url('/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/img/franchise-quiz-bg.png') no-repeat center/cover;
}
.tf-franchise-quiz__descr {
	display: flex;
	flex-direction: column;
}
.tf-franchise-quiz__title,
.tf-franchise-quiz__subtitle {
	line-height: 1.2;
}
.tf-franchise-quiz__title {
	font-weight: 500;
}
.tf-franchise-quiz__btn {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.tf-franchise-quiz:not(.show-quiz) .fr-quiz-wrapper,
.tf-franchise-quiz.show-quiz .tf-franchise-quiz__descr {
	display: none;
}

.tf-franchise__hr {
	border-bottom: 1px solid var(--tf-gray10-outline);
}
@media (min-width: 992px) {
	.tf-franchise-quiz {
		justify-content: center;
		min-height: 350px;
		padding: 48px 40px;
		border-radius: 16px;
	}
	.tf-franchise-quiz__descr {
		gap: 24px;
	}
	.tf-franchise-quiz__title {
		font-size: 40px;
	}
	.tf-franchise-quiz__subtitle {
		font-weight: 500;
		font-size: 20px;
	}
	.tf-franchise-quiz__btn .btn {
		min-width: 300px;
	}
	.tf-franchise-quiz .fr-quiz-stage-content {
		max-width: 532px;
		gap: 24px;
		column-gap: 16px;
	}
	.tf-franchise-quiz .fr-quiz-stage-content:not(:last-child) {
		margin-bottom: 32px;
	}
	.tf-franchise-quiz .fr-quiz-status:not(:last-child),
	.tf-franchise-quiz .fr-quiz-label-pretitle:not(:last-child) {
		margin-bottom: 20px;
	}
	.tf-franchise-quiz .fr-quiz-label-title:not(:last-child) {
		margin-bottom: 24px;
	}
	.tf-franchise-quiz .fr-quiz-label:not(:last-child),
	.tf-franchise-quiz .fr-quiz-total .fr-quiz-stage-content:not(:last-child) {
		margin-bottom: 16px;
	}
	.tf-franchise-quiz .fr-quiz-label,
	.tf-franchise-quiz .fr-quiz-input {
		min-width: 258px;
		width: 258px;
	}

	.tf-franchise__hr {
		padding-bottom: 48px;
	}
	.tf-franchise__hr--mobile {
		border-bottom: unset;
		padding-bottom: unset;
	}
}
@media (max-width: 991.98px) {
	.tf-franchise-quiz {
		gap: 20px;
		min-height: 414px;
		margin-right: calc(var(--container-offset) * -1);
		margin-left: calc(var(--container-offset) * -1);
		padding: 24px 12px 20px;
		border-radius: 8px;
	}
	.tf-franchise-quiz__descr {
		gap: 20px;
	}
	.tf-franchise-quiz__title {
		font-size: 36px;
	}
	.tf-franchise-quiz__subtitle {
		flex: 1;
		font-size: 16px;
	}
	.tf-franchise-quiz__btn .btn {
		min-width: 100%;
		width: 100%;
	}

	.tf-franchise__hr {
		padding-bottom: 20px;
	}
	.tf-franchise__hr--desktop {
		border-bottom: unset;
		padding-bottom: unset;
	}
}
/*common end*/

.tf-franchise {
	display: flex;
	flex-direction: column;
}

.tf-franchise__heading {
	margin: unset;
	font-weight: 500;
}
.tf-franchise__heading-icons {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	/*transform: translateY(5px);*/
}

.tf-franchise__header {
	display: flex;
	flex-direction: column;
}
.tf-franchise__header-preview {
	display: flex;
	min-width: 100%;
	width: 100%;
	overflow: hidden;
}
.tf-franchise__header-preview .image {
	min-width: 100%;
	width: 100%;
}
.tf-franchise__header-info {
	display: flex;
	flex-wrap: wrap;
	min-width: 100%;
	width: 100%;
}
.tf-franchise__header-info-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: var(--white-color);
}
.tf-franchise__header-info-title {
	display: flex;
	color: var(--tf-gray20);
	line-height: 1.3;
}
.tf-franchise__header-info-title .icon {
	fill: var(--tf-gray20);
	stroke: var(--tf-gray20);
}
.tf-franchise__header-info-value {
	display: flex;
}
.tf-franchise__header-info-item-secondary .tf-franchise__header-info-value {
	line-height: 1.3;
}

.tf-franchise-info__header {
	display: flex;
	flex-direction: column;
}
.tf-franchise-info__subtitle {
	line-height: 1.3;
}
.tf-franchise-info__action {
	display: flex;
	flex-wrap: wrap;
}
.tf-franchise-info__fields {
	display: flex;
	flex-direction: column;
}
.tf-franchise-info .input-placeholder { /*tmp*/
	display: none;
}
.tf-franchise-info__agree {
	display: flex;
	flex-direction: column;
}
/*.tf-franchise-info__agree span:not(:last-child) {*/
.tf-franchise-info__agree span {
	margin-bottom: 15px;
}
.tf-franchise-info__agree .custom-checkbox,
.tf-franchise-info__agree .custom-radio {
	align-items: flex-start;
}
.tf-franchise-info__agree .custom-checkbox__input,
.tf-franchise-info__agree .custom-radio__input {
	min-width: 16px;
	width: 16px;
	min-height: 16px;
	height: 16px;
	border: 1px solid var(--tf-gray0-outline);
	background-color: var(--tf-gray0-outline);
}
.tf-franchise-info__agree .custom-checkbox__input:checked,
.tf-franchise-info__agree .custom-checkbox__input.checked,
.tf-franchise-info__agree .custom-radio__input:checked,
.tf-franchise-info__agree .custom-radio__input.checked,
.tf-franchise-info__agree .custom-checkbox__input:checked:hover,
.tf-franchise-info__agree .custom-checkbox__input.checked:hover,
.tf-franchise-info__agree .custom-radio__input:checked:hover,
.tf-franchise-info__agree .custom-radio__input.checked:hover {
	border-color: var(--tf-gray20);
	background-color: var(--tf-gray20);
}
.tf-franchise-info__agree .custom-checkbox__label-for:not(:first-child),
.tf-franchise-info__agree .custom-radio__label-for:not(:first-child) {
	padding-left: 8px;
}

.tf-franchise-history{
	gap: 5px;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-evenly;
}
.tf-franchise-history__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	background-color: var(--tf-gray10);
}
.tf-franchise-history__title {
	color: var(--tf-gray20);
}
.tf-franchise-history__value {
	/*color: var(--tf-gray20);*/
	color: var(--black-color);
	line-height: 1.3;
}


.tf-franchise-numbers {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: auto;
	padding: 108px 0 28px 32px;
	border-left: 6px solid #1E70B9;
	border-radius: 3px;
	background-position: left 32px top 28px, left 0 top 0;
	background-repeat: no-repeat;
	background-size: 60px 60px, auto;
}
.tf-franchise-numbers--investment {
	border-left: 6px solid #62B91E;
	background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/img/franchise-investment.svg"), linear-gradient(90deg, rgba(98, 185, 30, 0.08) 0%, rgba(98, 185, 30, 0.00) 100%);
}
.tf-franchise-numbers--profit {
	border-left: 6px solid #1E70B9;
	background-image: url("/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/img/franchise-profit.svg"), linear-gradient(90deg, rgba(30, 112, 185, 0.08) 0%, rgba(30, 112, 185, 0.00) 100%);
}
.tf-franchise__header-info-item {
	height: 105px;
	width: 16%;
	max-width: 16%;
	padding: 10px 15px 12px;
	border-radius: 16px;
	flex: 1 1 178px;
	justify-content: space-between;
}
.tf-franchise__header-info-item-primary .tf-franchise__header-info-value {
	order: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
}
.tf-franchise-history__item {
	min-width: 16%;
	width: 16%;
	padding: 10px 15px;
	border-radius: 16px;
	justify-content: space-between;
	gap: 10px;
}
@media (min-width: 992px) {
	.tf-franchise-grid {
		display: grid;
		column-gap: 32px;
	}
	.tf-franchise__main {
		grid-column: 1/2;
	}
	.tf-franchise__sidebar {
		position: sticky;
		top: 8px;
		grid-column: 2/3;
		/*max-height: calc(100vh - 198px);
		/*max-height: 710px;*/
		margin-bottom: 40px;
		padding: 32px;
		border-radius: 16px;
		background-color: var(--tf-gray10);
	}

	.tf-franchise__heading {
		grid-column: 1/3;
		font-size: 40px;
	}
	.tf-franchise__heading:not(:last-child) {
		margin-bottom: 24px;
	}
	.tf-franchise__heading-icons {
		gap: 8px;
	}
	.tf-franchise__heading-icons .icon {
		min-width: 36px;
		width: 36px;
		min-height: 36px;
		height: 36px;
	}

	.tf-franchise__header {
		gap: 24px;
		padding: 32px;
		border-radius: 16px;
		background-color: var(--tf-gray10);
	}
	.tf-franchise__header:not(:last-child) {
		margin-bottom: 40px;
	}
	.tf-franchise__header-preview {
		border-radius: 16px;
	}
	.tf-franchise__header-info {
		justify-content: space-between;
	}
	.tf-franchise__header-info-item {
		height: 100%;
	}
	.tf-franchise__header-info-title {
		font-weight: 400;
		font-size: 18px;
		line-height: 130%;
	}
	.tf-franchise__header-info-title .icon,
	.tf-franchise__header-info-title .image {
		min-width: 30px;
		width: 30px;
		min-height: 30px;
		height: 30px;
	}
	/*.tf-franchise__header-info-item-primary .tf-franchise__header-info-title {
		order: 5;
	}*/
	.tf-franchise__header-info-item-secondary {
		gap: unset;
	}
	.tf-franchise__header-info-item-secondary .tf-franchise__header-info-title {
		padding: 5px;
	}
	.tf-franchise__header-info-item-secondary .tf-franchise__header-info-value {
		color: var(--tf-gray20);
		font-weight: 500;
		font-size: 17px;
	}

	.tf-franchise-info {
		display: flex;
		flex-direction: column;
		/*max-height: calc(100vh - 195px);*/
		/* max-height: 635px; */
		/*height: 100%;*/
		padding: 24px;
		overflow-y: auto;
		border-radius: 16px;
		background-color: var(--white-color);
	}
	#showCount {
		margin-top: 5%;
	}
	.tf-franchise-info::-webkit-scrollbar,
	.tf-franchise-info::-webkit-scrollbar-track,
	.tf-franchise-info::-webkit-scrollbar-thumb {
		min-width: 5px;
		width: 5px;
	}
	.tf-franchise-info::-webkit-scrollbar,
	.tf-franchise-info::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.tf-franchise-info::-webkit-button {
		display: none;
	}
	.tf-franchise-info::-webkit-scrollbar-thumb {
		border-radius: 3px;
		background-color: var(--tf-gray20);
	}
	.tf-franchise-info__close {
		display: none;
	}
	.tf-franchise-info__header {
		gap: 12px;
	}
	.tf-franchise-info__header:not(:last-child) {
		margin-bottom: 24px;
	}
	.tf-franchise-info__subtitle {
		font-weight: 500;
		font-size: 17px;
	}
	.tf-franchise-info__fields:not(:last-child),
	.tf-franchise-info__action:not(:last-child) {
		margin-bottom: 20px;
	}
	.tf-franchise-info__fields {
		gap: 12px;
	}
	.tf-franchise-info__action {
		gap: 10px;
	}
	.tf-franchise-info__agree .custom-checkbox__input:not(:disabled, .disabled) ~ .custom-checkbox__label-for,
	.tf-franchise-info__agree .custom-radio__input:not(:disabled, .disabled) ~ .custom-radio__label-for,
	.tf-franchise-info__agree .custom-checkbox__label-for .link:hover,
	.tf-franchise-info__agree .custom-radio__label-for .link:hover {
		color: var(--tf-gray20);
	}
	.tf-franchise-action-mobile {
		display: none;
	}
	.tf-franchise-history__title {
		/*font-weight: 600;
		font-size: 24px;*/
		font-weight: 400;
		font-size: 18px;
		line-height: 130%;
	}
	.tf-franchise-history__value {
		/*font-weight: 500;
		font-size: 17px;*/
		font-weight: 500;
		font-size: 18px;
		line-height: 120%;
	}

}
@media (min-width: 1440px) {
	.body2:not(.header-banner-active) .main {
		margin-top: 96px!important; /* tmp */
	}
	.tf-franchise__header-info {
		justify-content: space-evenly;
	}
	.tf-franchise-info {
		max-height: calc(100vh - 195px);
	}
	.header-scroll-up ~ .main .tf-franchise__sidebar {
		top: 96px;
		/*max-height: calc(100vh - 104px);*/
	}
	.header-scroll-up ~ .main .tf-franchise-info {
		/*max-height: calc(100vh - 168px);*/
	}
}
@media (min-width: 1600px) {
	.tf-franchise-grid {
		/*grid-template-columns: calc(100% - 32px - 592px) 592px;*/
		grid-template-columns: calc(100% - 32px - 525px) 525px;
	}
}
@media (max-width: 991.98px) {
	.tf-franchise__header-info-title {
		font-size: 13px;
	}
	.tf-franchise-history__title {
		font-size: 13px;
	}
	.tf-franchise-history__value {
		font-size: 16px;
		font-weight: 600;
	}
	.tf-franchise-grid {
		display: flex;
		flex-direction: column;
	}
	.tf-franchise__sidebar {
		margin-right: calc(var(--container-offset) * -1);
		margin-left: calc(var(--container-offset) * -1);
		padding: 8px var(--container-offset) 24px;
		border-radius: 0 0 8px 8px;
		background-color: var(--tf-gray10);
	}
	.tf-franchise__sidebar:not(:last-child) {
		margin-bottom: 32px;
	}

	.tf-franchise__heading {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 24px;
		background: var(--tf-gray10);
		margin-left: -16px;
		margin-right: -16px;
		padding: 24px 16px 0;
	}
	.tf-franchise-grid .tf-franchise__heading {
		margin-bottom: 0 !important;
	}
	.tf-franchise__heading:not(:last-child) {
		margin-bottom: 16px;
	}
	.tf-franchise__heading-icons {
		gap: 4px;
	}
	.tf-franchise__heading-icons .icon {
		min-width: 24px;
		width: 24px;
		min-height: 24px;
		height: 24px;
	}

	.tf-franchise__header {
		gap: 16px;
		margin-right: calc(var(--container-offset) * -1);
		margin-left: calc(var(--container-offset) * -1);
		padding: 24px var(--container-offset) 8px;
		border-radius: 8px 8px 0 0;
		background-color: var(--tf-gray10);
	}
	.tf-franchise__header-preview {
		border-radius: 8px;
	}

	.tf-franchise__header-info {
		gap: 8px;
		justify-content: space-between;
	}
	.tf-franchise__header-info-item {
		padding: 10px 10px 12px;
		border-radius: 8px;
		flex: 1 1 auto;
	}
	.tf-franchise__header-info-title {
		font-size: 14px;
	}
	.tf-franchise__header-info-title .icon,
	.tf-franchise__header-info-title .image {
		min-width: 18px;
		width: 18px;
		min-height: 18px;
		height: 18px;
	}
	.tf-franchise__header-info-item .tf-franchise__header-info-title:not(:last-child) {
		margin-bottom: 4px;
	}
	.tf-franchise__header-info-item-secondary .tf-franchise__header-info-title {
		padding: 4px;
	}
	.tf-franchise__header-info-item-secondary .tf-franchise__header-info-value {
		font-size: 14px;
	}

	.tf-franchise-info {
		z-index: 11;
		position: fixed;
		right: 0;
		bottom: -100%;
		left: 0;
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 24px 12px 72px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		background-color: var(--tf-pink0);
	}
	.tf-franchise-info.show {
		bottom: 0;
		animation: infoTransitionShow 0.25s linear;
	}
	.tf-franchise-info.hide {
		bottom: -100%;
		animation: infoTransitionShow 0.25s linear;
	}
	@keyframes infoTransitionShow {
		0% {bottom: -500px;}
		100% {bottom: 0;}
	}
	@keyframes infoTransitionHide {
		0% {bottom: 0;}
		100% {bottom: -500px;}
	}
	.tf-franchise-info__close {
		z-index: 1;
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 32px;
		width: 32px;
		min-height: 32px;
		height: 32px;
	}
	.tf-franchise-info__close .icon {
		min-width: 20px;
		width: 20px;
		min-height: 20px;
		height: 20px;
	}
	.tf-franchise-info__header {
		gap: 4px;
	}
	.tf-franchise-info__subtitle {
		font-size: 16px;
	}
	.tf-franchise-info__fields {
		gap: 8px;
	}
	.tf-franchise-info__action {
		gap: 8px;
	}
	.tf-franchise-info__agree .custom-checkbox__input:not(:disabled, .disabled) ~ .custom-checkbox__label-for,
	.tf-franchise-info__agree .custom-radio__input:not(:disabled, .disabled) ~ .custom-radio__label-for,
	.tf-franchise-info__agree .custom-checkbox__label-for .link:hover,
	.tf-franchise-info__agree .custom-radio__label-for .link:hover {
		color: var(--black-color);
	}
	.tf-franchise-info__agree .custom-checkbox__label-for,
	.tf-franchise-info__agree .custom-radio__label-for {
		font-size: 11px;
	}
	.tf-franchise-action-mobile {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	.tf-franchise-action-mobile__presentation {
		min-width: 100%;
		width: 100%;
	}
	.tf-franchise-history{
		padding: 0 12px;
		gap: 10px;
		/*justify-content: stretch;*/
	}

	.tf-franchise-history__item {
		display: flex;
		align-items: flex-start;
		min-width: 150px;
		width: 150px;
		max-height: 80px;
		padding: 12px 8px;
		border-radius: 8px;
		/*flex: 1 1 150px;*/
	}
	.tf-franchise-history__title {
		font-size: 13px;
	}
	.tf-franchise-history__value {
		font-size: 16px;
		font-weight: 600;
	}

	.tf-franchise-numbers {
		padding: 56px 0 12px 12px;
		background-position: left 12px top 12px, left 0 top 0;
		background-size: 32px 32px, auto;
	}

	.header2{
		padding-bottom: 12px;
	}
	.tf-franchise__header-info-item-primary .tf-franchise__header-info-value {
		font-size: 16px;
	}
}
@media (max-width: 575.98px) {
	.tf-franchise__header-info-item-primary {
		min-width: calc((100% - 8px) / 2);
		width: calc((100% - 8px) / 2);
	}
}
@media (min-width: 992px) and (max-width: 1439.98px) {
	.body2:not(.header-banner-active) .main {
		margin-top: 140px!important;
	}
	.header-scroll-up ~ .main .tf-franchise__sidebar {
		top: 132px;
		max-height: calc(100vh - 140px);
	}
	.header-scroll-up ~ .main .tf-franchise-info {
		max-height: calc(100vh - 204px);
	}
}
@media (min-width: 992px) and (max-width: 1599.98px) {
	.tf-franchise-grid {
		grid-template-columns: calc(100% - 32px - 464px) 464px;
	}
	#freeConsultForm .freeConsultSend {
		font-size: 15px;
	}
}

.tf-franchise__header-info-value{
	font-size: 16px;
}

.slider-mobile{
	display: none;
	margin-bottom: 8px;
	padding: 0 10px;
}

.slider-mobile .swiper-slide{
	width: 150px;
	height: auto;
	justify-content: center;
}
.slider-desktop .swiper-slide{
	width: 250px;
	height: auto;
	justify-content: center;
}

.slider-desktop{
	display: flex;
	justify-content: center;
}

.icon-mobile{
	display: none;
}

@media screen and (max-width: 991.98px){
	.icon-desktop{
		display: none;
	}
	.icon-mobile{
		display: block;
	}
	.slider-mobile{
		display: block;
	}
	.slider-desktop{
		display: none;
	}
	.franchise_page__title__icon{
		position: relative;
		width: 20px;
	}
	.tf-franchise-info .franchise_page__action_btn__favorite,
	.tf-franchise-info .franchise_page__action_btn__compare{
		display: none;
	}
	.header-mobile-action__item .text-content{
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		white-space: normal;
		font-size: 12px;
	}
	.tf-franchise__heading-icons{
		top: 3px;
		position: relative;
	}
}

/* Затемнение */

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 9;
}

.popup-overlay.active {
	opacity: 1;
	visibility: visible;
}


/*.swiper {*/
/*	overflow: hidden; !* Не даем уезжать слишком далеко *!*/
/*}*/

/*.swiper-wrapper {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	transition-timing-function: ease-out; !* Плавная прокрутка *!*/
/*}*/

/*.slider-desktop .swiper-slide {*/
/*	width: 250px !important; !* Фиксированная ширина элементов *!*/
/*	flex-shrink: 0; !* Не даем уменьшаться *!*/
/*}*/


.errorBlock{
	color: red;
	margin-bottom: 20px;
}




/* Контейнер для слайдера */
.slider-out.basic-slider-wrap {
	width: 100%;
	overflow: hidden; /* Пусть Swiper контролирует прокрутку */
}

/* Обёртка слайдов Swiper (не ставим display: grid!) */
.swiper-wrapper.self-wrapper {
	display: flex;
	justify-content: flex-start;
	/* Из вашего кода: отрицательные отступы */
	margin-right: calc(var(--container-offset)* -1);
	margin-left: calc(var(--container-offset)* -1);

}

/* Слайд-колонка */
.swiper-slide.self {
	display: grid;
	/* Из вашего кода: 8 строк, max-height и т.д. */
	grid-template-rows: repeat(8, 1fr);
	max-height: 740px;
	row-gap: 32px;
	/* Доп. — пусть будут: */
	grid-auto-rows: auto;
	grid-auto-columns: auto;
	height: 740px;
	/* grid-column: span 1; */
}

/* Картинки внутри ссылок */
.swiper-slide.self > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	display: block;
	border-radius: 8px;
}

/* Раскладка .trd */
.items-8plus .swiper-slide.self.trd > .one {
	/* grid-area: 1 / 1 / 4 / 2; */
	grid-row: 1 / 4;

}
.items-8plus .swiper-slide.self.trd > .two {
	/* grid-area: 4 / 1 / 6 / 2;  */
	grid-row: 4 / 6;

}
.items-8plus .swiper-slide.self.trd > .three {
	/* grid-area: 6 / 1 / 9 / 2; */
	grid-row: 6 / 9;

}

/* Раскладка .tc2rd */
.items-8plus .swiper-slide.self.tc2rd > .one {
	/* grid-area: 1 / 1 / 3 / 2;  */
	grid-row: 1 / 3;

}
.items-8plus .swiper-slide.self.tc2rd > .two {
	/* grid-area: 3 / 1 / 7 / 2;  */
	grid-row: 3 / 7;


}
.items-8plus .swiper-slide.self.tc2rd > .three {
	/* grid-area: 7 / 1 / 9 / 2; */
	grid-row: 7 / 9;


}

/* Раскладка .tword */
.items-8plus .swiper-slide.self.tword > .one {
	/* grid-area: 1 / 1 / 5 / 2;  */
	grid-row: 1 / 5;


}
.items-8plus .swiper-slide.self.tword > .two {
	/* grid-area: 5 / 1 / 9 / 2; */
	grid-row: 5 / 9;

}


/* До 7 элементов
/* Раскладка .trd */
.items-7 .swiper-slide.self.trd > .one {
	grid-row: 1 / 4;

}
.items-7 .swiper-slide.self.trd > .two {
	grid-row: 4 / 6;

}
.items-7 .swiper-slide.self.trd > .three {
	grid-row: 6 / 9;

}

/* Раскладка .tc2rd */
.items-7 .swiper-slide.self.tc2rd > .one {
	grid-row: 1 / 3;

}
.items-7 .swiper-slide.self.tc2rd > .two {
	grid-row: 3 / 7;


}
.items-7 .swiper-slide.self.tc2rd > .three {
	grid-row: 7 / 9;


}

/* Раскладка .tword */
.items-7 .swiper-slide.self.tword > .one {
	grid-row: 1 / 9;
}




/* До 6 элементов
/* Раскладка .trd */
.items-6 .swiper-slide.self.trd > .one {
	grid-row: 1 / 4;

}
.items-6 .swiper-slide.self.trd > .two {
	grid-row: 4 / 6;

}
.items-6 .swiper-slide.self.trd > .three {
	grid-row: 6 / 9;

}

/* Раскладка .tc2rd */
.items-6 .swiper-slide.self.tc2rd > .one {
	grid-row: 1 / 4;

}
.items-6 .swiper-slide.self.tc2rd > .two {
	grid-row: 4 / 9;


}
.items-6 .swiper-slide.self.tc2rd > .three {
	/* УДАЛЕН */
}

/* Раскладка .tword */
.items-6 .swiper-slide.self.tword > .one {
	grid-row: 1 / 9;
}




/* До 5 элементов */

.items-5 .swiper-slide.self {
	height: 575px;
	max-height: 575px;

}
/* Раскладка .trd */
.items-5 .swiper-slide.self.trd > .one {
	grid-row: 1 / 5;

}
.items-5 .swiper-slide.self.trd > .two {
	grid-row: 5 / 9;

}
.items-5 .swiper-slide.self.trd > .three {
	/* Удален */
}

/* Раскладка .tc2rd */
.items-5 .swiper-slide.self.tc2rd > .one {
	grid-row: 1 / 3;

}
.items-5 .swiper-slide.self.tc2rd > .two {
	grid-row: 3 / 9;


}

/* Раскладка .tword */
.items-5 .swiper-slide.self.tword > .one {
	grid-row: 1 / 9;
}





/* До 4 элементов */

.items-4 .swiper-slide.self {
	height: 445px;
	max-height: 445px;

}
/* Раскладка .trd */
.items-4 .swiper-slide.self.trd > .one {
	grid-row: 1 / 5;

}
.items-4 .swiper-slide.self.trd > .two {
	grid-row: 5 / 9;

}


/* Раскладка .tc2rd */
.items-4 .swiper-slide.self.tc2rd > .one {
	grid-row: 1 / 9;

}
.items-4 .swiper-slide.self.tc2rd > .two {
	/* УДАЛЕН */


}

/* Раскладка .tword */
.items-4 .swiper-slide.self.tword > .one {
	grid-row: 1 / 9;
}



/* До 3 элементов */

.items-3 .swiper-slide.self {
	height: 445px;
	max-height: 445px;

}


/* Раскладка .trd */
.items-3 .swiper-slide.self.trd > .one {
	grid-row: 1 / 9;

}

.items-3 .swiper-slide.self.trd > .two {
	/* Удален */
}


/* Раскладка .tc2rd */
.items-3 .swiper-slide.self.tc2rd > .one {
	grid-row: 1 / 9;

}


/* Раскладка .tword */
.items-3 .swiper-slide.self.tword > .one {
	grid-row: 1 / 9;
}




/* До 2-х элементов */

.items-2 .swiper-slide.self {
	height: 445px;
	max-height: 445px;

}
/* Раскладка .trd */
.items-2 .swiper-slide.self.trd > .one {
	grid-row: 1 / 9;

}


/* Раскладка .tc2rd */
.items-2 .swiper-slide.self.tc2rd > .one {
	grid-row: 1 / 9;

}


/* Раскладка .tword */
.items-2 .swiper-slide.self.tword > .one {
	/* УДАЛЕН */
}


/* 1 элемент */
.items-1 .swiper-slide.self.tc2rd > .one {
	grid-row: 1 / 9;
	width: unset !important;

}

.items-2 .swiper-slide.self {
	height: 720px;
	max-height: 720px;

}




@media(max-width: 768px) {
	.items-2 .swiper-slide.self {
		height: 300px;
		max-height: 300px;

	}


	.items-3 .swiper-slide.self {
		height: 225px;
		max-height: 225px;
	}
}


/* Убираем right-маргин у последнего слайда */
.swiper-slide.self:last-child {
	margin-right: unset !important;
}


@media (max-width: 1200px) {
	.swiper-slide.self {
		row-gap: 12px;
	}
}

/* Пример медиа-запросов из вашего кода */
@media (max-width: 768px) {
	.swiper-slide.self {
		max-height: 640px;
		row-gap: 8px;
	}
}


@media (max-width: 480px) {
	.swiper-slide.self {
		max-height: 540px;
		row-gap: 8px;
	}
}




@media (max-width: 991.98px) {
	.basic-slider-wrap {
		padding: 0 0 0 10px;
	}
	.slider-out.basic-slider-wrap.media {
		width: calc(100% + 30px);
	}
}

span.duration {
	z-index: 2;
	position: absolute;
	right: 12px;
	bottom: 12px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	padding: 6px 8px;
	border-radius: 4px;
	background: #242731B2;
}


@media(max-width: 768px) {
	span.duration {font-size: 14px;}
}

a[data-type="html5video"] {
	position: relative;
	z-index: 1;
}

a[data-type="html5video"] > img.svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* Центрируем */
	max-width: 50px;
	max-height: 60px;
}

@media(max-width: 768px) {
	a[data-type="html5video"] > img.svg {
		max-width: 25px;
		max-height: 28px;
	}
}

/*2025*/
.tf-franchise__section:not(:last-child) {
	margin-bottom: 40px;
}
.tf-franchise__section h2 {
	margin: 0px 0px 24px;
}
.tf-franchise__section h2.mr-lg{
	font-size: 32px;
}
.tf-franchise__section h2.mr-lg,
.tf-advantages-title.mr-lg,
.tf-advantages-title.mr-lg p{
	margin: 0px 0px 16px;
}
@media (min-width: 992px) {
	.tf-franchise__gallery {
		grid-column: 1 / 2;
	}
}

.tf-franchise-text__block,
.tf-franchise-advantages {
	margin-bottom: 40px;
}
.tf-franchise-package:not(:last-child) {
	margin-bottom: 24px;
}

.tf-advantages-title {
	position: relative;
	color: #333333;
	font-size: 22px;
	margin: 0 0 12px 0;
}
.tf-advantages-title.sticky_block {
	margin: 0 0 12px -10px;
}
.tf-franchise-package_list {
	list-style: none;
	padding-left: 0;
	margin: 0 0 4px;
}
.tf-franchise-advantages_list {
	list-style: none;
	padding-left: 0;
	margin: 0 0 16px;
}

.tf-franchise-package_list li:not(:last-child),
.tf-franchise-advantages_list li:not(:last-child) {
	margin-bottom: 12px;
}
.tf-franchise-package_list li,
.tf-franchise-advantages_list li {
	position: relative;
	padding-left: 25px;
	line-height: 1.4;
	font-size: 17px;
}

.tf-franchise-package_list li::before,
.tf-franchise-advantages_list li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	width: 11px;
	height: 11px;
	background: linear-gradient(to bottom right, #7CBDEC, #004FAC);
	transform: rotate(45deg);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	border-radius: 1px;
}

.tf-franchise-advantages__bottom {
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	line-height: 130%;
}

@media (max-width: 768px) {
	.tf-franchise-package_list,
	.tf-franchise-advantages_list {
		grid-template-columns: 1fr;
	}
	.tf-franchise-package_list li,
	.tf-franchise-advantages_list li {
		font-size: 14px;
	}
	.tf-franchise-package_list li:not(:last-child),
	.tf-franchise-advantages_list li:not(:last-child) {
		margin-bottom: 8px;
	}
}


.tf-franchise-attention__block.blue {
	background: #ECF4FC;
}
.tf-franchise-attention__block.green {
	background: #ECFCF1;
}
.tf-franchise-attention__block {

	border-radius: 12px;
	padding: 25px;
	margin-bottom: 40px;
}

.tf-attention-content {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.tf-attention-icon {
	width: 30px;
	height: 33px;
	flex-shrink: 0;
	margin-top: 3px;
}

.tf-franchise-attention__block__text {
	margin: 0;
	color: #333333;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.tf-franchise-attention__block {
		padding: 20px 15px;
	}

	.tf-attention-content {
		gap: 15px;
	}

	.tf-attention-icon {
		width: 20px;
		height: 20px;
	}
}


.tf-franchise-folding {
	position: relative;
	padding-bottom: 40px;
	/*margin-bottom: 24px;*/
}

.tf-folding-title {
	font-size: 20px;
	margin-bottom: 15px;
	color: #333;
}

.tf-franchise-folding_list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	max-height: 64px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.tf-franchise-folding_list::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(248, 250, 252, 0.9) 100%);
	pointer-events: none;
}

.tf-franchise-folding_list.expanded {
	max-height: 2000px;
}

.tf-franchise-folding_list.expanded::after {
	display: none;
}

.tf-franchise-folding_list li {
	padding: 8px 0;
	position: relative;
	/*padding-left: 30px;*/
	line-height: 1.4;
	display: flex;
	align-items: center;
}
.tf-franchise-folding_list li .tf-icon{
	margin-right: 8px;
}
/*
.tf-franchise-folding_list li::before {
	content: '✅';
	position: absolute;
	left: 0;
}*/
/*
.tf-franchise-folding_list li::before {
	content: url('/local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/img/check.png');
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}*/
.tf-icon {
	width: 16px;
	height: 16px;
	min-width: 16px;
}
.tf-icon_lg {
	width: 20px;
	height: 20px;
}
.tf-icon_bg {
	width: 28px;
	height: 28px;
}

.tf-fold-toggle {
	color: #242731;
	cursor: pointer;
	padding: 15px 50px;
	display: flex;
	align-items: center;
	margin: auto;
	border: 1px solid #242731;
	border-radius: 10px;
	background: unset;
	font-size: 15px;
}

.tf-fold-toggle.expanded::after {
	transform: rotate(180deg);
}


.tf-franchise-blue__link {
	margin-bottom: 24px;
}

.tf-franchise-blue__link .tf-blue-link {
	color: #0066CC;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 5px;
	transition: color 0.2s;
}

.tf-blue-link:hover {
	color: #004D99;
	text-decoration: underline;
}

.tf-link-hint {
	font-style: italic;
	color: #666;
	font-size: 14px;
	margin: 0;
}

.tf-franchise-about_block {
	display: flex;
	gap: 20px;
	background-color: #F7F4E4;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.tf-franchise-about_block_left,
.tf-franchise-about_block_right {
	flex: 1;
}

.tf-franchise-about_block h3 {
	margin-top: 0;
	margin-bottom: 16px;
	color: #333;
	font-size: 30px;
	overflow: hidden;
	max-height: 36px;
}

.tf-franchise-about_block_left > div,
.tf-franchise-about_block_right > div {
	background-color: white;
	padding: 20px;
	border-radius: 8px;
}

.tf-franchise-about_block div p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.tf-franchise-about_block div p span:first-child {
	font-weight: bold;
	color: #333;
}

.tf-franchise-about_block div p span:last-child {
	color: #666;
}


.tf-franchise-stages {
	background-color: #ECF4FC;
	padding: 40px 20px;
	border-radius: 12px;
	margin-bottom: 40px;
}

.tf-franchise-stages h2 {
	text-align: center;
	margin-bottom: 30px;
	color: #333;
	font-size: 28px;
}

.tf-franchise-stages__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.tf-franchise-stage {
	background: white;
	overflow: hidden;
	border-radius: 10px;
	padding: 8px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 150px;
}
/*
.tf-franchise-stage:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}*/
.tf-franchise-stage p:first-child {
	font-size: 32px;
	font-weight: bold;
	color: #AED1F2;
	margin-bottom: 0px;
	text-align: left;
}

.tf-franchise-stage p:last-child {
	font-size: 15px;
	color: #555;
	line-height: 1.4;
	text-align: left;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 1024px) {
	.tf-franchise-stages__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 600px) {
	.tf-franchise-stages__list {
		grid-template-columns: repeat(1, 1fr);
		gap: 8px;
	}
	.tf-franchise-stage {
		height: fit-content;;
		display: flex;
	}
	.tf-franchise-stages {
		padding: 20px;
	}
	.tf-franchise-stages h2 {
		text-align: left;
		font-size: 22px;
		margin-bottom: 16px;
	}
	.tf-franchise-stage p:first-child {
		font-size: 22px;
		margin: auto 0;
	}
	.tf-franchise-stage p:last-child {
		margin: auto 0 auto 15px;
	}
	.tf-franchise-history {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.tf-franchise-history::-webkit-scrollbar {
		display: none;
	}

	.tf-franchise-history__item {
		scroll-snap-align: start;
	}

}

.tf-franchise-img_big {
	margin-bottom: 40px;
}
.tf-franchise-img_big img{
	border-radius: 8px;
}
.tf-franchise-text{
	margin-bottom: 40px;
}
.tf-franchise-info__show_count {
	margin-top: 10px;
	display: flex;
	align-items: center;
	margin-right: 2px;
}
.tf-franchise-info__show_count img.tf-icon{
	margin: 2px 0px;
}
.reviewsList .container {
	padding:0px;
}
.fancybox-inner #modalFreeConsult{
	padding: 40px;
}
.tf-franchise__header-info {
	gap: 5px;
	height: max-content;
}
.design2024 .franchise_page__questions{
	border: 1px solid #D8D8D8;
 	box-shadow: unset;
}
.input-wrapper_block {
	display: flex;
	justify-content: space-between;
}
.input-wrapper_block .input-wrapper {
	position: initial;
	min-width: auto;
}
@media (max-width: 767px) {
	main .breadcrumbs_wrapper {
		display:none;
	}
	.input-wrapper_block {
		gap: 8px;
	}
	.tf-franchise__section:not(:last-child),
	.tf-franchise-advantages {
		margin-bottom: 24px;
	}
	.tf-franchise__section p {
		font-size: 17px;
	}

	.tf-franchise-folding_list::after{
		height: 60px;
	}

	.tf-franchise-about_block h3 {
		overflow: unset;
		max-height: max-content;
		font-size: 22px;
	}
	.tf-franchise-about_block div p {
		font-size: 14px;
		flex-wrap: wrap;
		justify-content: normal;
		gap: 5px;
	}
}
@media (max-width: 1919px) {
	.tf-franchise-about_block {
		flex-direction: column;
	}
}
@media (max-width: 1600px) {
	.tf-franchise__header-info-item,
	.tf-franchise-history__item {
		width: 32%;
		max-width: 32%;
		height: 105px;
		flex-basis: 100%;
	}

	.tf-special-stats .tf-days-left {
		font-size: 16px;
		text-align: center;
		bottom: 20px;
		right: 10px;
		width: fit-content;
		position: absolute;
	}
	.tf-common-css-new .btn[type=submit] {
		padding: 0;
	}
}
@media (max-width: 1400px) {
	.tf-franchise__header-info-item,
	.tf-franchise-history__item {
		height: 105px;
	}
}
@media (max-width: 575.98px) {
	.tf-franchise__header-info {
		gap: 8px;
		height: max-content;
	}
	.tf-franchise-history {
		gap: 8px;
	}
}
/*video*/
.tf-franchise-video__block {
	width: 100%;
	margin: 0 auto 40px;
}

.tf-franchise-video__block-item {
	position: relative;
	width: 100%;
	/*padding-bottom: 56.25%; /* Соотношение 16:9 (для адаптивности) */
	overflow: hidden;
	border-radius: 8px; /* Опционально: скругление углов */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Опционально: тень */
}

.video-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.video-frame {
	position: relative;
	width: 100%;
	height: 100%;
}

.video-frame img {
	width: 100%;
	height: 60vh;
	object-fit: cover; /* Картинка заполняет весь блок без искажений */
	display: block;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	transition: all 0.3s ease;
	z-index: 2;
}

.play-button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 20px solid #ff0000; /* Красный треугольник */
	border-bottom: 12px solid transparent;
}

/* Эффекты при наведении */
.video-link:hover .play-button {
	background: rgba(255, 255, 255, 1);
	transform: translate(-50%, -50%) scale(1.05);
}

/* Заглушка, если нет превью */
.video-placeholder {
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.tf-legal-note {
	font-size: 0.7em;
	color: #666;
	margin-bottom: 40px;
}

.official_info {
	border: 1px solid #D8D8D8;
	font-size: 16px;
}

.official_info__icon{
	height: 20px;
	margin-left: 8px;
	width: 20px;
	flex: 0 0 auto;
}

.official_info__title{
	font-size: 18px;
	margin-bottom: 16px;
}

.official_info__data{
	margin-bottom: 8px;
}

@media screen and (max-width: 768px){
	.official_info__title{
		font-size: 16px;
	}
	.tf-franchise .container{
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media screen and (max-width: 385px){
	.official_info__title{
		/*font-size: 14px;*/
	}
	.official_info {
		/*font-size: 14px;*/
		padding: 16px;
	}
}
.reviews-catalog-wrapper__title_block h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* End */


/* Start:/local/components/dev/element.form/templates/.default/style.css?17494677053502*/
.tf-franchise-form {
    background: #AED1F2;
    border-radius: 12px;
    padding: 30px;
}

.tf-franchise-form:not(:last-child) {
    margin-bottom: 40px;
}

.tf-attention-form h3 {
    font-size: 22px;
    margin: 0 0 15px 0;
    color: #333;
}

.tf-attention-form p {
    color: #666;
    margin: 0 0 25px 0;
    line-height: 1.5;
}

.tf-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.tf-form-group {
    position: relative;
}

.tf-form-group input {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    transition: border 0.3s;
}

.tf-form-group input:focus {
    border-color: #0066CC;
    outline: none;
}

.tf-form-group label {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #999;
    transition: all 0.3s;
    pointer-events: none;
    background: #fff;
    padding: 0 5px;
}

.tf-form-group input:focus + label,
.tf-form-group input:not(:placeholder-shown) + label {
    top: -10px;
    font-size: 12px;
    color: #0066CC;
    background: #F5F5F5;
}

.tf-form-checkbox {
    display: flex;
    align-items: flex-start;
}

.tf-form-checkbox input {
    margin-right: 10px;
    margin-top: 3px;
}

.tf-form-checkbox label {
    font-size: 14px;
    color: #242731;
    line-height: 1.5;
}
.tf-form-checkbox a:hover {
    text-decoration: underline;
}

.tf-form-submit {
    background: #242731;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}

.tf-form-submit:hover {
    background: #004D99;
}
a.blink {
    font-weight: 400;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-style: solid;
    color: inherit;
}
.tf-form-checkbox {
    position: relative;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    user-select: none;
}

.tf-form-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.tf-form-checkbox label {
    padding-left: 28px;
    color: #333;
    line-height: 1.4;
}

.tf-form-checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-color: #AED1F2;
    border: 1px solid #95A8CE;
    border-radius: 4px;
    transition: background 0.2s;
}

.tf-form-checkbox label:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.tf-form-checkbox:hover label:before {
    background-color: #7a7f94;
}

.tf-form-checkbox input:checked ~ label:before {
    background-color: #888DA0;
    border-color: #95A8CE;
}

.tf-form-checkbox input:checked ~ label:after {
    display: block;
}


.tf-form-checkbox a.blink:hover {
    color: #004499;
}
.tf-form-checkbox:not(:last-child){
    margin: 16px 0px 0px;
}
.tf-form-checkbox:last-child{
    margin: 8px 0px 0px;
}
.tf-franchise-form__container .tf-franchise-info__agree {
    margin-top: 10px;
}
@media (max-width: 768px) {
    .tf-franchise-form {
        padding: 16px 12px;
    }
    .tf-attention-form h3 {
        margin: 0px 0px 8px 0px;
    }
    .tf-form-checkbox label {
        font-size: 11px;
    }
    .tf-form-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* End */


/* Start:/local/components/dev/freeConsult.button/templates/detail/style.css?1740570800177*/
.btn-reset.btn.btn-primary.inactive{
    background-color: #888DA0;
}

@media screen and (max-width: 991.98px) {
    .btn.btn-free-consult{
        background: #242731;
    }
}

/* End */


/* Start:/local/components/dev/favorite.button/templates/detail/style.css?1740570800303*/
.franchise_page__action_btn__favorite .icon.icon-active{
    display: none;
}
.franchise_page__action_btn__favorite .icon{
    display: block;
}
.franchise_page__action_btn__favorite.active .icon.icon-active{
    display: block;
}
.franchise_page__action_btn__favorite.active .icon{
    display: none;
}
/* End */


/* Start:/local/components/dev/compare.button/templates/detail/style.css?1740570800297*/
.franchise_page__action_btn__compare .icon.icon-active{
    display: none;
}
.franchise_page__action_btn__compare .icon{
    display: block;
}
.franchise_page__action_btn__compare.added .icon.icon-active{
    display: block;
}
.franchise_page__action_btn__compare.added .icon{
    display: none;
}
/* End */


/* Start:/local/components/dev/freeConsult.button/templates/detail_trigger/style.css?174057080069*/
.btn-reset.btn.btn-primary.inactive{
    background-color: #888DA0;
}
/* End */


/* Start:/local/components/dev/freeConsult.button/templates/detail_fixed/style.css?174057080085*/
.btn-reset.btn.btn-primary.inactive{
    background: #888DA0;
    box-shadow: none;
}
/* End */
/* /local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/style_2023.css?176426256196248 */
/* /local/components/mx/mx.record.list/templates/a101_slider/style.css?17328692617721 */
/* /local/templates/rtf2024/components/bitrix/catalog.element/poducts2025/style.css?176426256141147 */
/* /local/components/dev/element.form/templates/.default/style.css?17494677053502 */
/* /local/components/dev/freeConsult.button/templates/detail/style.css?1740570800177 */
/* /local/components/dev/favorite.button/templates/detail/style.css?1740570800303 */
/* /local/components/dev/compare.button/templates/detail/style.css?1740570800297 */
/* /local/components/dev/freeConsult.button/templates/detail_trigger/style.css?174057080069 */
/* /local/components/dev/freeConsult.button/templates/detail_fixed/style.css?174057080085 */
