

/* Start:/local/templates/main/components/bitrix/news.detail/ingredients/style.css?16691051303024*/
body {
	color: #58311b !important;
}
.ingredients-tab-wrapper {
	position: relative;
	background: url(/local/templates/main/components/bitrix/news.detail/ingredients/img/ingredients-detail3.png);
	background-repeat: no-repeat;
    background-position: center;
    margin: -50px 0 -70px 0;
}

#ingredientTabs {
    border: none;
    z-index: 1;
    position: relative;
    padding: 85px 0px 100px;
}
#ingredientTabsContent {
    background: url(/local/templates/main/components/bitrix/news.detail/ingredients/img/ingredients-description-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 90px 40px 40px;
}
.tab-pane {
    max-width: 900px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    color: #58311b;
    margin-bottom: 30px;
}
.detail-ingredients-image {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 0;
}
.detail-ingredients-image img {
    max-width: 80%;
    display: none;
}
.ingredients-tab-image {
	width: 160px;
	height: 160px;
	max-width:100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.3s ease-out;
} 
li.nav-item {
    margin: 0 25px;
}
.tab-image-meat {
	background-image: url(/local/templates/main/components/bitrix/news.detail/ingredients/./img/meat-bw.png);
}
.ingredients-link:hover .tab-image-meat, .ingredients-link.active .tab-image-meat {
	background-image: url(/local/templates/main/components/bitrix/news.detail/ingredients/./img/meat-c.png);
}
.tab-image-cereals {
	background-image: url(/local/templates/main/components/bitrix/news.detail/ingredients/./img/cereals-bw.png);
}
.ingredients-link:hover .tab-image-cereals, .ingredients-link.active .tab-image-cereals {
	background-image: url(/local/templates/main/components/bitrix/news.detail/ingredients/./img/cereals-c.png);
}
.tab-image-vegetables {
	background-image: url(/local/templates/main/components/bitrix/news.detail/ingredients/./img/vegetables-bw.png);
}
.ingredients-link:hover .tab-image-vegetables, .ingredients-link.active .tab-image-vegetables {
	background-image: url(/local/templates/main/components/bitrix/news.detail/ingredients/./img/vegetables-c.png);
}
.tab-image-fruits {
	background-image: url(/local/templates/main/components/bitrix/news.detail/ingredients/./img/fruits-bw.png);
}
.ingredients-link:hover .tab-image-fruits, .ingredients-link.active .tab-image-fruits {
	background-image: url(/local/templates/main/components/bitrix/news.detail/ingredients/./img/fruits-c.png);
}
.tab-image-berries {
	background-image: url(/local/templates/main/components/bitrix/news.detail/ingredients/./img/berries-bw.png);
}
.ingredients-link:hover .tab-image-berries, .ingredients-link.active.tab-image-berries {
	background-image: url(/local/templates/main/components/bitrix/news.detail/ingredients/./img/berries-c.png);
}
.tab-image-grass {
	background-image: url(/local/templates/main/components/bitrix/news.detail/ingredients/./img/grass-bw.png);
}
.ingredients-link:hover .tab-image-grass, .ingredients-link.active.tab-image-grass {
	background-image: url(/local/templates/main/components/bitrix/news.detail/ingredients/./img/grass-c.png);
}
.nav-tabs {
    align-items: center;
    justify-content: center;
}
.ingredients-link {
    background: none;
    border: none;
}
.ingredients-link p {
	position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #58311b;
    font-family: 'Market Fresh', sans-serif;
}
.ingredients-link p::after {
    content: "";
	opacity: 0;
    display: block;
    position: absolute;
    width: 100px;
    height: 5px;
    border-radius: 4px;
    background-color: green;
	bottom: -10px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
	transition: opacity 0.3s ease-out;
}
.ingredients-link:hover p::after {
	opacity: 1;
}
.ingredients-link.active p::after {
	opacity: 1;
}

/* End */
/* /local/templates/main/components/bitrix/news.detail/ingredients/style.css?16691051303024 */
