

/* Start:/local/components/dev/catalog.stories/templates/.default/style.css?1755599214796*/
.tf-shorts-slider__view-count.tf-shorts-slider__view-count-preview{
    opacity: 1;
}

.main_category .gap-md{
    max-width: 100%;
    width: 100%;
}
.tf-shorts-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 51px;
    background: url("/local/templates/rtf2024/img/icons/play-button.png") no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    transition: opacity 0.3s ease;
    pointer-events: none; /* чтобы не мешала клику */
}

.tf-shorts-slider__item:hover .tf-shorts-play-button {
    opacity: 1;
}

/* Мобилка: уменьшаем в 2 раза */
@media (max-width: 768px) {
    .tf-shorts-play-button {
        width: 24px;
        height: 28px;
    }
}

/* End */


/* Start:/local/templates/rtf2024/components/bitrix/news.detail/detailBI/style.css?17636271471588*/
#contains ul li {
    background: none;
    color: #242731;
    font-size: 16px;
    padding: 0;
    width: 100%;
    list-style-type: decimal;
}
#contains ul li .scrollToBlock{
    width: 50%;
    list-style-type: disc;
}
#contains .main_content ul:first-child {
    margin-top: 10px !important;
}
#contains .main_content .scrollToBlock ul:first-child {
    margin-top: 0px !important;
}
#colTitle {
    position: relative;
}
#colList ul:first-child{
    margin-top: 15px!important;
}

.find_fr_filter .top_area .title {
    font-weight: 600;
}
.ui__button-forward {
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
    border-radius: 8px;
    border: 1px solid #242731;
    background: url('/local/components/dev/media.base/images/ui_kit__button-forward.svg');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ui__button-forward:hover {
    border: 1px solid #242731;
    background-color: #E3F0FF;
}

.ui__button {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    width: fit-content;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    background: linear-gradient(#FF8D5A, #FC7337);
    grid-gap: 10px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 15px;
}

.ui__button:hover {
    background: #3061B9;
}
.showFormConsult:before {
    content: url(/upload/images/envelope.svg);
    margin-right: 10px;
}
.modal_wrapper#modalFreeConsult{
    padding: 40px;
}
.rtf-comments-block {
    width: 100%;
}

/* End */


/* Start:/local/components/dev/media.comments/templates/.default/style.css?17657995267670*/

/* Блок с комментариями (инпуты, комментарии, модальное окно) */

/* Overlay */

.rtf-comment-overlay{
    position:fixed;inset:0;
    display:flex;align-items:center;justify-content:center;
    background:#00000099;z-index:9999;cursor:pointer;
    opacity:0;visibility:hidden;transition:.25s;
}
.rtf-comment-overlay:not([hidden]){opacity:1;visibility:visible}

.rtf-comment-modal{
    background:#fff;border-radius:8px;padding:32px;max-width:90%;box-sizing:border-box;cursor:default
}
@media(max-width:768px){.rtf-comment-modal{padding:16px}}

.rtf-comment-modal-title{
    font-family:"Source Sans 3",sans-serif;font-weight:700;font-size:36px;line-height:120%;margin-bottom:8px;color:#242731; margin-top: unset;
}
.rtf-comment-modal-text{
    font-family:"Source Sans 3",sans-serif;font-weight:400;font-size:24px;line-height:130%;color:#242731
}
@media(max-width:768px){
    .rtf-comment-modal-title{font-size:24px}
    .rtf-comment-modal-text{font-size:18px}
}


/* Инпуты, комментарии и всё остальное  */


.rtf-all-comments {
    padding: 10px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 288px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    border-radius: 8px;
    /* background: #DAEBFF; */
    background: linear-gradient(90deg, rgba(218, 235, 255, 1) 0%, rgba(212, 228, 253, 1) 100%);
}

.rtf-all-comments:hover {
    opacity:.9;
}

.rtf-comments-block {
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .rtf-comments-block {
        margin-bottom: 20px;
    }
}

h3.rtf-comments-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #242731;
    margin-bottom: 16px;
    margin-top: unset;
}

@media (max-width: 768px) {
    .rtf-comments-title {
        font-size: 18px;
    }
}

