

/* Start:/local/templates/mfit/components/bitrix/breadcrumb/mfit/style.css?1774013318585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/mfit/components/bitrix/menu/blog/style.css?17744245921193*/
.blog__sort a.blog__button-sort {
    font-family: "Heading Pro Treble";
    font-family: var(--second_font_family, "Heading Pro Treble");
    font-style: normal;
    text-transform: uppercase;
}

.blog__sort a.blog__button-sort {
    padding: 24px 0;
    font-size: 14px;
    color: rgba(28, 38, 69, 0.5);
    color: var(--main_color_middle_light, rgba(28, 38, 69, 0.5));
    text-transform: none;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blog__sort a.blog__button-sort.selected, .blog__sort a.blog__button-sort:hover {
    color: rgba(229, 33, 69, 1);
    color: var(--color_red, rgb(229, 33, 69));
    border-bottom: 1px solid rgba(229, 33, 69, 1);
    border-bottom: 1px solid var(--color_red, rgb(229, 33, 69));
}

.blog__sort a.blog__button-sort {
    font-size: 14px;
    color: rgba(28, 38, 69, 0.5);
    color: var(--main_color_middle_light, rgba(28, 38, 69, 0.5));
    text-transform: none;
    cursor: pointer;
}

.blog__sort a.blog__button-sort.selected, .blog__sort a.blog__button-sort:hover {
    color: rgba(229, 33, 69, 1);
    color: var(--color_red, rgb(229, 33, 69));
}

/* End */


/* Start:/local/templates/mfit/components/bitrix/system.pagenavigation/rev/style.css?177502925470*/
.pagination__current span {
    color: var(--white_color, #ffffff);
}

/* End */


/* Start:/local/templates/mfit/components/bitrix/news.list/blog_section/style.css?177443093656*/
.preload {
    opacity: .5;
    pointer-events: none;
}

/* End */


/* Start:/local/templates/mfit/components/bitrix/catalog.item/catalog_item/style.css?17751954111710*/
.product-card__sku{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.product-card:hover .product-card__sku{
	max-height: 1000px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.product-card__sku-list__container{
	margin-top: 10px;
}
.product-card__sku-list__title{
	position: relative;
    color: rgba(28, 38, 69, 0.5);
    color: var(--main_color_middle_light, rgba(28, 38, 69, 0.5));
    font-size: 12px;
	margin-bottom: 5px;
}
.product-card__sku-list__items{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6px;
}
.product-card__sku-list__item{
	position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border-radius: var(--circle_radius, 50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
	overflow: hidden;
}
.product-card__sku-list__item img{
	max-width:100%;
	max-height:100%;
	width:100%;
	height:100%;
	object-fit: cover;
}
@media (max-width: 768px) {
    .product-card__sku{
        max-height: 1000px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
/* End */
/* /local/templates/mfit/components/bitrix/breadcrumb/mfit/style.css?1774013318585 */
/* /local/templates/mfit/components/bitrix/menu/blog/style.css?17744245921193 */
/* /local/templates/mfit/components/bitrix/system.pagenavigation/rev/style.css?177502925470 */
/* /local/templates/mfit/components/bitrix/news.list/blog_section/style.css?177443093656 */
/* /local/templates/mfit/components/bitrix/catalog.item/catalog_item/style.css?17751954111710 */
