

/* Start:/local/templates/shifa/components/bitrix/catalog.section.list/promotionSectionsFilter/style.css?1789569776246*/
.promotions__tabs .tabs__button {
    display: inline-block;
}
/* Разделов с акциями не нашлось - блок вкладок не занимает место */
.promotions__tabs .tabs__buttons--empty {
    display: none;
}

/* End */


/* Start:/local/templates/shifa/components/bitrix/news/new-akcii/bitrix/news.list/.default/style.css?17895690875402*/
.b-filter {
    display: flex;
    font-size: 14px;
    justify-content: space-around;
    gap: 10px;
    margin: 0 0 50px 0;
    padding: 0 16px;
    width: 100%;
}
@media (min-width: 1400px) {
    .b-filter {
        margin-bottom: 75px;
        margin-top: -60px;
        padding: 0 40px;
    }
}
@media (max-width: 1000px) {
    .b-filter {
        margin-bottom: 40px;
    }
}
@media (max-width: 600px) {
    .b-filter {
        font-size: 11px;
    }
    .b-filter .b-filter__item {
        padding: 5px 5px 7px;
    }
    .b-filter .b-filter__item__i {
        line-height: 1.3;
    }
}
.b-filter__item {
    border: 1px solid;
    border-radius: 8px;
    color: #333333;
    flex-grow: 1;
    padding: 10px;
    text-align: center;
}
.b-filter__item_sel {
    color: #E20917;
}
.b-filter__item:hover {
    color: #E20917;
}
.b-filter__item__i {
    border-bottom: 1px dashed;
    display: inline-block;
}
.b-filter__item_sel .b-filter__item__i {
    border-bottom: 0;
    padding-bottom: 1px;
}
/* Плитка акций */
.promo-tiles {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 1400px) {
    .promo-tiles {
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 992px) {
    .promo-tiles {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
.promo-tiles__item {
    margin: 0;
}
/* Скрыта фильтром по вкладкам разделов */
.promo-tiles__item--hidden {
    display: none;
}
.promo-tile {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
}
.promo-tile__picture,
.promo-tile__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.promo-tile__image {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
}
/* Название выводится только у плиток без картинки, по центру */
.promo-tile__caption {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 92px 24px 24px;
    border-radius: 20px;
}
.promo-tile__title {
    display: -webkit-box;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #4f2121;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.promo-tile__button {
    position: absolute;
    z-index: 3;
    right: 24px;
    bottom: 24px;
    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;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #e20917;
    -webkit-box-shadow: 0 2px 6px rgba(79, 33, 33, 0.15);
            box-shadow: 0 2px 6px rgba(79, 33, 33, 0.15);
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.promo-tile__icon use {
    fill: currentColor;
}
.promo-tile:hover .promo-tile__button {
    background-color: #e20917;
    color: #ffffff;
}
@media (max-width: 992px) {
    .promo-tile__caption {
        padding: 16px 76px 16px 16px;
    }
    .promo-tile__title {
        font-size: 16px;
        line-height: 21px;
    }
    .promo-tile__button {
        right: 16px;
        bottom: 16px;
        width: 36px;
        height: 36px;
    }
}
.promo-tiles__pagination {
    margin-top: 40px;
}
@media (max-width: 992px) {
    .promo-tiles__pagination {
        margin-top: 24px;
    }
}

/* Заголовок раздела и вкладки: одинаковые отступы
   крошки - заголовок - вкладки - плитки.
   Блок с плитками рисует свой фон на 12px выше собственной границы
   (от 1400px - на 43px), поэтому в отступ под вкладками заложена эта величина. */
.main__inner--promo-list .heading__breadcrumbs {
    margin-bottom: 0;
}
.main__inner--promo-list .heading__title,
.main__inner--promo-list .heading__breadcrumbs + script + .heading__title {
    margin-top: 25px;
}
.main__inner--promo-list .heading__inner {
    padding-bottom: 25px;
}
.main__inner--promo-list .promotions__tabs {
    padding-top: 0;
}
.main__inner--promo-list .promotions .tabs__buttons {
    margin-bottom: 37px;
}
@media (min-width: 1400px) {
    .main__inner--promo-list .heading__title,
    .main__inner--promo-list .heading__breadcrumbs + script + .heading__title {
        margin-top: 43px;
    }
    .main__inner--promo-list .heading__inner {
        padding-bottom: 43px;
    }
    .main__inner--promo-list .promotions .tabs__buttons {
        margin-bottom: 86px;
    }
}

/* End */
/* /local/templates/shifa/components/bitrix/catalog.section.list/promotionSectionsFilter/style.css?1789569776246 */
/* /local/templates/shifa/components/bitrix/news/new-akcii/bitrix/news.list/.default/style.css?17895690875402 */