.rtf-comments-form {
    display: flex;
    flex-direction: column;
}

.rtf-input-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}

.rtf-comment-input,
.rtf-comment-textarea {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #242731;

    background: #F4F4F6;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 12px 16px;
}

.rtf-comment-input::placeholder,
.rtf-comment-textarea::placeholder {
    color: #888DA0;
}

.rtf-textarea-wrapper {
    position: relative;
}

.rtf-comment-textarea {
    min-height: 160px;
    resize: vertical;
}

.rtf-comment-submit {
    position: absolute;
    bottom: 23px;
    right: 16px;

    font-weight: 600;
    font-size: 16px;
    line-height: 130%;

    padding: 10px 24px;
    cursor: pointer;

    color: #0173FD;
    background: linear-gradient(180deg, #DAEBFF 0%, #D4E4FD 100%);
    border: none;
    border-radius: 8px;
    transition: opacity 0.2s ease;
}

.rtf-comment-submit:hover {
    opacity: 0.9;
}


@media(max-width: 768px) {
    .rtf-comment-input,
    .rtf-comment-textarea {
        font-size: 17px
    }
}


.rtf-comments-block {
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .rtf-comments-block {
        margin-bottom: 20px;
    }
}
.rtf-comments-moderation {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #888DA0;
    margin-bottom: 8px;
}

p.rtf-comments-moderation:not(:last-child) {
    margin-bottom: 8px;
}


.rtf-comments-moderation a {
    text-decoration: underline;
    color: #888DA0;
}

h3.rtf-comments-count {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #242731;
    margin-bottom: 16px;
    margin-top: unset;
}
.rtf-comments-list {
    display: flex;
    flex-direction: column;
}
.rtf-comment {
    margin-bottom: 16px;
}
.rtf-comment--reply {
    padding-left: 33px;
    margin-top: 16px;
}
.rtf-comment-header {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.rtf-avatar {
    width: 39px;
    height: 39px;
    border-radius: 38px;
    background: #ECF4FC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #0173FD;
    flex-shrink: 0;
    user-select: none;
}
.rtf-comment--reply .rtf-avatar {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    font-size: 17px;
}
.rtf-comment-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    color: #242731;
    margin-bottom: 4px;
}
.rtf-comment-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: #888DA0;
}
.rtf-comment-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #242731;
    margin-bottom: 12px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.rtf-comment-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rtf-comment-reply {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #888DA0;
    cursor: pointer;
}
.rtf-like-icon,
.rtf-dislike-icon {
    /* width: 13px;
    height: 13px;
    background: #D8D8D8;
    border-radius: 2px;
    display: inline-block; */
}
.rtf-like-count,
.rtf-dislike-count {
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: #242731;
    cursor: pointer;
    user-select: none;
}
.rtf-comments-form {
    display: flex;
    flex-direction: column;
    /* margin-top: 32px; */
}
.rtf-input-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}
.rtf-comment-input,
.rtf-comment-textarea {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #242731;
    background: #F4F4F6;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 12px 16px;
}
.rtf-comment-input::placeholder,
.rtf-comment-textarea::placeholder {
    color: #888DA0;
}
.rtf-textarea-wrapper {
    position: relative;
}
.rtf-comment-textarea {
    min-height: 160px;
    resize: vertical;
}
.rtf-comment-submit {
    position: absolute;
    bottom: 23px;
    right: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    padding: 10px 24px;
    cursor: pointer;
    color: #0173FD;
    background: linear-gradient(180deg, #DAEBFF 0%, #D4E4FD 100%);
    border: none;
    border-radius: 8px;
    transition: opacity 0.2s ease;
}
.rtf-comment-submit:hover {
    opacity: 0.9;
}
@media(max-width: 768px) {
    .rtf-comment-input,
    .rtf-comment-textarea {
        font-size: 17px;
    }

    .rtf-comments-moderation {
        font-size: 17px;
    }
}

.rtf-action-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:13px;
    height:13px;

    cursor:pointer;
    color:#888DA0;
}

.rtf-action-icon:hover{
    opacity:.9;
}

.rtf-like-icon.active svg path {
    fill:#888DA0;
    stroke:#888DA0;
}

.rtf-dislike-icon.active svg path {
    fill:#D8D8D8;
    stroke:#D8D8D8;
}

/* Кнопка "Показать еще комментарии" */
.rtf-load-more-comments {
    display: block;
    width: 100%;
    max-width: 288px;
    margin: 24px auto 0;
    padding: 10px 0;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #0173FD;
    
    background: linear-gradient(90deg, rgba(218, 235, 255, 1) 0%, rgba(212, 228, 253, 1) 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.rtf-load-more-comments:hover {
    opacity: 0.9;
}

.rtf-load-more-comments:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .rtf-load-more-comments {
        margin-top: 20px;
    }
}
/* End */


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

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

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

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


/* Start:/local/components/dev/media.index/templates/.default/css/include.block.css?176980192919261*/
/**
 * Стили для блоков компонента media.base
 * Используется в resultModifierDetailPageBlock/codeResultModifier.php
 */

/* ========================================
   Franchise Show Block (franchiseShowBlock.php)
   ======================================== */

.franchise-show-block {
    margin: 24px 0;
}

.franchise-show-card {
    border: 1px solid #e6e9f2;
    border-radius: 8px;
    padding: 32px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(25, 34, 53, 0.12);
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.franchise-show-card__content {
    /* Content container without fixed width */
}

.franchise-show-card__title {
    margin: 0 0 18px;
    color: #1b1f32;
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    font-style: normal;
}

.franchise-show-card .franchise-show-card__content .franchise-show-card__metrics {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
    color: #1c1f32;
}

.franchise-show-card__metrics strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 148%;
    font-style: normal;
}

.franchise-show-card__metrics span {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    font-style: normal;
}

.franchise-show-card__image {
    float: right;
    max-width: 420px;
    margin-left: 15px;
}
.franchise-show-card .franchise-show-card__content .franchise-show-card__image img {
    margin: 0px !important;
}
.franchise-show-card .franchise-show-card__content h3.franchise-show-card__title{
    margin-top: 0px;
}

@media (max-width: 768px) {
    .franchise-show-card__image {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 24px;
    }
}

.franchise-show-card__image img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.franchise-show-card__description-text {
    font-size: 18px;
    line-height: 150%;
    color: #4c5167;
    font-style: normal;
    font-weight: 400;
}

.franchise-show-card__cta-container {
    width: 100%;
    margin-top: 15px;
    display: flex;
}

.franchise-show-card__cta {
    margin: auto;
    text-align: center;
}

/* Карточка франшизы */
.bp-card {
    background: #fff;
    border: 1px solid #D8D8D8;
    padding: 16px;
    border-radius: 8px;
    font-family: 'Source Sans 3', sans-serif;
    margin-bottom: 32px;
}

.bp-union-info-img {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin-bottom: 12px;
}

.bp-info-union {
    max-width: 352px;
}

.bp-info-union h4 {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 110%;
    font-weight: 400;
}

.bp-info-union h4:last-child {
    margin: unset;
}

.bp-info-union h4 span {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

.bp-card h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    margin: 0 0 8px;
}

.bp-card p {
    font-size: 16px;
    line-height: 140%;
    margin: 0;
}

.bp-card-text {
    margin: 0 0 16px;
}

.bp-img {
    max-width: 468px;
    max-height: 250px;
    border-radius: 8px;
}

.bp-card-params p {
    margin: 6px 0;
    font-size: 15px;
    line-height: 140%;
    color: #000000;
}
.bp-card-params b {
    color: #000000;
}

.bp-card-params b {
    font-weight: 600;
}

.bp-card-params span {
    color: #666;
}


/* ========================================
   Consult Block (consultBlock.php)
   ======================================== */

.present_button_block {
    margin: 20px 0px;
}

.present_button_block .btn-consult {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(59, 35, 98, 0.05);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    color: #FFFFFF;
    background: linear-gradient(#FF8D5A, #FC7337);
}

.present_button_block .btn-consult:hover {
    background: #da6431;
}

.franchise_page__contact__buttons,
.franchise_page__numbers__btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.franchise_page__numbers__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 509px;
    max-width: 100%;
    height: 65px;
    padding: 18px 56px;
    border-radius: 8px;
    background-color: #FFDACA;
    color: #EC4E1E;
    font-weight: 600;
}

.franchise_page__numbers__btn a:hover {
    background-color: #EB6124;
    color: #ffffff;
}


/* ========================================
   Read More Detail Block (readMoreDetailBlock.php)
   ======================================== */

.readmore-article {
    margin: 20px 0;
}

.readmore-article__container {
    border-radius: 8px;
    background: #E8F0F9;
    box-shadow: 0px 8px 16px 0px rgba(27, 18, 78, 0.03);
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 23px;
    margin-bottom: 15px;
}

.readmore-article__container.last_child {
    margin-bottom: 0px;
}

.readmore-article__img-container {
    margin-bottom: 10px;
}

.readmore-article__img-figure {
    margin: 0;
}

.readmore-article__img-picture {
    display: block;
}

.readmore-article__img {
    width: 100%;
    border-radius: 8px;
}

.readmore-article__text-container_inner {
    padding-left: 15px;
}

.readmore-article__title {
    margin: 5px 0px;
    color: #242731;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.readmore-article__title span {
    display: inline-block;
}

.readmore-article__text-link,
.readmore-article__text {
    color: #0173FD;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.readmore-article__text-link:hover {
    text-decoration: underline;
}


/* ========================================
   Recommend Block (recommendBlock.php)
   ======================================== */

.blog-article-content-recomend {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(27, 18, 78, 0.03);
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.ui-border_blog-recomend {
    padding: 14px;
    border-right: 10px solid;
    border-bottom: 0px;
    border-right-color: #97C7FE;
    border-bottom-color: #97C7FE;
}

.blog-article-content-recomend__title {
    position: relative;
    font-size: 24px !important;
    margin: 0 auto;
    margin-top: -33px;
    background: #FCFCFC;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 400 !important;
    display: flex;
    flex-direction: row;
    width: fit-content;
}

.blog-article-links-block__icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.blog-article-links-block__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.blog-article-content-recomend_inner-container {
    padding-top: 7px;
}

.blog-article-content-recomend-image-conteiner {
    display: flex;
    justify-content: center;
}

.blog-article-content-recomend-image__figure {
    margin: 0;
}

.blog-article-content-recomend-image__picture {
    display: block;
}

.blog-article-content-recomend-image {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.blog-article-content-recomend_text-container {
    padding-top: 5px;
}

.blog-article-content-recomend_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.blog-article-content-recomend_text {
    font-size: 16px;
    line-height: 120%;
}

.blog-article-content-recomend_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.blog-article-content-recomend_text a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #0173FD;
}


/* ========================================
   Marketing Block (marketingBlock.php)
   ======================================== */

.blog-article-content-recomend_addvertasing {
    padding-right: 16px;
    padding-left: 16px;
}

.blog-article-content-recomend_addvertasing .blog-article-content-recomend_title {
    padding-right: 15px;
    font-size: 17px;
}

.blog-article-content-recomend_addvertasing .blog-article-content-recomend_text p {
    padding-right: 15px;
}

.ui-text-color-blue-light {
    color: #0173FD;
}

.ui-icon_top-right {
    position: relative;
}

.ui-icon_hamburger::after {
    content: '☰';
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 12px;
    background: #fff;
    padding: 2px 4px;
    border-radius: 3px;
}


/* ========================================
   Don't Miss Block (dontMissBlock.php)
   ======================================== */

.blog-article-content-best {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    border-radius: 8px;
    background: #ECF4FC;
}

.blog-article-content-best_dontmiss {
    padding-bottom: 16px !important;
    background: transparent !important;
    border: 3px solid #C8DDF1;
}

.blog-article-content-best_dontmiss_cvetochny {
    padding: 0px;
    padding-top: 21px;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
}

.blog-article-content-best_dontmiss__title {
    position: relative;
    font-size: 24px !important;
    margin: 0 auto;
    margin-top: -33px;
    background: #FCFCFC;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 400 !important;
}

.blog-article-links-block__title {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.blog-article-content-best__items {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    grid-gap: 16px;
}

.blog-article-content-best__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    min-width: 100%;
    background: white;
}

.blog-article-content-best_dontmiss .blog-article-content-best__item {
    border: 1px solid #F4F4F6;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(24, 43, 92, 0.05);
}

.blog-article-content-best__item-inner-container {
    position: relative;
    display: flex;
    width: 100%;
}

.blog-article-content-best__image-container {
    min-width: 76px;
    border-right: 1px solid #F4F4F6;
    display: flex;
    align-items: center;
}

.blog-article-content-best__item-image {
    width: 100%;
    padding-right: 8px;
    padding-top: 3px;
    max-width: 100px;
}

.blog-article-content-best__item-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-article-content-best__item-button-container {
    display: flex;
    justify-content: flex-end;
}

.blog-article-content-best__item-button {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px;
}


/* ========================================
   Strategy Block (strategyBlock.php)
   ======================================== */

.blog-article-strategy-block {
    background: #E8F0F9;
    border-radius: 8px;
    padding: 20px;
    margin: 24px 0;
}


/* ========================================
   Fallback Note Block (a-note learn)
   ======================================== */

.a-note {
    border-radius: 8px;
    padding: 16px;
    margin: 20px 0;
}

.a-note.learn {
    background: #E8F0F9;
    border-left: 4px solid #0173FD;
}

.a-note p {
    margin: 0;
    font-size: 18px;
    line-height: 140%;
}

.a-note a {
    color: #0173FD;
    text-decoration: underline;
}

.a-note a:hover {
    color: #3061B9;
}


/* ========================================
   UI Utility Classes
   ======================================== */
/*
.ui__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    border-radius: 8px;
    background: #EC4E1E;
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: background 0.3s ease;
}*/

.ui__button:hover {
    background: #da6431;
}

.ui__button-forward {
    width: 24px;
    height: 24px;
    background-image: url('/local/components/dev/media.base/images/ui_kit__button-forward.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.ui-padding_no {
    padding: 0 !important;
}

.ui-margin_no {
    margin: 0 !important;
}

.ui-mt-40 {
    margin-top: 40px;
}

.ui-mt-20 {
    margin-top: 20px;
}

.ui-mt-15 {
    margin-top: 15px;
}

.ui-mt-10 {
    margin-top: 10px;
}

.ui-mt-0 {
    margin-top: 0;
}

.ui-mb-15 {
    margin-bottom: 15px;
}

.ui-pb-10 {
    padding-bottom: 10px;
}

.ui-font-weight-bold {
    font-weight: 700;
}

.ui-font-weight-bold_extra {
    font-weight: 800;
}

.ui-font-size-18 {
    font-size: 18px;
}

.ui-font-size-16 {
    font-size: 16px;
}

.ui-font-size-24 {
    font-size: 24px;
}

.ui-block-shadow-none {
    box-shadow: none !important;
}

.ui-block-text {
    font-size: 16px;
    line-height: 140%;
}

.ui-block-text_with-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ui-link-default {
    color: #0173FD;
    text-decoration: none;
}

.ui-link-default:hover {
    text-decoration: underline;
}

.ui-text-color-additional {
    color: #666;
}

.ui-desktop-only {
    display: block;
}

.fwl {
    font-weight: 300;
}


/* ========================================
   Blog Article Content Block (общие стили)
   ======================================== */

.blog-article-content-block {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(27, 18, 78, 0.03);
    padding: 16px;
    margin: 24px 0;
}

.blog-article-content-block-button__container {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ========================================
   Responsive Styles
   ======================================== */

@media (max-width: 1180px) {
    .bp-img {
        object-position: left;
        object-fit: cover;
    }
}

@media (min-width: 769px) {
    .blog-article-content-best__item {
        flex: 1;
        min-width: calc(50% - 20px);
    }

    .blog-article-content-best__items {
        grid-gap: 20px;
    }

    .readmore-article_standalone .readmore-article__container {
        display: flex;
        flex-direction: row;
        padding: 15px;
    }

    .readmore-article_standalone .readmore-article__container .readmore-article__text-container {
        padding-left: 15px;
    }

    .blog-article-content-recomend_inner-container {
        display: flex;
        flex-direction: row;
    }

    .blog-article-content-recomend_text-container {
        padding-top: 5px;
        padding-left: 30px;
        width: 100%;
    }

    .blog-article-content-recomend-image {
        max-width: 156px;
        height: auto;
    }

    .blog-article-content-recomend_text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 72%;
    }

    .ui-border_blog-recomend {
        border-right: 10px solid;
        border-bottom: 0px;
    }

    .blog-article-content-best_dontmiss__title,
    .blog-article-content-recomend__title {
        margin-top: -40px;
    }
}

@media (max-width: 768px) {
    .bp-union-info-img {
        flex-direction: column;
        margin-bottom: 8px;
    }

    .bp-card {
        padding: 16px 8px;
        margin-bottom: 24px;
    }

    .bp-card h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .bp-info-union h4 {
        font-size: 17px;
        line-height: 140%;
    }

    .bp-info-union h4 span {
        font-weight: 600;
        font-family: 'Source Sans 3', sans-serif;
    }

    .bp-img {
        max-width: none;
        object-fit: cover;
        width: 100%;
    }

    .bp-card-text {
        margin-bottom: 8px;
    }

    .bp-card p {
        font-size: 17px;
    }

    .bp-card-params {
        padding: 8px;
    }

    .bp-card-params p {
        font-size: 14px;
    }

    .ui-desktop-only {
        display: none;
    }

    .ui-mt_m-45 {
        margin-top: 45px;
    }

    .ui-mt_m-25 {
        margin-top: 25px;
    }

    .ui-mt_m-20 {
        margin-top: 20px;
    }

    .ui-mt_m-15 {
        margin-top: 15px;
    }

    .ui-mt_m-10 {
        margin-top: 10px;
    }

    .ui-mt_m-0-i {
        margin-top: 0 !important;
    }

    .ui-mb_m-25 {
        margin-bottom: 25px;
    }

    .ui-mb_m-15 {
        margin-bottom: 15px;
    }

    .ui-mb_m-10 {
        margin-bottom: 10px;
    }

    .ui-pb_m-15 {
        padding-bottom: 15px;
    }

    .blog-article-content-recomend_title {
        font-size: 20px;
        font-style: normal;
        line-height: 120%;
    }

    .blog-article-content-recomend_text p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .blog-article-content-recomend_text a {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .blog-article-content-recomend_addvertasing .blog-article-content-recomend_title {
        font-size: 20px;
        padding-right: 25px;
    }

    .blog-article-content-recomend_addvertasing .blog-article-content-recomend_text p {
        font-size: 16px;
        padding-right: 34px;
    }

    .blog-article-content-best {
        padding-top: 32px;
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 41px;
    }

    .blog-article-content-best_dontmiss_cvetochny {
        padding: 0px;
        padding-top: 21px;
        padding-bottom: 14px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .blog-article-content-best_dontmiss_cvetochny .blog-article-content-best__item-text {
        padding: 13px;
    }

    .blog-article-content-best__item {
        padding-right: 16px;
    }

    .blog-article-content-best__item-button {
        margin-bottom: 16px;
    }

    .blog-article-content-best__items {
        grid-gap: 32px;
    }
}

@media (min-width: 1024px) {
    .blog-article-content-best {
        padding-top: 32px;
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 41px;
    }

    .blog-article-content-best__title {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .blog-article-content-best_dontmiss_cvetochny {
        padding: 0px;
        padding-top: 21px;
        padding-bottom: 14px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .blog-article-content-best_dontmiss_cvetochny .blog-article-content-best__item-text {
        padding: 13px;
    }
}
/* End */
/* /local/components/dev/catalog.stories/templates/.default/style.css?1755599214796 */
/* /local/templates/rtf2024/components/bitrix/news.detail/detailBI/style.css?17636271471588 */
/* /local/components/dev/media.comments/templates/.default/style.css?17657995267670 */
/* /local/templates/rtf2024/components/mx/mx.html/catalog.filter.search/style.css?17600969991322 */
/* /local/components/dev/media.index/templates/.default/css/include.block.css?176980192919261 */
